2024-03-24T11:13:35.487 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-24T11:13:35.487 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --archive /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902 --name teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi --verbose -- /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902/orig.config.yaml 2024-03-24T11:13:35.522 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-24T11:13:35.597 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7617902' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 workunit: branch: squid sha1: f73f1dfd96849300c4322bd7259a3ab37f94c200 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8903 sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 sleep_before_teardown: 0 subset: 44/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f73f1dfd96849300c4322bd7259a3ab37f94c200/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f73f1dfd96849300c4322bd7259a3ab37f94c200 targets: smithi203.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFtRQsspTRBNl2BFp3IPIgeblX1VwctXprSN2RlQmU4DIQ58QBpdyT2s1F13XYfxgt78ORwagLtmZxXclxj+mZs= smithi204.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhReoi5UGXPQFI/nNGNB3LnmTR+qK7uzHn3MQUm02j6Oz/RRwDwBMYrCazpMy3+B3WEg0ZQslyO/p8VWXN1u5Y= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. |\ \ awk '{print $1}'`; do\n ceph orch daemon stop $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep stopped; do sleep 1 ; done\n while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-22_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-24T11:13:35.597 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_f73f1dfd96849300c4322bd7259a3ab37f94c200/qa; will attempt to use it 2024-03-24T11:13:35.598 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_f73f1dfd96849300c4322bd7259a3ab37f94c200/qa/tasks 2024-03-24T11:13:35.598 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-24T11:13:35.599 INFO:teuthology.task.internal:Checking packages... 2024-03-24T11:13:35.624 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'db0330b1e4e2470d52b750e251e55a522b4f7d69' 2024-03-24T11:13:35.624 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-24T11:13:35.625 INFO:teuthology.packaging:ref: None 2024-03-24T11:13:35.625 INFO:teuthology.packaging:tag: None 2024-03-24T11:13:35.625 INFO:teuthology.packaging:branch: squid 2024-03-24T11:13:35.625 INFO:teuthology.packaging:sha1: db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:13:35.625 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-03-24T11:13:35.883 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1764-gf73f1dfd-1jammy 2024-03-24T11:13:35.884 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-24T11:13:35.891 INFO:teuthology.task.internal:no buildpackages task found 2024-03-24T11:13:35.891 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-24T11:13:35.930 INFO:teuthology.task.internal:Saving configuration 2024-03-24T11:13:35.942 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-24T11:13:35.949 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-24T11:13:35.975 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-24 11:07:34.404921', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOs9N0IasAdbwyKxGGmu+/4DYO1tJy9Nkua/hmDScvTa'} 2024-03-24T11:13:35.999 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-24 11:07:34.406436', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDVPr00xRA8VRm5OeS5kbP7FQWpSYhjkPcpJweuxCbRs'} 2024-03-24T11:13:35.999 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-24T11:13:36.005 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-03-24T11:13:36.005 INFO:teuthology.task.internal:roles: ubuntu@smithi204.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-03-24T11:13:36.005 INFO:teuthology.run_tasks:Running task console_log... 2024-03-24T11:13:36.072 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fdcd0ef7dc0>, signals=[15]) 2024-03-24T11:13:36.073 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-24T11:13:36.079 INFO:teuthology.task.internal:Opening connections... 2024-03-24T11:13:36.079 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2024-03-24T11:13:36.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:13:36.163 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi204.front.sepia.ceph.com 2024-03-24T11:13:36.164 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:13:36.244 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-24T11:13:36.250 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2024-03-24T11:13:36.255 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2024-03-24T11:13:36.255 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2024-03-24T11:13:36.307 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-24T11:13:36.307 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="Ubuntu" 2024-03-24T11:13:36.307 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="22.04" 2024-03-24T11:13:36.307 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_CODENAME=jammy 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:ID=ubuntu 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE=debian 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-24T11:13:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:UBUNTU_CODENAME=jammy 2024-03-24T11:13:36.308 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2024-03-24T11:13:36.333 DEBUG:teuthology.orchestra.run.smithi204:> uname -m 2024-03-24T11:13:36.338 INFO:teuthology.orchestra.run.smithi204.stdout:x86_64 2024-03-24T11:13:36.339 DEBUG:teuthology.orchestra.run.smithi204:> cat /etc/os-release 2024-03-24T11:13:36.385 INFO:teuthology.orchestra.run.smithi204.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-24T11:13:36.385 INFO:teuthology.orchestra.run.smithi204.stdout:NAME="Ubuntu" 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_ID="22.04" 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:VERSION_CODENAME=jammy 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:ID=ubuntu 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:ID_LIKE=debian 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-24T11:13:36.386 INFO:teuthology.orchestra.run.smithi204.stdout:UBUNTU_CODENAME=jammy 2024-03-24T11:13:36.387 INFO:teuthology.lock.ops:Updating smithi204.front.sepia.ceph.com on lock server 2024-03-24T11:13:36.408 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-24T11:13:36.417 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-24T11:13:36.422 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-24T11:13:36.422 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2024-03-24T11:13:36.424 DEBUG:teuthology.orchestra.run.smithi204:> test '!' -e /home/ubuntu/cephtest 2024-03-24T11:13:36.433 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-24T11:13:36.439 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-24T11:13:36.439 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2024-03-24T11:13:36.469 DEBUG:teuthology.orchestra.run.smithi204:> test -z $(ls -A /var/lib/ceph) 2024-03-24T11:13:36.486 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-24T11:13:36.538 INFO:teuthology.run_tasks:Running task kernel... 2024-03-24T11:13:36.551 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-24T11:13:36.551 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-24T11:13:36.552 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-24T11:13:36.552 DEBUG:teuthology.orchestra.run.smithi204:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-24T11:13:36.557 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:13:36.557 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-03-24T11:13:36.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:13:36.558 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-03-24T11:13:36.604 INFO:teuthology.orchestra.run.smithi203.stdout:5.15.0-56-generic 2024-03-24T11:13:36.604 INFO:teuthology.task.kernel:Running kernel on smithi203: 5.15.0-56-generic 2024-03-24T11:13:36.604 DEBUG:teuthology.orchestra.run.smithi203:> sudo apt-get clean 2024-03-24T11:13:36.606 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-56-generic 2024-03-24T11:13:36.606 INFO:teuthology.task.kernel:Running kernel on smithi204: 5.15.0-56-generic 2024-03-24T11:13:36.607 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-03-24T11:13:36.727 DEBUG:teuthology.orchestra.run.smithi203:> sudo apt-get update 2024-03-24T11:13:36.728 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-03-24T11:13:36.865 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:13:36.865 INFO:teuthology.orchestra.run.smithi203.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-24T11:13:36.880 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-24T11:13:36.958 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-24T11:13:36.971 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-24T11:13:36.978 INFO:teuthology.orchestra.run.smithi203.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:13:37.060 INFO:teuthology.orchestra.run.smithi203.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-24T11:13:37.076 INFO:teuthology.orchestra.run.smithi203.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-24T11:13:37.081 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-24T11:13:37.150 INFO:teuthology.orchestra.run.smithi203.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-24T11:13:37.189 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-24T11:13:37.192 INFO:teuthology.orchestra.run.smithi203.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-24T11:13:37.197 INFO:teuthology.orchestra.run.smithi203.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-24T11:13:37.198 INFO:teuthology.orchestra.run.smithi203.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-24T11:13:37.200 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-24T11:13:37.206 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-24T11:13:37.207 INFO:teuthology.orchestra.run.smithi204.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-24T11:13:37.232 INFO:teuthology.orchestra.run.smithi203.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-24T11:13:37.235 INFO:teuthology.orchestra.run.smithi203.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-24T11:13:37.239 INFO:teuthology.orchestra.run.smithi203.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:13:37.240 INFO:teuthology.orchestra.run.smithi203.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-24T11:13:37.242 INFO:teuthology.orchestra.run.smithi204.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-24T11:13:37.243 INFO:teuthology.orchestra.run.smithi204.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-24T11:13:37.247 INFO:teuthology.orchestra.run.smithi204.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:13:37.248 INFO:teuthology.orchestra.run.smithi204.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-24T11:13:37.256 INFO:teuthology.orchestra.run.smithi203.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-24T11:13:37.266 INFO:teuthology.orchestra.run.smithi204.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-24T11:13:37.270 INFO:teuthology.orchestra.run.smithi203.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-24T11:13:37.272 INFO:teuthology.orchestra.run.smithi203.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-24T11:13:37.279 INFO:teuthology.orchestra.run.smithi203.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-24T11:13:37.279 INFO:teuthology.orchestra.run.smithi203.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-24T11:13:37.307 INFO:teuthology.orchestra.run.smithi204.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-24T11:13:37.309 INFO:teuthology.orchestra.run.smithi204.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-24T11:13:37.310 INFO:teuthology.orchestra.run.smithi204.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-24T11:13:37.311 INFO:teuthology.orchestra.run.smithi204.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-24T11:13:37.311 INFO:teuthology.orchestra.run.smithi204.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-24T11:13:37.311 INFO:teuthology.orchestra.run.smithi204.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-24T11:13:37.311 INFO:teuthology.orchestra.run.smithi204.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-24T11:13:37.312 INFO:teuthology.orchestra.run.smithi204.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-24T11:13:37.313 INFO:teuthology.orchestra.run.smithi204.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-24T11:13:37.321 INFO:teuthology.orchestra.run.smithi203.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-24T11:13:37.322 INFO:teuthology.orchestra.run.smithi203.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-24T11:13:37.335 INFO:teuthology.orchestra.run.smithi204.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-24T11:13:37.351 INFO:teuthology.orchestra.run.smithi204.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-24T11:13:37.352 INFO:teuthology.orchestra.run.smithi204.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-24T11:13:37.352 INFO:teuthology.orchestra.run.smithi204.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-24T11:13:37.352 INFO:teuthology.orchestra.run.smithi204.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-24T11:13:37.417 INFO:teuthology.orchestra.run.smithi204.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-24T11:13:37.421 INFO:teuthology.orchestra.run.smithi203.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-24T11:13:37.558 INFO:teuthology.orchestra.run.smithi203.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-24T11:13:37.818 INFO:teuthology.orchestra.run.smithi204.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-24T11:13:37.835 INFO:teuthology.orchestra.run.smithi204.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-24T11:13:37.845 INFO:teuthology.orchestra.run.smithi204.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-24T11:13:37.846 INFO:teuthology.orchestra.run.smithi204.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-24T11:13:37.847 INFO:teuthology.orchestra.run.smithi204.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-24T11:13:37.860 INFO:teuthology.orchestra.run.smithi203.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-24T11:13:37.900 INFO:teuthology.orchestra.run.smithi203.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-24T11:13:37.914 INFO:teuthology.orchestra.run.smithi203.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-24T11:13:37.915 INFO:teuthology.orchestra.run.smithi203.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-24T11:13:37.917 INFO:teuthology.orchestra.run.smithi203.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-24T11:13:37.938 INFO:teuthology.orchestra.run.smithi204.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-24T11:13:37.949 INFO:teuthology.orchestra.run.smithi204.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:13:37.949 INFO:teuthology.orchestra.run.smithi204.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-24T11:13:37.971 INFO:teuthology.orchestra.run.smithi204.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-24T11:13:37.975 INFO:teuthology.orchestra.run.smithi203.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-24T11:13:37.982 INFO:teuthology.orchestra.run.smithi203.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-24T11:13:38.146 INFO:teuthology.orchestra.run.smithi203.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-24T11:13:38.156 INFO:teuthology.orchestra.run.smithi204.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-24T11:13:38.561 INFO:teuthology.orchestra.run.smithi204.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-24T11:13:38.567 INFO:teuthology.orchestra.run.smithi204.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-24T11:13:38.580 INFO:teuthology.orchestra.run.smithi204.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-24T11:13:38.581 INFO:teuthology.orchestra.run.smithi204.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-24T11:13:38.583 INFO:teuthology.orchestra.run.smithi204.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-24T11:13:38.771 INFO:teuthology.orchestra.run.smithi203.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-24T11:13:38.809 INFO:teuthology.orchestra.run.smithi203.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-24T11:13:38.822 INFO:teuthology.orchestra.run.smithi203.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-24T11:13:38.823 INFO:teuthology.orchestra.run.smithi203.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-24T11:13:38.823 INFO:teuthology.orchestra.run.smithi203.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-24T11:13:38.826 INFO:teuthology.orchestra.run.smithi203.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-24T11:13:38.826 INFO:teuthology.orchestra.run.smithi203.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-24T11:13:38.826 INFO:teuthology.orchestra.run.smithi203.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-24T11:13:38.853 INFO:teuthology.orchestra.run.smithi203.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-24T11:13:38.856 INFO:teuthology.orchestra.run.smithi203.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-24T11:13:39.020 INFO:teuthology.orchestra.run.smithi203.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-24T11:13:39.103 INFO:teuthology.orchestra.run.smithi203.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-24T11:13:39.204 INFO:teuthology.orchestra.run.smithi203.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-24T11:13:39.266 INFO:teuthology.orchestra.run.smithi203.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-24T11:13:39.296 INFO:teuthology.orchestra.run.smithi203.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-24T11:13:42.983 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 12.5 MB in 2s (6,951 kB/s) 2024-03-24T11:13:43.580 INFO:teuthology.orchestra.run.smithi203.stdout:Fetched 12.5 MB in 2s (4,988 kB/s) 2024-03-24T11:13:44.328 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-24T11:13:44.345 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:13:44.395 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-24T11:13:44.569 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-03-24T11:13:44.570 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-03-24T11:13:44.719 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:13:44.719 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:13:44.719 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:13:44.720 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:13:44.720 INFO:teuthology.orchestra.run.smithi204.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-24T11:13:44.720 INFO:teuthology.orchestra.run.smithi204.stdout: python2.7-minimal 2024-03-24T11:13:44.720 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:13:44.721 INFO:teuthology.orchestra.run.smithi204.stdout:The following additional packages will be installed: 2024-03-24T11:13:44.721 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:13:44.721 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-24T11:13:44.722 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-24T11:13:44.722 INFO:teuthology.orchestra.run.smithi204.stdout:Suggested packages: 2024-03-24T11:13:44.722 INFO:teuthology.orchestra.run.smithi204.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-24T11:13:44.723 INFO:teuthology.orchestra.run.smithi204.stdout:Recommended packages: 2024-03-24T11:13:44.723 INFO:teuthology.orchestra.run.smithi204.stdout: thermald 2024-03-24T11:13:44.776 INFO:teuthology.orchestra.run.smithi204.stdout:The following NEW packages will be installed: 2024-03-24T11:13:44.776 INFO:teuthology.orchestra.run.smithi204.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:13:44.776 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-24T11:13:44.776 INFO:teuthology.orchestra.run.smithi204.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-24T11:13:44.777 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages will be upgraded: 2024-03-24T11:13:44.777 INFO:teuthology.orchestra.run.smithi204.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-24T11:13:44.955 INFO:teuthology.orchestra.run.smithi204.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:13:44.955 INFO:teuthology.orchestra.run.smithi204.stdout:Need to get 113 MB of archives. 2024-03-24T11:13:44.955 INFO:teuthology.orchestra.run.smithi204.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-24T11:13:44.955 INFO:teuthology.orchestra.run.smithi204.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-24T11:13:44.971 INFO:teuthology.orchestra.run.smithi203.stdout:Reading package lists... 2024-03-24T11:13:44.989 DEBUG:teuthology.orchestra.run.smithi203:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:13:45.049 INFO:teuthology.orchestra.run.smithi203.stdout:Reading package lists... 2024-03-24T11:13:45.245 INFO:teuthology.orchestra.run.smithi203.stdout:Building dependency tree... 2024-03-24T11:13:45.246 INFO:teuthology.orchestra.run.smithi203.stdout:Reading state information... 2024-03-24T11:13:45.405 INFO:teuthology.orchestra.run.smithi203.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:13:45.405 INFO:teuthology.orchestra.run.smithi203.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:13:45.405 INFO:teuthology.orchestra.run.smithi203.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:13:45.406 INFO:teuthology.orchestra.run.smithi203.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:13:45.406 INFO:teuthology.orchestra.run.smithi203.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-24T11:13:45.406 INFO:teuthology.orchestra.run.smithi203.stdout: python2.7-minimal 2024-03-24T11:13:45.406 INFO:teuthology.orchestra.run.smithi203.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:13:45.407 INFO:teuthology.orchestra.run.smithi203.stdout:The following additional packages will be installed: 2024-03-24T11:13:45.407 INFO:teuthology.orchestra.run.smithi203.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:13:45.407 INFO:teuthology.orchestra.run.smithi203.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-24T11:13:45.407 INFO:teuthology.orchestra.run.smithi203.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-24T11:13:45.408 INFO:teuthology.orchestra.run.smithi203.stdout:Suggested packages: 2024-03-24T11:13:45.409 INFO:teuthology.orchestra.run.smithi203.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-24T11:13:45.409 INFO:teuthology.orchestra.run.smithi203.stdout:Recommended packages: 2024-03-24T11:13:45.409 INFO:teuthology.orchestra.run.smithi203.stdout: thermald 2024-03-24T11:13:45.465 INFO:teuthology.orchestra.run.smithi203.stdout:The following NEW packages will be installed: 2024-03-24T11:13:45.465 INFO:teuthology.orchestra.run.smithi203.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-24T11:13:45.466 INFO:teuthology.orchestra.run.smithi203.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-24T11:13:45.466 INFO:teuthology.orchestra.run.smithi203.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-24T11:13:45.467 INFO:teuthology.orchestra.run.smithi203.stdout:The following packages will be upgraded: 2024-03-24T11:13:45.467 INFO:teuthology.orchestra.run.smithi203.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-24T11:13:45.646 INFO:teuthology.orchestra.run.smithi203.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:13:45.646 INFO:teuthology.orchestra.run.smithi203.stdout:Need to get 113 MB of archives. 2024-03-24T11:13:45.646 INFO:teuthology.orchestra.run.smithi203.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-24T11:13:45.647 INFO:teuthology.orchestra.run.smithi203.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-24T11:13:46.369 INFO:teuthology.orchestra.run.smithi204.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-24T11:13:46.718 INFO:teuthology.orchestra.run.smithi204.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-24T11:13:47.214 INFO:teuthology.orchestra.run.smithi203.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-24T11:13:47.570 INFO:teuthology.orchestra.run.smithi203.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-24T11:13:48.857 INFO:teuthology.orchestra.run.smithi204.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-24T11:13:48.857 INFO:teuthology.orchestra.run.smithi204.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-24T11:13:48.857 INFO:teuthology.orchestra.run.smithi204.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-24T11:13:49.435 INFO:teuthology.orchestra.run.smithi204.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-24T11:13:49.492 INFO:teuthology.orchestra.run.smithi204.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-24T11:13:49.818 INFO:teuthology.orchestra.run.smithi203.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-24T11:13:49.818 INFO:teuthology.orchestra.run.smithi203.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-24T11:13:49.818 INFO:teuthology.orchestra.run.smithi203.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-24T11:13:49.879 INFO:teuthology.orchestra.run.smithi204.stdout:Fetched 113 MB in 5s (24.0 MB/s) 2024-03-24T11:13:50.061 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-24T11:13:50.316 INFO:teuthology.orchestra.run.smithi203.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-24T11:13:50.432 INFO:teuthology.orchestra.run.smithi203.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-24T11:13:50.822 INFO:teuthology.orchestra.run.smithi203.stdout:Fetched 113 MB in 5s (22.8 MB/s) 2024-03-24T11:13:51.011 INFO:teuthology.orchestra.run.smithi203.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-24T11:13:52.083 INFO:teuthology.orchestra.run.smithi204.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-24T11:13:52.087 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:13:52.167 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:13:53.206 INFO:teuthology.orchestra.run.smithi203.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-24T11:13:53.211 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:13:53.450 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:13:54.543 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-24T11:13:54.565 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:13:54.647 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:13:55.038 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-24T11:13:55.058 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:13:55.096 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:13:55.543 INFO:teuthology.orchestra.run.smithi203.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-24T11:13:55.564 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:13:55.668 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:13:56.146 INFO:teuthology.orchestra.run.smithi203.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-24T11:13:56.166 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:13:56.204 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:00.973 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:14:01.091 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:14:01.458 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:14:01.586 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:14:01.864 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-24T11:14:01.875 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-24T11:14:01.914 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:14:02.692 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:14:02.803 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:14:03.161 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:14:03.290 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:14:03.552 INFO:teuthology.orchestra.run.smithi203.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-24T11:14:03.574 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-24T11:14:03.610 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:14:07.529 INFO:teuthology.orchestra.run.smithi204.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-24T11:14:07.567 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:14:07.595 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:09.092 INFO:teuthology.orchestra.run.smithi203.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-24T11:14:09.131 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-24T11:14:09.176 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:10.166 INFO:teuthology.orchestra.run.smithi204.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:14:10.291 INFO:teuthology.orchestra.run.smithi204.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:14:10.641 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:14:10.738 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:10.864 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-24T11:14:10.993 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:11.713 INFO:teuthology.orchestra.run.smithi203.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-24T11:14:11.835 INFO:teuthology.orchestra.run.smithi203.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-24T11:14:12.169 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-24T11:14:12.291 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:14:12.291 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-24T11:14:12.291 INFO:teuthology.orchestra.run.smithi204.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:14:12.291 INFO:teuthology.orchestra.run.smithi204.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:12.298 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:13.076 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:13.092 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-24T11:14:13.229 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:14.447 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:14.553 INFO:teuthology.orchestra.run.smithi203.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:14:14.554 INFO:teuthology.orchestra.run.smithi203.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-24T11:14:14.554 INFO:teuthology.orchestra.run.smithi203.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:14:14.554 INFO:teuthology.orchestra.run.smithi203.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:14.700 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:15.849 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-24T11:14:15.974 INFO:teuthology.orchestra.run.smithi204.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-24T11:14:16.101 INFO:teuthology.orchestra.run.smithi204.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:16.117 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:16.173 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-24T11:14:16.173 INFO:teuthology.orchestra.run.smithi204.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:17.692 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-24T11:14:18.178 INFO:teuthology.orchestra.run.smithi203.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-24T11:14:18.955 INFO:teuthology.orchestra.run.smithi203.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-24T11:14:19.010 INFO:teuthology.orchestra.run.smithi203.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-24T11:14:19.010 INFO:teuthology.orchestra.run.smithi203.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:30.039 INFO:teuthology.orchestra.run.smithi204.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-24T11:14:30.039 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub' 2024-03-24T11:14:30.055 INFO:teuthology.orchestra.run.smithi204.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:14:30.076 INFO:teuthology.orchestra.run.smithi204.stdout:Generating grub configuration file ... 2024-03-24T11:14:30.351 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:14:30.366 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:30.677 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:14:30.683 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:14:30.749 INFO:teuthology.orchestra.run.smithi204.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:14:30.755 INFO:teuthology.orchestra.run.smithi204.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:14:30.925 INFO:teuthology.orchestra.run.smithi204.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:14:30.926 INFO:teuthology.orchestra.run.smithi204.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:14:30.926 INFO:teuthology.orchestra.run.smithi204.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:14:30.962 INFO:teuthology.orchestra.run.smithi204.stdout:done 2024-03-24T11:14:31.415 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-03-24T11:14:31.436 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.101.98 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:14:31.437 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-03-24T11:14:31.438 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-24T11:14:31.438 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-24T11:14:31.438 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-24T11:14:31.438 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-24T11:14:31.438 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi204.front.sepia.ceph.com, path=None, version=distro) 2024-03-24T11:14:31.438 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get clean 2024-03-24T11:14:31.607 DEBUG:teuthology.orchestra.run.smithi204:> sudo apt-get update 2024-03-24T11:14:31.757 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:14:31.757 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-24T11:14:31.761 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:14:31.783 INFO:teuthology.orchestra.run.smithi204.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:14:32.899 INFO:teuthology.orchestra.run.smithi203.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-24T11:14:32.899 INFO:teuthology.orchestra.run.smithi203.stdout:Sourcing file `/etc/default/grub' 2024-03-24T11:14:32.903 INFO:teuthology.orchestra.run.smithi203.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:14:32.931 INFO:teuthology.orchestra.run.smithi203.stdout:Generating grub configuration file ... 2024-03-24T11:14:33.090 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-24T11:14:33.108 DEBUG:teuthology.orchestra.run.smithi204:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:14:33.169 INFO:teuthology.orchestra.run.smithi203.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:14:33.170 INFO:teuthology.orchestra.run.smithi204.stdout:Reading package lists... 2024-03-24T11:14:33.185 INFO:teuthology.orchestra.run.smithi203.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:33.367 INFO:teuthology.orchestra.run.smithi204.stdout:Building dependency tree... 2024-03-24T11:14:33.367 INFO:teuthology.orchestra.run.smithi204.stdout:Reading state information... 2024-03-24T11:14:33.490 INFO:teuthology.orchestra.run.smithi203.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:14:33.496 INFO:teuthology.orchestra.run.smithi203.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:14:33.544 INFO:teuthology.orchestra.run.smithi204.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-24T11:14:33.544 INFO:teuthology.orchestra.run.smithi204.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:14:33.544 INFO:teuthology.orchestra.run.smithi204.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:14:33.544 INFO:teuthology.orchestra.run.smithi204.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:14:33.544 INFO:teuthology.orchestra.run.smithi204.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:14:33.544 INFO:teuthology.orchestra.run.smithi204.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:14:33.545 INFO:teuthology.orchestra.run.smithi204.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:14:33.545 INFO:teuthology.orchestra.run.smithi204.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:14:33.565 INFO:teuthology.orchestra.run.smithi203.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:14:33.570 INFO:teuthology.orchestra.run.smithi203.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:14:33.587 INFO:teuthology.orchestra.run.smithi204.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:14:33.589 DEBUG:teuthology.orchestra.run.smithi204:> dpkg -s linux-image-generic 2024-03-24T11:14:33.605 INFO:teuthology.orchestra.run.smithi204.stdout:Package: linux-image-generic 2024-03-24T11:14:33.605 INFO:teuthology.orchestra.run.smithi204.stdout:Status: install ok installed 2024-03-24T11:14:33.605 INFO:teuthology.orchestra.run.smithi204.stdout:Priority: optional 2024-03-24T11:14:33.605 INFO:teuthology.orchestra.run.smithi204.stdout:Section: kernel 2024-03-24T11:14:33.605 INFO:teuthology.orchestra.run.smithi204.stdout:Installed-Size: 21 2024-03-24T11:14:33.605 INFO:teuthology.orchestra.run.smithi204.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:14:33.605 INFO:teuthology.orchestra.run.smithi204.stdout:Architecture: amd64 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout:Source: linux-meta 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout:Version: 5.15.0.101.98 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout:Recommends: thermald 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout:Description: Generic Linux kernel image 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:14:33.606 INFO:teuthology.orchestra.run.smithi204.stdout: available. 2024-03-24T11:14:33.606 DEBUG:teuthology.orchestra.run.smithi204:> mktemp 2024-03-24T11:14:33.658 INFO:teuthology.orchestra.run.smithi204.stdout:/tmp/tmp.sYbjrPwWWJ 2024-03-24T11:14:33.658 DEBUG:teuthology.orchestra.run.smithi204:> sudo cp /boot/grub/grub.cfg /tmp/tmp.sYbjrPwWWJ 2024-03-24T11:14:33.700 INFO:teuthology.orchestra.run.smithi203.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:14:33.700 INFO:teuthology.orchestra.run.smithi203.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:14:33.700 INFO:teuthology.orchestra.run.smithi203.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:14:33.714 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0666 /tmp/tmp.sYbjrPwWWJ 2024-03-24T11:14:33.735 INFO:teuthology.orchestra.run.smithi203.stdout:done 2024-03-24T11:14:33.840 DEBUG:teuthology.orchestra.remote:smithi204:/tmp/tmp.sYbjrPwWWJ is 10KB 2024-03-24T11:14:33.853 DEBUG:teuthology.orchestra.run.smithi204:> rm -fr /tmp/tmp.sYbjrPwWWJ 2024-03-24T11:14:33.858 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-24T11:14:33.913 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:14:33.913 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-24T11:14:33.913 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-24T11:14:33.980 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-24T11:14:33.980 DEBUG:teuthology.orchestra.run.smithi204:> sudo update-grub 2024-03-24T11:14:34.229 DEBUG:teuthology.orchestra.run.smithi203:> dpkg -s linux-image-generic 2024-03-24T11:14:34.249 INFO:teuthology.orchestra.run.smithi203.stdout:Package: linux-image-generic 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Status: install ok installed 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Priority: optional 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Section: kernel 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Installed-Size: 21 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: amd64 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Source: linux-meta 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Version: 5.15.0.101.98 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Recommends: thermald 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout:Description: Generic Linux kernel image 2024-03-24T11:14:34.250 INFO:teuthology.orchestra.run.smithi203.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:14:34.251 INFO:teuthology.orchestra.run.smithi203.stdout: available. 2024-03-24T11:14:34.251 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-24T11:14:34.251 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-24T11:14:34.251 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-24T11:14:34.251 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-24T11:14:34.251 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi203.front.sepia.ceph.com, path=None, version=distro) 2024-03-24T11:14:34.251 DEBUG:teuthology.orchestra.run.smithi203:> sudo apt-get clean 2024-03-24T11:14:34.419 DEBUG:teuthology.orchestra.run.smithi203:> sudo apt-get update 2024-03-24T11:14:34.557 INFO:teuthology.orchestra.run.smithi203.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-24T11:14:34.571 INFO:teuthology.orchestra.run.smithi203.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-24T11:14:34.591 INFO:teuthology.orchestra.run.smithi203.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-24T11:14:34.672 INFO:teuthology.orchestra.run.smithi203.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-24T11:14:35.081 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub' 2024-03-24T11:14:35.082 INFO:teuthology.orchestra.run.smithi204.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:14:35.084 INFO:teuthology.orchestra.run.smithi204.stderr:Generating grub configuration file ... 2024-03-24T11:14:35.280 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:14:35.288 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:35.526 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:14:35.532 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:14:35.577 INFO:teuthology.orchestra.run.smithi204.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:14:35.582 INFO:teuthology.orchestra.run.smithi204.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:14:35.707 INFO:teuthology.orchestra.run.smithi204.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:14:35.707 INFO:teuthology.orchestra.run.smithi204.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:14:35.707 INFO:teuthology.orchestra.run.smithi204.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:14:35.737 INFO:teuthology.orchestra.run.smithi204.stderr:done 2024-03-24T11:14:35.746 DEBUG:teuthology.orchestra.run.smithi204:> sudo shutdown -r now 2024-03-24T11:14:35.857 INFO:teuthology.orchestra.run.smithi203.stdout:Reading package lists... 2024-03-24T11:14:35.874 DEBUG:teuthology.orchestra.run.smithi203:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-24T11:14:35.937 INFO:teuthology.orchestra.run.smithi203.stdout:Reading package lists... 2024-03-24T11:14:36.134 INFO:teuthology.orchestra.run.smithi203.stdout:Building dependency tree... 2024-03-24T11:14:36.134 INFO:teuthology.orchestra.run.smithi203.stdout:Reading state information... 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:The following packages were automatically installed and are no longer required: 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-24T11:14:36.308 INFO:teuthology.orchestra.run.smithi203.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-24T11:14:36.350 INFO:teuthology.orchestra.run.smithi203.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-24T11:14:36.351 DEBUG:teuthology.orchestra.run.smithi203:> dpkg -s linux-image-generic 2024-03-24T11:14:36.364 INFO:teuthology.orchestra.run.smithi203.stdout:Package: linux-image-generic 2024-03-24T11:14:36.364 INFO:teuthology.orchestra.run.smithi203.stdout:Status: install ok installed 2024-03-24T11:14:36.364 INFO:teuthology.orchestra.run.smithi203.stdout:Priority: optional 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Section: kernel 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Installed-Size: 21 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Maintainer: Ubuntu Kernel Team 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Architecture: amd64 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Source: linux-meta 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Version: 5.15.0.101.98 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Recommends: thermald 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout:Description: Generic Linux kernel image 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout: This package will always depend on the latest generic kernel image 2024-03-24T11:14:36.365 INFO:teuthology.orchestra.run.smithi203.stdout: available. 2024-03-24T11:14:36.365 DEBUG:teuthology.orchestra.run.smithi203:> mktemp 2024-03-24T11:14:36.411 INFO:teuthology.orchestra.run.smithi203.stdout:/tmp/tmp.lr8iSttIp9 2024-03-24T11:14:36.411 DEBUG:teuthology.orchestra.run.smithi203:> sudo cp /boot/grub/grub.cfg /tmp/tmp.lr8iSttIp9 2024-03-24T11:14:36.467 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0666 /tmp/tmp.lr8iSttIp9 2024-03-24T11:14:36.586 DEBUG:teuthology.orchestra.remote:smithi203:/tmp/tmp.lr8iSttIp9 is 10KB 2024-03-24T11:14:36.598 DEBUG:teuthology.orchestra.run.smithi203:> rm -fr /tmp/tmp.lr8iSttIp9 2024-03-24T11:14:36.604 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-24T11:14:36.659 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:14:36.659 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-24T11:14:36.659 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-24T11:14:36.727 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-24T11:14:36.728 DEBUG:teuthology.orchestra.run.smithi203:> sudo update-grub 2024-03-24T11:14:37.859 INFO:teuthology.orchestra.run.smithi203.stderr:Sourcing file `/etc/default/grub' 2024-03-24T11:14:37.861 INFO:teuthology.orchestra.run.smithi203.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-24T11:14:37.862 INFO:teuthology.orchestra.run.smithi203.stderr:Generating grub configuration file ... 2024-03-24T11:14:38.063 INFO:teuthology.orchestra.run.smithi203.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-24T11:14:38.069 INFO:teuthology.orchestra.run.smithi203.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-24T11:14:38.298 INFO:teuthology.orchestra.run.smithi203.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-24T11:14:38.304 INFO:teuthology.orchestra.run.smithi203.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-24T11:14:38.345 INFO:teuthology.orchestra.run.smithi203.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-24T11:14:38.350 INFO:teuthology.orchestra.run.smithi203.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-24T11:14:38.470 INFO:teuthology.orchestra.run.smithi203.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-24T11:14:38.470 INFO:teuthology.orchestra.run.smithi203.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-24T11:14:38.470 INFO:teuthology.orchestra.run.smithi203.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-24T11:14:38.482 INFO:teuthology.orchestra.run.smithi203.stderr:done 2024-03-24T11:14:38.496 DEBUG:teuthology.orchestra.run.smithi203:> sudo shutdown -r now 2024-03-24T11:15:05.770 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-24T11:15:05.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-24T11:15:05.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:15:08.501 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-24T11:15:08.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-24T11:15:08.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:15:24.323 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-03-24T11:15:26.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-03-24T11:15:33.330 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-24T11:15:33.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:15:35.881 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-24T11:15:35.882 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:15:36.382 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.204 2024-03-24T11:15:38.946 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-03-24T11:15:48.390 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-24T11:15:48.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:15:50.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-24T11:15:50.950 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:16:22.436 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.203 2024-03-24T11:16:37.450 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-24T11:16:37.451 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:16:37.879 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-03-24T11:16:38.400 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-24T11:16:38.401 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-24T11:16:38.401 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2024-03-24T11:16:38.447 INFO:teuthology.orchestra.run.smithi203.stdout:5.15.0-101-generic 2024-03-24T11:16:38.447 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-24T11:16:38.447 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-24T11:16:38.447 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-24T11:16:39.448 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-24T11:16:39.448 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-24T11:16:39.528 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2024-03-24T11:16:39.556 DEBUG:teuthology.parallel:result is None 2024-03-24T11:16:48.392 DEBUG:teuthology.orchestra.remote:timed out 2024-03-24T11:17:03.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-24T11:17:03.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:17:03.530 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-03-24T11:17:04.004 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-24T11:17:04.004 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-24T11:17:04.004 DEBUG:teuthology.orchestra.run.smithi204:> uname -r 2024-03-24T11:17:04.051 INFO:teuthology.orchestra.run.smithi204.stdout:5.15.0-101-generic 2024-03-24T11:17:04.051 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-24T11:17:04.051 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-24T11:17:04.051 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-24T11:17:05.052 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-24T11:17:05.053 DEBUG:teuthology.orchestra.run.smithi204:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-24T11:17:05.117 INFO:teuthology.orchestra.run.smithi204.stdout:ttyS1 2024-03-24T11:17:05.137 DEBUG:teuthology.parallel:result is None 2024-03-24T11:17:05.137 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-24T11:17:05.148 INFO:teuthology.task.internal:Creating test directory... 2024-03-24T11:17:05.148 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-24T11:17:05.151 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-24T11:17:05.157 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-24T11:17:05.168 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-24T11:17:05.181 INFO:teuthology.task.internal:Creating archive directory... 2024-03-24T11:17:05.182 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-24T11:17:05.199 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-24T11:17:05.228 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-24T11:17:05.238 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-24T11:17:05.238 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-24T11:17:05.268 DEBUG:teuthology.orchestra.run.smithi204:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-24T11:17:05.286 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:17:05.288 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:17:05.296 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:17:05.296 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-24T11:17:05.298 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-24T11:17:05.309 INFO:teuthology.task.internal:Configuring sudo... 2024-03-24T11:17:05.309 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-24T11:17:05.343 DEBUG:teuthology.orchestra.run.smithi204:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-24T11:17:05.356 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-24T11:17:05.368 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-24T11:17:05.368 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-24T11:17:05.399 DEBUG:teuthology.orchestra.run.smithi204:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-24T11:17:05.405 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-24T11:17:05.451 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-24T11:17:05.499 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:17:05.499 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-24T11:17:05.575 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-24T11:17:05.581 DEBUG:teuthology.orchestra.run.smithi204:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-24T11:17:05.628 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:17:05.628 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-24T11:17:05.701 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2024-03-24T11:17:05.704 DEBUG:teuthology.orchestra.run.smithi204:> sudo service rsyslog restart 2024-03-24T11:17:05.772 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-24T11:17:05.779 INFO:teuthology.task.internal:Starting timer... 2024-03-24T11:17:05.780 INFO:teuthology.run_tasks:Running task pcp... 2024-03-24T11:17:05.809 INFO:teuthology.run_tasks:Running task selinux... 2024-03-24T11:17:05.824 DEBUG:teuthology.task.selinux:Excluding smithi203: OS 'ubuntu' does not support SELinux 2024-03-24T11:17:05.824 DEBUG:teuthology.task.selinux:Excluding smithi204: OS 'ubuntu' does not support SELinux 2024-03-24T11:17:05.824 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-24T11:17:05.824 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-24T11:17:05.825 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-24T11:17:05.825 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-24T11:17:05.839 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-24T11:17:05.858 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-24T11:17:05.860 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi203.front.sepia.ceph.com,smithi204.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-24T11:24:05.218 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi203.front.sepia.ceph.com'), Remote(name='ubuntu@smithi204.front.sepia.ceph.com')] 2024-03-24T11:24:05.220 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-24T11:24:05.221 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:24:05.351 DEBUG:teuthology.orchestra.run.smithi203:> true 2024-03-24T11:24:05.430 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2024-03-24T11:24:05.431 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-24T11:24:05.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi204.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-24T11:24:05.510 DEBUG:teuthology.orchestra.run.smithi204:> true 2024-03-24T11:24:05.586 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi204.front.sepia.ceph.com' 2024-03-24T11:24:05.587 INFO:teuthology.run_tasks:Running task clock... 2024-03-24T11:24:05.598 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-24T11:24:05.599 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-24T11:24:05.600 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-24T11:24:05.603 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-24T11:24:05.603 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Command line: ntpd -gq 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: ---------------------------------------------------- 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: ntp-4 is maintained by Network Time Foundation, 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: corporation. Support and training for ntp-4 are 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: available at https://www.nwtime.org/support 2024-03-24T11:24:05.628 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: ---------------------------------------------------- 2024-03-24T11:24:05.629 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: proto: precision = 0.044 usec (-24) 2024-03-24T11:24:05.629 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: basedate set to 2022-02-04 2024-03-24T11:24:05.629 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: gps base set to 2022-02-06 (week 2196) 2024-03-24T11:24:05.630 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:24:05.630 INFO:teuthology.orchestra.run.smithi203.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:24:05.630 INFO:teuthology.orchestra.run.smithi203.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Listen and drop on 0 v6wildcard [::]:123 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Listen normally on 2 lo 127.0.0.1:123 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Listen normally on 3 enp3s0f1 172.21.15.203:123 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Listen normally on 4 lo [::1]:123 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:4a23%5]:123 2024-03-24T11:24:05.631 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:05 ntpd[17175]: Listening on routing socket on fd #22 for interface updates 2024-03-24T11:24:05.657 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-24T11:24:05.657 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Command line: ntpd -gq 2024-03-24T11:24:05.657 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: ---------------------------------------------------- 2024-03-24T11:24:05.657 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: ntp-4 is maintained by Network Time Foundation, 2024-03-24T11:24:05.657 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-24T11:24:05.657 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: corporation. Support and training for ntp-4 are 2024-03-24T11:24:05.657 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: available at https://www.nwtime.org/support 2024-03-24T11:24:05.658 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: ---------------------------------------------------- 2024-03-24T11:24:05.658 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: proto: precision = 0.051 usec (-24) 2024-03-24T11:24:05.658 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: basedate set to 2022-02-04 2024-03-24T11:24:05.658 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: gps base set to 2022-02-06 (week 2196) 2024-03-24T11:24:05.659 INFO:teuthology.orchestra.run.smithi204.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:24:05.659 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-24T11:24:05.659 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:24:05.659 INFO:teuthology.orchestra.run.smithi204.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-24T11:24:05.660 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Listen and drop on 0 v6wildcard [::]:123 2024-03-24T11:24:05.660 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-24T11:24:05.661 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Listen normally on 2 lo 127.0.0.1:123 2024-03-24T11:24:05.661 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Listen normally on 3 enp3s0f1 172.21.15.204:123 2024-03-24T11:24:05.661 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Listen normally on 4 lo [::1]:123 2024-03-24T11:24:05.661 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:77ab%5]:123 2024-03-24T11:24:05.661 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:05 ntpd[17176]: Listening on routing socket on fd #22 for interface updates 2024-03-24T11:24:06.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:06.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:06.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:06.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:06.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:06.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:06.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:06.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:06.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:06.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:06.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:06.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:06 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:06.657 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:06 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:06.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:06 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:06.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:06 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:06.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:06 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:06.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:06 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:06.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:06 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:07.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:07 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:08.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.631 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.631 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.631 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.631 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.631 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.632 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.632 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.632 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:08.632 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:08.632 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.632 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.632 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:08.633 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:08 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:08.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:08 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:09.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:09 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:09.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:09 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:09.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:09 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:09.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:09 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:09.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:09 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:09.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:09 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:09.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:09 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:09.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:09 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:09.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:09 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:09.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:09 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:09.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:09 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:09.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:09 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:10.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:10 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:10.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:10.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:10 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:11.628 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:11 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:11.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:11 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:11.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:11 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:11.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:11 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:11.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:11 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:11.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:11 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:11.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:11 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:11.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:11 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:11.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:11 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:11.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:11 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:11.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:11 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:11.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:11 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:12.629 INFO:teuthology.orchestra.run.smithi203.stdout:24 Mar 11:24:12 ntpd[17175]: ntpd: time slew -0.001137 s 2024-03-24T11:24:12.630 INFO:teuthology.orchestra.run.smithi203.stdout:ntpd: time slew -0.001137s 2024-03-24T11:24:12.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-24T11:24:12.630 INFO:teuthology.orchestra.run.smithi203.stderr:24 Mar 11:24:12 ntpd[17175]: can't open /var/log/ntpstats/loopstats.20240324: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: can't open /var/log/ntpstats/rawstats.20240324: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-24T11:24:12.658 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: can't open /var/log/ntpstats/peerstats.20240324: Permission denied 2024-03-24T11:24:12.659 INFO:teuthology.orchestra.run.smithi204.stdout:24 Mar 11:24:12 ntpd[17176]: ntpd: time slew -0.000055 s 2024-03-24T11:24:12.659 INFO:teuthology.orchestra.run.smithi204.stdout:ntpd: time slew -0.000055s 2024-03-24T11:24:12.659 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-24T11:24:12.660 INFO:teuthology.orchestra.run.smithi204.stderr:24 Mar 11:24:12 ntpd[17176]: can't open /var/log/ntpstats/loopstats.20240324: Permission denied 2024-03-24T11:24:12.719 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:24:12.719 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-03-24T11:24:12.719 INFO:teuthology.orchestra.run.smithi204.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.719 INFO:teuthology.orchestra.run.smithi204.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.720 INFO:teuthology.orchestra.run.smithi204.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.720 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.748 INFO:teuthology.orchestra.run.smithi203.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:24:12.748 INFO:teuthology.orchestra.run.smithi203.stdout:============================================================================== 2024-03-24T11:24:12.748 INFO:teuthology.orchestra.run.smithi203.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.748 INFO:teuthology.orchestra.run.smithi203.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.748 INFO:teuthology.orchestra.run.smithi203.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.749 INFO:teuthology.orchestra.run.smithi203.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-24T11:24:12.750 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-03-24T11:24:12.760 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-03-24T11:24:12.760 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:24:12.760 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:24:12.799 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-24T11:24:12.799 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_1 2024-03-24T11:24:12.846 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-24T11:24:12.846 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:12.846 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-03-24T11:24:12.846 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:12.846 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:20:51.862740393 +0000 2024-03-24T11:24:12.846 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:20:51.598742749 +0000 2024-03-24T11:24:12.847 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:20:51.598742749 +0000 2024-03-24T11:24:12.847 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:24:12.847 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-24T11:24:12.900 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:24:12.901 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:24:12.901 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.00039789 s, 1.3 MB/s 2024-03-24T11:24:12.902 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-24T11:24:12.951 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_2 2024-03-24T11:24:12.998 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-24T11:24:12.998 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:12.998 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-03-24T11:24:12.998 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:12.999 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:20:52.370735862 +0000 2024-03-24T11:24:12.999 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:20:52.106738217 +0000 2024-03-24T11:24:12.999 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:20:52.106738217 +0000 2024-03-24T11:24:12.999 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:24:12.999 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-24T11:24:13.052 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:24:13.053 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:24:13.053 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000299978 s, 1.7 MB/s 2024-03-24T11:24:13.054 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-24T11:24:13.103 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_3 2024-03-24T11:24:13.150 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-24T11:24:13.151 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:13.151 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-03-24T11:24:13.151 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:13.151 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:20:52.898731151 +0000 2024-03-24T11:24:13.151 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:20:52.626733578 +0000 2024-03-24T11:24:13.151 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:20:52.626733578 +0000 2024-03-24T11:24:13.151 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:24:13.151 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-24T11:24:13.204 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:24:13.205 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:24:13.205 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.00043887 s, 1.2 MB/s 2024-03-24T11:24:13.206 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-24T11:24:13.256 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/vg_nvme/lv_4 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:20:53.394726726 +0000 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:20:53.142728975 +0000 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:20:53.142728975 +0000 2024-03-24T11:24:13.303 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:24:13.304 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-24T11:24:13.357 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:24:13.357 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:24:13.357 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000358158 s, 1.4 MB/s 2024-03-24T11:24:13.358 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-24T11:24:13.408 DEBUG:teuthology.orchestra.run.smithi203:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-03-24T11:24:13.547 INFO:teuthology.orchestra.run.smithi203.stdout:loop 2024-03-24T11:24:13.548 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_1... 2024-03-24T11:24:13.548 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-03-24T11:24:13.565 INFO:teuthology.orchestra.run.smithi203.stdout:1 2024-03-24T11:24:13.586 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_11 2024-03-24T11:24:13.602 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_2... 2024-03-24T11:24:13.602 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-24T11:24:13.661 INFO:teuthology.orchestra.run.smithi203.stdout:1 2024-03-24T11:24:13.680 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_21 2024-03-24T11:24:13.696 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_3... 2024-03-24T11:24:13.696 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-24T11:24:13.754 INFO:teuthology.orchestra.run.smithi203.stdout:1 2024-03-24T11:24:13.774 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_31 2024-03-24T11:24:13.794 INFO:tasks.nvme_loop:Connecting nvme_loop smithi203:/dev/vg_nvme/lv_4... 2024-03-24T11:24:13.794 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-24T11:24:13.859 INFO:teuthology.orchestra.run.smithi203.stdout:1 2024-03-24T11:24:13.881 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/vg_nvme/lv_41 2024-03-24T11:24:13.898 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:24:13.898 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:24:13.946 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme list 2024-03-24T11:24:14.004 INFO:teuthology.orchestra.run.smithi203.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-24T11:24:14.004 INFO:teuthology.orchestra.run.smithi203.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-24T11:24:14.005 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme0n1 CVFT623300GK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-24T11:24:14.005 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme1n1 0b25f9b27df60a33ff51 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:14.005 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme2n1 bfe54781a8d7d145a3b8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:14.005 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme3n1 2091812c7351b363b177 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:14.005 INFO:teuthology.orchestra.run.smithi203.stdout:/dev/nvme4n1 3942be416c0b518d6210 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:14.005 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-24T11:24:14.007 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:24:14.007 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/scratch_devs 2024-03-24T11:24:14.056 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:24:14.056 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:24:14.063 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-24T11:24:14.064 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_1 2024-03-24T11:24:14.112 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-24T11:24:14.112 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:14.112 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-03-24T11:24:14.112 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:14.112 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:20:49.682087180 +0000 2024-03-24T11:24:14.112 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:20:49.418089538 +0000 2024-03-24T11:24:14.113 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:20:49.418089538 +0000 2024-03-24T11:24:14.113 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:24:14.113 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-24T11:24:14.166 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:24:14.166 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:24:14.166 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000426726 s, 1.2 MB/s 2024-03-24T11:24:14.168 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-24T11:24:14.216 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_2 2024-03-24T11:24:14.263 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-24T11:24:14.264 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:14.264 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-03-24T11:24:14.264 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:14.264 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:20:50.198082571 +0000 2024-03-24T11:24:14.264 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:20:49.930084965 +0000 2024-03-24T11:24:14.264 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:20:49.930084965 +0000 2024-03-24T11:24:14.264 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:24:14.264 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-24T11:24:14.317 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:24:14.318 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:24:14.318 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.00042444 s, 1.2 MB/s 2024-03-24T11:24:14.319 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-24T11:24:14.369 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_3 2024-03-24T11:24:14.415 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-24T11:24:14.415 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:14.415 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-03-24T11:24:14.415 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:14.415 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:20:50.694078140 +0000 2024-03-24T11:24:14.415 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:20:50.446080355 +0000 2024-03-24T11:24:14.415 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:20:50.446080355 +0000 2024-03-24T11:24:14.416 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:24:14.416 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-24T11:24:14.475 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:24:14.475 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:24:14.475 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000410903 s, 1.2 MB/s 2024-03-24T11:24:14.476 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-24T11:24:14.524 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/vg_nvme/lv_4 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:20:51.162073960 +0000 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:20:50.902076282 +0000 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:20:50.902076282 +0000 2024-03-24T11:24:14.571 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:24:14.572 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-24T11:24:14.627 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:24:14.627 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:24:14.627 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.00032845 s, 1.6 MB/s 2024-03-24T11:24:14.628 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-24T11:24:14.677 DEBUG:teuthology.orchestra.run.smithi204:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-03-24T11:24:14.800 INFO:teuthology.orchestra.run.smithi204.stdout:loop 2024-03-24T11:24:14.801 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2024-03-24T11:24:14.801 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-03-24T11:24:14.817 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-03-24T11:24:14.836 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_11 2024-03-24T11:24:14.852 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2024-03-24T11:24:14.852 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-03-24T11:24:14.910 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-03-24T11:24:14.930 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_21 2024-03-24T11:24:14.947 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2024-03-24T11:24:14.947 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-03-24T11:24:15.006 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-03-24T11:24:15.026 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_31 2024-03-24T11:24:15.043 INFO:tasks.nvme_loop:Connecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2024-03-24T11:24:15.044 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-03-24T11:24:15.107 INFO:teuthology.orchestra.run.smithi204.stdout:1 2024-03-24T11:24:15.129 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/vg_nvme/lv_41 2024-03-24T11:24:15.146 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:24:15.146 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:24:15.191 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme list 2024-03-24T11:24:15.245 INFO:teuthology.orchestra.run.smithi204.stdout:Node SN Model Namespace Usage Format FW Rev 2024-03-24T11:24:15.245 INFO:teuthology.orchestra.run.smithi204.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-03-24T11:24:15.245 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme0n1 CVFT623300GD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-03-24T11:24:15.245 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme1n1 8c75a5a110789ca722a8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:15.245 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme2n1 6abf8075a99693bb58b2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:15.246 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme3n1 5fa89de2576c082c2216 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:15.246 INFO:teuthology.orchestra.run.smithi204.stdout:/dev/nvme4n1 8e117de33d982c545b58 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-03-24T11:24:15.246 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-24T11:24:15.247 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:24:15.247 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2024-03-24T11:24:15.303 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-24T11:24:15.462 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69'} 2024-03-24T11:24:15.462 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:15.463 INFO:tasks.cephadm:Cluster fsid is 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:24:15.463 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-24T11:24:15.463 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-03-24T11:24:15.463 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi203': '172.21.15.203', 'mon.smithi204': '172.21.15.204'} 2024-03-24T11:24:15.463 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-24T11:24:15.463 DEBUG:teuthology.orchestra.run.smithi203:> sudo hostname $(hostname -s) 2024-03-24T11:24:15.479 DEBUG:teuthology.orchestra.run.smithi204:> sudo hostname $(hostname -s) 2024-03-24T11:24:15.493 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-24T11:24:15.494 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:15.643 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'db0330b1e4e2470d52b750e251e55a522b4f7d69', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/77704/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1667-gdb0330b1', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1667-gdb0330b1-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-16 11:54:00.660610', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-24T11:24:15.779 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 db0330b1e4e2470d52b750e251e55a522b4f7d69 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:24:15.780 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-24T11:24:15.781 DEBUG:teuthology.orchestra.run.smithi203:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:16.370 INFO:teuthology.orchestra.run.smithi203.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774072 Mar 24 11:24 /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:16.370 DEBUG:teuthology.orchestra.run.smithi204:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/db0330b1e4e2470d52b750e251e55a522b4f7d69/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:17.019 INFO:teuthology.orchestra.run.smithi204.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774072 Mar 24 11:24 /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:17.019 DEBUG:teuthology.orchestra.run.smithi203:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:17.027 DEBUG:teuthology.orchestra.run.smithi204:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-24T11:24:17.044 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 on all hosts... 2024-03-24T11:24:17.044 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 pull 2024-03-24T11:24:17.072 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 pull 2024-03-24T11:24:17.234 INFO:teuthology.orchestra.run.smithi203.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69... 2024-03-24T11:24:17.242 INFO:teuthology.orchestra.run.smithi204.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69... 2024-03-24T11:25:27.281 INFO:teuthology.orchestra.run.smithi204.stdout:{ 2024-03-24T11:25:27.282 INFO:teuthology.orchestra.run.smithi204.stdout: "ceph_version": "ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev)", 2024-03-24T11:25:27.282 INFO:teuthology.orchestra.run.smithi204.stdout: "image_id": "4f325f8440e9c0f506d7739caefa90a7992ee8ebee3932602ec2cb63e901d08d", 2024-03-24T11:25:27.282 INFO:teuthology.orchestra.run.smithi204.stdout: "repo_digests": [ 2024-03-24T11:25:27.282 INFO:teuthology.orchestra.run.smithi204.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10" 2024-03-24T11:25:27.282 INFO:teuthology.orchestra.run.smithi204.stdout: ] 2024-03-24T11:25:27.283 INFO:teuthology.orchestra.run.smithi204.stdout:} 2024-03-24T11:25:31.155 INFO:teuthology.orchestra.run.smithi203.stdout:{ 2024-03-24T11:25:31.155 INFO:teuthology.orchestra.run.smithi203.stdout: "ceph_version": "ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev)", 2024-03-24T11:25:31.155 INFO:teuthology.orchestra.run.smithi203.stdout: "image_id": "4f325f8440e9c0f506d7739caefa90a7992ee8ebee3932602ec2cb63e901d08d", 2024-03-24T11:25:31.155 INFO:teuthology.orchestra.run.smithi203.stdout: "repo_digests": [ 2024-03-24T11:25:31.155 INFO:teuthology.orchestra.run.smithi203.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10" 2024-03-24T11:25:31.156 INFO:teuthology.orchestra.run.smithi203.stdout: ] 2024-03-24T11:25:31.156 INFO:teuthology.orchestra.run.smithi203.stdout:} 2024-03-24T11:25:31.205 DEBUG:teuthology.orchestra.run.smithi203:> sudo mkdir -p /etc/ceph 2024-03-24T11:25:31.219 DEBUG:teuthology.orchestra.run.smithi204:> sudo mkdir -p /etc/ceph 2024-03-24T11:25:31.233 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 777 /etc/ceph 2024-03-24T11:25:31.274 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 777 /etc/ceph 2024-03-24T11:25:31.290 INFO:tasks.cephadm:Writing seed config... 2024-03-24T11:25:31.291 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-24T11:25:31.291 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-24T11:25:31.291 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-24T11:25:31.291 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-24T11:25:31.291 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-24T11:25:31.291 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-24T11:25:31.291 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-24T11:25:31.292 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-03-24T11:25:31.292 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:25:31.292 DEBUG:teuthology.orchestra.run.smithi203:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-24T11:25:31.322 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 0c0c3d22-e9d1-11ee-95cd-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-24T11:25:31.323 DEBUG:teuthology.orchestra.run.smithi203:mon.smithi203> sudo journalctl -f -n 0 -u ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203.service 2024-03-24T11:25:31.367 INFO:tasks.cephadm:Bootstrapping... 2024-03-24T11:25:31.367 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 -v bootstrap --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 --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.203 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:25:31.570 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2024-03-24T11:25:31.571 INFO:teuthology.orchestra.run.smithi203.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69', '-v', 'bootstrap', '--fsid', '0c0c3d22-e9d1-11ee-95cd-87774f69a715', '--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.203', '--skip-admin-label'] 2024-03-24T11:25:31.571 INFO:teuthology.orchestra.run.smithi203.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-24T11:25:31.571 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying podman|docker is present... 2024-03-24T11:25:31.572 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying lvm2 is present... 2024-03-24T11:25:31.572 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying time synchronization is in place... 2024-03-24T11:25:31.578 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-24T11:25:31.579 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-24T11:25:31.583 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-24T11:25:31.584 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.587 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-24T11:25:31.587 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-24T11:25:31.590 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-24T11:25:31.590 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.593 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-24T11:25:31.594 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout masked 2024-03-24T11:25:31.597 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-24T11:25:31.597 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.600 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-24T11:25:31.600 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-24T11:25:31.606 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-24T11:25:31.607 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.611 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout enabled 2024-03-24T11:25:31.615 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout active 2024-03-24T11:25:31.615 INFO:teuthology.orchestra.run.smithi203.stdout:Unit ntp.service is enabled and running 2024-03-24T11:25:31.615 INFO:teuthology.orchestra.run.smithi203.stdout:Repeating the final host check... 2024-03-24T11:25:31.615 INFO:teuthology.orchestra.run.smithi203.stdout:docker (/usr/bin/docker) is present 2024-03-24T11:25:31.615 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl is present 2024-03-24T11:25:31.615 INFO:teuthology.orchestra.run.smithi203.stdout:lvcreate is present 2024-03-24T11:25:31.618 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-24T11:25:31.618 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-24T11:25:31.621 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-24T11:25:31.621 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.624 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-24T11:25:31.624 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-24T11:25:31.629 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-24T11:25:31.629 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.632 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-24T11:25:31.632 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout masked 2024-03-24T11:25:31.636 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-24T11:25:31.636 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.641 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-24T11:25:31.641 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-24T11:25:31.644 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-24T11:25:31.644 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout inactive 2024-03-24T11:25:31.649 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout enabled 2024-03-24T11:25:31.654 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stdout active 2024-03-24T11:25:31.654 INFO:teuthology.orchestra.run.smithi203.stdout:Unit ntp.service is enabled and running 2024-03-24T11:25:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:Host looks OK 2024-03-24T11:25:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:Cluster fsid: 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:Acquiring lock 139777580154016 on /run/cephadm/0c0c3d22-e9d1-11ee-95cd-87774f69a715.lock 2024-03-24T11:25:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:Lock 139777580154016 acquired on /run/cephadm/0c0c3d22-e9d1-11ee-95cd-87774f69a715.lock 2024-03-24T11:25:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying IP 172.21.15.203 port 3300 ... 2024-03-24T11:25:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying IP 172.21.15.203 port 6789 ... 2024-03-24T11:25:31.655 INFO:teuthology.orchestra.run.smithi203.stdout:Base mon IP(s) is [172.21.15.203:3300, 172.21.15.203:6789], mon addrv is [v2:172.21.15.203:3300,v1:172.21.15.203:6789] 2024-03-24T11:25:31.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-24T11:25:31.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.203 metric 100 2024-03-24T11:25:31.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.203 metric 100 2024-03-24T11:25:31.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-24T11:25:31.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.203 metric 100 2024-03-24T11:25:31.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.203 metric 100 2024-03-24T11:25:31.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.203 metric 100 2024-03-24T11:25:31.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.203 metric 100 2024-03-24T11:25:31.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-24T11:25:31.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-24T11:25:31.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1793sec pref medium 2024-03-24T11:25:31.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-24T11:25:31.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-24T11:25:31.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:4a23/64 scope link 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.0.0/20` 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.0.0/20` 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.0.1/32` 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.0.1/32` 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.0.2/32` 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.0.2/32` 2024-03-24T11:25:31.664 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.15.254/32` 2024-03-24T11:25:31.665 INFO:teuthology.orchestra.run.smithi203.stdout:Mon IP `172.21.15.203` is in CIDR network `172.21.15.254/32` 2024-03-24T11:25:31.665 INFO:teuthology.orchestra.run.smithi203.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-03-24T11:25:31.665 INFO:teuthology.orchestra.run.smithi203.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-24T11:25:31.665 INFO:teuthology.orchestra.run.smithi203.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69... 2024-03-24T11:25:31.914 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/docker: stdout db0330b1e4e2470d52b750e251e55a522b4f7d69: Pulling from ceph-ci/ceph 2024-03-24T11:25:31.914 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/docker: stdout Digest: sha256:f3031fd9fa3ec502ba783e14433a4d3ebf8f66e5c31d12a3a8cd7e489d3d4d10 2024-03-24T11:25:31.914 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:25:31.914 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 2024-03-24T11:25:33.322 INFO:teuthology.orchestra.run.smithi203.stdout:ceph: stdout ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev) 2024-03-24T11:25:33.322 INFO:teuthology.orchestra.run.smithi203.stdout:Ceph version: ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev) 2024-03-24T11:25:33.322 INFO:teuthology.orchestra.run.smithi203.stdout:Extracting ceph user uid/gid from container image... 2024-03-24T11:25:34.514 INFO:teuthology.orchestra.run.smithi203.stdout:stat: stdout 167 167 2024-03-24T11:25:34.514 INFO:teuthology.orchestra.run.smithi203.stdout:Creating initial keys... 2024-03-24T11:25:35.710 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-authtool: stdout AQCvDQBmzC8rChAAxJVeebC6rZ7FNJ5otl6qOA== 2024-03-24T11:25:36.965 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-authtool: stdout AQCwDQBmxQR8FxAASGemwrl65ajQHgU827thcQ== 2024-03-24T11:25:38.146 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-authtool: stdout AQCxDQBmMPZhJRAAYiI3GgOUmPh1as4fEruw5Q== 2024-03-24T11:25:38.147 INFO:teuthology.orchestra.run.smithi203.stdout:Creating initial monmap... 2024-03-24T11:25:39.418 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:monmaptool for smithi203 [v2:172.21.15.203:3300,v1:172.21.15.203:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:setting min_mon_release = quincy 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/monmaptool: set fsid to 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:25:39.419 INFO:teuthology.orchestra.run.smithi203.stdout:Creating mon... 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 1 imported monmap: 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-24T11:25:38.921111+0000 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr created 2024-03-24T11:25:38.921111+0000 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-24T11:25:40.657 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] mon.smithi203 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 0 /usr/bin/ceph-mon: set fsid to 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Git sha 0 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Compile date 2024-03-16 10:36:11 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: DB SUMMARY 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: DB Session ID: I5WGVXTWY1NI38YQE8HD 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi203/store.db dir, Total Num: 0, files: 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi203/store.db: 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.658 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.error_if_exists: 0 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.create_if_missing: 1 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.env: 0x564dcf58bae0 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.info_log: 0x564dd19daa20 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.statistics: (nil) 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.use_fsync: 0 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-24T11:25:40.659 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.db_log_dir: 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.wal_dir: 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-24T11:25:40.660 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.write_buffer_manager: 0x564dd19af360 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.unordered_write: 0 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-24T11:25:40.661 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.row_cache: None 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.wal_filter: None 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.two_write_queues: 0 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.wal_compression: 0 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.atomic_flush: 0 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-24T11:25:40.662 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-24T11:25:40.663 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_open_files: -1 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-24T11:25:40.664 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Compression algorithms supported: 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kZSTD supported: 0 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kXpressCompression supported: 0 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kZlibCompression supported: 1 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.121+0000 7f1222569c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi203/store.db/MANIFEST-000001 2024-03-24T11:25:40.665 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.merge_operator: 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_filter: None 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564dd19dab20) 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-24T11:25:40.666 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x564dd19df090 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-24T11:25:40.667 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-24T11:25:40.668 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression: NoCompression 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.num_levels: 7 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-24T11:25:40.669 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-24T11:25:40.670 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-24T11:25:40.671 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.table_properties_collectors: 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-24T11:25:40.672 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.bloom_locality: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.ttl: 2592000 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.enable_blob_files: false 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.min_blob_size: 0 2024-03-24T11:25:40.673 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi203/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6421e1b9-e8c4-427b-9dc8-71980b67fef5 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-24T11:25:40.674 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564dd1aaa000 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f1222569c80 4 rocksdb: DB pointer 0x564dd1a9a000 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f12126e1700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.125+0000 7f12126e1700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-24T11:25:40.675 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-24T11:25:40.676 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x564dd19df090#8 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.129+0000 7f1222569c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.129+0000 7f1222569c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-24T11:25:40.129+0000 7f1222569c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi203 for mon.smithi203 2024-03-24T11:25:40.677 INFO:teuthology.orchestra.run.smithi203.stdout:create mon.smithi203 on 2024-03-24T11:25:41.093 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-24T11:25:41.318 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715.target. 2024-03-24T11:25:41.318 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715.target. 2024-03-24T11:25:41.599 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203 2024-03-24T11:25:41.600 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203.service: Unit ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203.service not loaded. 2024-03-24T11:25:41.788 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715.target.wants/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203.service -> /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service. 2024-03-24T11:25:41.798 INFO:teuthology.orchestra.run.smithi203.stdout:firewalld does not appear to be present 2024-03-24T11:25:41.798 INFO:teuthology.orchestra.run.smithi203.stdout:Not possible to enable service . firewalld.service is not available 2024-03-24T11:25:41.798 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for mon to start... 2024-03-24T11:25:41.798 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for mon... 2024-03-24T11:25:43.192 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:43 smithi203 bash[18189]: cluster 2024-03-24T11:25:42.996494+0000 mon.smithi203 (mon.0) 1 : cluster 1 mon.smithi203 is new leader, mons smithi203 in quorum (ranks 0) 2024-03-24T11:25:43.735 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout cluster: 2024-03-24T11:25:43.735 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout id: 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout services: 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi203 (age 0.180564s) 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout data: 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout pgs: 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:mon is available 2024-03-24T11:25:43.736 INFO:teuthology.orchestra.run.smithi203.stdout:Assimilating anything we can from ceph.conf... 2024-03-24T11:25:44.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:44 smithi203 bash[18189]: cluster 2024-03-24T11:25:43.000392+0000 mon.smithi203 (mon.0) 2 : cluster 1 mon.smithi203 is new leader, mons smithi203 in quorum (ranks 0) 2024-03-24T11:25:44.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:44 smithi203 bash[18189]: cluster 2024-03-24T11:25:43.000562+0000 mon.smithi203 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:25:44.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:44 smithi203 bash[18189]: cluster 2024-03-24T11:25:43.002438+0000 mon.smithi203 (mon.0) 4 : cluster 0 fsmap 2024-03-24T11:25:44.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:44 smithi203 bash[18189]: cluster 2024-03-24T11:25:43.004689+0000 mon.smithi203 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-03-24T11:25:44.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:44 smithi203 bash[18189]: cluster 2024-03-24T11:25:43.005149+0000 mon.smithi203 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2024-03-24T11:25:44.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:44 smithi203 bash[18189]: audit 2024-03-24T11:25:43.180896+0000 mon.smithi203 (mon.0) 7 : audit 0 from='client.? 172.21.15.203:0/1669767724' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-24T11:25:45.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:45 smithi203 bash[18189]: audit 2024-03-24T11:25:44.709636+0000 mon.smithi203 (mon.0) 8 : audit 1 from='client.? 172.21.15.203:0/1826288401' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-24T11:25:45.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:45 smithi203 bash[18189]: audit 2024-03-24T11:25:44.712718+0000 mon.smithi203 (mon.0) 9 : audit 1 from='client.? 172.21.15.203:0/1826288401' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout [global] 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout fsid = 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.203:3300,v1:172.21.15.203:6789] 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout [osd] 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-24T11:25:45.269 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-24T11:25:45.270 INFO:teuthology.orchestra.run.smithi203.stdout:Generating new minimal ceph.conf... 2024-03-24T11:25:46.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:46 smithi203 bash[18189]: audit 2024-03-24T11:25:46.212800+0000 mon.smithi203 (mon.0) 10 : audit 0 from='client.? 172.21.15.203:0/975696361' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:25:46.746 INFO:teuthology.orchestra.run.smithi203.stdout:Restarting the monitor... 2024-03-24T11:25:47.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:46 smithi203 systemd[1]: Stopping Ceph mon.smithi203 for 0c0c3d22-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:25:47.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:46 smithi203 bash[18189]: debug 2024-03-24T11:25:46.877+0000 7f8f9baf9700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi203 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-24T11:25:47.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:46 smithi203 bash[18189]: debug 2024-03-24T11:25:46.877+0000 7f8f9baf9700 -1 mon.smithi203@0(leader) e1 *** Got Signal Terminated *** 2024-03-24T11:25:47.415 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:47 smithi203 bash[18574]: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-mon-smithi203 2024-03-24T11:25:47.430 INFO:teuthology.orchestra.run.smithi203.stdout:Setting public_network to 172.21.0.1/32,172.21.0.0/20,172.21.15.254/32,172.21.0.2/32 in mon config section 2024-03-24T11:25:47.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:47 smithi203 bash[18633]: Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-mon-smithi203 2024-03-24T11:25:47.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:47 smithi203 systemd[1]: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203.service: Deactivated successfully. 2024-03-24T11:25:47.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:47 smithi203 systemd[1]: Stopped Ceph mon.smithi203 for 0c0c3d22-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:25:47.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:47 smithi203 systemd[1]: Started Ceph mon.smithi203 for 0c0c3d22-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:25:48.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.465+0000 7fefd8dfdc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-24T11:25:48.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.465+0000 7fefd8dfdc80 0 ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev), process ceph-mon, pid 7 2024-03-24T11:25:48.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.465+0000 7fefd8dfdc80 0 pidfile_write: ignore empty --pid-file 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 0 load: jerasure load: lrc 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Git sha 0 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Compile date 2024-03-16 10:36:11 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: DB SUMMARY 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: DB Session ID: DKR9T5AM0G86JDFJPAMJ 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: CURRENT file: CURRENT 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi203/store.db dir, Total Num: 1, files: 000008.sst 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi203/store.db: 000009.log size: 84721 ; 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.error_if_exists: 0 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.create_if_missing: 0 2024-03-24T11:25:48.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.env: 0x55eebccceae0 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.info_log: 0x55eebdf577a0 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.statistics: (nil) 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.use_fsync: 0 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-24T11:25:48.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.db_log_dir: 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.wal_dir: 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-24T11:25:48.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.write_buffer_manager: 0x55eebdf2b400 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-24T11:25:48.772 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.unordered_write: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.row_cache: None 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.wal_filter: None 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.two_write_queues: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.wal_compression: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.atomic_flush: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-24T11:25:48.773 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-24T11:25:48.774 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-24T11:25:48.776 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_open_files: -1 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-24T11:25:48.777 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Compression algorithms supported: 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kZSTD supported: 0 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kXpressCompression supported: 0 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kZlibCompression supported: 1 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-24T11:25:48.778 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi203/store.db/MANIFEST-000010 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.merge_operator: 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_filter: None 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-24T11:25:48.779 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eebdf578c0) 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: cache_index_and_filter_blocks: 1 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: pin_top_level_index_and_filter: 1 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: index_type: 0 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: data_block_index_type: 0 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: index_shortening: 1 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: data_block_hash_table_util_ratio: 0.750000 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: checksum: 4 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: no_block_cache: 0 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_cache: 0x55eebdf59090 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_cache_name: BinnedLRUCache 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_cache_options: 2024-03-24T11:25:48.780 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: capacity : 536870912 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: num_shard_bits : 4 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: strict_capacity_limit : 0 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: high_pri_pool_ratio: 0.000 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_cache_compressed: (nil) 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: persistent_cache: (nil) 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_size: 4096 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_size_deviation: 10 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_restart_interval: 16 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: index_block_restart_interval: 1 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: metadata_block_size: 4096 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: partition_filters: 0 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: use_delta_encoding: 1 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: filter_policy: bloomfilter 2024-03-24T11:25:48.781 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: whole_key_filtering: 1 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: verify_compression: 0 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: read_amp_bytes_per_bit: 0 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: format_version: 5 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: enable_index_compression: 1 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: block_align: 0 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: max_auto_readahead_size: 262144 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: prepopulate_block_cache: 0 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: initial_auto_readahead_size: 8192 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: num_file_reads_for_auto_readahead: 2 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-24T11:25:48.782 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression: NoCompression 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.num_levels: 7 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-24T11:25:48.783 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-24T11:25:48.784 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-24T11:25:48.785 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-24T11:25:48.786 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.table_properties_collectors: 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.bloom_locality: 0 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-24T11:25:48.787 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.ttl: 2592000 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.enable_blob_files: false 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.min_blob_size: 0 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-24T11:25:48.788 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi203/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6421e1b9-e8c4-427b-9dc8-71980b67fef5 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279548475866, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.469+0000 7fefd8dfdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefd8dfdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279548477207, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81455, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 79642, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9884, "raw_average_key_size": 47, "raw_value_size": 73975, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711279548, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6421e1b9-e8c4-427b-9dc8-71980b67fef5", "db_session_id": "DKR9T5AM0G86JDFJPAMJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefd8dfdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279548477300, "job": 1, "event": "recovery_finished"} 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefd8dfdc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefd8dfdc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi203/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefd8dfdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eebe04c000 2024-03-24T11:25:48.789 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefd8dfdc80 4 rocksdb: DB pointer 0x55eebe038000 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefc756d700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefc756d700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: ** DB Stats ** 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: ** Compaction Stats [default] ** 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: L0 2/0 81.42 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:48.790 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Sum 2/0 81.42 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: ** Compaction Stats [default] ** 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: AddFile(Total Files): cumulative 0, interval 0 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: AddFile(Keys): cumulative 0, interval 0 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Cumulative compaction: 0.00 GB write, 20.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:25:48.791 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Interval compaction: 0.00 GB write, 20.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Block cache BinnedLRUCache@0x55eebdf59090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: ** File Read Latency Histogram By Level [default] ** 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.473+0000 7fefd8dfdc80 0 starting mon.smithi203 rank 0 at public addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] at bind addrs [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi203 fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 1 mon.smithi203@-1(???) e1 preinit fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 0 mon.smithi203@-1(???).mds e1 new map 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 0 mon.smithi203@-1(???).mds e1 print_map 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: e1 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: legacy client fscid: -1 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: 2024-03-24T11:25:48.792 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: No filesystems configured 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 0 mon.smithi203@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 0 mon.smithi203@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 0 mon.smithi203@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 0 mon.smithi203@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: debug 2024-03-24T11:25:48.477+0000 7fefd8dfdc80 1 mon.smithi203@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: cluster 2024-03-24T11:25:48.500451+0000 mon.smithi203 (mon.0) 1 : cluster 1 mon.smithi203 is new leader, mons smithi203 in quorum (ranks 0) 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: cluster 2024-03-24T11:25:48.500508+0000 mon.smithi203 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: cluster 2024-03-24T11:25:48.500897+0000 mon.smithi203 (mon.0) 3 : cluster 0 fsmap 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: cluster 2024-03-24T11:25:48.500923+0000 mon.smithi203 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-03-24T11:25:48.793 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:48 smithi203 bash[18672]: cluster 2024-03-24T11:25:48.501286+0000 mon.smithi203 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2024-03-24T11:25:49.344 INFO:teuthology.orchestra.run.smithi203.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-24T11:25:49.366 INFO:teuthology.orchestra.run.smithi203.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:25:49.366 INFO:teuthology.orchestra.run.smithi203.stdout:Creating mgr... 2024-03-24T11:25:49.366 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-24T11:25:49.367 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-24T11:25:49.367 INFO:teuthology.orchestra.run.smithi203.stdout:Verifying port 0.0.0.0:8443 ... 2024-03-24T11:25:49.670 INFO:teuthology.orchestra.run.smithi203.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mgr.smithi203.vllliu 2024-03-24T11:25:49.670 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mgr.smithi203.vllliu.service: Unit ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mgr.smithi203.vllliu.service not loaded. 2024-03-24T11:25:49.761 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:49 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:25:49.873 INFO:teuthology.orchestra.run.smithi203.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715.target.wants/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mgr.smithi203.vllliu.service -> /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service. 2024-03-24T11:25:49.881 INFO:teuthology.orchestra.run.smithi203.stdout:firewalld does not appear to be present 2024-03-24T11:25:49.881 INFO:teuthology.orchestra.run.smithi203.stdout:Not possible to enable service . firewalld.service is not available 2024-03-24T11:25:49.882 INFO:teuthology.orchestra.run.smithi203.stdout:firewalld does not appear to be present 2024-03-24T11:25:49.882 INFO:teuthology.orchestra.run.smithi203.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-03-24T11:25:49.882 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for mgr to start... 2024-03-24T11:25:49.882 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for mgr... 2024-03-24T11:25:50.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:49 smithi203 bash[18672]: audit 2024-03-24T11:25:48.765453+0000 mon.smithi203 (mon.0) 6 : audit 1 from='client.? 172.21.15.203:0/1080081320' entity='client.admin' 2024-03-24T11:25:50.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:49 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:25:51.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:51 smithi203 bash[18672]: audit 2024-03-24T11:25:51.484446+0000 mon.smithi203 (mon.0) 7 : audit 0 from='client.? 172.21.15.203:0/908582859' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:25:52.053 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:52.053 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:25:52.053 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsid": "0c0c3d22-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:25:52.054 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "smithi203" 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:52.055 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:25:52.056 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:52.056 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:25:52.056 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:25:52.056 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:25:52.056 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:25:52.056 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:25:52.056 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:25:52.060 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:43.001583+0000", 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:52.061 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:25:52.062 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:25:52.062 INFO:teuthology.orchestra.run.smithi203.stdout:mgr not available, waiting (1/15)... 2024-03-24T11:25:55.490 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:55 smithi203 bash[18672]: audit 2024-03-24T11:25:55.087248+0000 mon.smithi203 (mon.0) 8 : audit 0 from='client.? 172.21.15.203:0/2785407365' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:25:55.625 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:55.625 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:25:55.625 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsid": "0c0c3d22-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:25:55.625 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "smithi203" 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:25:55.626 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:25:55.627 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.627 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:25:55.627 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.627 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:25:55.627 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:25:55.627 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:25:55.627 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:25:55.631 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:55.632 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:43.001583+0000", 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:25:55.633 INFO:teuthology.orchestra.run.smithi203.stdout:mgr not available, waiting (2/15)... 2024-03-24T11:25:58.851 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:58 smithi203 bash[18672]: audit 2024-03-24T11:25:58.646093+0000 mon.smithi203 (mon.0) 9 : audit 0 from='client.? 172.21.15.203:0/3928077154' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:25:59.153 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:25:59.153 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:25:59.153 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsid": "0c0c3d22-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:25:59.153 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:25:59.153 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:25:59.155 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:25:59.155 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "smithi203" 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-24T11:25:59.156 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:25:59.157 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.157 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:25:59.157 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:25:59.157 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.161 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:25:59.161 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.161 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:25:59.162 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:25:59.163 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:43.001583+0000", 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:25:59.164 INFO:teuthology.orchestra.run.smithi203.stdout:mgr not available, waiting (3/15)... 2024-03-24T11:26:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: cluster 2024-03-24T11:25:59.250087+0000 mon.smithi203 (mon.0) 10 : cluster 1 Activating manager daemon smithi203.vllliu 2024-03-24T11:26:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: cluster 2024-03-24T11:25:59.257047+0000 mon.smithi203 (mon.0) 11 : cluster 0 mgrmap e2: smithi203.vllliu(active, starting, since 0.00726928s) 2024-03-24T11:26:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.257834+0000 mon.smithi203 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:26:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.258038+0000 mon.smithi203 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:26:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.258168+0000 mon.smithi203 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:26:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.258291+0000 mon.smithi203 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:26:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.259158+0000 mon.smithi203 (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr metadata", "who": "smithi203.vllliu", "id": "smithi203.vllliu"}]: dispatch 2024-03-24T11:26:00.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: cluster 2024-03-24T11:25:59.265734+0000 mon.smithi203 (mon.0) 17 : cluster 1 Manager daemon smithi203.vllliu is now available 2024-03-24T11:26:00.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.277506+0000 mon.smithi203 (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:26:00.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.280238+0000 mon.smithi203 (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/trash_purge_schedule"}]: dispatch 2024-03-24T11:26:00.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.283405+0000 mon.smithi203 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:00.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.285630+0000 mon.smithi203 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:00.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:25:59 smithi203 bash[18672]: audit 2024-03-24T11:25:59.287969+0000 mon.smithi203 (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.203:0/3451096878' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:01.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:01 smithi203 bash[18672]: cluster 2024-03-24T11:26:00.263139+0000 mon.smithi203 (mon.0) 23 : cluster 0 mgrmap e3: smithi203.vllliu(active, since 1.01336s) 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsid": "0c0c3d22-e9d1-11ee-95cd-87774f69a715", 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "health": { 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-24T11:26:03.197 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 0 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "smithi203" 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.198 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-24T11:26:03.199 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.199 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-24T11:26:03.199 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-24T11:26:03.199 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-24T11:26:03.203 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-24T11:26:03.203 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-24T11:26:03.203 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-24T11:26:03.203 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.203 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-24T11:26:03.203 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-24T11:26:03.203 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-24T11:26:03.204 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "restful" 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ], 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "modified": "2024-03-24T11:25:43.001583+0000", 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout }, 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-24T11:26:03.205 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:03.206 INFO:teuthology.orchestra.run.smithi203.stdout:mgr is available 2024-03-24T11:26:03.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:03 smithi203 bash[18672]: cluster 2024-03-24T11:26:02.264074+0000 mon.smithi203 (mon.0) 24 : cluster 0 mgrmap e4: smithi203.vllliu(active, since 3s) 2024-03-24T11:26:03.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:03 smithi203 bash[18672]: audit 2024-03-24T11:26:02.655511+0000 mon.smithi203 (mon.0) 25 : audit 0 from='client.? 172.21.15.203:0/1943428513' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-24T11:26:04.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:04 smithi203 bash[18672]: audit 2024-03-24T11:26:04.413035+0000 mon.smithi203 (mon.0) 26 : audit 1 from='client.? 172.21.15.203:0/256685221' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout [global] 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout fsid = 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout [osd] 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-24T11:26:04.959 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-24T11:26:04.960 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling cephadm module... 2024-03-24T11:26:06.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:06 smithi203 bash[18672]: audit 2024-03-24T11:26:06.262159+0000 mon.smithi203 (mon.0) 27 : audit 1 from='client.? 172.21.15.203:0/1114081772' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-24T11:26:07.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:07 smithi203 bash[18672]: audit 2024-03-24T11:26:06.313704+0000 mon.smithi203 (mon.0) 28 : audit 1 from='client.? 172.21.15.203:0/1114081772' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-24T11:26:07.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:07 smithi203 bash[18672]: cluster 2024-03-24T11:26:06.317995+0000 mon.smithi203 (mon.0) 29 : cluster 0 mgrmap e5: smithi203.vllliu(active, since 7s) 2024-03-24T11:26:08.383 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:08 smithi203 bash[18672]: audit 2024-03-24T11:26:08.164352+0000 mon.smithi203 (mon.0) 30 : audit 0 from='client.? 172.21.15.203:0/1093931901' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "active_name": "smithi203.vllliu", 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for the mgr to restart... 2024-03-24T11:26:08.726 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for mgr epoch 5... 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: cluster 2024-03-24T11:26:14.366111+0000 mon.smithi203 (mon.0) 31 : cluster 1 Active manager daemon smithi203.vllliu restarted 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: cluster 2024-03-24T11:26:14.366572+0000 mon.smithi203 (mon.0) 32 : cluster 1 Activating manager daemon smithi203.vllliu 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: cluster 2024-03-24T11:26:14.372541+0000 mon.smithi203 (mon.0) 33 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: cluster 2024-03-24T11:26:14.372667+0000 mon.smithi203 (mon.0) 34 : cluster 0 mgrmap e6: smithi203.vllliu(active, starting, since 0.00627996s) 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: audit 2024-03-24T11:26:14.376423+0000 mon.smithi203 (mon.0) 35 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: audit 2024-03-24T11:26:14.377997+0000 mon.smithi203 (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr metadata", "who": "smithi203.vllliu", "id": "smithi203.vllliu"}]: dispatch 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: audit 2024-03-24T11:26:14.379222+0000 mon.smithi203 (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: audit 2024-03-24T11:26:14.379478+0000 mon.smithi203 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: audit 2024-03-24T11:26:14.379651+0000 mon.smithi203 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:26:14.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:14 smithi203 bash[18672]: cluster 2024-03-24T11:26:14.402133+0000 mon.smithi203 (mon.0) 40 : cluster 1 Manager daemon smithi203.vllliu is now available 2024-03-24T11:26:15.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: cephadm 2024-03-24T11:26:14.420213+0000 mgr.smithi203.vllliu (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-03-24T11:26:15.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:14.428553+0000 mon.smithi203 (mon.0) 41 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:15.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:14.434373+0000 mon.smithi203 (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:15.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:14.437646+0000 mon.smithi203 (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:15.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:14.439664+0000 mon.smithi203 (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:15.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:14.444686+0000 mon.smithi203 (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:15.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:14.453209+0000 mon.smithi203 (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:26:15.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:14.456773+0000 mon.smithi203 (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/trash_purge_schedule"}]: dispatch 2024-03-24T11:26:15.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:15.136685+0000 mon.smithi203 (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:15.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: audit 2024-03-24T11:26:15.144946+0000 mon.smithi203 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:15.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:15 smithi203 bash[18672]: cluster 2024-03-24T11:26:15.380355+0000 mon.smithi203 (mon.0) 50 : cluster 0 mgrmap e7: smithi203.vllliu(active, since 1.01395s) 2024-03-24T11:26:15.973 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:15.974 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-24T11:26:15.974 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-24T11:26:15.974 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:15.974 INFO:teuthology.orchestra.run.smithi203.stdout:mgr epoch 5 is available 2024-03-24T11:26:15.974 INFO:teuthology.orchestra.run.smithi203.stdout:Setting orchestrator backend to cephadm... 2024-03-24T11:26:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:16 smithi203 bash[18672]: audit 2024-03-24T11:26:15.378127+0000 mgr.smithi203.vllliu (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-24T11:26:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:16 smithi203 bash[18672]: audit 2024-03-24T11:26:15.390445+0000 mgr.smithi203.vllliu (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-24T11:26:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:16 smithi203 bash[18672]: cephadm 2024-03-24T11:26:16.062350+0000 mgr.smithi203.vllliu (mgr.14120) 4 : cephadm 1 [24/Mar/2024:11:26:16] ENGINE Bus STARTING 2024-03-24T11:26:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:16 smithi203 bash[18672]: cephadm 2024-03-24T11:26:16.177590+0000 mgr.smithi203.vllliu (mgr.14120) 5 : cephadm 1 [24/Mar/2024:11:26:16] ENGINE Serving on https://172.21.15.203:7150 2024-03-24T11:26:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:16 smithi203 bash[18672]: cephadm 2024-03-24T11:26:16.278730+0000 mgr.smithi203.vllliu (mgr.14120) 6 : cephadm 1 [24/Mar/2024:11:26:16] ENGINE Serving on http://172.21.15.203:8765 2024-03-24T11:26:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:16 smithi203 bash[18672]: cephadm 2024-03-24T11:26:16.278864+0000 mgr.smithi203.vllliu (mgr.14120) 7 : cephadm 1 [24/Mar/2024:11:26:16] ENGINE Bus STARTED 2024-03-24T11:26:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:16 smithi203 bash[18672]: audit 2024-03-24T11:26:16.315352+0000 mon.smithi203 (mon.0) 51 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:17.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:17 smithi203 bash[18672]: cluster 2024-03-24T11:26:16.438194+0000 mon.smithi203 (mon.0) 52 : cluster 0 mgrmap e8: smithi203.vllliu(active, since 2s) 2024-03-24T11:26:17.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:17 smithi203 bash[18672]: audit 2024-03-24T11:26:17.231667+0000 mgr.smithi203.vllliu (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:17.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:17 smithi203 bash[18672]: audit 2024-03-24T11:26:17.238313+0000 mon.smithi203 (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:17.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:17 smithi203 bash[18672]: audit 2024-03-24T11:26:17.284588+0000 mon.smithi203 (mon.0) 54 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:19.447 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-24T11:26:19.447 INFO:teuthology.orchestra.run.smithi203.stdout:Generating ssh key... 2024-03-24T11:26:19.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:19 smithi203 bash[18672]: audit 2024-03-24T11:26:18.921063+0000 mgr.smithi203.vllliu (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:22.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:21 smithi203 bash[18672]: audit 2024-03-24T11:26:20.714305+0000 mgr.smithi203.vllliu (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:22.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:21 smithi203 bash[18672]: cephadm 2024-03-24T11:26:20.714547+0000 mgr.smithi203.vllliu (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-03-24T11:26:22.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:21 smithi203 bash[18672]: audit 2024-03-24T11:26:20.932032+0000 mon.smithi203 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:22.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:21 smithi203 bash[18672]: audit 2024-03-24T11:26:20.937856+0000 mon.smithi203 (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:23.266 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGG1VtMqQJcwszw7Dzxv4LalI0KvwB04ghZ421Crl8EXQEDH/dr9kP9XieZeAPxw/4UsqYlzwaCA2Lz+qoh4NirFGXWSC/qGPknApQgd4aOQLF4Lyr4/wFm/WZ5FO5VL3A7BDjAceboB96iufFB7DAbGYg9fG7i+j/yBcO3EhJd9JoxBhf0EcxYsTJeIwY4oPhd2Mr8/KCpu6O0jmmIIoY6+aVv3EjDWMwWoJkW/pMkxOw4bLoy/sNk9xeJy5KijLiDPJkvOLQXmKG7OLIyCUYhep4vKeZNwg7LTVUMV1/ZceuebPnfceByeORRzFiT2u/ZRbJ8bvtzxMS1Z5xGPbSaC9xZaO15R8Qvli5Sevmh9p6Bf5jF3dx7VQheHmfxsY2buUDiEV2jJQHHJYnnl5/PQlzA6lsCopyTjT90pE+Q+1ed1vCRxttNOU0fM6oW5U9QG8mD9TFWDBIVMKeq7SiGXsV0I4BO0RX/CYpkfP/ONgRRuGBDcjU6XkhsYusRJM= ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:26:23.266 INFO:teuthology.orchestra.run.smithi203.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-24T11:26:23.266 INFO:teuthology.orchestra.run.smithi203.stdout:Adding key to root@localhost authorized_keys... 2024-03-24T11:26:23.267 INFO:teuthology.orchestra.run.smithi203.stdout:Adding host smithi203... 2024-03-24T11:26:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:23 smithi203 bash[18672]: audit 2024-03-24T11:26:22.694706+0000 mgr.smithi203.vllliu (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:25.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:25 smithi203 bash[18672]: audit 2024-03-24T11:26:24.513733+0000 mgr.smithi203.vllliu (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi203", "addr": "172.21.15.203", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:25.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:25 smithi203 bash[18672]: cephadm 2024-03-24T11:26:25.102623+0000 mgr.smithi203.vllliu (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi203 2024-03-24T11:26:30.711 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Added host 'smithi203' with addr '172.21.15.203' 2024-03-24T11:26:30.712 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying mon service with default placement... 2024-03-24T11:26:31.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:30 smithi203 bash[18672]: audit 2024-03-24T11:26:29.946210+0000 mon.smithi203 (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:31.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:30 smithi203 bash[18672]: cephadm 2024-03-24T11:26:29.946674+0000 mgr.smithi203.vllliu (mgr.14120) 15 : cephadm 1 Added host smithi203 2024-03-24T11:26:31.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:30 smithi203 bash[18672]: audit 2024-03-24T11:26:29.979376+0000 mon.smithi203 (mon.0) 58 : audit 0 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:26:33.142 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-24T11:26:33.142 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying mgr service with default placement... 2024-03-24T11:26:33.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:33 smithi203 bash[18672]: audit 2024-03-24T11:26:32.394858+0000 mgr.smithi203.vllliu (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:33.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:33 smithi203 bash[18672]: cephadm 2024-03-24T11:26:32.397880+0000 mgr.smithi203.vllliu (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-03-24T11:26:33.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:33 smithi203 bash[18672]: audit 2024-03-24T11:26:32.402983+0000 mon.smithi203 (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:33.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:33 smithi203 bash[18672]: audit 2024-03-24T11:26:32.954992+0000 mon.smithi203 (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:34.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:34 smithi203 bash[18672]: audit 2024-03-24T11:26:33.494334+0000 mon.smithi203 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:34.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:34 smithi203 bash[18672]: audit 2024-03-24T11:26:34.394870+0000 mon.smithi203 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:34.948 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-24T11:26:34.948 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying crash service with default placement... 2024-03-24T11:26:35.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:35 smithi203 bash[18672]: cluster 2024-03-24T11:26:34.380499+0000 mgr.smithi203.vllliu (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:35.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:35 smithi203 bash[18672]: audit 2024-03-24T11:26:34.388386+0000 mgr.smithi203.vllliu (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:35.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:35 smithi203 bash[18672]: cephadm 2024-03-24T11:26:34.390747+0000 mgr.smithi203.vllliu (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-03-24T11:26:36.762 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-03-24T11:26:36.762 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying ceph-exporter service with default placement... 2024-03-24T11:26:37.397 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:37 smithi203 bash[18672]: audit 2024-03-24T11:26:36.139884+0000 mgr.smithi203.vllliu (mgr.14120) 21 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:37.397 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:37 smithi203 bash[18672]: cephadm 2024-03-24T11:26:36.142211+0000 mgr.smithi203.vllliu (mgr.14120) 22 : cephadm 1 Saving service crash spec with placement * 2024-03-24T11:26:37.398 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:37 smithi203 bash[18672]: audit 2024-03-24T11:26:36.146845+0000 mon.smithi203 (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:38 smithi203 bash[18672]: cluster 2024-03-24T11:26:36.380830+0000 mgr.smithi203.vllliu (mgr.14120) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:38 smithi203 bash[18672]: audit 2024-03-24T11:26:37.968041+0000 mon.smithi203 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:38.552 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-03-24T11:26:38.552 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying prometheus service with default placement... 2024-03-24T11:26:39.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:39 smithi203 bash[18672]: audit 2024-03-24T11:26:37.960058+0000 mgr.smithi203.vllliu (mgr.14120) 24 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:39.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:39 smithi203 bash[18672]: cephadm 2024-03-24T11:26:37.963078+0000 mgr.smithi203.vllliu (mgr.14120) 25 : cephadm 1 Saving service ceph-exporter spec with placement * 2024-03-24T11:26:40.389 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-03-24T11:26:40.390 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying grafana service with default placement... 2024-03-24T11:26:40.411 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:40 smithi203 bash[18672]: cluster 2024-03-24T11:26:38.381258+0000 mgr.smithi203.vllliu (mgr.14120) 26 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:40.411 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:40 smithi203 bash[18672]: audit 2024-03-24T11:26:39.801135+0000 mon.smithi203 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:41.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:41 smithi203 bash[18672]: audit 2024-03-24T11:26:39.795126+0000 mgr.smithi203.vllliu (mgr.14120) 27 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:41.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:41 smithi203 bash[18672]: cephadm 2024-03-24T11:26:39.796559+0000 mgr.smithi203.vllliu (mgr.14120) 28 : cephadm 1 Saving service prometheus spec with placement count:1 2024-03-24T11:26:41.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:41 smithi203 bash[18672]: audit 2024-03-24T11:26:41.079341+0000 mon.smithi203 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:42.279 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-03-24T11:26:42.279 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying node-exporter service with default placement... 2024-03-24T11:26:42.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:42 smithi203 bash[18672]: cluster 2024-03-24T11:26:40.381710+0000 mgr.smithi203.vllliu (mgr.14120) 29 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:42.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:42 smithi203 bash[18672]: audit 2024-03-24T11:26:41.672459+0000 mon.smithi203 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:42.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:42 smithi203 bash[18672]: audit 2024-03-24T11:26:42.119847+0000 mon.smithi203 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:43.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:43 smithi203 bash[18672]: audit 2024-03-24T11:26:41.665780+0000 mgr.smithi203.vllliu (mgr.14120) 30 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:43.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:43 smithi203 bash[18672]: cephadm 2024-03-24T11:26:41.667145+0000 mgr.smithi203.vllliu (mgr.14120) 31 : cephadm 1 Saving service grafana spec with placement count:1 2024-03-24T11:26:44.178 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-03-24T11:26:44.178 INFO:teuthology.orchestra.run.smithi203.stdout:Deploying alertmanager service with default placement... 2024-03-24T11:26:44.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:44 smithi203 bash[18672]: cluster 2024-03-24T11:26:42.382002+0000 mgr.smithi203.vllliu (mgr.14120) 32 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:44.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:44 smithi203 bash[18672]: audit 2024-03-24T11:26:43.582608+0000 mon.smithi203 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:45.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:45 smithi203 bash[18672]: audit 2024-03-24T11:26:43.576293+0000 mgr.smithi203.vllliu (mgr.14120) 33 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:45.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:45 smithi203 bash[18672]: cephadm 2024-03-24T11:26:43.577622+0000 mgr.smithi203.vllliu (mgr.14120) 34 : cephadm 1 Saving service node-exporter spec with placement * 2024-03-24T11:26:46.024 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-03-24T11:26:46.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:46 smithi203 bash[18672]: cluster 2024-03-24T11:26:44.382365+0000 mgr.smithi203.vllliu (mgr.14120) 35 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:46.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:46 smithi203 bash[18672]: audit 2024-03-24T11:26:45.456331+0000 mon.smithi203 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.203:0/3561381475' entity='mgr.smithi203.vllliu' 2024-03-24T11:26:47.460 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:47 smithi203 bash[18672]: audit 2024-03-24T11:26:45.449686+0000 mgr.smithi203.vllliu (mgr.14120) 36 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:26:47.460 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:47 smithi203 bash[18672]: cephadm 2024-03-24T11:26:45.451219+0000 mgr.smithi203.vllliu (mgr.14120) 37 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-03-24T11:26:48.551 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:48 smithi203 bash[18672]: cluster 2024-03-24T11:26:46.382820+0000 mgr.smithi203.vllliu (mgr.14120) 38 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:48.551 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:48 smithi203 bash[18672]: audit 2024-03-24T11:26:47.231858+0000 mon.smithi203 (mon.0) 71 : audit 1 from='client.? 172.21.15.203:0/857931898' entity='client.admin' 2024-03-24T11:26:50.056 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling the dashboard module... 2024-03-24T11:26:50.757 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:50 smithi203 bash[18672]: cluster 2024-03-24T11:26:48.383217+0000 mgr.smithi203.vllliu (mgr.14120) 39 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:50.757 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:50 smithi203 bash[18672]: audit 2024-03-24T11:26:49.333764+0000 mon.smithi203 (mon.0) 72 : audit 1 from='client.? 172.21.15.203:0/552310691' entity='client.admin' 2024-03-24T11:26:52.585 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:52 smithi203 bash[18672]: cluster 2024-03-24T11:26:50.383633+0000 mgr.smithi203.vllliu (mgr.14120) 40 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:26:52.585 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:52 smithi203 bash[18672]: audit 2024-03-24T11:26:51.452907+0000 mon.smithi203 (mon.0) 73 : audit 1 from='client.? 172.21.15.203:0/131501733' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-24T11:26:53.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:53 smithi203 bash[18672]: audit 2024-03-24T11:26:52.340480+0000 mon.smithi203 (mon.0) 74 : audit 1 from='client.? 172.21.15.203:0/131501733' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-24T11:26:53.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:53 smithi203 bash[18672]: cluster 2024-03-24T11:26:52.346153+0000 mon.smithi203 (mon.0) 75 : cluster 0 mgrmap e9: smithi203.vllliu(active, since 37s) 2024-03-24T11:26:54.443 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:26:54 smithi203 bash[18672]: audit 2024-03-24T11:26:54.219226+0000 mon.smithi203 (mon.0) 76 : audit 0 from='client.? 172.21.15.203:0/829332419' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "active_name": "smithi203.vllliu", 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for the mgr to restart... 2024-03-24T11:26:54.836 INFO:teuthology.orchestra.run.smithi203.stdout:Waiting for mgr epoch 9... 2024-03-24T11:27:00.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: cluster 2024-03-24T11:27:00.461921+0000 mon.smithi203 (mon.0) 77 : cluster 1 Active manager daemon smithi203.vllliu restarted 2024-03-24T11:27:00.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: cluster 2024-03-24T11:27:00.462542+0000 mon.smithi203 (mon.0) 78 : cluster 1 Activating manager daemon smithi203.vllliu 2024-03-24T11:27:00.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: cluster 2024-03-24T11:27:00.471203+0000 mon.smithi203 (mon.0) 79 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-03-24T11:27:00.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: cluster 2024-03-24T11:27:00.471463+0000 mon.smithi203 (mon.0) 80 : cluster 0 mgrmap e10: smithi203.vllliu(active, starting, since 0.00913627s) 2024-03-24T11:27:00.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: audit 2024-03-24T11:27:00.474023+0000 mon.smithi203 (mon.0) 81 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:27:00.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: audit 2024-03-24T11:27:00.476196+0000 mon.smithi203 (mon.0) 82 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr metadata", "who": "smithi203.vllliu", "id": "smithi203.vllliu"}]: dispatch 2024-03-24T11:27:00.580 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: audit 2024-03-24T11:27:00.477247+0000 mon.smithi203 (mon.0) 83 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:27:00.581 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: audit 2024-03-24T11:27:00.477627+0000 mon.smithi203 (mon.0) 84 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:27:00.581 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: audit 2024-03-24T11:27:00.478008+0000 mon.smithi203 (mon.0) 85 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:27:00.581 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:00 smithi203 bash[18672]: cluster 2024-03-24T11:27:00.502660+0000 mon.smithi203 (mon.0) 86 : cluster 1 Manager daemon smithi203.vllliu is now available 2024-03-24T11:27:01.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: audit 2024-03-24T11:27:00.537586+0000 mon.smithi203 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:01.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: audit 2024-03-24T11:27:00.541066+0000 mon.smithi203 (mon.0) 88 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:27:01.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: audit 2024-03-24T11:27:00.557657+0000 mon.smithi203 (mon.0) 89 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:27:01.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: audit 2024-03-24T11:27:00.560563+0000 mon.smithi203 (mon.0) 90 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/trash_purge_schedule"}]: dispatch 2024-03-24T11:27:01.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: cephadm 2024-03-24T11:27:00.737473+0000 mgr.smithi203.vllliu (mgr.14164) 1 : cephadm 1 [24/Mar/2024:11:27:00] ENGINE Bus STARTING 2024-03-24T11:27:01.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: cephadm 2024-03-24T11:27:00.839627+0000 mgr.smithi203.vllliu (mgr.14164) 2 : cephadm 1 [24/Mar/2024:11:27:00] ENGINE Serving on http://172.21.15.203:8765 2024-03-24T11:27:01.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: cephadm 2024-03-24T11:27:00.958207+0000 mgr.smithi203.vllliu (mgr.14164) 3 : cephadm 1 [24/Mar/2024:11:27:00] ENGINE Serving on https://172.21.15.203:7150 2024-03-24T11:27:01.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: cephadm 2024-03-24T11:27:00.958467+0000 mgr.smithi203.vllliu (mgr.14164) 4 : cephadm 1 [24/Mar/2024:11:27:00] ENGINE Bus STARTED 2024-03-24T11:27:01.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:01 smithi203 bash[18672]: cluster 2024-03-24T11:27:01.474826+0000 mon.smithi203 (mon.0) 91 : cluster 0 mgrmap e11: smithi203.vllliu(active, since 1.0125s) 2024-03-24T11:27:02.167 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout { 2024-03-24T11:27:02.167 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-24T11:27:02.167 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-24T11:27:02.167 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout } 2024-03-24T11:27:02.167 INFO:teuthology.orchestra.run.smithi203.stdout:mgr epoch 9 is available 2024-03-24T11:27:02.167 INFO:teuthology.orchestra.run.smithi203.stdout:Generating a dashboard self-signed certificate... 2024-03-24T11:27:02.798 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:02 smithi203 bash[18672]: audit 2024-03-24T11:27:01.473044+0000 mgr.smithi203.vllliu (mgr.14164) 5 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-24T11:27:02.798 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:02 smithi203 bash[18672]: audit 2024-03-24T11:27:01.486200+0000 mgr.smithi203.vllliu (mgr.14164) 6 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-24T11:27:04.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:03 smithi203 bash[18672]: cluster 2024-03-24T11:27:02.520509+0000 mon.smithi203 (mon.0) 92 : cluster 0 mgrmap e12: smithi203.vllliu(active, since 2s) 2024-03-24T11:27:04.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:03 smithi203 bash[18672]: audit 2024-03-24T11:27:03.383488+0000 mgr.smithi203.vllliu (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:27:04.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:03 smithi203 bash[18672]: audit 2024-03-24T11:27:03.509352+0000 mon.smithi203 (mon.0) 93 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:04.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:03 smithi203 bash[18672]: audit 2024-03-24T11:27:03.515151+0000 mon.smithi203 (mon.0) 94 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:04.113 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-24T11:27:04.113 INFO:teuthology.orchestra.run.smithi203.stdout:Creating initial admin user... 2024-03-24T11:27:05.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:05 smithi203 bash[18672]: audit 2024-03-24T11:27:05.353237+0000 mgr.smithi203.vllliu (mgr.14164) 8 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:27:06.168 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$w0qxP3qpPz0THZoP2c10xeDKN/AQRj2W9SnfzGGHBIE3l0PnvM1LW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711279625, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-24T11:27:06.169 INFO:teuthology.orchestra.run.smithi203.stdout:Fetching dashboard port number... 2024-03-24T11:27:07.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:06 smithi203 bash[18672]: audit 2024-03-24T11:27:05.618214+0000 mon.smithi203 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:07.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:07 smithi203 bash[18672]: cluster 2024-03-24T11:27:06.627145+0000 mon.smithi203 (mon.0) 96 : cluster 0 mgrmap e13: smithi203.vllliu(active, since 6s) 2024-03-24T11:27:07.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:07 smithi203 bash[18672]: audit 2024-03-24T11:27:07.353936+0000 mon.smithi203 (mon.0) 97 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:07.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:07 smithi203 bash[18672]: audit 2024-03-24T11:27:07.388048+0000 mon.smithi203 (mon.0) 98 : audit 0 from='client.? 172.21.15.203:0/2305354255' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-24T11:27:07.939 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stdout 8443 2024-03-24T11:27:07.940 INFO:teuthology.orchestra.run.smithi203.stdout:firewalld does not appear to be present 2024-03-24T11:27:07.940 INFO:teuthology.orchestra.run.smithi203.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-24T11:27:07.941 INFO:teuthology.orchestra.run.smithi203.stdout:Ceph Dashboard is now available at: 2024-03-24T11:27:07.941 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:07.941 INFO:teuthology.orchestra.run.smithi203.stdout: URL: https://smithi203.front.sepia.ceph.com:8443/ 2024-03-24T11:27:07.941 INFO:teuthology.orchestra.run.smithi203.stdout: User: admin 2024-03-24T11:27:07.941 INFO:teuthology.orchestra.run.smithi203.stdout: Password: kwzpao051f 2024-03-24T11:27:07.941 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:07.941 INFO:teuthology.orchestra.run.smithi203.stdout:Saving cluster configuration to /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config directory 2024-03-24T11:27:07.942 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling autotune for osd_memory_target 2024-03-24T11:27:09.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:09 smithi203 bash[18672]: audit 2024-03-24T11:27:08.395948+0000 mon.smithi203 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout:Or, if you are only running a single cluster on this host: 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-24T11:27:11.653 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.654 INFO:teuthology.orchestra.run.smithi203.stdout: ceph telemetry on 2024-03-24T11:27:11.654 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.654 INFO:teuthology.orchestra.run.smithi203.stdout:For more information see: 2024-03-24T11:27:11.654 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.654 INFO:teuthology.orchestra.run.smithi203.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-24T11:27:11.654 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:27:11.654 INFO:teuthology.orchestra.run.smithi203.stdout:Bootstrap complete. 2024-03-24T11:27:11.710 INFO:tasks.cephadm:Fetching config... 2024-03-24T11:27:11.710 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:27:11.710 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-24T11:27:11.716 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-24T11:27:11.716 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:27:11.716 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-24T11:27:11.768 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-24T11:27:11.768 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:27:11.768 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/keyring of=/dev/stdout 2024-03-24T11:27:11.822 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-24T11:27:11.822 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:27:11.822 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-24T11:27:11.872 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-24T11:27:11.873 DEBUG:teuthology.orchestra.run.smithi203:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGG1VtMqQJcwszw7Dzxv4LalI0KvwB04ghZ421Crl8EXQEDH/dr9kP9XieZeAPxw/4UsqYlzwaCA2Lz+qoh4NirFGXWSC/qGPknApQgd4aOQLF4Lyr4/wFm/WZ5FO5VL3A7BDjAceboB96iufFB7DAbGYg9fG7i+j/yBcO3EhJd9JoxBhf0EcxYsTJeIwY4oPhd2Mr8/KCpu6O0jmmIIoY6+aVv3EjDWMwWoJkW/pMkxOw4bLoy/sNk9xeJy5KijLiDPJkvOLQXmKG7OLIyCUYhep4vKeZNwg7LTVUMV1/ZceuebPnfceByeORRzFiT2u/ZRbJ8bvtzxMS1Z5xGPbSaC9xZaO15R8Qvli5Sevmh9p6Bf5jF3dx7VQheHmfxsY2buUDiEV2jJQHHJYnnl5/PQlzA6lsCopyTjT90pE+Q+1ed1vCRxttNOU0fM6oW5U9QG8mD9TFWDBIVMKeq7SiGXsV0I4BO0RX/CYpkfP/ONgRRuGBDcjU6XkhsYusRJM= ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-24T11:27:11.941 INFO:teuthology.orchestra.run.smithi203.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGG1VtMqQJcwszw7Dzxv4LalI0KvwB04ghZ421Crl8EXQEDH/dr9kP9XieZeAPxw/4UsqYlzwaCA2Lz+qoh4NirFGXWSC/qGPknApQgd4aOQLF4Lyr4/wFm/WZ5FO5VL3A7BDjAceboB96iufFB7DAbGYg9fG7i+j/yBcO3EhJd9JoxBhf0EcxYsTJeIwY4oPhd2Mr8/KCpu6O0jmmIIoY6+aVv3EjDWMwWoJkW/pMkxOw4bLoy/sNk9xeJy5KijLiDPJkvOLQXmKG7OLIyCUYhep4vKeZNwg7LTVUMV1/ZceuebPnfceByeORRzFiT2u/ZRbJ8bvtzxMS1Z5xGPbSaC9xZaO15R8Qvli5Sevmh9p6Bf5jF3dx7VQheHmfxsY2buUDiEV2jJQHHJYnnl5/PQlzA6lsCopyTjT90pE+Q+1ed1vCRxttNOU0fM6oW5U9QG8mD9TFWDBIVMKeq7SiGXsV0I4BO0RX/CYpkfP/ONgRRuGBDcjU6XkhsYusRJM= ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:27:11.951 DEBUG:teuthology.orchestra.run.smithi204:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGG1VtMqQJcwszw7Dzxv4LalI0KvwB04ghZ421Crl8EXQEDH/dr9kP9XieZeAPxw/4UsqYlzwaCA2Lz+qoh4NirFGXWSC/qGPknApQgd4aOQLF4Lyr4/wFm/WZ5FO5VL3A7BDjAceboB96iufFB7DAbGYg9fG7i+j/yBcO3EhJd9JoxBhf0EcxYsTJeIwY4oPhd2Mr8/KCpu6O0jmmIIoY6+aVv3EjDWMwWoJkW/pMkxOw4bLoy/sNk9xeJy5KijLiDPJkvOLQXmKG7OLIyCUYhep4vKeZNwg7LTVUMV1/ZceuebPnfceByeORRzFiT2u/ZRbJ8bvtzxMS1Z5xGPbSaC9xZaO15R8Qvli5Sevmh9p6Bf5jF3dx7VQheHmfxsY2buUDiEV2jJQHHJYnnl5/PQlzA6lsCopyTjT90pE+Q+1ed1vCRxttNOU0fM6oW5U9QG8mD9TFWDBIVMKeq7SiGXsV0I4BO0RX/CYpkfP/ONgRRuGBDcjU6XkhsYusRJM= ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-24T11:27:11.974 INFO:teuthology.orchestra.run.smithi204.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDGG1VtMqQJcwszw7Dzxv4LalI0KvwB04ghZ421Crl8EXQEDH/dr9kP9XieZeAPxw/4UsqYlzwaCA2Lz+qoh4NirFGXWSC/qGPknApQgd4aOQLF4Lyr4/wFm/WZ5FO5VL3A7BDjAceboB96iufFB7DAbGYg9fG7i+j/yBcO3EhJd9JoxBhf0EcxYsTJeIwY4oPhd2Mr8/KCpu6O0jmmIIoY6+aVv3EjDWMwWoJkW/pMkxOw4bLoy/sNk9xeJy5KijLiDPJkvOLQXmKG7OLIyCUYhep4vKeZNwg7LTVUMV1/ZceuebPnfceByeORRzFiT2u/ZRbJ8bvtzxMS1Z5xGPbSaC9xZaO15R8Qvli5Sevmh9p6Bf5jF3dx7VQheHmfxsY2buUDiEV2jJQHHJYnnl5/PQlzA6lsCopyTjT90pE+Q+1ed1vCRxttNOU0fM6oW5U9QG8mD9TFWDBIVMKeq7SiGXsV0I4BO0RX/CYpkfP/ONgRRuGBDcjU6XkhsYusRJM= ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:27:11.983 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-24T11:27:12.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:12 smithi203 bash[18672]: audit 2024-03-24T11:27:11.134795+0000 mon.smithi203 (mon.0) 100 : audit 1 from='client.? 172.21.15.203:0/1813143831' entity='client.admin' 2024-03-24T11:27:17.148 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:27:20.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.441549+0000 mon.smithi203 (mon.0) 101 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.448218+0000 mon.smithi203 (mon.0) 102 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.449873+0000 mon.smithi203 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.457563+0000 mon.smithi203 (mon.0) 104 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.460787+0000 mon.smithi203 (mon.0) 105 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi203", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.462381+0000 mon.smithi203 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi203", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.466198+0000 mon.smithi203 (mon.0) 107 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: cephadm 2024-03-24T11:27:19.468275+0000 mgr.smithi203.vllliu (mgr.14164) 9 : cephadm 1 Deploying daemon ceph-exporter.smithi203 on smithi203 2024-03-24T11:27:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:20 smithi203 bash[18672]: audit 2024-03-24T11:27:19.879866+0000 mon.smithi203 (mon.0) 108 : audit 1 from='client.? 172.21.15.203:0/2938842406' entity='client.admin' 2024-03-24T11:27:21.102 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-24T11:27:21.103 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-24T11:27:21.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:21 smithi203 bash[18672]: cluster 2024-03-24T11:27:20.478816+0000 mgr.smithi203.vllliu (mgr.14164) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:22.235 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:22 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:22.492 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:22 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:23.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: cluster 2024-03-24T11:27:22.479096+0000 mgr.smithi203.vllliu (mgr.14164) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:23.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: audit 2024-03-24T11:27:22.494086+0000 mon.smithi203 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: audit 2024-03-24T11:27:22.497961+0000 mon.smithi203 (mon.0) 110 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: audit 2024-03-24T11:27:22.544126+0000 mon.smithi203 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: audit 2024-03-24T11:27:22.546980+0000 mon.smithi203 (mon.0) 112 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: audit 2024-03-24T11:27:22.548194+0000 mon.smithi203 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-24T11:27:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: audit 2024-03-24T11:27:22.549586+0000 mon.smithi203 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-24T11:27:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: audit 2024-03-24T11:27:22.551186+0000 mon.smithi203 (mon.0) 115 : audit 0 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:27:23.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:23 smithi203 bash[18672]: cephadm 2024-03-24T11:27:22.551939+0000 mgr.smithi203.vllliu (mgr.14164) 12 : cephadm 1 Deploying daemon crash.smithi203 on smithi203 2024-03-24T11:27:24.978 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:24 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:25.255 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:25 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:25.816 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:27:26.256 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 bash[18672]: cluster 2024-03-24T11:27:24.479489+0000 mgr.smithi203.vllliu (mgr.14164) 13 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 bash[18672]: audit 2024-03-24T11:27:25.258987+0000 mon.smithi203 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 bash[18672]: audit 2024-03-24T11:27:25.262329+0000 mon.smithi203 (mon.0) 117 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 bash[18672]: audit 2024-03-24T11:27:25.273019+0000 mon.smithi203 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 bash[18672]: audit 2024-03-24T11:27:25.275383+0000 mon.smithi203 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 bash[18672]: cephadm 2024-03-24T11:27:25.276801+0000 mgr.smithi203.vllliu (mgr.14164) 14 : cephadm 1 Deploying daemon node-exporter.smithi203 on smithi203 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 bash[18672]: audit 2024-03-24T11:27:25.558343+0000 mon.smithi203 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:26.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:26 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:27.683 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:27 smithi203 bash[18672]: cluster 2024-03-24T11:27:26.479753+0000 mgr.smithi203.vllliu (mgr.14164) 15 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:27.683 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:27 smithi203 bash[18672]: audit 2024-03-24T11:27:26.499586+0000 mon.smithi203 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:27.683 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:27 smithi203 bash[18672]: audit 2024-03-24T11:27:26.502243+0000 mon.smithi203 (mon.0) 122 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:27.683 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:27 smithi203 bash[18672]: audit 2024-03-24T11:27:26.545220+0000 mon.smithi203 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:27.683 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:27 smithi203 bash[18672]: audit 2024-03-24T11:27:26.547442+0000 mon.smithi203 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:27.684 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:27 smithi203 bash[18672]: cephadm 2024-03-24T11:27:26.559199+0000 mgr.smithi203.vllliu (mgr.14164) 16 : cephadm 1 Deploying daemon alertmanager.smithi203 on smithi203 2024-03-24T11:27:29.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:29 smithi203 bash[18672]: cluster 2024-03-24T11:27:28.480090+0000 mgr.smithi203.vllliu (mgr.14164) 17 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:31.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:31 smithi203 bash[18672]: audit 2024-03-24T11:27:30.310718+0000 mgr.smithi203.vllliu (mgr.14164) 18 : audit 0 from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:27:31.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:31 smithi203 bash[18672]: audit 2024-03-24T11:27:30.313639+0000 mon.smithi203 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:31.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:31 smithi203 bash[18672]: audit 2024-03-24T11:27:30.566958+0000 mon.smithi203 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:32.309 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi204 2024-03-24T11:27:32.309 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:27:32.309 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.conf 2024-03-24T11:27:32.315 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:27:32.315 DEBUG:teuthology.orchestra.run.smithi204:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:27:32.363 INFO:tasks.cephadm:Adding host smithi204 to orchestrator... 2024-03-24T11:27:32.363 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch host add smithi204 2024-03-24T11:27:32.594 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:32 smithi203 bash[18672]: cluster 2024-03-24T11:27:30.480434+0000 mgr.smithi203.vllliu (mgr.14164) 19 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:34.561 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:34 smithi203 bash[18672]: cluster 2024-03-24T11:27:32.480806+0000 mgr.smithi203.vllliu (mgr.14164) 20 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:36.590 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:36 smithi203 bash[18672]: cluster 2024-03-24T11:27:34.481258+0000 mgr.smithi203.vllliu (mgr.14164) 21 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:36.928 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:36 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:36.928 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:36 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:37.096 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:27:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: cluster 2024-03-24T11:27:36.481617+0000 mgr.smithi203.vllliu (mgr.14164) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:36.975399+0000 mon.smithi203 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:36.979687+0000 mon.smithi203 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:36.997411+0000 mon.smithi203 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:36.999619+0000 mon.smithi203 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:37.002306+0000 mon.smithi203 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:37.004061+0000 mon.smithi203 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: cephadm 2024-03-24T11:27:37.012900+0000 mgr.smithi203.vllliu (mgr.14164) 23 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-03-24T11:27:38.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:37.077398+0000 mon.smithi203 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:37.081734+0000 mon.smithi203 (mon.0) 134 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:37.083660+0000 mon.smithi203 (mon.0) 135 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:27:38.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:37.084554+0000 mgr.smithi203.vllliu (mgr.14164) 24 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-24T11:27:38.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: audit 2024-03-24T11:27:37.088448+0000 mon.smithi203 (mon.0) 136 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:38.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:37 smithi203 bash[18672]: cephadm 2024-03-24T11:27:37.103440+0000 mgr.smithi203.vllliu (mgr.14164) 25 : cephadm 1 Deploying daemon grafana.smithi203 on smithi203 2024-03-24T11:27:40.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:39 smithi203 bash[18672]: cluster 2024-03-24T11:27:38.482050+0000 mgr.smithi203.vllliu (mgr.14164) 26 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:42.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:41 smithi203 bash[18672]: cluster 2024-03-24T11:27:40.482455+0000 mgr.smithi203.vllliu (mgr.14164) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:42.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:41 smithi203 bash[18672]: audit 2024-03-24T11:27:40.571389+0000 mon.smithi203 (mon.0) 137 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:42.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:41 smithi203 bash[18672]: audit 2024-03-24T11:27:40.919379+0000 mgr.smithi203.vllliu (mgr.14164) 28 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:27:43.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:42 smithi203 bash[18672]: cephadm 2024-03-24T11:27:41.614459+0000 mgr.smithi203.vllliu (mgr.14164) 29 : cephadm 1 Deploying cephadm binary to smithi204 2024-03-24T11:27:44.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:43 smithi203 bash[18672]: cluster 2024-03-24T11:27:42.482928+0000 mgr.smithi203.vllliu (mgr.14164) 30 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:46.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:45 smithi203 bash[18672]: cluster 2024-03-24T11:27:44.483224+0000 mgr.smithi203.vllliu (mgr.14164) 31 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:47.366 INFO:teuthology.orchestra.run.smithi203.stdout:Added host 'smithi204' with addr '172.21.15.204' 2024-03-24T11:27:48.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:48 smithi203 bash[18672]: cluster 2024-03-24T11:27:46.483460+0000 mgr.smithi203.vllliu (mgr.14164) 32 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:48.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:48 smithi203 bash[18672]: audit 2024-03-24T11:27:47.368675+0000 mon.smithi203 (mon.0) 138 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:27:48.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:48 smithi203 bash[18672]: cephadm 2024-03-24T11:27:47.369157+0000 mgr.smithi203.vllliu (mgr.14164) 33 : cephadm 1 Added host smithi204 2024-03-24T11:27:50.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:50 smithi203 bash[18672]: cluster 2024-03-24T11:27:48.483863+0000 mgr.smithi203.vllliu (mgr.14164) 34 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:52.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:52 smithi203 bash[18672]: cluster 2024-03-24T11:27:50.484276+0000 mgr.smithi203.vllliu (mgr.14164) 35 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:54.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:54 smithi203 bash[18672]: cluster 2024-03-24T11:27:52.484679+0000 mgr.smithi203.vllliu (mgr.14164) 36 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:56.042 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-24T11:27:56.725 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:56 smithi203 bash[18672]: cluster 2024-03-24T11:27:54.485077+0000 mgr.smithi203.vllliu (mgr.14164) 37 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:58.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:58 smithi203 bash[18672]: cluster 2024-03-24T11:27:56.485511+0000 mgr.smithi203.vllliu (mgr.14164) 38 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:27:58.816 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:58 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:27:59.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:27:58 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: cluster 2024-03-24T11:27:58.485918+0000 mgr.smithi203.vllliu (mgr.14164) 39 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.077041+0000 mon.smithi203 (mon.0) 139 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.080233+0000 mon.smithi203 (mon.0) 140 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.090631+0000 mon.smithi203 (mon.0) 141 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.092738+0000 mon.smithi203 (mon.0) 142 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.095078+0000 mon.smithi203 (mon.0) 143 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.097504+0000 mon.smithi203 (mon.0) 144 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.100710+0000 mon.smithi203 (mon.0) 145 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: audit 2024-03-24T11:27:59.103025+0000 mon.smithi203 (mon.0) 146 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:00.342 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:00 smithi203 bash[18672]: cephadm 2024-03-24T11:27:59.336282+0000 mgr.smithi203.vllliu (mgr.14164) 40 : cephadm 1 Deploying daemon prometheus.smithi203 on smithi203 2024-03-24T11:28:01.738 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:01 smithi203 bash[18672]: cluster 2024-03-24T11:28:00.486330+0000 mgr.smithi203.vllliu (mgr.14164) 41 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:01.738 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:01 smithi203 bash[18672]: audit 2024-03-24T11:28:00.579666+0000 mon.smithi203 (mon.0) 147 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:01.779 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:28:03.707 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:03 smithi203 bash[18672]: cluster 2024-03-24T11:28:02.486804+0000 mgr.smithi203.vllliu (mgr.14164) 42 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:05.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:05 smithi203 bash[18672]: cluster 2024-03-24T11:28:04.487277+0000 mgr.smithi203.vllliu (mgr.14164) 43 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:07.670 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:07 smithi203 bash[18672]: cluster 2024-03-24T11:28:06.487753+0000 mgr.smithi203.vllliu (mgr.14164) 44 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:08.694 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:28:08.695 INFO:teuthology.orchestra.run.smithi203.stdout:[{"addr": "172.21.15.203", "hostname": "smithi203", "labels": [], "status": ""}, {"addr": "172.21.15.204", "hostname": "smithi204", "labels": [], "status": ""}] 2024-03-24T11:28:09.822 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:09 smithi203 bash[18672]: cluster 2024-03-24T11:28:08.488044+0000 mgr.smithi203.vllliu (mgr.14164) 45 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:09.822 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:09 smithi203 bash[18672]: audit 2024-03-24T11:28:08.694967+0000 mgr.smithi203.vllliu (mgr.14164) 46 : audit 0 from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:28:09.877 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-24T11:28:09.878 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-24T11:28:11.839 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:11 smithi203 bash[18672]: cluster 2024-03-24T11:28:10.488348+0000 mgr.smithi203.vllliu (mgr.14164) 47 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:13.845 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:13 smithi203 bash[18672]: cluster 2024-03-24T11:28:12.488707+0000 mgr.smithi203.vllliu (mgr.14164) 48 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:14.620 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:28:15.683 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:15 smithi203 bash[18672]: cluster 2024-03-24T11:28:14.489075+0000 mgr.smithi203.vllliu (mgr.14164) 49 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:16.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:16 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:16.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:16 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:18.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:17 smithi203 bash[18672]: cluster 2024-03-24T11:28:16.489342+0000 mgr.smithi203.vllliu (mgr.14164) 50 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:18.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:17 smithi203 bash[18672]: audit 2024-03-24T11:28:16.801047+0000 mon.smithi203 (mon.0) 148 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:18.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:17 smithi203 bash[18672]: audit 2024-03-24T11:28:16.806999+0000 mon.smithi203 (mon.0) 149 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:18.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:17 smithi203 bash[18672]: audit 2024-03-24T11:28:16.847975+0000 mon.smithi203 (mon.0) 150 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:18.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:17 smithi203 bash[18672]: audit 2024-03-24T11:28:16.849827+0000 mon.smithi203 (mon.0) 151 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-24T11:28:19.178 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:18 smithi203 bash[18672]: audit 2024-03-24T11:28:17.850891+0000 mon.smithi203 (mon.0) 152 : audit 1 from='mgr.14164 172.21.15.203:0/2116124475' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-24T11:28:19.178 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:18 smithi203 bash[18672]: cluster 2024-03-24T11:28:17.856990+0000 mon.smithi203 (mon.0) 153 : cluster 0 mgrmap e14: smithi203.vllliu(active, since 77s) 2024-03-24T11:28:19.945 INFO:teuthology.orchestra.run.smithi203.stderr:adjusted tunables profile to default 2024-03-24T11:28:20.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:19 smithi203 bash[18672]: audit 2024-03-24T11:28:19.891974+0000 mon.smithi203 (mon.0) 154 : audit 1 from='client.? 172.21.15.203:0/1056409789' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-24T11:28:20.990 INFO:tasks.cephadm:Adding mon.smithi203 on smithi203 2024-03-24T11:28:20.990 INFO:tasks.cephadm:Adding mon.smithi204 on smithi204 2024-03-24T11:28:20.991 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch apply mon '2;smithi203:172.21.15.203=smithi203;smithi204:172.21.15.204=smithi204' 2024-03-24T11:28:21.093 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:20 smithi203 bash[18672]: audit 2024-03-24T11:28:19.943018+0000 mon.smithi203 (mon.0) 155 : audit 1 from='client.? 172.21.15.203:0/1056409789' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-24T11:28:21.094 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:20 smithi203 bash[18672]: cluster 2024-03-24T11:28:19.945375+0000 mon.smithi203 (mon.0) 156 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-03-24T11:28:22.199 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-24T11:28:23.244 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: cluster 2024-03-24T11:28:26.153550+0000 mon.smithi203 (mon.0) 157 : cluster 1 Active manager daemon smithi203.vllliu restarted 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: cluster 2024-03-24T11:28:26.154042+0000 mon.smithi203 (mon.0) 158 : cluster 1 Activating manager daemon smithi203.vllliu 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: cluster 2024-03-24T11:28:26.160941+0000 mon.smithi203 (mon.0) 159 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: cluster 2024-03-24T11:28:26.161195+0000 mon.smithi203 (mon.0) 160 : cluster 0 mgrmap e15: smithi203.vllliu(active, starting, since 0.00735708s) 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: audit 2024-03-24T11:28:26.162677+0000 mon.smithi203 (mon.0) 161 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: audit 2024-03-24T11:28:26.164457+0000 mon.smithi203 (mon.0) 162 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr metadata", "who": "smithi203.vllliu", "id": "smithi203.vllliu"}]: dispatch 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: audit 2024-03-24T11:28:26.165510+0000 mon.smithi203 (mon.0) 163 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: audit 2024-03-24T11:28:26.165717+0000 mon.smithi203 (mon.0) 164 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: audit 2024-03-24T11:28:26.165871+0000 mon.smithi203 (mon.0) 165 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-24T11:28:26.338 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:26 smithi203 bash[18672]: cluster 2024-03-24T11:28:26.190103+0000 mon.smithi203 (mon.0) 166 : cluster 1 Manager daemon smithi203.vllliu is now available 2024-03-24T11:28:27.173 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled mon update... 2024-03-24T11:28:27.405 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:26.220345+0000 mon.smithi203 (mon.0) 167 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:26.222784+0000 mon.smithi203 (mon.0) 168 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:26.231695+0000 mon.smithi203 (mon.0) 169 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:26.236474+0000 mon.smithi203 (mon.0) 170 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:26.247170+0000 mon.smithi203 (mon.0) 171 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/mirror_snapshot_schedule"}]: dispatch 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:26.251698+0000 mon.smithi203 (mon.0) 172 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi203.vllliu/trash_purge_schedule"}]: dispatch 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: cephadm 2024-03-24T11:28:26.685674+0000 mgr.smithi203.vllliu (mgr.14195) 1 : cephadm 1 [24/Mar/2024:11:28:26] ENGINE Bus STARTING 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: cephadm 2024-03-24T11:28:26.787692+0000 mgr.smithi203.vllliu (mgr.14195) 2 : cephadm 1 [24/Mar/2024:11:28:26] ENGINE Serving on http://172.21.15.203:8765 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: cephadm 2024-03-24T11:28:26.905162+0000 mgr.smithi203.vllliu (mgr.14195) 3 : cephadm 1 [24/Mar/2024:11:28:26] ENGINE Serving on https://172.21.15.203:7150 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: cephadm 2024-03-24T11:28:26.905434+0000 mgr.smithi203.vllliu (mgr.14195) 4 : cephadm 1 [24/Mar/2024:11:28:26] ENGINE Bus STARTED 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:27.067105+0000 mon.smithi203 (mon.0) 173 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: cluster 2024-03-24T11:28:27.165796+0000 mon.smithi203 (mon.0) 174 : cluster 0 mgrmap e16: smithi203.vllliu(active, since 1.01195s) 2024-03-24T11:28:27.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:27 smithi203 bash[18672]: audit 2024-03-24T11:28:27.173314+0000 mon.smithi203 (mon.0) 175 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:27.777 DEBUG:teuthology.orchestra.run.smithi204:mon.smithi204> sudo journalctl -f -n 0 -u ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi204.service 2024-03-24T11:28:27.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-24T11:28:27.780 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-24T11:28:28.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:28 smithi203 bash[18672]: audit 2024-03-24T11:28:27.164763+0000 mgr.smithi203.vllliu (mgr.14195) 5 : audit 0 from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi203:172.21.15.203=smithi203;smithi204:172.21.15.204=smithi204", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:28:28.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:28 smithi203 bash[18672]: cephadm 2024-03-24T11:28:27.168586+0000 mgr.smithi203.vllliu (mgr.14195) 6 : cephadm 1 Saving service mon spec with placement smithi203:172.21.15.203=smithi203;smithi204:172.21.15.204=smithi204;count:2 2024-03-24T11:28:29.025 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-24T11:28:29.318 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:29 smithi203 bash[18672]: cluster 2024-03-24T11:28:28.219911+0000 mon.smithi203 (mon.0) 176 : cluster 0 mgrmap e17: smithi203.vllliu(active, since 2s) 2024-03-24T11:28:29.318 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:29 smithi203 bash[18672]: audit 2024-03-24T11:28:28.839679+0000 mon.smithi203 (mon.0) 177 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:30.064 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /etc/ceph/ceph.conf 2024-03-24T11:28:31.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:30 smithi203 bash[18672]: audit 2024-03-24T11:28:29.949028+0000 mon.smithi203 (mon.0) 178 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:32.972 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-03-24T11:28:32.973 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"0c0c3d22-e9d1-11ee-95cd-87774f69a715","modified":"2024-03-24T11:25:38.921111Z","created":"2024-03-24T11:25:38.921111Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi203","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-24T11:28:32.975 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-03-24T11:28:33.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:33 smithi203 bash[18672]: audit 2024-03-24T11:28:32.467716+0000 mon.smithi203 (mon.0) 179 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:33.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:33 smithi203 bash[18672]: audit 2024-03-24T11:28:32.473723+0000 mon.smithi203 (mon.0) 180 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:33.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:33 smithi203 bash[18672]: audit 2024-03-24T11:28:32.973230+0000 mon.smithi203 (mon.0) 181 : audit 0 from='client.? 172.21.15.204:0/584735332' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:28:34.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:34 smithi203 bash[18672]: audit 2024-03-24T11:28:33.468992+0000 mon.smithi203 (mon.0) 182 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:34.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:34 smithi203 bash[18672]: audit 2024-03-24T11:28:33.472763+0000 mon.smithi203 (mon.0) 183 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:34.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:34 smithi203 bash[18672]: audit 2024-03-24T11:28:33.473811+0000 mon.smithi203 (mon.0) 184 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi203", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:28:34.855 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-24T11:28:34.856 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-24T11:28:36.862 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:35.987644+0000 mon.smithi203 (mon.0) 185 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:35.995825+0000 mon.smithi203 (mon.0) 186 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.003767+0000 mon.smithi203 (mon.0) 187 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.011759+0000 mon.smithi203 (mon.0) 188 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.013329+0000 mon.smithi203 (mon.0) 189 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi204", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.015405+0000 mon.smithi203 (mon.0) 190 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.017123+0000 mon.smithi203 (mon.0) 191 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.019608+0000 mgr.smithi203.vllliu (mgr.14195) 7 : cephadm 1 Updating smithi203:/etc/ceph/ceph.conf 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.019946+0000 mgr.smithi203.vllliu (mgr.14195) 8 : cephadm 1 Updating smithi204:/etc/ceph/ceph.conf 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.286575+0000 mgr.smithi203.vllliu (mgr.14195) 9 : cephadm 1 Updating smithi203:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.287385+0000 mgr.smithi203.vllliu (mgr.14195) 10 : cephadm 1 Updating smithi204:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.451400+0000 mgr.smithi203.vllliu (mgr.14195) 11 : cephadm 1 Updating smithi203:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:37.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.452744+0000 mgr.smithi203.vllliu (mgr.14195) 12 : cephadm 1 Updating smithi204:/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.616190+0000 mgr.smithi203.vllliu (mgr.14195) 13 : cephadm 1 Updating smithi203:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.618565+0000 mgr.smithi203.vllliu (mgr.14195) 14 : cephadm 1 Updating smithi204:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.786613+0000 mon.smithi203 (mon.0) 192 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.789573+0000 mon.smithi203 (mon.0) 193 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.795230+0000 mon.smithi203 (mon.0) 194 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.797596+0000 mon.smithi203 (mon.0) 195 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.801220+0000 mon.smithi203 (mon.0) 196 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.803084+0000 mon.smithi203 (mon.0) 197 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi204", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.803975+0000 mon.smithi203 (mon.0) 198 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi204", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: audit 2024-03-24T11:28:36.806271+0000 mon.smithi203 (mon.0) 199 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:37.270 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:36 smithi203 bash[18672]: cephadm 2024-03-24T11:28:36.807667+0000 mgr.smithi203.vllliu (mgr.14195) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi204 on smithi204 2024-03-24T11:28:38.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: cephadm 2024-03-24T11:28:37.260406+0000 mgr.smithi203.vllliu (mgr.14195) 16 : cephadm 1 Removing key for client.ceph-exporter.smithi204 2024-03-24T11:28:38.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: audit 2024-03-24T11:28:37.261024+0000 mon.smithi203 (mon.0) 200 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth rm", "entity": "client.ceph-exporter.smithi204"}]: dispatch 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: audit 2024-03-24T11:28:37.262672+0000 mon.smithi203 (mon.0) 201 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth rm", "entity": "client.ceph-exporter.smithi204"}]': finished 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: cephadm 2024-03-24T11:28:37.272306+0000 mgr.smithi203.vllliu (mgr.14195) 17 : cephadm 4 Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: /usr/bin/docker: stdout 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: /usr/bin/docker: stdout 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: Deploy daemon ceph-exporter.smithi204 ... 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: audit 2024-03-24T11:28:37.275966+0000 mon.smithi203 (mon.0) 202 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: audit 2024-03-24T11:28:37.277812+0000 mon.smithi203 (mon.0) 203 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: audit 2024-03-24T11:28:37.282749+0000 mon.smithi203 (mon.0) 204 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:38.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:37 smithi203 bash[18672]: cephadm 2024-03-24T11:28:37.284775+0000 mgr.smithi203.vllliu (mgr.14195) 18 : cephadm 1 Deploying daemon crash.smithi204 on smithi204 2024-03-24T11:28:40.048 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-03-24T11:28:40.048 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"0c0c3d22-e9d1-11ee-95cd-87774f69a715","modified":"2024-03-24T11:25:38.921111Z","created":"2024-03-24T11:25:38.921111Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi203","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-24T11:28:40.051 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-03-24T11:28:40.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:40 smithi203 bash[18672]: audit 2024-03-24T11:28:40.048879+0000 mon.smithi203 (mon.0) 205 : audit 0 from='client.? 172.21.15.204:0/1560997397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:28:41.847 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-24T11:28:41.848 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-24T11:28:42.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:42 smithi203 bash[18672]: audit 2024-03-24T11:28:41.237983+0000 mon.smithi203 (mon.0) 206 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:42.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:42 smithi203 bash[18672]: audit 2024-03-24T11:28:41.238630+0000 mon.smithi203 (mon.0) 207 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:28:42.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:42 smithi203 bash[18672]: audit 2024-03-24T11:28:41.249013+0000 mon.smithi203 (mon.0) 208 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:42.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:42 smithi203 bash[18672]: audit 2024-03-24T11:28:41.263887+0000 mon.smithi203 (mon.0) 209 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:42.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:42 smithi203 bash[18672]: audit 2024-03-24T11:28:41.314691+0000 mon.smithi203 (mon.0) 210 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:42.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:42 smithi203 bash[18672]: audit 2024-03-24T11:28:41.320783+0000 mon.smithi203 (mon.0) 211 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:42.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:42 smithi203 bash[18672]: cephadm 2024-03-24T11:28:41.324252+0000 mgr.smithi203.vllliu (mgr.14195) 19 : cephadm 1 Deploying daemon node-exporter.smithi204 on smithi204 2024-03-24T11:28:43.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.426246+0000 mon.smithi203 (mon.0) 212 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.432538+0000 mon.smithi203 (mon.0) 213 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.447233+0000 mon.smithi203 (mon.0) 214 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.452817+0000 mon.smithi203 (mon.0) 215 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.457622+0000 mon.smithi203 (mon.0) 216 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.wjonzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.459296+0000 mon.smithi203 (mon.0) 217 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.wjonzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.463704+0000 mon.smithi203 (mon.0) 218 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: audit 2024-03-24T11:28:42.465633+0000 mon.smithi203 (mon.0) 219 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:43.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:43 smithi203 bash[18672]: cephadm 2024-03-24T11:28:42.467498+0000 mgr.smithi203.vllliu (mgr.14195) 20 : cephadm 1 Deploying daemon mgr.smithi204.wjonzw on smithi204 2024-03-24T11:28:45.460 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:46.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:45 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: audit 2024-03-24T11:28:45.559444+0000 mon.smithi203 (mon.0) 220 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: audit 2024-03-24T11:28:45.565898+0000 mon.smithi203 (mon.0) 221 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: audit 2024-03-24T11:28:45.593819+0000 mon.smithi203 (mon.0) 222 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: audit 2024-03-24T11:28:45.599440+0000 mon.smithi203 (mon.0) 223 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: audit 2024-03-24T11:28:45.603107+0000 mon.smithi203 (mon.0) 224 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: audit 2024-03-24T11:28:45.604792+0000 mon.smithi203 (mon.0) 225 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: cephadm 2024-03-24T11:28:45.606681+0000 mgr.smithi203.vllliu (mgr.14195) 21 : cephadm 1 Deploying daemon mon.smithi204 on smithi204 2024-03-24T11:28:47.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:46 smithi203 bash[18672]: audit 2024-03-24T11:28:46.245346+0000 mon.smithi203 (mon.0) 226 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:48.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:47 smithi203 bash[18672]: cluster 2024-03-24T11:28:47.557469+0000 mon.smithi203 (mon.0) 227 : cluster 3 Health check failed: Failed to place 1 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-03-24T11:28:48.966 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:48 smithi203 bash[18672]: cluster 2024-03-24T11:28:47.274322+0000 mgr.smithi203.vllliu (mgr.14195) 22 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:50.308 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-03-24T11:28:50.308 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":1,"fsid":"0c0c3d22-e9d1-11ee-95cd-87774f69a715","modified":"2024-03-24T11:25:38.921111Z","created":"2024-03-24T11:25:38.921111Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi203","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-24T11:28:50.311 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 1 2024-03-24T11:28:51.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:50 smithi203 bash[18672]: cluster 2024-03-24T11:28:49.274867+0000 mgr.smithi203.vllliu (mgr.14195) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:51.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:50 smithi203 bash[18672]: audit 2024-03-24T11:28:50.307771+0000 mon.smithi203 (mon.0) 228 : audit 0 from='client.? 172.21.15.204:0/1453609903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:28:51.299 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:51 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:51.299 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:51 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:51.299 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:51 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:51.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:51 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:28:51.587 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:51 smithi204 systemd[1]: Started Ceph mon.smithi204 for 0c0c3d22-e9d1-11ee-95cd-87774f69a715. 2024-03-24T11:28:52.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-03-24T11:28:52.146 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.434+0000 7f23e749ec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.434+0000 7f23e749ec80 0 ceph version 19.0.0-1667-gdb0330b1 (db0330b1e4e2470d52b750e251e55a522b4f7d69) squid (dev), process ceph-mon, pid 7 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.434+0000 7f23e749ec80 0 pidfile_write: ignore empty --pid-file 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 0 load: jerasure load: lrc 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: RocksDB version: 7.9.2 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Git sha 0 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Compile date 2024-03-16 10:36:11 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: DB SUMMARY 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: DB Session ID: KKWBFY2JUAOTLH6QUHSU 2024-03-24T11:28:52.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: CURRENT file: CURRENT 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi204/store.db dir, Total Num: 0, files: 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi204/store.db: 000004.log size: 511 ; 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.error_if_exists: 0 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.create_if_missing: 0 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.paranoid_checks: 1 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.env: 0x561c8bd5aae0 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.info_log: 0x561c8e0e57a0 2024-03-24T11:28:52.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-24T11:28:52.698 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.statistics: (nil) 2024-03-24T11:28:52.698 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.use_fsync: 0 2024-03-24T11:28:52.698 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_log_file_size: 0 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.allow_fallocate: 1 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.use_direct_reads: 0 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-24T11:28:52.699 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.db_log_dir: 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.wal_dir: 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.write_buffer_manager: 0x561c8e0b9400 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-24T11:28:52.700 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.unordered_write: 0 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.row_cache: None 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.wal_filter: None 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-24T11:28:52.701 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.two_write_queues: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.wal_compression: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.atomic_flush: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.log_readahead_size: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-24T11:28:52.702 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_background_jobs: 2 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_background_compactions: -1 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_subcompactions: 1 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_open_files: -1 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-24T11:28:52.703 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_background_flushes: -1 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Compression algorithms supported: 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kZSTD supported: 0 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kXpressCompression supported: 0 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kZlibCompression supported: 1 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kSnappyCompression supported: 1 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kLZ4Compression supported: 1 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: kBZip2Compression supported: 0 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-24T11:28:52.704 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000005 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.merge_operator: 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_filter: None 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c8e0e58c0) 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: cache_index_and_filter_blocks: 1 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: pin_top_level_index_and_filter: 1 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: index_type: 0 2024-03-24T11:28:52.705 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: data_block_index_type: 0 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: index_shortening: 1 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: data_block_hash_table_util_ratio: 0.750000 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: checksum: 4 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: no_block_cache: 0 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_cache: 0x561c8e0e7090 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_cache_name: BinnedLRUCache 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_cache_options: 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: capacity : 536870912 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: num_shard_bits : 4 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: strict_capacity_limit : 0 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: high_pri_pool_ratio: 0.000 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_cache_compressed: (nil) 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: persistent_cache: (nil) 2024-03-24T11:28:52.706 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_size: 4096 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_size_deviation: 10 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_restart_interval: 16 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: index_block_restart_interval: 1 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: metadata_block_size: 4096 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: partition_filters: 0 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: use_delta_encoding: 1 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: filter_policy: bloomfilter 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: whole_key_filtering: 1 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: verify_compression: 0 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: read_amp_bytes_per_bit: 0 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: format_version: 5 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: enable_index_compression: 1 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: block_align: 0 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: max_auto_readahead_size: 262144 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: prepopulate_block_cache: 0 2024-03-24T11:28:52.707 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: initial_auto_readahead_size: 8192 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: num_file_reads_for_auto_readahead: 2 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression: NoCompression 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.num_levels: 7 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-24T11:28:52.708 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-24T11:28:52.709 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-24T11:28:52.710 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-24T11:28:52.711 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-24T11:28:52.712 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.table_properties_collectors: 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.inplace_update_support: 0 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.bloom_locality: 0 2024-03-24T11:28:52.713 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.max_successive_merges: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.ttl: 2592000 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.enable_blob_files: false 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.min_blob_size: 0 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-24T11:28:52.714 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi204/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6d4df566-3476-4189-9d96-ad8363952046 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279732442998, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-24T11:28:52.715 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279732443406, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711279732, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6d4df566-3476-4189-9d96-ad8363952046", "db_session_id": "KKWBFY2JUAOTLH6QUHSU", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711279732443485, "job": 1, "event": "recovery_finished"} 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.438+0000 7f23e749ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23e749ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi204/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23e749ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561c8e1da000 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23e749ec80 4 rocksdb: DB pointer 0x561c8e1c6000 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23d5c0e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23d5c0e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: ** DB Stats ** 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-24T11:28:52.716 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: ** Compaction Stats [default] ** 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: ** Compaction Stats [default] ** 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: AddFile(Total Files): cumulative 0, interval 0 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-24T11:28:52.717 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: AddFile(Keys): cumulative 0, interval 0 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Cumulative compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Interval compaction: 0.00 GB write, 0.52 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Block cache BinnedLRUCache@0x561c8e0e7090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: ** File Read Latency Histogram By Level [default] ** 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23e749ec80 0 mon.smithi204 does not exist in monmap, will attempt to join an existing cluster 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23e749ec80 0 using public_addr v2:172.21.15.204:0/0 -> [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23e749ec80 0 starting mon.smithi204 rank -1 at public addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] at bind addrs [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi204 fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.442+0000 7f23e749ec80 1 mon.smithi204@-1(???) e0 preinit fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.466+0000 7f23d8c14700 0 mon.smithi204@-1(synchronizing).mds e1 new map 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.466+0000 7f23d8c14700 0 mon.smithi204@-1(synchronizing).mds e1 print_map 2024-03-24T11:28:52.718 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: e1 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: legacy client fscid: -1 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: No filesystems configured 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.466+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:28:52.719 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 0 mon.smithi204@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-03-24T11:28:52.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: cluster 2024-03-24T11:28:47.557469+0000 mon.smithi203 (mon.0) 227 : cluster 3 Health check failed: Failed to place 1 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-03-24T11:28:52.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: cluster 2024-03-24T11:28:47.274322+0000 mgr.smithi203.vllliu (mgr.14195) 22 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:52.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: cluster 2024-03-24T11:28:49.274867+0000 mgr.smithi203.vllliu (mgr.14195) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:52.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: audit 2024-03-24T11:28:50.307771+0000 mon.smithi203 (mon.0) 228 : audit 0 from='client.? 172.21.15.204:0/1453609903' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:28:52.720 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:52 smithi204 bash[23543]: debug 2024-03-24T11:28:52.470+0000 7f23d8c14700 1 mon.smithi204@-1(synchronizing).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-03-24T11:28:56.687 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi204/config 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:52.482260+0000 mon.smithi203 (mon.0) 236 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:52.482587+0000 mon.smithi203 (mon.0) 237 : cluster 1 mon.smithi203 calling monitor election 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:52.501343+0000 mon.smithi203 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:53.275847+0000 mgr.smithi203.vllliu (mgr.14195) 25 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:53.477107+0000 mon.smithi203 (mon.0) 239 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:54.477426+0000 mon.smithi203 (mon.0) 240 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:54.479068+0000 mon.smithi204 (mon.1) 1 : cluster 1 mon.smithi204 calling monitor election 2024-03-24T11:28:57.834 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:55.276346+0000 mgr.smithi203.vllliu (mgr.14195) 26 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:55.477102+0000 mon.smithi203 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:55.820006+0000 mon.smithi203 (mon.0) 242 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.wjonzw/crt"}]: dispatch 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:56.477592+0000 mon.smithi203 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.477768+0000 mon.smithi203 (mon.0) 244 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.521528+0000 mon.smithi203 (mon.0) 245 : cluster 1 mon.smithi203 is new leader, mons smithi203,smithi204 in quorum (ranks 0,1) 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.528587+0000 mon.smithi203 (mon.0) 246 : cluster 0 monmap e2: 2 mons at {smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.548868+0000 mon.smithi203 (mon.0) 247 : cluster 0 fsmap 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.548922+0000 mon.smithi203 (mon.0) 248 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549220+0000 mon.smithi203 (mon.0) 249 : cluster 0 mgrmap e17: smithi203.vllliu(active, since 31s) 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549489+0000 mon.smithi203 (mon.0) 250 : cluster 3 Health detail: HEALTH_WARN Failed to place 1 daemon(s) 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549524+0000 mon.smithi203 (mon.0) 251 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549545+0000 mon.smithi203 (mon.0) 252 : cluster 3 Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549572+0000 mon.smithi203 (mon.0) 253 : cluster 3 /usr/bin/docker: stdout 2024-03-24T11:28:57.835 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549592+0000 mon.smithi203 (mon.0) 254 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549613+0000 mon.smithi203 (mon.0) 255 : cluster 3 Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549636+0000 mon.smithi203 (mon.0) 256 : cluster 3 /usr/bin/docker: stdout 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549664+0000 mon.smithi203 (mon.0) 257 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549691+0000 mon.smithi203 (mon.0) 258 : cluster 3 Deploy daemon ceph-exporter.smithi204 ... 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.549716+0000 mon.smithi203 (mon.0) 259 : cluster 3 ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.551432+0000 mon.smithi203 (mon.0) 260 : cluster 0 Standby manager daemon smithi204.wjonzw started 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.558068+0000 mon.smithi203 (mon.0) 261 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.563782+0000 mon.smithi203 (mon.0) 262 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.565675+0000 mon.smithi203 (mon.0) 263 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.566715+0000 mon.smithi203 (mon.0) 264 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.570310+0000 mon.smithi203 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.571437+0000 mon.smithi203 (mon.0) 266 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.wjonzw/key"}]: dispatch 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.572293+0000 mon.smithi203 (mon.0) 267 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.578747+0000 mon.smithi203 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:57.836 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.591190+0000 mon.smithi203 (mon.0) 269 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:57.837 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:57 smithi204 bash[23543]: audit 2024-03-24T11:28:57.593010+0000 mon.smithi203 (mon.0) 270 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:52.482260+0000 mon.smithi203 (mon.0) 236 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:52.482587+0000 mon.smithi203 (mon.0) 237 : cluster 1 mon.smithi203 calling monitor election 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:52.501343+0000 mon.smithi203 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:53.275847+0000 mgr.smithi203.vllliu (mgr.14195) 25 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:53.477107+0000 mon.smithi203 (mon.0) 239 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:54.477426+0000 mon.smithi203 (mon.0) 240 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:54.479068+0000 mon.smithi204 (mon.1) 1 : cluster 1 mon.smithi204 calling monitor election 2024-03-24T11:28:58.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:55.276346+0000 mgr.smithi203.vllliu (mgr.14195) 26 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:55.477102+0000 mon.smithi203 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:55.820006+0000 mon.smithi203 (mon.0) 242 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.wjonzw/crt"}]: dispatch 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:56.477592+0000 mon.smithi203 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.477768+0000 mon.smithi203 (mon.0) 244 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.521528+0000 mon.smithi203 (mon.0) 245 : cluster 1 mon.smithi203 is new leader, mons smithi203,smithi204 in quorum (ranks 0,1) 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.528587+0000 mon.smithi203 (mon.0) 246 : cluster 0 monmap e2: 2 mons at {smithi203=[v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0],smithi204=[v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.548868+0000 mon.smithi203 (mon.0) 247 : cluster 0 fsmap 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.548922+0000 mon.smithi203 (mon.0) 248 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549220+0000 mon.smithi203 (mon.0) 249 : cluster 0 mgrmap e17: smithi203.vllliu(active, since 31s) 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549489+0000 mon.smithi203 (mon.0) 250 : cluster 3 Health detail: HEALTH_WARN Failed to place 1 daemon(s) 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549524+0000 mon.smithi203 (mon.0) 251 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549545+0000 mon.smithi203 (mon.0) 252 : cluster 3 Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549572+0000 mon.smithi203 (mon.0) 253 : cluster 3 /usr/bin/docker: stdout 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549592+0000 mon.smithi203 (mon.0) 254 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549613+0000 mon.smithi203 (mon.0) 255 : cluster 3 Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549636+0000 mon.smithi203 (mon.0) 256 : cluster 3 /usr/bin/docker: stdout 2024-03-24T11:28:58.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549664+0000 mon.smithi203 (mon.0) 257 : cluster 3 /usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549691+0000 mon.smithi203 (mon.0) 258 : cluster 3 Deploy daemon ceph-exporter.smithi204 ... 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.549716+0000 mon.smithi203 (mon.0) 259 : cluster 3 ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.551432+0000 mon.smithi203 (mon.0) 260 : cluster 0 Standby manager daemon smithi204.wjonzw started 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.558068+0000 mon.smithi203 (mon.0) 261 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.563782+0000 mon.smithi203 (mon.0) 262 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.565675+0000 mon.smithi203 (mon.0) 263 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.566715+0000 mon.smithi203 (mon.0) 264 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.570310+0000 mon.smithi203 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.571437+0000 mon.smithi203 (mon.0) 266 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi204.wjonzw/key"}]: dispatch 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.572293+0000 mon.smithi203 (mon.0) 267 : audit 0 from='mgr.? 172.21.15.204:0/71846098' entity='mgr.smithi204.wjonzw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.578747+0000 mon.smithi203 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.591190+0000 mon.smithi203 (mon.0) 269 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:58.021 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:57 smithi203 bash[18672]: audit 2024-03-24T11:28:57.593010+0000 mon.smithi203 (mon.0) 270 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:28:58.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.276763+0000 mgr.smithi203.vllliu (mgr.14195) 27 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:58.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: cephadm 2024-03-24T11:28:57.595671+0000 mgr.smithi203.vllliu (mgr.14195) 28 : cephadm 1 Updating smithi203:/etc/ceph/ceph.conf 2024-03-24T11:28:58.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: cephadm 2024-03-24T11:28:57.596130+0000 mgr.smithi203.vllliu (mgr.14195) 29 : cephadm 1 Updating smithi204:/etc/ceph/ceph.conf 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.620577+0000 mon.smithi203 (mon.0) 271 : cluster 0 mgrmap e18: smithi203.vllliu(active, since 31s), standbys: smithi204.wjonzw 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.620820+0000 mon.smithi203 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr metadata", "who": "smithi204.wjonzw", "id": "smithi204.wjonzw"}]: dispatch 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: cephadm 2024-03-24T11:28:57.761172+0000 mgr.smithi203.vllliu (mgr.14195) 30 : cephadm 1 Updating smithi203:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: cephadm 2024-03-24T11:28:57.762168+0000 mgr.smithi203.vllliu (mgr.14195) 31 : cephadm 1 Updating smithi204:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.933755+0000 mon.smithi203 (mon.0) 273 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.941720+0000 mon.smithi203 (mon.0) 274 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.950416+0000 mon.smithi203 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.957029+0000 mon.smithi203 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.963436+0000 mon.smithi203 (mon.0) 277 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.965747+0000 mon.smithi203 (mon.0) 278 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi204", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.968309+0000 mon.smithi203 (mon.0) 279 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi204", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:57.972706+0000 mon.smithi203 (mon.0) 280 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:58.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:58 smithi204 bash[23543]: audit 2024-03-24T11:28:58.477777+0000 mon.smithi203 (mon.0) 281 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:59.002 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.276763+0000 mgr.smithi203.vllliu (mgr.14195) 27 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:59.002 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: cephadm 2024-03-24T11:28:57.595671+0000 mgr.smithi203.vllliu (mgr.14195) 28 : cephadm 1 Updating smithi203:/etc/ceph/ceph.conf 2024-03-24T11:28:59.002 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: cephadm 2024-03-24T11:28:57.596130+0000 mgr.smithi203.vllliu (mgr.14195) 29 : cephadm 1 Updating smithi204:/etc/ceph/ceph.conf 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.620577+0000 mon.smithi203 (mon.0) 271 : cluster 0 mgrmap e18: smithi203.vllliu(active, since 31s), standbys: smithi204.wjonzw 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.620820+0000 mon.smithi203 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr metadata", "who": "smithi204.wjonzw", "id": "smithi204.wjonzw"}]: dispatch 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: cephadm 2024-03-24T11:28:57.761172+0000 mgr.smithi203.vllliu (mgr.14195) 30 : cephadm 1 Updating smithi203:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: cephadm 2024-03-24T11:28:57.762168+0000 mgr.smithi203.vllliu (mgr.14195) 31 : cephadm 1 Updating smithi204:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.933755+0000 mon.smithi203 (mon.0) 273 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.941720+0000 mon.smithi203 (mon.0) 274 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.950416+0000 mon.smithi203 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.957029+0000 mon.smithi203 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.963436+0000 mon.smithi203 (mon.0) 277 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.965747+0000 mon.smithi203 (mon.0) 278 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi204", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.968309+0000 mon.smithi203 (mon.0) 279 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi204", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:57.972706+0000 mon.smithi203 (mon.0) 280 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:28:59.003 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:58 smithi203 bash[18672]: audit 2024-03-24T11:28:58.477777+0000 mon.smithi203 (mon.0) 281 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:28:59.850 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:59 smithi204 bash[23543]: cluster 2024-03-24T11:28:57.964297+0000 mgr.smithi203.vllliu (mgr.14195) 32 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:28:59.850 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:59 smithi204 bash[23543]: cephadm 2024-03-24T11:28:57.974647+0000 mgr.smithi203.vllliu (mgr.14195) 33 : cephadm 1 Deploying daemon ceph-exporter.smithi204 on smithi204 2024-03-24T11:28:59.850 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:59 smithi204 bash[23543]: cluster 2024-03-24T11:28:58.960409+0000 mon.smithi203 (mon.0) 282 : cluster 1 Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2024-03-24T11:28:59.851 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:28:59 smithi204 bash[23543]: cluster 2024-03-24T11:28:58.960461+0000 mon.smithi203 (mon.0) 283 : cluster 1 Cluster is now healthy 2024-03-24T11:28:59.955 INFO:teuthology.orchestra.run.smithi204.stdout: 2024-03-24T11:28:59.955 INFO:teuthology.orchestra.run.smithi204.stdout:{"epoch":2,"fsid":"0c0c3d22-e9d1-11ee-95cd-87774f69a715","modified":"2024-03-24T11:28:52.476496Z","created":"2024-03-24T11:25:38.921111Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi203","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:3300","nonce":0},{"type":"v1","addr":"172.21.15.203:6789","nonce":0}]},"addr":"172.21.15.203:6789/0","public_addr":"172.21.15.203:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi204","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:3300","nonce":0},{"type":"v1","addr":"172.21.15.204:6789","nonce":0}]},"addr":"172.21.15.204:6789/0","public_addr":"172.21.15.204:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-24T11:28:59.958 INFO:teuthology.orchestra.run.smithi204.stderr:dumped monmap epoch 2 2024-03-24T11:29:00.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:59 smithi203 bash[18672]: cluster 2024-03-24T11:28:57.964297+0000 mgr.smithi203.vllliu (mgr.14195) 32 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:00.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:59 smithi203 bash[18672]: cephadm 2024-03-24T11:28:57.974647+0000 mgr.smithi203.vllliu (mgr.14195) 33 : cephadm 1 Deploying daemon ceph-exporter.smithi204 on smithi204 2024-03-24T11:29:00.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:59 smithi203 bash[18672]: cluster 2024-03-24T11:28:58.960409+0000 mon.smithi203 (mon.0) 282 : cluster 1 Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2024-03-24T11:29:00.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:28:59 smithi203 bash[18672]: cluster 2024-03-24T11:28:58.960461+0000 mon.smithi203 (mon.0) 283 : cluster 1 Cluster is now healthy 2024-03-24T11:29:00.712 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-24T11:29:00.713 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-24T11:29:00.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:00 smithi204 bash[23543]: audit 2024-03-24T11:28:59.955130+0000 mon.smithi203 (mon.0) 284 : audit 0 from='client.? 172.21.15.204:0/3491425478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:29:00.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:00 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:01.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:00 smithi203 bash[18672]: audit 2024-03-24T11:28:59.955130+0000 mon.smithi203 (mon.0) 284 : audit 0 from='client.? 172.21.15.204:0/3491425478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-24T11:29:01.046 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:00 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:29:01.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:01 smithi204 bash[23543]: cluster 2024-03-24T11:28:59.964702+0000 mgr.smithi203.vllliu (mgr.14195) 34 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:01.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:01 smithi204 bash[23543]: audit 2024-03-24T11:29:01.091984+0000 mon.smithi203 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:01.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:01 smithi204 bash[23543]: audit 2024-03-24T11:29:01.100840+0000 mon.smithi203 (mon.0) 286 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:01.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:01 smithi204 bash[23543]: audit 2024-03-24T11:29:01.154066+0000 mon.smithi203 (mon.0) 287 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:01.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:01 smithi204 bash[23543]: audit 2024-03-24T11:29:01.162609+0000 mon.smithi203 (mon.0) 288 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:01.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:01 smithi204 bash[23543]: audit 2024-03-24T11:29:01.237811+0000 mon.smithi203 (mon.0) 289 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:02.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:01 smithi203 bash[18672]: cluster 2024-03-24T11:28:59.964702+0000 mgr.smithi203.vllliu (mgr.14195) 34 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:02.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:01 smithi203 bash[18672]: audit 2024-03-24T11:29:01.091984+0000 mon.smithi203 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:02.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:01 smithi203 bash[18672]: audit 2024-03-24T11:29:01.100840+0000 mon.smithi203 (mon.0) 286 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:02.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:01 smithi203 bash[18672]: audit 2024-03-24T11:29:01.154066+0000 mon.smithi203 (mon.0) 287 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:02.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:01 smithi203 bash[18672]: audit 2024-03-24T11:29:01.162609+0000 mon.smithi203 (mon.0) 288 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:02.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:01 smithi203 bash[18672]: audit 2024-03-24T11:29:01.237811+0000 mon.smithi203 (mon.0) 289 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:03.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:03 smithi204 bash[23543]: cluster 2024-03-24T11:29:01.965184+0000 mgr.smithi203.vllliu (mgr.14195) 35 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:03.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:03 smithi204 bash[23543]: audit 2024-03-24T11:29:02.573413+0000 mon.smithi203 (mon.0) 290 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:04.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:03 smithi203 bash[18672]: cluster 2024-03-24T11:29:01.965184+0000 mgr.smithi203.vllliu (mgr.14195) 35 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:04.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:03 smithi203 bash[18672]: audit 2024-03-24T11:29:02.573413+0000 mon.smithi203 (mon.0) 290 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:05.473 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:29:05.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:05 smithi203 bash[18672]: cluster 2024-03-24T11:29:03.965609+0000 mgr.smithi203.vllliu (mgr.14195) 36 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:05.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:05 smithi204 bash[23543]: cluster 2024-03-24T11:29:03.965609+0000 mgr.smithi203.vllliu (mgr.14195) 36 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: cluster 2024-03-24T11:29:05.966111+0000 mgr.smithi203.vllliu (mgr.14195) 37 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.632578+0000 mon.smithi203 (mon.0) 291 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.642287+0000 mon.smithi203 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.644435+0000 mon.smithi203 (mon.0) 293 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.646166+0000 mon.smithi203 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.655411+0000 mon.smithi203 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: cephadm 2024-03-24T11:29:06.732242+0000 mgr.smithi203.vllliu (mgr.14195) 38 : cephadm 1 Reconfiguring mon.smithi203 (unknown last config time)... 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.732750+0000 mon.smithi203 (mon.0) 296 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.734031+0000 mon.smithi203 (mon.0) 297 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: audit 2024-03-24T11:29:06.735071+0000 mon.smithi203 (mon.0) 298 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:07.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:07 smithi204 bash[23543]: cephadm 2024-03-24T11:29:06.736502+0000 mgr.smithi203.vllliu (mgr.14195) 39 : cephadm 1 Reconfiguring daemon mon.smithi203 on smithi203 2024-03-24T11:29:08.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: cluster 2024-03-24T11:29:05.966111+0000 mgr.smithi203.vllliu (mgr.14195) 37 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:08.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.632578+0000 mon.smithi203 (mon.0) 291 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:08.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.642287+0000 mon.smithi203 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:08.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.644435+0000 mon.smithi203 (mon.0) 293 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:08.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.646166+0000 mon.smithi203 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:08.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.655411+0000 mon.smithi203 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:08.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: cephadm 2024-03-24T11:29:06.732242+0000 mgr.smithi203.vllliu (mgr.14195) 38 : cephadm 1 Reconfiguring mon.smithi203 (unknown last config time)... 2024-03-24T11:29:08.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.732750+0000 mon.smithi203 (mon.0) 296 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:29:08.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.734031+0000 mon.smithi203 (mon.0) 297 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:29:08.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: audit 2024-03-24T11:29:06.735071+0000 mon.smithi203 (mon.0) 298 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:08.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:07 smithi203 bash[18672]: cephadm 2024-03-24T11:29:06.736502+0000 mgr.smithi203.vllliu (mgr.14195) 39 : cephadm 1 Reconfiguring daemon mon.smithi203 on smithi203 2024-03-24T11:29:08.418 INFO:teuthology.orchestra.run.smithi203.stdout:# minimal ceph.conf for 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:29:08.418 INFO:teuthology.orchestra.run.smithi203.stdout:[global] 2024-03-24T11:29:08.419 INFO:teuthology.orchestra.run.smithi203.stdout: fsid = 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:29:08.419 INFO:teuthology.orchestra.run.smithi203.stdout: mon_host = [v2:172.21.15.203:3300/0,v1:172.21.15.203:6789/0] [v2:172.21.15.204:3300/0,v1:172.21.15.204:6789/0] 2024-03-24T11:29:08.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:08 smithi204 bash[23543]: audit 2024-03-24T11:29:08.418131+0000 mon.smithi203 (mon.0) 299 : audit 0 from='client.? 172.21.15.203:0/2648620701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:09.002 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:08 smithi203 bash[18672]: audit 2024-03-24T11:29:08.418131+0000 mon.smithi203 (mon.0) 299 : audit 0 from='client.? 172.21.15.203:0/2648620701' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:09.298 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-24T11:29:09.299 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:29:09.299 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.conf 2024-03-24T11:29:09.312 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:29:09.312 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:29:09.367 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:29:09.367 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.conf 2024-03-24T11:29:09.382 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:29:09.382 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-24T11:29:09.440 INFO:tasks.cephadm:Deploying OSDs... 2024-03-24T11:29:09.440 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:29:09.440 DEBUG:teuthology.orchestra.run.smithi203:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:29:09.445 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-24T11:29:09.446 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme1n1 2024-03-24T11:29:09.492 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme1n1 2024-03-24T11:29:09.492 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:09.492 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 969 Links: 1 Device type: 103,2 2024-03-24T11:29:09.493 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:09.493 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:27:13.332322755 +0000 2024-03-24T11:29:09.493 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:24:13.606764908 +0000 2024-03-24T11:29:09.493 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:24:13.606764908 +0000 2024-03-24T11:29:09.493 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:29:09.493 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-03-24T11:29:09.546 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:29:09.547 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:29:09.547 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000503618 s, 1.0 MB/s 2024-03-24T11:29:09.548 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-03-24T11:29:09.597 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme2n1 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme2n1 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 978 Links: 1 Device type: 103,4 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:27:13.348322612 +0000 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:24:13.698718087 +0000 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:24:13.698718087 +0000 2024-03-24T11:29:09.644 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:29:09.645 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-03-24T11:29:09.698 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:29:09.698 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:29:09.698 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000481955 s, 1.1 MB/s 2024-03-24T11:29:09.699 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-03-24T11:29:09.748 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme3n1 2024-03-24T11:29:09.795 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme3n1 2024-03-24T11:29:09.796 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:09.796 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 987 Links: 1 Device type: 103,6 2024-03-24T11:29:09.796 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:09.796 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:27:13.364322471 +0000 2024-03-24T11:29:09.796 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:24:13.794669230 +0000 2024-03-24T11:29:09.796 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:24:13.794669230 +0000 2024-03-24T11:29:09.796 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:29:09.796 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-03-24T11:29:09.847 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:09 smithi203 bash[18672]: cluster 2024-03-24T11:29:07.966558+0000 mgr.smithi203.vllliu (mgr.14195) 40 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:09.847 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:09 smithi203 bash[18672]: audit 2024-03-24T11:29:09.273441+0000 mon.smithi203 (mon.0) 300 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:09.847 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:09 smithi203 bash[18672]: audit 2024-03-24T11:29:09.282185+0000 mon.smithi203 (mon.0) 301 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:09.847 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:09 smithi203 bash[18672]: audit 2024-03-24T11:29:09.308054+0000 mon.smithi203 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.vllliu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:09.847 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:09 smithi203 bash[18672]: audit 2024-03-24T11:29:09.309778+0000 mon.smithi203 (mon.0) 303 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:09.848 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:09 smithi203 bash[18672]: audit 2024-03-24T11:29:09.311253+0000 mon.smithi203 (mon.0) 304 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:09.849 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:29:09.849 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:29:09.849 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000432068 s, 1.2 MB/s 2024-03-24T11:29:09.850 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-03-24T11:29:09.898 DEBUG:teuthology.orchestra.run.smithi203:> stat /dev/nvme4n1 2024-03-24T11:29:09.944 INFO:teuthology.orchestra.run.smithi203.stdout: File: /dev/nvme4n1 2024-03-24T11:29:09.944 INFO:teuthology.orchestra.run.smithi203.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:09.944 INFO:teuthology.orchestra.run.smithi203.stdout:Device: 5h/5d Inode: 996 Links: 1 Device type: 103,8 2024-03-24T11:29:09.944 INFO:teuthology.orchestra.run.smithi203.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:09.945 INFO:teuthology.orchestra.run.smithi203.stdout:Access: 2024-03-24 11:27:13.380322328 +0000 2024-03-24T11:29:09.945 INFO:teuthology.orchestra.run.smithi203.stdout:Modify: 2024-03-24 11:24:13.902614268 +0000 2024-03-24T11:29:09.945 INFO:teuthology.orchestra.run.smithi203.stdout:Change: 2024-03-24 11:24:13.902614268 +0000 2024-03-24T11:29:09.945 INFO:teuthology.orchestra.run.smithi203.stdout: Birth: - 2024-03-24T11:29:09.945 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-03-24T11:29:09.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:09 smithi204 bash[23543]: cluster 2024-03-24T11:29:07.966558+0000 mgr.smithi203.vllliu (mgr.14195) 40 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:09.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:09 smithi204 bash[23543]: audit 2024-03-24T11:29:09.273441+0000 mon.smithi203 (mon.0) 300 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:09.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:09 smithi204 bash[23543]: audit 2024-03-24T11:29:09.282185+0000 mon.smithi203 (mon.0) 301 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:09.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:09 smithi204 bash[23543]: audit 2024-03-24T11:29:09.308054+0000 mon.smithi203 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi203.vllliu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:09.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:09 smithi204 bash[23543]: audit 2024-03-24T11:29:09.309778+0000 mon.smithi203 (mon.0) 303 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:09.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:09 smithi204 bash[23543]: audit 2024-03-24T11:29:09.311253+0000 mon.smithi203 (mon.0) 304 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:09.998 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records in 2024-03-24T11:29:09.999 INFO:teuthology.orchestra.run.smithi203.stderr:1+0 records out 2024-03-24T11:29:09.999 INFO:teuthology.orchestra.run.smithi203.stderr:512 bytes copied, 0.000327401 s, 1.6 MB/s 2024-03-24T11:29:10.000 DEBUG:teuthology.orchestra.run.smithi203:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-03-24T11:29:10.050 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:29:10.050 DEBUG:teuthology.orchestra.run.smithi204:> dd if=/scratch_devs of=/dev/stdout 2024-03-24T11:29:10.057 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-03-24T11:29:10.057 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme1n1 2024-03-24T11:29:10.104 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme1n1 2024-03-24T11:29:10.104 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:10.104 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 969 Links: 1 Device type: 103,2 2024-03-24T11:29:10.104 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:10.104 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:28:34.795300000 +0000 2024-03-24T11:29:10.104 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:24:14.854929964 +0000 2024-03-24T11:29:10.104 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:24:14.854929964 +0000 2024-03-24T11:29:10.105 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:29:10.105 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-03-24T11:29:10.158 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:29:10.159 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:29:10.159 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000526555 s, 972 kB/s 2024-03-24T11:29:10.160 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-03-24T11:29:10.209 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme2n1 2024-03-24T11:29:10.258 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme2n1 2024-03-24T11:29:10.259 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:10.259 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 978 Links: 1 Device type: 103,4 2024-03-24T11:29:10.259 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:10.259 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:28:34.815299682 +0000 2024-03-24T11:29:10.259 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:24:14.950929107 +0000 2024-03-24T11:29:10.259 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:24:14.950929107 +0000 2024-03-24T11:29:10.259 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:29:10.259 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-03-24T11:29:10.313 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:29:10.313 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:29:10.313 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000359655 s, 1.4 MB/s 2024-03-24T11:29:10.314 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-03-24T11:29:10.365 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme3n1 2024-03-24T11:29:10.411 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme3n1 2024-03-24T11:29:10.411 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:10.412 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 987 Links: 1 Device type: 103,6 2024-03-24T11:29:10.412 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:10.412 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:28:34.831299427 +0000 2024-03-24T11:29:10.412 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:24:15.046928250 +0000 2024-03-24T11:29:10.412 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:24:15.046928250 +0000 2024-03-24T11:29:10.412 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:29:10.412 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-03-24T11:29:10.465 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:29:10.466 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:29:10.466 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.00046199 s, 1.1 MB/s 2024-03-24T11:29:10.467 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-03-24T11:29:10.516 DEBUG:teuthology.orchestra.run.smithi204:> stat /dev/nvme4n1 2024-03-24T11:29:10.563 INFO:teuthology.orchestra.run.smithi204.stdout: File: /dev/nvme4n1 2024-03-24T11:29:10.563 INFO:teuthology.orchestra.run.smithi204.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-03-24T11:29:10.563 INFO:teuthology.orchestra.run.smithi204.stdout:Device: 5h/5d Inode: 996 Links: 1 Device type: 103,8 2024-03-24T11:29:10.563 INFO:teuthology.orchestra.run.smithi204.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-03-24T11:29:10.563 INFO:teuthology.orchestra.run.smithi204.stdout:Access: 2024-03-24 11:28:34.851299109 +0000 2024-03-24T11:29:10.564 INFO:teuthology.orchestra.run.smithi204.stdout:Modify: 2024-03-24 11:24:15.146927356 +0000 2024-03-24T11:29:10.564 INFO:teuthology.orchestra.run.smithi204.stdout:Change: 2024-03-24 11:24:15.146927356 +0000 2024-03-24T11:29:10.564 INFO:teuthology.orchestra.run.smithi204.stdout: Birth: - 2024-03-24T11:29:10.564 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-03-24T11:29:10.618 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records in 2024-03-24T11:29:10.618 INFO:teuthology.orchestra.run.smithi204.stderr:1+0 records out 2024-03-24T11:29:10.618 INFO:teuthology.orchestra.run.smithi204.stderr:512 bytes copied, 0.000424396 s, 1.2 MB/s 2024-03-24T11:29:10.619 DEBUG:teuthology.orchestra.run.smithi204:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-03-24T11:29:10.670 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-03-24T11:29:10.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:10 smithi204 bash[23543]: cephadm 2024-03-24T11:29:09.307275+0000 mgr.smithi203.vllliu (mgr.14195) 41 : cephadm 1 Reconfiguring mgr.smithi203.vllliu (unknown last config time)... 2024-03-24T11:29:10.728 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:10 smithi204 bash[23543]: cephadm 2024-03-24T11:29:09.312781+0000 mgr.smithi203.vllliu (mgr.14195) 42 : cephadm 1 Reconfiguring daemon mgr.smithi203.vllliu on smithi203 2024-03-24T11:29:10.929 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:10 smithi203 bash[18672]: cephadm 2024-03-24T11:29:09.307275+0000 mgr.smithi203.vllliu (mgr.14195) 41 : cephadm 1 Reconfiguring mgr.smithi203.vllliu (unknown last config time)... 2024-03-24T11:29:10.929 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:10 smithi203 bash[18672]: cephadm 2024-03-24T11:29:09.312781+0000 mgr.smithi203.vllliu (mgr.14195) 42 : cephadm 1 Reconfiguring daemon mgr.smithi203.vllliu on smithi203 2024-03-24T11:29:11.914 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:11 smithi203 bash[18672]: cluster 2024-03-24T11:29:09.966898+0000 mgr.smithi203.vllliu (mgr.14195) 43 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:11.914 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:11 smithi203 bash[18672]: audit 2024-03-24T11:29:11.244034+0000 mon.smithi203 (mon.0) 305 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:11.914 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:11 smithi203 bash[18672]: audit 2024-03-24T11:29:11.245816+0000 mon.smithi203 (mon.0) 306 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:11.914 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:11 smithi203 bash[18672]: audit 2024-03-24T11:29:11.431645+0000 mon.smithi203 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:11.914 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:11 smithi203 bash[18672]: audit 2024-03-24T11:29:11.440263+0000 mon.smithi203 (mon.0) 308 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:11.914 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:11 smithi203 bash[18672]: audit 2024-03-24T11:29:11.482617+0000 mon.smithi203 (mon.0) 309 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi203", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-24T11:29:11.914 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:11 smithi203 bash[18672]: audit 2024-03-24T11:29:11.484515+0000 mon.smithi203 (mon.0) 310 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:11.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:11 smithi204 bash[23543]: cluster 2024-03-24T11:29:09.966898+0000 mgr.smithi203.vllliu (mgr.14195) 43 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:11 smithi204 bash[23543]: audit 2024-03-24T11:29:11.244034+0000 mon.smithi203 (mon.0) 305 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:11 smithi204 bash[23543]: audit 2024-03-24T11:29:11.245816+0000 mon.smithi203 (mon.0) 306 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:11 smithi204 bash[23543]: audit 2024-03-24T11:29:11.431645+0000 mon.smithi203 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:11 smithi204 bash[23543]: audit 2024-03-24T11:29:11.440263+0000 mon.smithi203 (mon.0) 308 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:11 smithi204 bash[23543]: audit 2024-03-24T11:29:11.482617+0000 mon.smithi203 (mon.0) 309 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi203", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-03-24T11:29:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:11 smithi204 bash[23543]: audit 2024-03-24T11:29:11.484515+0000 mon.smithi203 (mon.0) 310 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:12.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:12 smithi204 bash[23543]: cephadm 2024-03-24T11:29:11.481924+0000 mgr.smithi203.vllliu (mgr.14195) 44 : cephadm 1 Reconfiguring ceph-exporter.smithi203 (monmap changed)... 2024-03-24T11:29:12.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:12 smithi204 bash[23543]: cephadm 2024-03-24T11:29:11.486501+0000 mgr.smithi203.vllliu (mgr.14195) 45 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi203 on smithi203 2024-03-24T11:29:12.996 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:12 smithi203 bash[18672]: cephadm 2024-03-24T11:29:11.481924+0000 mgr.smithi203.vllliu (mgr.14195) 44 : cephadm 1 Reconfiguring ceph-exporter.smithi203 (monmap changed)... 2024-03-24T11:29:12.996 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:12 smithi203 bash[18672]: cephadm 2024-03-24T11:29:11.486501+0000 mgr.smithi203.vllliu (mgr.14195) 45 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi203 on smithi203 2024-03-24T11:29:13.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:13 smithi204 bash[23543]: cluster 2024-03-24T11:29:11.967144+0000 mgr.smithi203.vllliu (mgr.14195) 46 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:13.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:13 smithi204 bash[23543]: audit 2024-03-24T11:29:13.399413+0000 mon.smithi203 (mon.0) 311 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:13.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:13 smithi204 bash[23543]: audit 2024-03-24T11:29:13.410193+0000 mon.smithi203 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:13.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:13 smithi204 bash[23543]: audit 2024-03-24T11:29:13.456359+0000 mon.smithi203 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-24T11:29:13.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:13 smithi204 bash[23543]: audit 2024-03-24T11:29:13.458188+0000 mon.smithi203 (mon.0) 314 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:14.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:13 smithi203 bash[18672]: cluster 2024-03-24T11:29:11.967144+0000 mgr.smithi203.vllliu (mgr.14195) 46 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:14.041 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:13 smithi203 bash[18672]: audit 2024-03-24T11:29:13.399413+0000 mon.smithi203 (mon.0) 311 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:14.042 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:13 smithi203 bash[18672]: audit 2024-03-24T11:29:13.410193+0000 mon.smithi203 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:14.042 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:13 smithi203 bash[18672]: audit 2024-03-24T11:29:13.456359+0000 mon.smithi203 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi203", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-24T11:29:14.042 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:13 smithi203 bash[18672]: audit 2024-03-24T11:29:13.458188+0000 mon.smithi203 (mon.0) 314 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:14.928 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:14 smithi203 bash[18672]: cephadm 2024-03-24T11:29:13.455784+0000 mgr.smithi203.vllliu (mgr.14195) 47 : cephadm 1 Reconfiguring crash.smithi203 (monmap changed)... 2024-03-24T11:29:14.929 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:14 smithi203 bash[18672]: cephadm 2024-03-24T11:29:13.460043+0000 mgr.smithi203.vllliu (mgr.14195) 48 : cephadm 1 Reconfiguring daemon crash.smithi203 on smithi203 2024-03-24T11:29:14.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:14 smithi204 bash[23543]: cephadm 2024-03-24T11:29:13.455784+0000 mgr.smithi203.vllliu (mgr.14195) 47 : cephadm 1 Reconfiguring crash.smithi203 (monmap changed)... 2024-03-24T11:29:14.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:14 smithi204 bash[23543]: cephadm 2024-03-24T11:29:13.460043+0000 mgr.smithi203.vllliu (mgr.14195) 48 : cephadm 1 Reconfiguring daemon crash.smithi203 on smithi203 2024-03-24T11:29:15.453 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi204/config 2024-03-24T11:29:15.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:15 smithi204 bash[23543]: cluster 2024-03-24T11:29:13.967546+0000 mgr.smithi203.vllliu (mgr.14195) 49 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:15.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:15 smithi204 bash[23543]: audit 2024-03-24T11:29:15.389370+0000 mon.smithi203 (mon.0) 315 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:15.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:15 smithi204 bash[23543]: audit 2024-03-24T11:29:15.398242+0000 mon.smithi203 (mon.0) 316 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:16.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:15 smithi203 bash[18672]: cluster 2024-03-24T11:29:13.967546+0000 mgr.smithi203.vllliu (mgr.14195) 49 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:16.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:15 smithi203 bash[18672]: audit 2024-03-24T11:29:15.389370+0000 mon.smithi203 (mon.0) 315 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:16.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:15 smithi203 bash[18672]: audit 2024-03-24T11:29:15.398242+0000 mon.smithi203 (mon.0) 316 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:16.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:16 smithi204 bash[23543]: cephadm 2024-03-24T11:29:15.430088+0000 mgr.smithi203.vllliu (mgr.14195) 50 : cephadm 1 Reconfiguring alertmanager.smithi203 (dependencies changed)... 2024-03-24T11:29:16.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:16 smithi204 bash[23543]: cephadm 2024-03-24T11:29:15.781813+0000 mgr.smithi203.vllliu (mgr.14195) 51 : cephadm 1 Reconfiguring daemon alertmanager.smithi203 on smithi203 2024-03-24T11:29:16.976 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:16 smithi203 bash[18672]: cephadm 2024-03-24T11:29:15.430088+0000 mgr.smithi203.vllliu (mgr.14195) 50 : cephadm 1 Reconfiguring alertmanager.smithi203 (dependencies changed)... 2024-03-24T11:29:16.976 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:16 smithi203 bash[18672]: cephadm 2024-03-24T11:29:15.781813+0000 mgr.smithi203.vllliu (mgr.14195) 51 : cephadm 1 Reconfiguring daemon alertmanager.smithi203 on smithi203 2024-03-24T11:29:17.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:17 smithi204 bash[23543]: cluster 2024-03-24T11:29:15.967873+0000 mgr.smithi203.vllliu (mgr.14195) 52 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:18.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:17 smithi203 bash[18672]: cluster 2024-03-24T11:29:15.967873+0000 mgr.smithi203.vllliu (mgr.14195) 52 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:18.283 INFO:teuthology.orchestra.run.smithi204.stdout:Scheduled osd.all-available-devices update... 2024-03-24T11:29:18.922 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-03-24T11:29:18.922 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:29:19.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:19 smithi203 bash[18672]: cluster 2024-03-24T11:29:17.968261+0000 mgr.smithi203.vllliu (mgr.14195) 53 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:19.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:19 smithi203 bash[18672]: audit 2024-03-24T11:29:18.270139+0000 mgr.smithi203.vllliu (mgr.14195) 54 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:19.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:19 smithi203 bash[18672]: cephadm 2024-03-24T11:29:18.274650+0000 mgr.smithi203.vllliu (mgr.14195) 55 : cephadm 1 Marking host: smithi203 for OSDSpec preview refresh. 2024-03-24T11:29:19.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:19 smithi203 bash[18672]: cephadm 2024-03-24T11:29:18.274826+0000 mgr.smithi203.vllliu (mgr.14195) 56 : cephadm 1 Marking host: smithi204 for OSDSpec preview refresh. 2024-03-24T11:29:19.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:19 smithi203 bash[18672]: cephadm 2024-03-24T11:29:18.276104+0000 mgr.smithi203.vllliu (mgr.14195) 57 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2024-03-24T11:29:19.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:19 smithi203 bash[18672]: audit 2024-03-24T11:29:18.281823+0000 mon.smithi203 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:19.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:19 smithi204 bash[23543]: cluster 2024-03-24T11:29:17.968261+0000 mgr.smithi203.vllliu (mgr.14195) 53 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:19.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:19 smithi204 bash[23543]: audit 2024-03-24T11:29:18.270139+0000 mgr.smithi203.vllliu (mgr.14195) 54 : audit 0 from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:29:19.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:19 smithi204 bash[23543]: cephadm 2024-03-24T11:29:18.274650+0000 mgr.smithi203.vllliu (mgr.14195) 55 : cephadm 1 Marking host: smithi203 for OSDSpec preview refresh. 2024-03-24T11:29:19.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:19 smithi204 bash[23543]: cephadm 2024-03-24T11:29:18.274826+0000 mgr.smithi203.vllliu (mgr.14195) 56 : cephadm 1 Marking host: smithi204 for OSDSpec preview refresh. 2024-03-24T11:29:19.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:19 smithi204 bash[23543]: cephadm 2024-03-24T11:29:18.276104+0000 mgr.smithi203.vllliu (mgr.14195) 57 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2024-03-24T11:29:19.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:19 smithi204 bash[23543]: audit 2024-03-24T11:29:18.281823+0000 mon.smithi203 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:21.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:20 smithi203 bash[18672]: audit 2024-03-24T11:29:19.963694+0000 mon.smithi203 (mon.0) 318 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:21.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:20 smithi203 bash[18672]: cluster 2024-03-24T11:29:19.968524+0000 mgr.smithi203.vllliu (mgr.14195) 58 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:21.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:20 smithi203 bash[18672]: audit 2024-03-24T11:29:19.969818+0000 mon.smithi203 (mon.0) 319 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:21.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:20 smithi203 bash[18672]: cephadm 2024-03-24T11:29:20.006224+0000 mgr.smithi203.vllliu (mgr.14195) 59 : cephadm 1 Reconfiguring grafana.smithi203 (dependencies changed)... 2024-03-24T11:29:21.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:20 smithi203 bash[18672]: cephadm 2024-03-24T11:29:20.020840+0000 mgr.smithi203.vllliu (mgr.14195) 60 : cephadm 1 Reconfiguring daemon grafana.smithi203 on smithi203 2024-03-24T11:29:21.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:20 smithi204 bash[23543]: audit 2024-03-24T11:29:19.963694+0000 mon.smithi203 (mon.0) 318 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:21.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:20 smithi204 bash[23543]: cluster 2024-03-24T11:29:19.968524+0000 mgr.smithi203.vllliu (mgr.14195) 58 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:21.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:20 smithi204 bash[23543]: audit 2024-03-24T11:29:19.969818+0000 mon.smithi203 (mon.0) 319 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:21.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:20 smithi204 bash[23543]: cephadm 2024-03-24T11:29:20.006224+0000 mgr.smithi203.vllliu (mgr.14195) 59 : cephadm 1 Reconfiguring grafana.smithi203 (dependencies changed)... 2024-03-24T11:29:21.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:20 smithi204 bash[23543]: cephadm 2024-03-24T11:29:20.020840+0000 mgr.smithi203.vllliu (mgr.14195) 60 : cephadm 1 Reconfiguring daemon grafana.smithi203 on smithi203 2024-03-24T11:29:23.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:22 smithi203 bash[18672]: cluster 2024-03-24T11:29:21.968935+0000 mgr.smithi203.vllliu (mgr.14195) 61 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:22 smithi204 bash[23543]: cluster 2024-03-24T11:29:21.968935+0000 mgr.smithi203.vllliu (mgr.14195) 61 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:23.838 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:29:25.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:25 smithi204 bash[23543]: cluster 2024-03-24T11:29:23.969343+0000 mgr.smithi203.vllliu (mgr.14195) 62 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:25.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:25 smithi204 bash[23543]: audit 2024-03-24T11:29:24.380784+0000 mon.smithi203 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:25.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:25 smithi204 bash[23543]: audit 2024-03-24T11:29:24.385853+0000 mon.smithi203 (mon.0) 321 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:25.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:25 smithi204 bash[23543]: cephadm 2024-03-24T11:29:24.394422+0000 mgr.smithi203.vllliu (mgr.14195) 63 : cephadm 1 Reconfiguring prometheus.smithi203 (dependencies changed)... 2024-03-24T11:29:25.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:25 smithi204 bash[23543]: cephadm 2024-03-24T11:29:24.625228+0000 mgr.smithi203.vllliu (mgr.14195) 64 : cephadm 1 Reconfiguring daemon prometheus.smithi203 on smithi203 2024-03-24T11:29:25.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:25 smithi203 bash[18672]: cluster 2024-03-24T11:29:23.969343+0000 mgr.smithi203.vllliu (mgr.14195) 62 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:25.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:25 smithi203 bash[18672]: audit 2024-03-24T11:29:24.380784+0000 mon.smithi203 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:25.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:25 smithi203 bash[18672]: audit 2024-03-24T11:29:24.385853+0000 mon.smithi203 (mon.0) 321 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:25.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:25 smithi203 bash[18672]: cephadm 2024-03-24T11:29:24.394422+0000 mgr.smithi203.vllliu (mgr.14195) 63 : cephadm 1 Reconfiguring prometheus.smithi203 (dependencies changed)... 2024-03-24T11:29:25.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:25 smithi203 bash[18672]: cephadm 2024-03-24T11:29:24.625228+0000 mgr.smithi203.vllliu (mgr.14195) 64 : cephadm 1 Reconfiguring daemon prometheus.smithi203 on smithi203 2024-03-24T11:29:26.655 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:26 smithi203 bash[18672]: audit 2024-03-24T11:29:26.237499+0000 mon.smithi203 (mon.0) 322 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:26.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:26 smithi204 bash[23543]: audit 2024-03-24T11:29:26.237499+0000 mon.smithi203 (mon.0) 322 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:27.662 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:27 smithi203 bash[18672]: cluster 2024-03-24T11:29:25.969654+0000 mgr.smithi203.vllliu (mgr.14195) 65 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:27.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:27 smithi204 bash[23543]: cluster 2024-03-24T11:29:25.969654+0000 mgr.smithi203.vllliu (mgr.14195) 65 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:29.000 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:29:29.522 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:29 smithi203 bash[18672]: cluster 2024-03-24T11:29:27.970106+0000 mgr.smithi203.vllliu (mgr.14195) 66 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:29.522 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:29 smithi203 bash[18672]: audit 2024-03-24T11:29:29.000106+0000 mon.smithi203 (mon.0) 323 : audit 0 from='client.? 172.21.15.203:0/2192571539' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:29.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:29 smithi204 bash[23543]: cluster 2024-03-24T11:29:27.970106+0000 mgr.smithi203.vllliu (mgr.14195) 66 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:29.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:29 smithi204 bash[23543]: audit 2024-03-24T11:29:29.000106+0000 mon.smithi203 (mon.0) 323 : audit 0 from='client.? 172.21.15.203:0/2192571539' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:29.961 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-03-24T11:29:30.962 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:29:32.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:31 smithi203 bash[18672]: cluster 2024-03-24T11:29:29.970593+0000 mgr.smithi203.vllliu (mgr.14195) 67 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:32.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:31 smithi203 bash[18672]: audit 2024-03-24T11:29:30.886347+0000 mon.smithi203 (mon.0) 324 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:32.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:31 smithi203 bash[18672]: audit 2024-03-24T11:29:30.891449+0000 mon.smithi203 (mon.0) 325 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:32.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:31 smithi203 bash[18672]: cephadm 2024-03-24T11:29:30.919903+0000 mgr.smithi203.vllliu (mgr.14195) 68 : cephadm 1 Reconfiguring crash.smithi204 (monmap changed)... 2024-03-24T11:29:32.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:31 smithi203 bash[18672]: audit 2024-03-24T11:29:30.920259+0000 mon.smithi203 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-24T11:29:32.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:31 smithi203 bash[18672]: audit 2024-03-24T11:29:30.921067+0000 mon.smithi203 (mon.0) 327 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:32.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:31 smithi203 bash[18672]: cephadm 2024-03-24T11:29:30.921875+0000 mgr.smithi203.vllliu (mgr.14195) 69 : cephadm 1 Reconfiguring daemon crash.smithi204 on smithi204 2024-03-24T11:29:32.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:31 smithi204 bash[23543]: cluster 2024-03-24T11:29:29.970593+0000 mgr.smithi203.vllliu (mgr.14195) 67 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:32.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:31 smithi204 bash[23543]: audit 2024-03-24T11:29:30.886347+0000 mon.smithi203 (mon.0) 324 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:32.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:31 smithi204 bash[23543]: audit 2024-03-24T11:29:30.891449+0000 mon.smithi203 (mon.0) 325 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:32.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:31 smithi204 bash[23543]: cephadm 2024-03-24T11:29:30.919903+0000 mgr.smithi203.vllliu (mgr.14195) 68 : cephadm 1 Reconfiguring crash.smithi204 (monmap changed)... 2024-03-24T11:29:32.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:31 smithi204 bash[23543]: audit 2024-03-24T11:29:30.920259+0000 mon.smithi203 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi204", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-03-24T11:29:32.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:31 smithi204 bash[23543]: audit 2024-03-24T11:29:30.921067+0000 mon.smithi203 (mon.0) 327 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:32.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:31 smithi204 bash[23543]: cephadm 2024-03-24T11:29:30.921875+0000 mgr.smithi203.vllliu (mgr.14195) 69 : cephadm 1 Reconfiguring daemon crash.smithi204 on smithi204 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: cluster 2024-03-24T11:29:31.970985+0000 mgr.smithi203.vllliu (mgr.14195) 70 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: audit 2024-03-24T11:29:32.773893+0000 mon.smithi203 (mon.0) 328 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: audit 2024-03-24T11:29:32.783386+0000 mon.smithi203 (mon.0) 329 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: cephadm 2024-03-24T11:29:32.789980+0000 mgr.smithi203.vllliu (mgr.14195) 71 : cephadm 1 Reconfiguring mgr.smithi204.wjonzw (monmap changed)... 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: audit 2024-03-24T11:29:32.790669+0000 mon.smithi203 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.wjonzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: audit 2024-03-24T11:29:32.792583+0000 mon.smithi203 (mon.0) 331 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: audit 2024-03-24T11:29:32.794285+0000 mon.smithi203 (mon.0) 332 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:34.048 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:33 smithi204 bash[23543]: cephadm 2024-03-24T11:29:32.796351+0000 mgr.smithi203.vllliu (mgr.14195) 72 : cephadm 1 Reconfiguring daemon mgr.smithi204.wjonzw on smithi204 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: cluster 2024-03-24T11:29:31.970985+0000 mgr.smithi203.vllliu (mgr.14195) 70 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: audit 2024-03-24T11:29:32.773893+0000 mon.smithi203 (mon.0) 328 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: audit 2024-03-24T11:29:32.783386+0000 mon.smithi203 (mon.0) 329 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: cephadm 2024-03-24T11:29:32.789980+0000 mgr.smithi203.vllliu (mgr.14195) 71 : cephadm 1 Reconfiguring mgr.smithi204.wjonzw (monmap changed)... 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: audit 2024-03-24T11:29:32.790669+0000 mon.smithi203 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi204.wjonzw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: audit 2024-03-24T11:29:32.792583+0000 mon.smithi203 (mon.0) 331 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: audit 2024-03-24T11:29:32.794285+0000 mon.smithi203 (mon.0) 332 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:34.120 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:33 smithi203 bash[18672]: cephadm 2024-03-24T11:29:32.796351+0000 mgr.smithi203.vllliu (mgr.14195) 72 : cephadm 1 Reconfiguring daemon mgr.smithi204.wjonzw on smithi204 2024-03-24T11:29:35.715 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:29:35.937 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: cluster 2024-03-24T11:29:33.971410+0000 mgr.smithi203.vllliu (mgr.14195) 73 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:35.937 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: audit 2024-03-24T11:29:34.661560+0000 mon.smithi203 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:35.937 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: audit 2024-03-24T11:29:34.671690+0000 mon.smithi203 (mon.0) 334 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:35.937 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: cephadm 2024-03-24T11:29:34.720863+0000 mgr.smithi203.vllliu (mgr.14195) 74 : cephadm 1 Reconfiguring mon.smithi204 (monmap changed)... 2024-03-24T11:29:35.938 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: audit 2024-03-24T11:29:34.722211+0000 mon.smithi203 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:29:35.938 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: audit 2024-03-24T11:29:34.724183+0000 mon.smithi203 (mon.0) 336 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:29:35.938 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: audit 2024-03-24T11:29:34.726045+0000 mon.smithi203 (mon.0) 337 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:35.938 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:35 smithi204 bash[23543]: cephadm 2024-03-24T11:29:34.728137+0000 mgr.smithi203.vllliu (mgr.14195) 75 : cephadm 1 Reconfiguring daemon mon.smithi204 on smithi204 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: cluster 2024-03-24T11:29:33.971410+0000 mgr.smithi203.vllliu (mgr.14195) 73 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: audit 2024-03-24T11:29:34.661560+0000 mon.smithi203 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: audit 2024-03-24T11:29:34.671690+0000 mon.smithi203 (mon.0) 334 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: cephadm 2024-03-24T11:29:34.720863+0000 mgr.smithi203.vllliu (mgr.14195) 74 : cephadm 1 Reconfiguring mon.smithi204 (monmap changed)... 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: audit 2024-03-24T11:29:34.722211+0000 mon.smithi203 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: audit 2024-03-24T11:29:34.724183+0000 mon.smithi203 (mon.0) 336 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: audit 2024-03-24T11:29:34.726045+0000 mon.smithi203 (mon.0) 337 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:36.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:35 smithi203 bash[18672]: cephadm 2024-03-24T11:29:34.728137+0000 mgr.smithi203.vllliu (mgr.14195) 75 : cephadm 1 Reconfiguring daemon mon.smithi204 on smithi204 2024-03-24T11:29:37.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: cluster 2024-03-24T11:29:35.971793+0000 mgr.smithi203.vllliu (mgr.14195) 76 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.553296+0000 mon.smithi203 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.559259+0000 mon.smithi203 (mon.0) 339 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.601552+0000 mon.smithi203 (mon.0) 340 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.602224+0000 mgr.smithi203.vllliu (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.603339+0000 mon.smithi203 (mon.0) 341 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi203.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.603695+0000 mgr.smithi203.vllliu (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi203.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.608322+0000 mon.smithi203 (mon.0) 342 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.619243+0000 mon.smithi203 (mon.0) 343 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.619725+0000 mgr.smithi203.vllliu (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.621766+0000 mon.smithi203 (mon.0) 344 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi203.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:29:37.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.622187+0000 mgr.smithi203.vllliu (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi203.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:29:37.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.627099+0000 mon.smithi203 (mon.0) 345 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.639594+0000 mon.smithi203 (mon.0) 346 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:29:37.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.640124+0000 mgr.smithi203.vllliu (mgr.14195) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:29:37.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.643789+0000 mon.smithi203 (mon.0) 347 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi203.front.sepia.ceph.com:9095"}]: dispatch 2024-03-24T11:29:37.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.644196+0000 mgr.smithi203.vllliu (mgr.14195) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi203.front.sepia.ceph.com:9095"}]: dispatch 2024-03-24T11:29:37.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.650114+0000 mon.smithi203 (mon.0) 348 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.771 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:37 smithi203 bash[18672]: audit 2024-03-24T11:29:36.668617+0000 mon.smithi203 (mon.0) 349 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: cluster 2024-03-24T11:29:35.971793+0000 mgr.smithi203.vllliu (mgr.14195) 76 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.553296+0000 mon.smithi203 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.559259+0000 mon.smithi203 (mon.0) 339 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.601552+0000 mon.smithi203 (mon.0) 340 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:29:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.602224+0000 mgr.smithi203.vllliu (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-24T11:29:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.603339+0000 mon.smithi203 (mon.0) 341 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi203.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.603695+0000 mgr.smithi203.vllliu (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi203.front.sepia.ceph.com:9093"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.608322+0000 mon.smithi203 (mon.0) 342 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.619243+0000 mon.smithi203 (mon.0) 343 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.619725+0000 mgr.smithi203.vllliu (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.621766+0000 mon.smithi203 (mon.0) 344 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi203.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.622187+0000 mgr.smithi203.vllliu (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi203.front.sepia.ceph.com:3000"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.627099+0000 mon.smithi203 (mon.0) 345 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.639594+0000 mon.smithi203 (mon.0) 346 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.640124+0000 mgr.smithi203.vllliu (mgr.14195) 81 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.643789+0000 mon.smithi203 (mon.0) 347 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi203.front.sepia.ceph.com:9095"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.644196+0000 mgr.smithi203.vllliu (mgr.14195) 82 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi203.front.sepia.ceph.com:9095"}]: dispatch 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.650114+0000 mon.smithi203 (mon.0) 348 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:37 smithi204 bash[23543]: audit 2024-03-24T11:29:36.668617+0000 mon.smithi203 (mon.0) 349 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:29:38.683 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:29:39.329 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-03-24T11:29:39.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:39 smithi203 bash[18672]: cluster 2024-03-24T11:29:37.972223+0000 mgr.smithi203.vllliu (mgr.14195) 83 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:39.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:39 smithi203 bash[18672]: audit 2024-03-24T11:29:38.683391+0000 mon.smithi203 (mon.0) 350 : audit 0 from='client.? 172.21.15.203:0/2477881797' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:39.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:39 smithi204 bash[23543]: cluster 2024-03-24T11:29:37.972223+0000 mgr.smithi203.vllliu (mgr.14195) 83 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:39 smithi204 bash[23543]: audit 2024-03-24T11:29:38.683391+0000 mon.smithi203 (mon.0) 350 : audit 0 from='client.? 172.21.15.203:0/2477881797' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:40.330 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:29:41.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:41 smithi204 bash[23543]: cluster 2024-03-24T11:29:39.972634+0000 mgr.smithi203.vllliu (mgr.14195) 84 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:41.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:41 smithi204 bash[23543]: audit 2024-03-24T11:29:41.238489+0000 mon.smithi203 (mon.0) 351 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:42.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:41 smithi203 bash[18672]: cluster 2024-03-24T11:29:39.972634+0000 mgr.smithi203.vllliu (mgr.14195) 84 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:42.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:41 smithi203 bash[18672]: audit 2024-03-24T11:29:41.238489+0000 mon.smithi203 (mon.0) 351 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:43.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:43 smithi204 bash[23543]: cluster 2024-03-24T11:29:41.972958+0000 mgr.smithi203.vllliu (mgr.14195) 85 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:43 smithi204 bash[23543]: audit 2024-03-24T11:29:42.057380+0000 mon.smithi203 (mon.0) 352 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:43 smithi204 bash[23543]: audit 2024-03-24T11:29:42.064302+0000 mon.smithi203 (mon.0) 353 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:43 smithi204 bash[23543]: audit 2024-03-24T11:29:42.588282+0000 mon.smithi203 (mon.0) 354 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:43 smithi204 bash[23543]: audit 2024-03-24T11:29:42.595812+0000 mon.smithi203 (mon.0) 355 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:43 smithi204 bash[23543]: audit 2024-03-24T11:29:42.660599+0000 mon.smithi203 (mon.0) 356 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:43 smithi204 bash[23543]: audit 2024-03-24T11:29:42.665691+0000 mon.smithi203 (mon.0) 357 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:43 smithi203 bash[18672]: cluster 2024-03-24T11:29:41.972958+0000 mgr.smithi203.vllliu (mgr.14195) 85 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:43 smithi203 bash[18672]: audit 2024-03-24T11:29:42.057380+0000 mon.smithi203 (mon.0) 352 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:43 smithi203 bash[18672]: audit 2024-03-24T11:29:42.064302+0000 mon.smithi203 (mon.0) 353 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:43 smithi203 bash[18672]: audit 2024-03-24T11:29:42.588282+0000 mon.smithi203 (mon.0) 354 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:43 smithi203 bash[18672]: audit 2024-03-24T11:29:42.595812+0000 mon.smithi203 (mon.0) 355 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:43 smithi203 bash[18672]: audit 2024-03-24T11:29:42.660599+0000 mon.smithi203 (mon.0) 356 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:43 smithi203 bash[18672]: audit 2024-03-24T11:29:42.665691+0000 mon.smithi203 (mon.0) 357 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:44.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.241238+0000 mon.smithi203 (mon.0) 358 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:44.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.249312+0000 mon.smithi203 (mon.0) 359 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.251325+0000 mon.smithi203 (mon.0) 360 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.253056+0000 mon.smithi203 (mon.0) 361 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.262324+0000 mon.smithi203 (mon.0) 362 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.270224+0000 mon.smithi203 (mon.0) 363 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.276375+0000 mon.smithi203 (mon.0) 364 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.277667+0000 mon.smithi203 (mon.0) 365 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.281873+0000 mon.smithi203 (mon.0) 366 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:29:44.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:44 smithi203 bash[18672]: audit 2024-03-24T11:29:43.283083+0000 mon.smithi203 (mon.0) 367 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.241238+0000 mon.smithi203 (mon.0) 358 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.249312+0000 mon.smithi203 (mon.0) 359 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.251325+0000 mon.smithi203 (mon.0) 360 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.253056+0000 mon.smithi203 (mon.0) 361 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.262324+0000 mon.smithi203 (mon.0) 362 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.270224+0000 mon.smithi203 (mon.0) 363 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.276375+0000 mon.smithi203 (mon.0) 364 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.277667+0000 mon.smithi203 (mon.0) 365 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.281873+0000 mon.smithi203 (mon.0) 366 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:29:44.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:44 smithi204 bash[23543]: audit 2024-03-24T11:29:43.283083+0000 mon.smithi203 (mon.0) 367 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:29:44.878 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:29:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:45 smithi203 bash[18672]: cluster 2024-03-24T11:29:43.973291+0000 mgr.smithi203.vllliu (mgr.14195) 86 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:45.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:45 smithi204 bash[23543]: cluster 2024-03-24T11:29:43.973291+0000 mgr.smithi203.vllliu (mgr.14195) 86 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:47.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:47 smithi204 bash[23543]: cluster 2024-03-24T11:29:45.973749+0000 mgr.smithi203.vllliu (mgr.14195) 87 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:47.746 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:29:47.758 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:47 smithi203 bash[18672]: cluster 2024-03-24T11:29:45.973749+0000 mgr.smithi203.vllliu (mgr.14195) 87 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:48.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:48 smithi203 bash[18672]: audit 2024-03-24T11:29:47.745767+0000 mon.smithi203 (mon.0) 368 : audit 0 from='client.? 172.21.15.203:0/1197136832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:48.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:48 smithi204 bash[23543]: audit 2024-03-24T11:29:47.745767+0000 mon.smithi203 (mon.0) 368 : audit 0 from='client.? 172.21.15.203:0/1197136832' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:48.809 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-03-24T11:29:49.411 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:49 smithi204 bash[23543]: cluster 2024-03-24T11:29:47.974117+0000 mgr.smithi203.vllliu (mgr.14195) 88 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:49.423 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:49 smithi203 bash[18672]: cluster 2024-03-24T11:29:47.974117+0000 mgr.smithi203.vllliu (mgr.14195) 88 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:49.811 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:29:51.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:51 smithi204 bash[23543]: cluster 2024-03-24T11:29:49.974482+0000 mgr.smithi203.vllliu (mgr.14195) 89 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:51.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:51 smithi203 bash[18672]: cluster 2024-03-24T11:29:49.974482+0000 mgr.smithi203.vllliu (mgr.14195) 89 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:52.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:52 smithi204 bash[23543]: audit 2024-03-24T11:29:52.080225+0000 mon.smithi204 (mon.1) 2 : audit 1 from='client.? 172.21.15.204:0/2159521745' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c"}]: dispatch 2024-03-24T11:29:52.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:52 smithi204 bash[23543]: audit 2024-03-24T11:29:52.080748+0000 mon.smithi203 (mon.0) 369 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c"}]: dispatch 2024-03-24T11:29:52.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:52 smithi204 bash[23543]: audit 2024-03-24T11:29:52.082646+0000 mon.smithi203 (mon.0) 370 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c"}]': finished 2024-03-24T11:29:52.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:52 smithi204 bash[23543]: cluster 2024-03-24T11:29:52.086013+0000 mon.smithi203 (mon.0) 371 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-03-24T11:29:52.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:52 smithi204 bash[23543]: audit 2024-03-24T11:29:52.086251+0000 mon.smithi203 (mon.0) 372 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:52.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:52 smithi203 bash[18672]: audit 2024-03-24T11:29:52.080225+0000 mon.smithi204 (mon.1) 2 : audit 1 from='client.? 172.21.15.204:0/2159521745' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c"}]: dispatch 2024-03-24T11:29:52.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:52 smithi203 bash[18672]: audit 2024-03-24T11:29:52.080748+0000 mon.smithi203 (mon.0) 369 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c"}]: dispatch 2024-03-24T11:29:52.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:52 smithi203 bash[18672]: audit 2024-03-24T11:29:52.082646+0000 mon.smithi203 (mon.0) 370 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c"}]': finished 2024-03-24T11:29:52.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:52 smithi203 bash[18672]: cluster 2024-03-24T11:29:52.086013+0000 mon.smithi203 (mon.0) 371 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-03-24T11:29:52.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:52 smithi203 bash[18672]: audit 2024-03-24T11:29:52.086251+0000 mon.smithi203 (mon.0) 372 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:53.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:53 smithi203 bash[18672]: cluster 2024-03-24T11:29:51.974802+0000 mgr.smithi203.vllliu (mgr.14195) 90 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:53.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:53 smithi203 bash[18672]: audit 2024-03-24T11:29:52.299308+0000 mon.smithi203 (mon.0) 373 : audit 1 from='client.? 172.21.15.203:0/1959797502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8e1ddda-5ce7-4d27-a612-1f9332561530"}]: dispatch 2024-03-24T11:29:53.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:53 smithi203 bash[18672]: audit 2024-03-24T11:29:52.301879+0000 mon.smithi203 (mon.0) 374 : audit 1 from='client.? 172.21.15.203:0/1959797502' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8e1ddda-5ce7-4d27-a612-1f9332561530"}]': finished 2024-03-24T11:29:53.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:53 smithi203 bash[18672]: cluster 2024-03-24T11:29:52.304908+0000 mon.smithi203 (mon.0) 375 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2024-03-24T11:29:53.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:53 smithi203 bash[18672]: audit 2024-03-24T11:29:52.305374+0000 mon.smithi203 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:53.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:53 smithi203 bash[18672]: audit 2024-03-24T11:29:52.305984+0000 mon.smithi203 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:29:53.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:53 smithi204 bash[23543]: cluster 2024-03-24T11:29:51.974802+0000 mgr.smithi203.vllliu (mgr.14195) 90 : cluster 0 pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:53.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:53 smithi204 bash[23543]: audit 2024-03-24T11:29:52.299308+0000 mon.smithi203 (mon.0) 373 : audit 1 from='client.? 172.21.15.203:0/1959797502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c8e1ddda-5ce7-4d27-a612-1f9332561530"}]: dispatch 2024-03-24T11:29:53.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:53 smithi204 bash[23543]: audit 2024-03-24T11:29:52.301879+0000 mon.smithi203 (mon.0) 374 : audit 1 from='client.? 172.21.15.203:0/1959797502' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c8e1ddda-5ce7-4d27-a612-1f9332561530"}]': finished 2024-03-24T11:29:53.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:53 smithi204 bash[23543]: cluster 2024-03-24T11:29:52.304908+0000 mon.smithi203 (mon.0) 375 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2024-03-24T11:29:53.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:53 smithi204 bash[23543]: audit 2024-03-24T11:29:52.305374+0000 mon.smithi203 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:53.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:53 smithi204 bash[23543]: audit 2024-03-24T11:29:52.305984+0000 mon.smithi203 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:29:54.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:54 smithi203 bash[18672]: audit 2024-03-24T11:29:53.680196+0000 mon.smithi204 (mon.1) 3 : audit 0 from='client.? 172.21.15.204:0/1444983810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:54.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:54 smithi203 bash[18672]: audit 2024-03-24T11:29:53.920119+0000 mon.smithi203 (mon.0) 378 : audit 0 from='client.? 172.21.15.203:0/3463128125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:54.559 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:29:54.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:54 smithi204 bash[23543]: audit 2024-03-24T11:29:53.680196+0000 mon.smithi204 (mon.1) 3 : audit 0 from='client.? 172.21.15.204:0/1444983810' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:54.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:54 smithi204 bash[23543]: audit 2024-03-24T11:29:53.920119+0000 mon.smithi203 (mon.0) 378 : audit 0 from='client.? 172.21.15.203:0/3463128125' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:55.556 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:55 smithi203 bash[18672]: cluster 2024-03-24T11:29:53.975095+0000 mgr.smithi203.vllliu (mgr.14195) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:55.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:55 smithi204 bash[23543]: cluster 2024-03-24T11:29:53.975095+0000 mgr.smithi203.vllliu (mgr.14195) 91 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:56.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:56 smithi204 bash[23543]: audit 2024-03-24T11:29:56.238356+0000 mon.smithi203 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:56.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:56 smithi203 bash[18672]: audit 2024-03-24T11:29:56.238356+0000 mon.smithi203 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: cluster 2024-03-24T11:29:55.975563+0000 mgr.smithi203.vllliu (mgr.14195) 92 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.477172+0000 mon.smithi204 (mon.1) 4 : audit 1 from='client.? 172.21.15.204:0/2179888549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c55d46ae-9373-4888-96ca-78bc324a3d9e"}]: dispatch 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.480518+0000 mon.smithi203 (mon.0) 380 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c55d46ae-9373-4888-96ca-78bc324a3d9e"}]: dispatch 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.482359+0000 mon.smithi203 (mon.0) 381 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c55d46ae-9373-4888-96ca-78bc324a3d9e"}]': finished 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: cluster 2024-03-24T11:29:56.484721+0000 mon.smithi203 (mon.0) 382 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.484890+0000 mon.smithi203 (mon.0) 383 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.485049+0000 mon.smithi203 (mon.0) 384 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.485211+0000 mon.smithi203 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:29:57.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.707934+0000 mon.smithi203 (mon.0) 386 : audit 1 from='client.? 172.21.15.203:0/2575698363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae958e40-ffe1-4d77-a191-f89b61f2ee6f"}]: dispatch 2024-03-24T11:29:57.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.711094+0000 mon.smithi203 (mon.0) 387 : audit 1 from='client.? 172.21.15.203:0/2575698363' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae958e40-ffe1-4d77-a191-f89b61f2ee6f"}]': finished 2024-03-24T11:29:57.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: cluster 2024-03-24T11:29:56.716046+0000 mon.smithi203 (mon.0) 388 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2024-03-24T11:29:57.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.716496+0000 mon.smithi203 (mon.0) 389 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:57.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.716837+0000 mon.smithi203 (mon.0) 390 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:29:57.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.717102+0000 mon.smithi203 (mon.0) 391 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:29:57.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:57 smithi204 bash[23543]: audit 2024-03-24T11:29:56.717360+0000 mon.smithi203 (mon.0) 392 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:29:57.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: cluster 2024-03-24T11:29:55.975563+0000 mgr.smithi203.vllliu (mgr.14195) 92 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:57.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.477172+0000 mon.smithi204 (mon.1) 4 : audit 1 from='client.? 172.21.15.204:0/2179888549' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c55d46ae-9373-4888-96ca-78bc324a3d9e"}]: dispatch 2024-03-24T11:29:57.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.480518+0000 mon.smithi203 (mon.0) 380 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c55d46ae-9373-4888-96ca-78bc324a3d9e"}]: dispatch 2024-03-24T11:29:57.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.482359+0000 mon.smithi203 (mon.0) 381 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c55d46ae-9373-4888-96ca-78bc324a3d9e"}]': finished 2024-03-24T11:29:57.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: cluster 2024-03-24T11:29:56.484721+0000 mon.smithi203 (mon.0) 382 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2024-03-24T11:29:57.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.484890+0000 mon.smithi203 (mon.0) 383 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.485049+0000 mon.smithi203 (mon.0) 384 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.485211+0000 mon.smithi203 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.707934+0000 mon.smithi203 (mon.0) 386 : audit 1 from='client.? 172.21.15.203:0/2575698363' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ae958e40-ffe1-4d77-a191-f89b61f2ee6f"}]: dispatch 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.711094+0000 mon.smithi203 (mon.0) 387 : audit 1 from='client.? 172.21.15.203:0/2575698363' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ae958e40-ffe1-4d77-a191-f89b61f2ee6f"}]': finished 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: cluster 2024-03-24T11:29:56.716046+0000 mon.smithi203 (mon.0) 388 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.716496+0000 mon.smithi203 (mon.0) 389 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.716837+0000 mon.smithi203 (mon.0) 390 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.717102+0000 mon.smithi203 (mon.0) 391 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:29:57.520 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:57 smithi203 bash[18672]: audit 2024-03-24T11:29:56.717360+0000 mon.smithi203 (mon.0) 392 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:29:57.558 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:29:58.396 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1711279796,"num_remapped_pgs":0} 2024-03-24T11:29:58.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:58 smithi204 bash[23543]: audit 2024-03-24T11:29:57.558632+0000 mon.smithi203 (mon.0) 393 : audit 0 from='client.? 172.21.15.203:0/1095898691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:58.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:58 smithi204 bash[23543]: audit 2024-03-24T11:29:58.179936+0000 mon.smithi204 (mon.1) 5 : audit 0 from='client.? 172.21.15.204:0/47748890' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:58.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:58 smithi203 bash[18672]: audit 2024-03-24T11:29:57.558632+0000 mon.smithi203 (mon.0) 393 : audit 0 from='client.? 172.21.15.203:0/1095898691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:29:58.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:58 smithi203 bash[18672]: audit 2024-03-24T11:29:58.179936+0000 mon.smithi204 (mon.1) 5 : audit 0 from='client.? 172.21.15.204:0/47748890' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:59.397 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:29:59.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:59 smithi203 bash[18672]: cluster 2024-03-24T11:29:57.976099+0000 mgr.smithi203.vllliu (mgr.14195) 93 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:59.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:29:59 smithi203 bash[18672]: audit 2024-03-24T11:29:58.577204+0000 mon.smithi203 (mon.0) 394 : audit 0 from='client.? 172.21.15.203:0/1424750585' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:29:59.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:59 smithi204 bash[23543]: cluster 2024-03-24T11:29:57.976099+0000 mgr.smithi203.vllliu (mgr.14195) 93 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:29:59.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:29:59 smithi204 bash[23543]: audit 2024-03-24T11:29:58.577204+0000 mon.smithi203 (mon.0) 394 : audit 0 from='client.? 172.21.15.203:0/1424750585' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:00.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:00 smithi204 bash[23543]: cluster 2024-03-24T11:30:00.000102+0000 mon.smithi203 (mon.0) 395 : cluster 1 overall HEALTH_OK 2024-03-24T11:30:00.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:00 smithi203 bash[18672]: cluster 2024-03-24T11:30:00.000102+0000 mon.smithi203 (mon.0) 395 : cluster 1 overall HEALTH_OK 2024-03-24T11:30:01.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: cluster 2024-03-24T11:29:59.976526+0000 mgr.smithi203.vllliu (mgr.14195) 94 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:01.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.962696+0000 mon.smithi204 (mon.1) 6 : audit 1 from='client.? 172.21.15.204:0/2014575242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41d07c71-e91c-4c51-bba1-93f5d221d98b"}]: dispatch 2024-03-24T11:30:01.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.963104+0000 mon.smithi203 (mon.0) 396 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41d07c71-e91c-4c51-bba1-93f5d221d98b"}]: dispatch 2024-03-24T11:30:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.965606+0000 mon.smithi203 (mon.0) 397 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41d07c71-e91c-4c51-bba1-93f5d221d98b"}]': finished 2024-03-24T11:30:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: cluster 2024-03-24T11:30:00.968857+0000 mon.smithi203 (mon.0) 398 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2024-03-24T11:30:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.969123+0000 mon.smithi203 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.969343+0000 mon.smithi203 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.969581+0000 mon.smithi203 (mon.0) 401 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.969822+0000 mon.smithi203 (mon.0) 402 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:01 smithi204 bash[23543]: audit 2024-03-24T11:30:00.970045+0000 mon.smithi203 (mon.0) 403 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: cluster 2024-03-24T11:29:59.976526+0000 mgr.smithi203.vllliu (mgr.14195) 94 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.962696+0000 mon.smithi204 (mon.1) 6 : audit 1 from='client.? 172.21.15.204:0/2014575242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41d07c71-e91c-4c51-bba1-93f5d221d98b"}]: dispatch 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.963104+0000 mon.smithi203 (mon.0) 396 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "41d07c71-e91c-4c51-bba1-93f5d221d98b"}]: dispatch 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.965606+0000 mon.smithi203 (mon.0) 397 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41d07c71-e91c-4c51-bba1-93f5d221d98b"}]': finished 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: cluster 2024-03-24T11:30:00.968857+0000 mon.smithi203 (mon.0) 398 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.969123+0000 mon.smithi203 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.969343+0000 mon.smithi203 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.969581+0000 mon.smithi203 (mon.0) 401 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.969822+0000 mon.smithi203 (mon.0) 402 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:01.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:01 smithi203 bash[18672]: audit 2024-03-24T11:30:00.970045+0000 mon.smithi203 (mon.0) 403 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.351016+0000 mon.smithi203 (mon.0) 404 : audit 1 from='client.? 172.21.15.203:0/2260940111' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4aff8c31-f655-4ec0-b100-054038f3b42c"}]: dispatch 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.354305+0000 mon.smithi203 (mon.0) 405 : audit 1 from='client.? 172.21.15.203:0/2260940111' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4aff8c31-f655-4ec0-b100-054038f3b42c"}]': finished 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: cluster 2024-03-24T11:30:01.359414+0000 mon.smithi203 (mon.0) 406 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.359683+0000 mon.smithi203 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.359873+0000 mon.smithi203 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.360087+0000 mon.smithi203 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.360234+0000 mon.smithi203 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.360415+0000 mon.smithi203 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:02.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:02 smithi204 bash[23543]: audit 2024-03-24T11:30:01.360565+0000 mon.smithi203 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.351016+0000 mon.smithi203 (mon.0) 404 : audit 1 from='client.? 172.21.15.203:0/2260940111' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4aff8c31-f655-4ec0-b100-054038f3b42c"}]: dispatch 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.354305+0000 mon.smithi203 (mon.0) 405 : audit 1 from='client.? 172.21.15.203:0/2260940111' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4aff8c31-f655-4ec0-b100-054038f3b42c"}]': finished 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: cluster 2024-03-24T11:30:01.359414+0000 mon.smithi203 (mon.0) 406 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.359683+0000 mon.smithi203 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.359873+0000 mon.smithi203 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.360087+0000 mon.smithi203 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.360234+0000 mon.smithi203 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:02.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.360415+0000 mon.smithi203 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:02.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:02 smithi203 bash[18672]: audit 2024-03-24T11:30:01.360565+0000 mon.smithi203 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:03.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:03 smithi203 bash[18672]: cluster 2024-03-24T11:30:01.976885+0000 mgr.smithi203.vllliu (mgr.14195) 95 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:03.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:03 smithi203 bash[18672]: audit 2024-03-24T11:30:02.510306+0000 mon.smithi204 (mon.1) 7 : audit 0 from='client.? 172.21.15.204:0/1367244891' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:03.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:03 smithi203 bash[18672]: audit 2024-03-24T11:30:02.978358+0000 mon.smithi203 (mon.0) 413 : audit 0 from='client.? 172.21.15.203:0/1771751985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:03.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:03 smithi204 bash[23543]: cluster 2024-03-24T11:30:01.976885+0000 mgr.smithi203.vllliu (mgr.14195) 95 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:03.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:03 smithi204 bash[23543]: audit 2024-03-24T11:30:02.510306+0000 mon.smithi204 (mon.1) 7 : audit 0 from='client.? 172.21.15.204:0/1367244891' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:03.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:03 smithi204 bash[23543]: audit 2024-03-24T11:30:02.978358+0000 mon.smithi203 (mon.0) 413 : audit 0 from='client.? 172.21.15.203:0/1771751985' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:04.166 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:30:05.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: cluster 2024-03-24T11:30:03.977297+0000 mgr.smithi203.vllliu (mgr.14195) 96 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:05.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.300617+0000 mon.smithi204 (mon.1) 8 : audit 1 from='client.? 172.21.15.204:0/3119364051' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a3787de-52f8-4e4d-ac9b-836b8842521f"}]: dispatch 2024-03-24T11:30:05.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.301122+0000 mon.smithi203 (mon.0) 414 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a3787de-52f8-4e4d-ac9b-836b8842521f"}]: dispatch 2024-03-24T11:30:05.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.303648+0000 mon.smithi203 (mon.0) 415 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a3787de-52f8-4e4d-ac9b-836b8842521f"}]': finished 2024-03-24T11:30:05.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: cluster 2024-03-24T11:30:05.307083+0000 mon.smithi203 (mon.0) 416 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2024-03-24T11:30:05.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.307346+0000 mon.smithi203 (mon.0) 417 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:05.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.307511+0000 mon.smithi203 (mon.0) 418 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:05.470 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.307723+0000 mon.smithi203 (mon.0) 419 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:05.470 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.307921+0000 mon.smithi203 (mon.0) 420 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:05.470 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.308145+0000 mon.smithi203 (mon.0) 421 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:05.470 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.308308+0000 mon.smithi203 (mon.0) 422 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:05.470 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:05 smithi203 bash[18672]: audit 2024-03-24T11:30:05.308569+0000 mon.smithi203 (mon.0) 423 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:05.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: cluster 2024-03-24T11:30:03.977297+0000 mgr.smithi203.vllliu (mgr.14195) 96 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:05.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.300617+0000 mon.smithi204 (mon.1) 8 : audit 1 from='client.? 172.21.15.204:0/3119364051' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a3787de-52f8-4e4d-ac9b-836b8842521f"}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.301122+0000 mon.smithi203 (mon.0) 414 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a3787de-52f8-4e4d-ac9b-836b8842521f"}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.303648+0000 mon.smithi203 (mon.0) 415 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a3787de-52f8-4e4d-ac9b-836b8842521f"}]': finished 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: cluster 2024-03-24T11:30:05.307083+0000 mon.smithi203 (mon.0) 416 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.307346+0000 mon.smithi203 (mon.0) 417 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.307511+0000 mon.smithi203 (mon.0) 418 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.307723+0000 mon.smithi203 (mon.0) 419 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.307921+0000 mon.smithi203 (mon.0) 420 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.308145+0000 mon.smithi203 (mon.0) 421 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.308308+0000 mon.smithi203 (mon.0) 422 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:05.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:05 smithi204 bash[23543]: audit 2024-03-24T11:30:05.308569+0000 mon.smithi203 (mon.0) 423 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:06.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.808676+0000 mon.smithi203 (mon.0) 424 : audit 1 from='client.? 172.21.15.203:0/284456386' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2024972b-0bed-4b22-ba0b-ab038b26896f"}]: dispatch 2024-03-24T11:30:06.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.811652+0000 mon.smithi203 (mon.0) 425 : audit 1 from='client.? 172.21.15.203:0/284456386' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2024972b-0bed-4b22-ba0b-ab038b26896f"}]': finished 2024-03-24T11:30:06.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: cluster 2024-03-24T11:30:05.815096+0000 mon.smithi203 (mon.0) 426 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2024-03-24T11:30:06.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.815502+0000 mon.smithi203 (mon.0) 427 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:06.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.815808+0000 mon.smithi203 (mon.0) 428 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:06.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.816118+0000 mon.smithi203 (mon.0) 429 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:06.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.816390+0000 mon.smithi203 (mon.0) 430 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:06.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.816671+0000 mon.smithi203 (mon.0) 431 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:06.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.816945+0000 mon.smithi203 (mon.0) 432 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:06.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.817218+0000 mon.smithi203 (mon.0) 433 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:06.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:06 smithi204 bash[23543]: audit 2024-03-24T11:30:05.817499+0000 mon.smithi203 (mon.0) 434 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:06.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.808676+0000 mon.smithi203 (mon.0) 424 : audit 1 from='client.? 172.21.15.203:0/284456386' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2024972b-0bed-4b22-ba0b-ab038b26896f"}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.811652+0000 mon.smithi203 (mon.0) 425 : audit 1 from='client.? 172.21.15.203:0/284456386' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2024972b-0bed-4b22-ba0b-ab038b26896f"}]': finished 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: cluster 2024-03-24T11:30:05.815096+0000 mon.smithi203 (mon.0) 426 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.815502+0000 mon.smithi203 (mon.0) 427 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.815808+0000 mon.smithi203 (mon.0) 428 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.816118+0000 mon.smithi203 (mon.0) 429 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.816390+0000 mon.smithi203 (mon.0) 430 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.816671+0000 mon.smithi203 (mon.0) 431 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.816945+0000 mon.smithi203 (mon.0) 432 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.817218+0000 mon.smithi203 (mon.0) 433 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:06.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:06 smithi203 bash[18672]: audit 2024-03-24T11:30:05.817499+0000 mon.smithi203 (mon.0) 434 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:07.200 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:30:07.914 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1711279805,"num_remapped_pgs":0} 2024-03-24T11:30:08.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:07 smithi204 bash[23543]: cluster 2024-03-24T11:30:05.977683+0000 mgr.smithi203.vllliu (mgr.14195) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:08.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:07 smithi204 bash[23543]: audit 2024-03-24T11:30:06.994346+0000 mon.smithi204 (mon.1) 9 : audit 0 from='client.? 172.21.15.204:0/3875932146' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:08.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:07 smithi204 bash[23543]: audit 2024-03-24T11:30:07.200994+0000 mon.smithi203 (mon.0) 435 : audit 0 from='client.? 172.21.15.203:0/2339960124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:08.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:07 smithi204 bash[23543]: audit 2024-03-24T11:30:07.695791+0000 mon.smithi203 (mon.0) 436 : audit 0 from='client.? 172.21.15.203:0/4209301864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:08.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:07 smithi203 bash[18672]: cluster 2024-03-24T11:30:05.977683+0000 mgr.smithi203.vllliu (mgr.14195) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:08.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:07 smithi203 bash[18672]: audit 2024-03-24T11:30:06.994346+0000 mon.smithi204 (mon.1) 9 : audit 0 from='client.? 172.21.15.204:0/3875932146' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:08.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:07 smithi203 bash[18672]: audit 2024-03-24T11:30:07.200994+0000 mon.smithi203 (mon.0) 435 : audit 0 from='client.? 172.21.15.203:0/2339960124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:08.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:07 smithi203 bash[18672]: audit 2024-03-24T11:30:07.695791+0000 mon.smithi203 (mon.0) 436 : audit 0 from='client.? 172.21.15.203:0/4209301864' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-24T11:30:08.916 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:30:10.195 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:09 smithi203 bash[18672]: cluster 2024-03-24T11:30:07.978054+0000 mgr.smithi203.vllliu (mgr.14195) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:10.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:09 smithi204 bash[23543]: cluster 2024-03-24T11:30:07.978054+0000 mgr.smithi203.vllliu (mgr.14195) 98 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:12.139 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:11 smithi204 bash[23543]: cluster 2024-03-24T11:30:09.978488+0000 mgr.smithi203.vllliu (mgr.14195) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:12.139 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:11 smithi204 bash[23543]: audit 2024-03-24T11:30:11.239263+0000 mon.smithi203 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:12.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:11 smithi203 bash[18672]: cluster 2024-03-24T11:30:09.978488+0000 mgr.smithi203.vllliu (mgr.14195) 99 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:12.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:11 smithi203 bash[18672]: audit 2024-03-24T11:30:11.239263+0000 mon.smithi203 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:13.675 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:30:14.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:13 smithi203 bash[18672]: cluster 2024-03-24T11:30:11.978972+0000 mgr.smithi203.vllliu (mgr.14195) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:14.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:13 smithi204 bash[23543]: cluster 2024-03-24T11:30:11.978972+0000 mgr.smithi203.vllliu (mgr.14195) 100 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:16.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:15 smithi203 bash[18672]: cluster 2024-03-24T11:30:13.979372+0000 mgr.smithi203.vllliu (mgr.14195) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:16.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:15 smithi204 bash[23543]: cluster 2024-03-24T11:30:13.979372+0000 mgr.smithi203.vllliu (mgr.14195) 101 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:16.723 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:30:16.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:16 smithi204 bash[23543]: audit 2024-03-24T11:30:16.723742+0000 mon.smithi203 (mon.0) 438 : audit 0 from='client.? 172.21.15.203:0/3481636514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:17.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:16 smithi203 bash[18672]: audit 2024-03-24T11:30:16.723742+0000 mon.smithi203 (mon.0) 438 : audit 0 from='client.? 172.21.15.203:0/3481636514' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:17.697 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1711279805,"num_remapped_pgs":0} 2024-03-24T11:30:18.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:17 smithi203 bash[18672]: cluster 2024-03-24T11:30:15.979789+0000 mgr.smithi203.vllliu (mgr.14195) 102 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:18.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:17 smithi204 bash[23543]: cluster 2024-03-24T11:30:15.979789+0000 mgr.smithi203.vllliu (mgr.14195) 102 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:18.699 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:30:19.001 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:18 smithi203 bash[18672]: audit 2024-03-24T11:30:18.492569+0000 mon.smithi203 (mon.0) 439 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-24T11:30:19.001 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:18 smithi203 bash[18672]: audit 2024-03-24T11:30:18.494323+0000 mon.smithi203 (mon.0) 440 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:19.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:18 smithi204 bash[23543]: audit 2024-03-24T11:30:18.492569+0000 mon.smithi203 (mon.0) 439 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-24T11:30:19.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:18 smithi204 bash[23543]: audit 2024-03-24T11:30:18.494323+0000 mon.smithi203 (mon.0) 440 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:19.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:19 smithi204 bash[23543]: cluster 2024-03-24T11:30:17.980284+0000 mgr.smithi203.vllliu (mgr.14195) 103 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:19.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:19 smithi204 bash[23543]: cephadm 2024-03-24T11:30:18.495906+0000 mgr.smithi203.vllliu (mgr.14195) 104 : cephadm 1 Deploying daemon osd.0 on smithi204 2024-03-24T11:30:19.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:19 smithi204 bash[23543]: audit 2024-03-24T11:30:19.692044+0000 mon.smithi203 (mon.0) 441 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-24T11:30:19.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:19 smithi204 bash[23543]: audit 2024-03-24T11:30:19.693891+0000 mon.smithi203 (mon.0) 442 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:20.116 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:19 smithi203 bash[18672]: cluster 2024-03-24T11:30:17.980284+0000 mgr.smithi203.vllliu (mgr.14195) 103 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:20.116 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:19 smithi203 bash[18672]: cephadm 2024-03-24T11:30:18.495906+0000 mgr.smithi203.vllliu (mgr.14195) 104 : cephadm 1 Deploying daemon osd.0 on smithi204 2024-03-24T11:30:20.116 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:19 smithi203 bash[18672]: audit 2024-03-24T11:30:19.692044+0000 mon.smithi203 (mon.0) 441 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-24T11:30:20.116 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:19 smithi203 bash[18672]: audit 2024-03-24T11:30:19.693891+0000 mon.smithi203 (mon.0) 442 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:21.158 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:20 smithi204 bash[23543]: cephadm 2024-03-24T11:30:19.695511+0000 mgr.smithi203.vllliu (mgr.14195) 105 : cephadm 1 Deploying daemon osd.1 on smithi203 2024-03-24T11:30:21.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:20 smithi203 bash[18672]: cephadm 2024-03-24T11:30:19.695511+0000 mgr.smithi203.vllliu (mgr.14195) 105 : cephadm 1 Deploying daemon osd.1 on smithi203 2024-03-24T11:30:22.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:21 smithi203 bash[18672]: cluster 2024-03-24T11:30:19.980724+0000 mgr.smithi203.vllliu (mgr.14195) 106 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:22.175 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:21 smithi204 bash[23543]: cluster 2024-03-24T11:30:19.980724+0000 mgr.smithi203.vllliu (mgr.14195) 106 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:22.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:22 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:22.810 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:22 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:23.715 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:30:23.746 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:24.007 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 bash[18672]: cluster 2024-03-24T11:30:21.981016+0000 mgr.smithi203.vllliu (mgr.14195) 107 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:24.007 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 bash[18672]: audit 2024-03-24T11:30:22.812002+0000 mon.smithi203 (mon.0) 443 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:24.007 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 bash[18672]: audit 2024-03-24T11:30:22.819420+0000 mon.smithi203 (mon.0) 444 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:24.007 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 bash[18672]: audit 2024-03-24T11:30:22.821137+0000 mon.smithi203 (mon.0) 445 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-24T11:30:24.007 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 bash[18672]: audit 2024-03-24T11:30:22.822457+0000 mon.smithi203 (mon.0) 446 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:24.007 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 bash[18672]: cephadm 2024-03-24T11:30:22.823725+0000 mgr.smithi203.vllliu (mgr.14195) 108 : cephadm 1 Deploying daemon osd.2 on smithi204 2024-03-24T11:30:24.007 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:23 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:24.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:23 smithi204 bash[23543]: cluster 2024-03-24T11:30:21.981016+0000 mgr.smithi203.vllliu (mgr.14195) 107 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:24.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:23 smithi204 bash[23543]: audit 2024-03-24T11:30:22.812002+0000 mon.smithi203 (mon.0) 443 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:24.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:23 smithi204 bash[23543]: audit 2024-03-24T11:30:22.819420+0000 mon.smithi203 (mon.0) 444 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:24.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:23 smithi204 bash[23543]: audit 2024-03-24T11:30:22.821137+0000 mon.smithi203 (mon.0) 445 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-24T11:30:24.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:23 smithi204 bash[23543]: audit 2024-03-24T11:30:22.822457+0000 mon.smithi203 (mon.0) 446 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:24.196 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:23 smithi204 bash[23543]: cephadm 2024-03-24T11:30:22.823725+0000 mgr.smithi203.vllliu (mgr.14195) 108 : cephadm 1 Deploying daemon osd.2 on smithi204 2024-03-24T11:30:25.392 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:25 smithi203 bash[18672]: cluster 2024-03-24T11:30:23.981397+0000 mgr.smithi203.vllliu (mgr.14195) 109 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:25.392 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:25 smithi203 bash[18672]: audit 2024-03-24T11:30:24.049149+0000 mon.smithi203 (mon.0) 447 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:25.392 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:25 smithi203 bash[18672]: audit 2024-03-24T11:30:24.054923+0000 mon.smithi203 (mon.0) 448 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:25.392 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:25 smithi203 bash[18672]: audit 2024-03-24T11:30:24.055731+0000 mon.smithi203 (mon.0) 449 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-24T11:30:25.392 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:25 smithi203 bash[18672]: audit 2024-03-24T11:30:24.056323+0000 mon.smithi203 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:25.392 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:25 smithi203 bash[18672]: cephadm 2024-03-24T11:30:24.056867+0000 mgr.smithi203.vllliu (mgr.14195) 110 : cephadm 1 Deploying daemon osd.3 on smithi203 2024-03-24T11:30:25.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:25 smithi204 bash[23543]: cluster 2024-03-24T11:30:23.981397+0000 mgr.smithi203.vllliu (mgr.14195) 109 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:25.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:25 smithi204 bash[23543]: audit 2024-03-24T11:30:24.049149+0000 mon.smithi203 (mon.0) 447 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:25.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:25 smithi204 bash[23543]: audit 2024-03-24T11:30:24.054923+0000 mon.smithi203 (mon.0) 448 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:25.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:25 smithi204 bash[23543]: audit 2024-03-24T11:30:24.055731+0000 mon.smithi203 (mon.0) 449 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-03-24T11:30:25.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:25 smithi204 bash[23543]: audit 2024-03-24T11:30:24.056323+0000 mon.smithi203 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:25.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:25 smithi204 bash[23543]: cephadm 2024-03-24T11:30:24.056867+0000 mgr.smithi203.vllliu (mgr.14195) 110 : cephadm 1 Deploying daemon osd.3 on smithi203 2024-03-24T11:30:27.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:27 smithi203 bash[18672]: cluster 2024-03-24T11:30:25.981733+0000 mgr.smithi203.vllliu (mgr.14195) 111 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:27.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:27 smithi203 bash[18672]: audit 2024-03-24T11:30:26.239005+0000 mon.smithi203 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:27 smithi204 bash[23543]: cluster 2024-03-24T11:30:25.981733+0000 mgr.smithi203.vllliu (mgr.14195) 111 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:27 smithi204 bash[23543]: audit 2024-03-24T11:30:26.239005+0000 mon.smithi203 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:27.740 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:27 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:28.028 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:27 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:28.807 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:30:29.146 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:29 smithi203 bash[18672]: cluster 2024-03-24T11:30:27.982003+0000 mgr.smithi203.vllliu (mgr.14195) 112 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:29.146 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:29 smithi203 bash[18672]: audit 2024-03-24T11:30:28.027960+0000 mon.smithi203 (mon.0) 452 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:29.146 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:29 smithi203 bash[18672]: audit 2024-03-24T11:30:28.032583+0000 mon.smithi203 (mon.0) 453 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:29.147 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:29 smithi203 bash[18672]: audit 2024-03-24T11:30:28.033348+0000 mon.smithi203 (mon.0) 454 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-24T11:30:29.147 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:29 smithi203 bash[18672]: audit 2024-03-24T11:30:28.034092+0000 mon.smithi203 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:29.147 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:29 smithi203 bash[18672]: cephadm 2024-03-24T11:30:28.034767+0000 mgr.smithi203.vllliu (mgr.14195) 113 : cephadm 1 Deploying daemon osd.4 on smithi204 2024-03-24T11:30:29.147 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:29 smithi203 bash[18672]: audit 2024-03-24T11:30:28.807981+0000 mon.smithi203 (mon.0) 456 : audit 0 from='client.? 172.21.15.203:0/337930232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:29.314 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:29 smithi204 bash[23543]: cluster 2024-03-24T11:30:27.982003+0000 mgr.smithi203.vllliu (mgr.14195) 112 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:29.314 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:29 smithi204 bash[23543]: audit 2024-03-24T11:30:28.027960+0000 mon.smithi203 (mon.0) 452 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:29.314 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:29 smithi204 bash[23543]: audit 2024-03-24T11:30:28.032583+0000 mon.smithi203 (mon.0) 453 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:29.315 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:29 smithi204 bash[23543]: audit 2024-03-24T11:30:28.033348+0000 mon.smithi203 (mon.0) 454 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-03-24T11:30:29.315 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:29 smithi204 bash[23543]: audit 2024-03-24T11:30:28.034092+0000 mon.smithi203 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:29.315 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:29 smithi204 bash[23543]: cephadm 2024-03-24T11:30:28.034767+0000 mgr.smithi203.vllliu (mgr.14195) 113 : cephadm 1 Deploying daemon osd.4 on smithi204 2024-03-24T11:30:29.315 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:29 smithi204 bash[23543]: audit 2024-03-24T11:30:28.807981+0000 mon.smithi203 (mon.0) 456 : audit 0 from='client.? 172.21.15.203:0/337930232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:30.184 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1711279805,"num_remapped_pgs":0} 2024-03-24T11:30:30.671 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:30 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:30.933 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:30 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:31.186 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:30:31.195 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:31 smithi203 bash[18672]: cluster 2024-03-24T11:30:29.982440+0000 mgr.smithi203.vllliu (mgr.14195) 114 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:31.196 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:31 smithi203 bash[18672]: audit 2024-03-24T11:30:30.668078+0000 mon.smithi204 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.204:6800/3028360692,v1:172.21.15.204:6801/3028360692]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-24T11:30:31.196 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:31 smithi203 bash[18672]: audit 2024-03-24T11:30:30.668816+0000 mon.smithi203 (mon.0) 457 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-24T11:30:31.196 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:31 smithi203 bash[18672]: audit 2024-03-24T11:30:30.975028+0000 mon.smithi203 (mon.0) 458 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:31.196 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:31 smithi203 bash[18672]: audit 2024-03-24T11:30:30.980450+0000 mon.smithi203 (mon.0) 459 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:31.196 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:31 smithi203 bash[18672]: audit 2024-03-24T11:30:30.981437+0000 mon.smithi203 (mon.0) 460 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-24T11:30:31.196 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:31 smithi203 bash[18672]: audit 2024-03-24T11:30:30.982142+0000 mon.smithi203 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:31.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:31 smithi204 bash[23543]: cluster 2024-03-24T11:30:29.982440+0000 mgr.smithi203.vllliu (mgr.14195) 114 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:31.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:31 smithi204 bash[23543]: audit 2024-03-24T11:30:30.668078+0000 mon.smithi204 (mon.1) 10 : audit 1 from='osd.0 [v2:172.21.15.204:6800/3028360692,v1:172.21.15.204:6801/3028360692]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-24T11:30:31.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:31 smithi204 bash[23543]: audit 2024-03-24T11:30:30.668816+0000 mon.smithi203 (mon.0) 457 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-24T11:30:31.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:31 smithi204 bash[23543]: audit 2024-03-24T11:30:30.975028+0000 mon.smithi203 (mon.0) 458 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:31.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:31 smithi204 bash[23543]: audit 2024-03-24T11:30:30.980450+0000 mon.smithi203 (mon.0) 459 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:31.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:31 smithi204 bash[23543]: audit 2024-03-24T11:30:30.981437+0000 mon.smithi203 (mon.0) 460 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-03-24T11:30:31.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:31 smithi204 bash[23543]: audit 2024-03-24T11:30:30.982142+0000 mon.smithi203 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:32.199 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: cephadm 2024-03-24T11:30:30.982742+0000 mgr.smithi203.vllliu (mgr.14195) 115 : cephadm 1 Deploying daemon osd.5 on smithi203 2024-03-24T11:30:32.199 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.037420+0000 mon.smithi203 (mon.0) 462 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-24T11:30:32.199 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: cluster 2024-03-24T11:30:31.039314+0000 mon.smithi203 (mon.0) 463 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2024-03-24T11:30:32.199 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.039506+0000 mon.smithi203 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:32.199 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.039661+0000 mon.smithi203 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.039890+0000 mon.smithi203 (mon.0) 466 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.040044+0000 mon.smithi203 (mon.0) 467 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.040196+0000 mon.smithi203 (mon.0) 468 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.040347+0000 mon.smithi203 (mon.0) 469 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.040497+0000 mon.smithi203 (mon.0) 470 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.040651+0000 mon.smithi203 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.042265+0000 mon.smithi204 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.204:6800/3028360692,v1:172.21.15.204:6801/3028360692]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:32.200 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 bash[23543]: audit 2024-03-24T11:30:31.042758+0000 mon.smithi203 (mon.0) 472 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:32.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: cephadm 2024-03-24T11:30:30.982742+0000 mgr.smithi203.vllliu (mgr.14195) 115 : cephadm 1 Deploying daemon osd.5 on smithi203 2024-03-24T11:30:32.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.037420+0000 mon.smithi203 (mon.0) 462 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-24T11:30:32.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: cluster 2024-03-24T11:30:31.039314+0000 mon.smithi203 (mon.0) 463 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2024-03-24T11:30:32.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.039506+0000 mon.smithi203 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:32.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.039661+0000 mon.smithi203 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:32.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.039890+0000 mon.smithi203 (mon.0) 466 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:32.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.040044+0000 mon.smithi203 (mon.0) 467 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:32.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.040196+0000 mon.smithi203 (mon.0) 468 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:32.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.040347+0000 mon.smithi203 (mon.0) 469 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:32.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.040497+0000 mon.smithi203 (mon.0) 470 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:32.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.040651+0000 mon.smithi203 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:32.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.042265+0000 mon.smithi204 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.204:6800/3028360692,v1:172.21.15.204:6801/3028360692]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:32.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:32 smithi203 bash[18672]: audit 2024-03-24T11:30:31.042758+0000 mon.smithi203 (mon.0) 472 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:33.123 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:32 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: cluster 2024-03-24T11:30:31.982792+0000 mgr.smithi203.vllliu (mgr.14195) 116 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.039417+0000 mon.smithi203 (mon.0) 473 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: cluster 2024-03-24T11:30:32.044460+0000 mon.smithi203 (mon.0) 474 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.045346+0000 mon.smithi203 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.045681+0000 mon.smithi203 (mon.0) 476 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.045951+0000 mon.smithi203 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.046205+0000 mon.smithi203 (mon.0) 478 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.046439+0000 mon.smithi203 (mon.0) 479 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.046703+0000 mon.smithi203 (mon.0) 480 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.046935+0000 mon.smithi203 (mon.0) 481 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.047194+0000 mon.smithi203 (mon.0) 482 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.047471+0000 mon.smithi203 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:33.124 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:32.581448+0000 mon.smithi203 (mon.0) 484 : audit 1 from='osd.0 ' entity='osd.0' 2024-03-24T11:30:33.125 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 bash[23543]: audit 2024-03-24T11:30:33.046789+0000 mon.smithi203 (mon.0) 485 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:33.125 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:33 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:33.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: cluster 2024-03-24T11:30:31.982792+0000 mgr.smithi203.vllliu (mgr.14195) 116 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:33.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.039417+0000 mon.smithi203 (mon.0) 473 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:33.406 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: cluster 2024-03-24T11:30:32.044460+0000 mon.smithi203 (mon.0) 474 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.045346+0000 mon.smithi203 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.045681+0000 mon.smithi203 (mon.0) 476 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.045951+0000 mon.smithi203 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.046205+0000 mon.smithi203 (mon.0) 478 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.046439+0000 mon.smithi203 (mon.0) 479 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.046703+0000 mon.smithi203 (mon.0) 480 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.046935+0000 mon.smithi203 (mon.0) 481 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.047194+0000 mon.smithi203 (mon.0) 482 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.047471+0000 mon.smithi203 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:32.581448+0000 mon.smithi203 (mon.0) 484 : audit 1 from='osd.0 ' entity='osd.0' 2024-03-24T11:30:33.407 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:33 smithi203 bash[18672]: audit 2024-03-24T11:30:33.046789+0000 mon.smithi203 (mon.0) 485 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: cluster 2024-03-24T11:30:31.671271+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: cluster 2024-03-24T11:30:31.671402+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.201593+0000 mon.smithi203 (mon.0) 486 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.290491+0000 mon.smithi203 (mon.0) 487 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.301369+0000 mon.smithi203 (mon.0) 488 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.303216+0000 mon.smithi203 (mon.0) 489 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.304630+0000 mon.smithi203 (mon.0) 490 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: cephadm 2024-03-24T11:30:33.305913+0000 mgr.smithi203.vllliu (mgr.14195) 117 : cephadm 1 Deploying daemon osd.6 on smithi204 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.583464+0000 mon.smithi203 (mon.0) 491 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: cluster 2024-03-24T11:30:33.590273+0000 mon.smithi203 (mon.0) 492 : cluster 1 osd.0 [v2:172.21.15.204:6800/3028360692,v1:172.21.15.204:6801/3028360692] boot 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: cluster 2024-03-24T11:30:33.590379+0000 mon.smithi203 (mon.0) 493 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2024-03-24T11:30:34.445 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.591041+0000 mon.smithi203 (mon.0) 494 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.591541+0000 mon.smithi203 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.592066+0000 mon.smithi203 (mon.0) 496 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.592625+0000 mon.smithi203 (mon.0) 497 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.593122+0000 mon.smithi203 (mon.0) 498 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.593566+0000 mon.smithi203 (mon.0) 499 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.593958+0000 mon.smithi203 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.594420+0000 mon.smithi203 (mon.0) 501 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:34.446 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:34 smithi203 bash[18672]: audit 2024-03-24T11:30:33.594838+0000 mon.smithi203 (mon.0) 502 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: cluster 2024-03-24T11:30:31.671271+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: cluster 2024-03-24T11:30:31.671402+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.201593+0000 mon.smithi203 (mon.0) 486 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.290491+0000 mon.smithi203 (mon.0) 487 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.301369+0000 mon.smithi203 (mon.0) 488 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.303216+0000 mon.smithi203 (mon.0) 489 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.304630+0000 mon.smithi203 (mon.0) 490 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: cephadm 2024-03-24T11:30:33.305913+0000 mgr.smithi203.vllliu (mgr.14195) 117 : cephadm 1 Deploying daemon osd.6 on smithi204 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.583464+0000 mon.smithi203 (mon.0) 491 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: cluster 2024-03-24T11:30:33.590273+0000 mon.smithi203 (mon.0) 492 : cluster 1 osd.0 [v2:172.21.15.204:6800/3028360692,v1:172.21.15.204:6801/3028360692] boot 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: cluster 2024-03-24T11:30:33.590379+0000 mon.smithi203 (mon.0) 493 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.591041+0000 mon.smithi203 (mon.0) 494 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.591541+0000 mon.smithi203 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-24T11:30:34.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.592066+0000 mon.smithi203 (mon.0) 496 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:34.448 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.592625+0000 mon.smithi203 (mon.0) 497 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:34.448 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.593122+0000 mon.smithi203 (mon.0) 498 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:34.448 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.593566+0000 mon.smithi203 (mon.0) 499 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:34.448 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.593958+0000 mon.smithi203 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:34.448 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.594420+0000 mon.smithi203 (mon.0) 501 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:34.448 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:34 smithi204 bash[23543]: audit 2024-03-24T11:30:33.594838+0000 mon.smithi203 (mon.0) 502 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:35.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: cluster 2024-03-24T11:30:33.983166+0000 mgr.smithi203.vllliu (mgr.14195) 118 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:35.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.585211+0000 mon.smithi203 (mon.0) 503 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:35.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: cluster 2024-03-24T11:30:34.590173+0000 mon.smithi203 (mon.0) 504 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2024-03-24T11:30:35.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.591451+0000 mon.smithi203 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:35.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.591698+0000 mon.smithi203 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:35.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.591852+0000 mon.smithi203 (mon.0) 507 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:35.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.592118+0000 mon.smithi203 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:35.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.592288+0000 mon.smithi203 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:35.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.592447+0000 mon.smithi203 (mon.0) 510 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:35.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.592647+0000 mon.smithi203 (mon.0) 511 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:35.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:35 smithi204 bash[23543]: audit 2024-03-24T11:30:34.595959+0000 mon.smithi203 (mon.0) 512 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: cluster 2024-03-24T11:30:33.983166+0000 mgr.smithi203.vllliu (mgr.14195) 118 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.585211+0000 mon.smithi203 (mon.0) 503 : audit 1 from='osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: cluster 2024-03-24T11:30:34.590173+0000 mon.smithi203 (mon.0) 504 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.591451+0000 mon.smithi203 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.591698+0000 mon.smithi203 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.591852+0000 mon.smithi203 (mon.0) 507 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.592118+0000 mon.smithi203 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.592288+0000 mon.smithi203 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.592447+0000 mon.smithi203 (mon.0) 510 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.592647+0000 mon.smithi203 (mon.0) 511 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:35.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:35 smithi203 bash[18672]: audit 2024-03-24T11:30:34.595959+0000 mon.smithi203 (mon.0) 512 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:36.428 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:36.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:36.768 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: cluster 2024-03-24T11:30:34.166084+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: cluster 2024-03-24T11:30:34.166199+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.595217+0000 mon.smithi203 (mon.0) 513 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: cluster 2024-03-24T11:30:35.604244+0000 mon.smithi203 (mon.0) 514 : cluster 1 osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955] boot 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: cluster 2024-03-24T11:30:35.604326+0000 mon.smithi203 (mon.0) 515 : cluster 0 osdmap e18: 8 total, 2 up, 8 in 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.604899+0000 mon.smithi203 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.605570+0000 mon.smithi203 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.606018+0000 mon.smithi203 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.606487+0000 mon.smithi203 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.606906+0000 mon.smithi203 (mon.0) 520 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.607379+0000 mon.smithi203 (mon.0) 521 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.607815+0000 mon.smithi203 (mon.0) 522 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.633806+0000 mon.smithi204 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.204:6808/4147483323,v1:172.21.15.204:6809/4147483323]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:30:36.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:36 smithi203 bash[18672]: audit 2024-03-24T11:30:35.634371+0000 mon.smithi203 (mon.0) 523 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:30:36.931 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: cluster 2024-03-24T11:30:34.166084+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:36.931 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: cluster 2024-03-24T11:30:34.166199+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.595217+0000 mon.smithi203 (mon.0) 513 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: cluster 2024-03-24T11:30:35.604244+0000 mon.smithi203 (mon.0) 514 : cluster 1 osd.1 [v2:172.21.15.203:6802/3320813955,v1:172.21.15.203:6803/3320813955] boot 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: cluster 2024-03-24T11:30:35.604326+0000 mon.smithi203 (mon.0) 515 : cluster 0 osdmap e18: 8 total, 2 up, 8 in 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.604899+0000 mon.smithi203 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.605570+0000 mon.smithi203 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.606018+0000 mon.smithi203 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.606487+0000 mon.smithi203 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.606906+0000 mon.smithi203 (mon.0) 520 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.607379+0000 mon.smithi203 (mon.0) 521 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.607815+0000 mon.smithi203 (mon.0) 522 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:36.932 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.633806+0000 mon.smithi204 (mon.1) 12 : audit 1 from='osd.2 [v2:172.21.15.204:6808/4147483323,v1:172.21.15.204:6809/4147483323]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:30:36.933 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:36 smithi204 bash[23543]: audit 2024-03-24T11:30:35.634371+0000 mon.smithi203 (mon.0) 523 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-24T11:30:37.554 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: cluster 2024-03-24T11:30:35.983632+0000 mgr.smithi203.vllliu (mgr.14195) 119 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.605139+0000 mon.smithi203 (mon.0) 524 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: cluster 2024-03-24T11:30:36.608203+0000 mon.smithi203 (mon.0) 525 : cluster 0 osdmap e19: 8 total, 2 up, 8 in 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.608595+0000 mon.smithi203 (mon.0) 526 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.608774+0000 mon.smithi203 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.608931+0000 mon.smithi203 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.609085+0000 mon.smithi203 (mon.0) 529 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.609239+0000 mon.smithi203 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.609393+0000 mon.smithi203 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:37.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.614499+0000 mon.smithi204 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.204:6808/4147483323,v1:172.21.15.204:6809/4147483323]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.616358+0000 mon.smithi203 (mon.0) 532 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.620617+0000 mon.smithi203 (mon.0) 533 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.622860+0000 mon.smithi203 (mon.0) 534 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.623747+0000 mon.smithi203 (mon.0) 535 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-24T11:30:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: audit 2024-03-24T11:30:36.624414+0000 mon.smithi203 (mon.0) 536 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:37.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:37 smithi204 bash[23543]: cephadm 2024-03-24T11:30:36.625003+0000 mgr.smithi203.vllliu (mgr.14195) 120 : cephadm 1 Deploying daemon osd.7 on smithi203 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: cluster 2024-03-24T11:30:35.983632+0000 mgr.smithi203.vllliu (mgr.14195) 119 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.605139+0000 mon.smithi203 (mon.0) 524 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: cluster 2024-03-24T11:30:36.608203+0000 mon.smithi203 (mon.0) 525 : cluster 0 osdmap e19: 8 total, 2 up, 8 in 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.608595+0000 mon.smithi203 (mon.0) 526 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.608774+0000 mon.smithi203 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.608931+0000 mon.smithi203 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.609085+0000 mon.smithi203 (mon.0) 529 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.609239+0000 mon.smithi203 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.609393+0000 mon.smithi203 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.614499+0000 mon.smithi204 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.204:6808/4147483323,v1:172.21.15.204:6809/4147483323]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.616358+0000 mon.smithi203 (mon.0) 532 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.620617+0000 mon.smithi203 (mon.0) 533 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:38.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.622860+0000 mon.smithi203 (mon.0) 534 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:38.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.623747+0000 mon.smithi203 (mon.0) 535 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-03-24T11:30:38.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: audit 2024-03-24T11:30:36.624414+0000 mon.smithi203 (mon.0) 536 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:30:38.020 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:37 smithi203 bash[18672]: cephadm 2024-03-24T11:30:36.625003+0000 mgr.smithi203.vllliu (mgr.14195) 120 : cephadm 1 Deploying daemon osd.7 on smithi203 2024-03-24T11:30:38.360 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:38.624 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.616248+0000 mon.smithi203 (mon.0) 537 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: cluster 2024-03-24T11:30:37.619027+0000 mon.smithi203 (mon.0) 538 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.619414+0000 mon.smithi203 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.619770+0000 mon.smithi203 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.620135+0000 mon.smithi203 (mon.0) 541 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.620465+0000 mon.smithi203 (mon.0) 542 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.620839+0000 mon.smithi203 (mon.0) 543 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.621165+0000 mon.smithi203 (mon.0) 544 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:38.880 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:37.629703+0000 mon.smithi203 (mon.0) 545 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:38.881 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:38 smithi203 bash[18672]: audit 2024-03-24T11:30:38.135424+0000 mon.smithi203 (mon.0) 546 : audit 1 from='osd.2 ' entity='osd.2' 2024-03-24T11:30:38.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.616248+0000 mon.smithi203 (mon.0) 537 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:38.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: cluster 2024-03-24T11:30:37.619027+0000 mon.smithi203 (mon.0) 538 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.619414+0000 mon.smithi203 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.619770+0000 mon.smithi203 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.620135+0000 mon.smithi203 (mon.0) 541 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.620465+0000 mon.smithi203 (mon.0) 542 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.620839+0000 mon.smithi203 (mon.0) 543 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.621165+0000 mon.smithi203 (mon.0) 544 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:37.629703+0000 mon.smithi203 (mon.0) 545 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:38.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:38 smithi204 bash[23543]: audit 2024-03-24T11:30:38.135424+0000 mon.smithi203 (mon.0) 546 : audit 1 from='osd.2 ' entity='osd.2' 2024-03-24T11:30:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: cluster 2024-03-24T11:30:36.671851+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: cluster 2024-03-24T11:30:36.671963+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: cluster 2024-03-24T11:30:37.984171+0000 mgr.smithi203.vllliu (mgr.14195) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:38.627154+0000 mon.smithi203 (mon.0) 547 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:38.689312+0000 mon.smithi203 (mon.0) 548 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:39.628 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:38.694453+0000 mon.smithi203 (mon.0) 549 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:39.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: cluster 2024-03-24T11:30:36.671851+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:39.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: cluster 2024-03-24T11:30:36.671963+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:39.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: cluster 2024-03-24T11:30:37.984171+0000 mgr.smithi203.vllliu (mgr.14195) 121 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:38.627154+0000 mon.smithi203 (mon.0) 547 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:38.689312+0000 mon.smithi203 (mon.0) 548 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:38.694453+0000 mon.smithi203 (mon.0) 549 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:38.836550+0000 mon.smithi203 (mon.0) 550 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.133016+0000 mon.smithi203 (mon.0) 551 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: cluster 2024-03-24T11:30:39.135642+0000 mon.smithi203 (mon.0) 552 : cluster 1 osd.2 [v2:172.21.15.204:6808/4147483323,v1:172.21.15.204:6809/4147483323] boot 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: cluster 2024-03-24T11:30:39.135688+0000 mon.smithi203 (mon.0) 553 : cluster 0 osdmap e21: 8 total, 3 up, 8 in 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.135884+0000 mon.smithi203 (mon.0) 554 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.136180+0000 mon.smithi203 (mon.0) 555 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.136427+0000 mon.smithi203 (mon.0) 556 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.136601+0000 mon.smithi203 (mon.0) 557 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:39.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.136785+0000 mon.smithi203 (mon.0) 558 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:39.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.136949+0000 mon.smithi203 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:39.947 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:39 smithi204 bash[23543]: audit 2024-03-24T11:30:39.137168+0000 mon.smithi203 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:40.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:38.836550+0000 mon.smithi203 (mon.0) 550 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-03-24T11:30:40.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.133016+0000 mon.smithi203 (mon.0) 551 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: cluster 2024-03-24T11:30:39.135642+0000 mon.smithi203 (mon.0) 552 : cluster 1 osd.2 [v2:172.21.15.204:6808/4147483323,v1:172.21.15.204:6809/4147483323] boot 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: cluster 2024-03-24T11:30:39.135688+0000 mon.smithi203 (mon.0) 553 : cluster 0 osdmap e21: 8 total, 3 up, 8 in 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.135884+0000 mon.smithi203 (mon.0) 554 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.136180+0000 mon.smithi203 (mon.0) 555 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.136427+0000 mon.smithi203 (mon.0) 556 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.136601+0000 mon.smithi203 (mon.0) 557 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.136785+0000 mon.smithi203 (mon.0) 558 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.136949+0000 mon.smithi203 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:40.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:39 smithi203 bash[18672]: audit 2024-03-24T11:30:39.137168+0000 mon.smithi203 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: cluster 2024-03-24T11:30:39.984715+0000 mgr.smithi203.vllliu (mgr.14195) 122 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.135313+0000 mon.smithi203 (mon.0) 561 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: cluster 2024-03-24T11:30:40.140394+0000 mon.smithi203 (mon.0) 562 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.141520+0000 mon.smithi203 (mon.0) 563 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.141986+0000 mon.smithi203 (mon.0) 564 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.142342+0000 mon.smithi203 (mon.0) 565 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.142818+0000 mon.smithi203 (mon.0) 566 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.143220+0000 mon.smithi203 (mon.0) 567 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.148364+0000 mon.smithi203 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.296804+0000 mon.smithi203 (mon.0) 569 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.860568+0000 mon.smithi204 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.204:6816/1538648148,v1:172.21.15.204:6817/1538648148]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-24T11:30:41.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:41 smithi204 bash[23543]: audit 2024-03-24T11:30:40.861428+0000 mon.smithi203 (mon.0) 570 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-24T11:30:41.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: cluster 2024-03-24T11:30:39.984715+0000 mgr.smithi203.vllliu (mgr.14195) 122 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-03-24T11:30:41.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.135313+0000 mon.smithi203 (mon.0) 561 : audit 1 from='osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: cluster 2024-03-24T11:30:40.140394+0000 mon.smithi203 (mon.0) 562 : cluster 0 osdmap e22: 8 total, 3 up, 8 in 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.141520+0000 mon.smithi203 (mon.0) 563 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.141986+0000 mon.smithi203 (mon.0) 564 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.142342+0000 mon.smithi203 (mon.0) 565 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.142818+0000 mon.smithi203 (mon.0) 566 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.143220+0000 mon.smithi203 (mon.0) 567 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.148364+0000 mon.smithi203 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.296804+0000 mon.smithi203 (mon.0) 569 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.860568+0000 mon.smithi204 (mon.1) 14 : audit 1 from='osd.4 [v2:172.21.15.204:6816/1538648148,v1:172.21.15.204:6817/1538648148]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-24T11:30:41.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:41 smithi203 bash[18672]: audit 2024-03-24T11:30:40.861428+0000 mon.smithi203 (mon.0) 570 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: cluster 2024-03-24T11:30:39.877761+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: cluster 2024-03-24T11:30:39.877873+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.137566+0000 mon.smithi203 (mon.0) 571 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.137709+0000 mon.smithi203 (mon.0) 572 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: cluster 2024-03-24T11:30:41.142579+0000 mon.smithi203 (mon.0) 573 : cluster 1 osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461] boot 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: cluster 2024-03-24T11:30:41.142647+0000 mon.smithi203 (mon.0) 574 : cluster 0 osdmap e23: 8 total, 4 up, 8 in 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.143610+0000 mon.smithi203 (mon.0) 575 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.143972+0000 mon.smithi204 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.204:6816/1538648148,v1:172.21.15.204:6817/1538648148]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.144369+0000 mon.smithi203 (mon.0) 576 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.150133+0000 mon.smithi203 (mon.0) 577 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:42.211 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.150500+0000 mon.smithi203 (mon.0) 578 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:42.212 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.150827+0000 mon.smithi203 (mon.0) 579 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:42.212 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.151102+0000 mon.smithi203 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:42.212 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.151458+0000 mon.smithi203 (mon.0) 581 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-24T11:30:42.212 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:42 smithi203 bash[18672]: audit 2024-03-24T11:30:41.240076+0000 mon.smithi203 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: cluster 2024-03-24T11:30:39.877761+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: cluster 2024-03-24T11:30:39.877873+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.137566+0000 mon.smithi203 (mon.0) 571 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.137709+0000 mon.smithi203 (mon.0) 572 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: cluster 2024-03-24T11:30:41.142579+0000 mon.smithi203 (mon.0) 573 : cluster 1 osd.3 [v2:172.21.15.203:6810/1775864461,v1:172.21.15.203:6811/1775864461] boot 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: cluster 2024-03-24T11:30:41.142647+0000 mon.smithi203 (mon.0) 574 : cluster 0 osdmap e23: 8 total, 4 up, 8 in 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.143610+0000 mon.smithi203 (mon.0) 575 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.143972+0000 mon.smithi204 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.204:6816/1538648148,v1:172.21.15.204:6817/1538648148]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.144369+0000 mon.smithi203 (mon.0) 576 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.150133+0000 mon.smithi203 (mon.0) 577 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.150500+0000 mon.smithi203 (mon.0) 578 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.150827+0000 mon.smithi203 (mon.0) 579 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:42.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.151102+0000 mon.smithi203 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:42.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.151458+0000 mon.smithi203 (mon.0) 581 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-24T11:30:42.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:42 smithi204 bash[23543]: audit 2024-03-24T11:30:41.240076+0000 mon.smithi203 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:42.572 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:30:43.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: cluster 2024-03-24T11:30:41.985119+0000 mgr.smithi203.vllliu (mgr.14195) 123 : cluster 0 pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 114 MiB used, 357 GiB / 358 GiB avail 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: cluster 2024-03-24T11:30:42.144940+0000 mon.smithi203 (mon.0) 583 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.152936+0000 mon.smithi203 (mon.0) 584 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.153113+0000 mon.smithi203 (mon.0) 585 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: cluster 2024-03-24T11:30:42.159133+0000 mon.smithi203 (mon.0) 586 : cluster 0 osdmap e24: 8 total, 4 up, 8 in 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.159578+0000 mon.smithi203 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.159870+0000 mon.smithi203 (mon.0) 588 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.160137+0000 mon.smithi203 (mon.0) 589 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.160354+0000 mon.smithi203 (mon.0) 590 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.166035+0000 mon.smithi203 (mon.0) 591 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:43.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:43 smithi204 bash[23543]: audit 2024-03-24T11:30:42.572762+0000 mon.smithi203 (mon.0) 592 : audit 0 from='client.? 172.21.15.203:0/1756895676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:43.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: cluster 2024-03-24T11:30:41.985119+0000 mgr.smithi203.vllliu (mgr.14195) 123 : cluster 0 pgmap v79: 1 pgs: 1 creating+peering; 0 B data, 114 MiB used, 357 GiB / 358 GiB avail 2024-03-24T11:30:43.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: cluster 2024-03-24T11:30:42.144940+0000 mon.smithi203 (mon.0) 583 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-24T11:30:43.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.152936+0000 mon.smithi203 (mon.0) 584 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:43.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.153113+0000 mon.smithi203 (mon.0) 585 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-24T11:30:43.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: cluster 2024-03-24T11:30:42.159133+0000 mon.smithi203 (mon.0) 586 : cluster 0 osdmap e24: 8 total, 4 up, 8 in 2024-03-24T11:30:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.159578+0000 mon.smithi203 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.159870+0000 mon.smithi203 (mon.0) 588 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.160137+0000 mon.smithi203 (mon.0) 589 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.160354+0000 mon.smithi203 (mon.0) 590 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.166035+0000 mon.smithi203 (mon.0) 591 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:43.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 bash[18672]: audit 2024-03-24T11:30:42.572762+0000 mon.smithi203 (mon.0) 592 : audit 0 from='client.? 172.21.15.203:0/1756895676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:43.683 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":24,"num_osds":8,"num_up_osds":4,"osd_up_since":1711279841,"num_in_osds":8,"osd_in_since":1711279805,"num_remapped_pgs":0} 2024-03-24T11:30:43.873 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:43 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:44.135 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:30:44.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: cluster 2024-03-24T11:30:41.831868+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:44.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: cluster 2024-03-24T11:30:41.831961+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:44.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: cluster 2024-03-24T11:30:43.161258+0000 mon.smithi203 (mon.0) 593 : cluster 1 osd.4 [v2:172.21.15.204:6816/1538648148,v1:172.21.15.204:6817/1538648148] boot 2024-03-24T11:30:44.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: cluster 2024-03-24T11:30:43.161341+0000 mon.smithi203 (mon.0) 594 : cluster 0 osdmap e25: 8 total, 5 up, 8 in 2024-03-24T11:30:44.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: audit 2024-03-24T11:30:43.162008+0000 mon.smithi203 (mon.0) 595 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:44.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: audit 2024-03-24T11:30:43.162798+0000 mon.smithi203 (mon.0) 596 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:44.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: audit 2024-03-24T11:30:43.163262+0000 mon.smithi203 (mon.0) 597 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:44.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: audit 2024-03-24T11:30:43.170703+0000 mon.smithi203 (mon.0) 598 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:44.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:44 smithi204 bash[23543]: audit 2024-03-24T11:30:43.280803+0000 mon.smithi203 (mon.0) 599 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:44.467 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: cluster 2024-03-24T11:30:41.831868+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: cluster 2024-03-24T11:30:41.831961+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: cluster 2024-03-24T11:30:43.161258+0000 mon.smithi203 (mon.0) 593 : cluster 1 osd.4 [v2:172.21.15.204:6816/1538648148,v1:172.21.15.204:6817/1538648148] boot 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: cluster 2024-03-24T11:30:43.161341+0000 mon.smithi203 (mon.0) 594 : cluster 0 osdmap e25: 8 total, 5 up, 8 in 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: audit 2024-03-24T11:30:43.162008+0000 mon.smithi203 (mon.0) 595 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: audit 2024-03-24T11:30:43.162798+0000 mon.smithi203 (mon.0) 596 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: audit 2024-03-24T11:30:43.163262+0000 mon.smithi203 (mon.0) 597 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: audit 2024-03-24T11:30:43.170703+0000 mon.smithi203 (mon.0) 598 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:44.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:44 smithi203 bash[18672]: audit 2024-03-24T11:30:43.280803+0000 mon.smithi203 (mon.0) 599 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:44.685 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:30:45.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: cluster 2024-03-24T11:30:43.985611+0000 mgr.smithi203.vllliu (mgr.14195) 124 : cluster 0 pgmap v82: 1 pgs: 1 creating+peering; 0 B data, 141 MiB used, 447 GiB / 447 GiB avail 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: cluster 2024-03-24T11:30:44.183531+0000 mon.smithi203 (mon.0) 600 : cluster 0 mgrmap e19: smithi203.vllliu(active, since 2m), standbys: smithi204.wjonzw 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: audit 2024-03-24T11:30:44.187220+0000 mon.smithi203 (mon.0) 601 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: audit 2024-03-24T11:30:44.191869+0000 mon.smithi203 (mon.0) 602 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: audit 2024-03-24T11:30:44.232275+0000 mon.smithi203 (mon.0) 603 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: cluster 2024-03-24T11:30:44.276329+0000 mon.smithi203 (mon.0) 604 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: cluster 2024-03-24T11:30:44.276354+0000 mon.smithi203 (mon.0) 605 : cluster 1 Cluster is now healthy 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: cluster 2024-03-24T11:30:44.286181+0000 mon.smithi203 (mon.0) 606 : cluster 0 osdmap e26: 8 total, 5 up, 8 in 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: audit 2024-03-24T11:30:44.286339+0000 mon.smithi203 (mon.0) 607 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: audit 2024-03-24T11:30:44.286589+0000 mon.smithi203 (mon.0) 608 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: audit 2024-03-24T11:30:44.286732+0000 mon.smithi203 (mon.0) 609 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:45.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:45 smithi204 bash[23543]: audit 2024-03-24T11:30:45.167688+0000 mon.smithi203 (mon.0) 610 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:45.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: cluster 2024-03-24T11:30:43.985611+0000 mgr.smithi203.vllliu (mgr.14195) 124 : cluster 0 pgmap v82: 1 pgs: 1 creating+peering; 0 B data, 141 MiB used, 447 GiB / 447 GiB avail 2024-03-24T11:30:45.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: cluster 2024-03-24T11:30:44.183531+0000 mon.smithi203 (mon.0) 600 : cluster 0 mgrmap e19: smithi203.vllliu(active, since 2m), standbys: smithi204.wjonzw 2024-03-24T11:30:45.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: audit 2024-03-24T11:30:44.187220+0000 mon.smithi203 (mon.0) 601 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:45.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: audit 2024-03-24T11:30:44.191869+0000 mon.smithi203 (mon.0) 602 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: audit 2024-03-24T11:30:44.232275+0000 mon.smithi203 (mon.0) 603 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: cluster 2024-03-24T11:30:44.276329+0000 mon.smithi203 (mon.0) 604 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: cluster 2024-03-24T11:30:44.276354+0000 mon.smithi203 (mon.0) 605 : cluster 1 Cluster is now healthy 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: cluster 2024-03-24T11:30:44.286181+0000 mon.smithi203 (mon.0) 606 : cluster 0 osdmap e26: 8 total, 5 up, 8 in 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: audit 2024-03-24T11:30:44.286339+0000 mon.smithi203 (mon.0) 607 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: audit 2024-03-24T11:30:44.286589+0000 mon.smithi203 (mon.0) 608 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: audit 2024-03-24T11:30:44.286732+0000 mon.smithi203 (mon.0) 609 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:45.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:45 smithi203 bash[18672]: audit 2024-03-24T11:30:45.167688+0000 mon.smithi203 (mon.0) 610 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:46.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:46 smithi204 bash[23543]: audit 2024-03-24T11:30:45.224484+0000 mon.smithi204 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.204:6824/2397661128,v1:172.21.15.204:6825/2397661128]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-24T11:30:46.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:46 smithi204 bash[23543]: audit 2024-03-24T11:30:45.225002+0000 mon.smithi203 (mon.0) 611 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-24T11:30:46.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:46 smithi204 bash[23543]: audit 2024-03-24T11:30:46.089645+0000 mon.smithi203 (mon.0) 612 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:46.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:46 smithi204 bash[23543]: audit 2024-03-24T11:30:46.137235+0000 mon.smithi203 (mon.0) 613 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-24T11:30:46.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:46 smithi203 bash[18672]: audit 2024-03-24T11:30:45.224484+0000 mon.smithi204 (mon.1) 16 : audit 1 from='osd.6 [v2:172.21.15.204:6824/2397661128,v1:172.21.15.204:6825/2397661128]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-24T11:30:46.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:46 smithi203 bash[18672]: audit 2024-03-24T11:30:45.225002+0000 mon.smithi203 (mon.0) 611 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-03-24T11:30:46.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:46 smithi203 bash[18672]: audit 2024-03-24T11:30:46.089645+0000 mon.smithi203 (mon.0) 612 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:46.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:46 smithi203 bash[18672]: audit 2024-03-24T11:30:46.137235+0000 mon.smithi203 (mon.0) 613 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-03-24T11:30:48.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: cluster 2024-03-24T11:30:45.985970+0000 mgr.smithi203.vllliu (mgr.14195) 125 : cluster 0 pgmap v84: 1 pgs: 1 creating+peering; 0 B data, 142 MiB used, 447 GiB / 447 GiB avail 2024-03-24T11:30:48.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.182659+0000 mon.smithi203 (mon.0) 614 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-24T11:30:48.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.182747+0000 mon.smithi203 (mon.0) 615 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-24T11:30:48.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: cluster 2024-03-24T11:30:46.184755+0000 mon.smithi203 (mon.0) 616 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2024-03-24T11:30:48.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.184998+0000 mon.smithi203 (mon.0) 617 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:48.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.185206+0000 mon.smithi203 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:48.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.185355+0000 mon.smithi203 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:48.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.185481+0000 mon.smithi203 (mon.0) 620 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:48.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.188250+0000 mon.smithi204 (mon.1) 17 : audit 1 from='osd.6 [v2:172.21.15.204:6824/2397661128,v1:172.21.15.204:6825/2397661128]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:48.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:46.188816+0000 mon.smithi203 (mon.0) 621 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:48.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:47.042920+0000 mon.smithi203 (mon.0) 622 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:48.269 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:47 smithi203 bash[18672]: audit 2024-03-24T11:30:47.048236+0000 mon.smithi203 (mon.0) 623 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:30:48.300 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: cluster 2024-03-24T11:30:45.985970+0000 mgr.smithi203.vllliu (mgr.14195) 125 : cluster 0 pgmap v84: 1 pgs: 1 creating+peering; 0 B data, 142 MiB used, 447 GiB / 447 GiB avail 2024-03-24T11:30:48.300 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.182659+0000 mon.smithi203 (mon.0) 614 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-03-24T11:30:48.300 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.182747+0000 mon.smithi203 (mon.0) 615 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-03-24T11:30:48.300 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: cluster 2024-03-24T11:30:46.184755+0000 mon.smithi203 (mon.0) 616 : cluster 0 osdmap e27: 8 total, 5 up, 8 in 2024-03-24T11:30:48.300 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.184998+0000 mon.smithi203 (mon.0) 617 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:48.300 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.185206+0000 mon.smithi203 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:48.300 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.185355+0000 mon.smithi203 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:48.301 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.185481+0000 mon.smithi203 (mon.0) 620 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:48.301 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.188250+0000 mon.smithi204 (mon.1) 17 : audit 1 from='osd.6 [v2:172.21.15.204:6824/2397661128,v1:172.21.15.204:6825/2397661128]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:48.301 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:46.188816+0000 mon.smithi203 (mon.0) 621 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]: dispatch 2024-03-24T11:30:48.301 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:47.042920+0000 mon.smithi203 (mon.0) 622 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:48.301 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:47 smithi204 bash[23543]: audit 2024-03-24T11:30:47.048236+0000 mon.smithi203 (mon.0) 623 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:30:49.181 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:30:49.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.939182+0000 mon.smithi203 (mon.0) 624 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.940953+0000 mon.smithi203 (mon.0) 625 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.941105+0000 mon.smithi203 (mon.0) 626 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.942362+0000 mon.smithi203 (mon.0) 627 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.942556+0000 mon.smithi203 (mon.0) 628 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: cluster 2024-03-24T11:30:47.946240+0000 mon.smithi203 (mon.0) 629 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.947249+0000 mon.smithi203 (mon.0) 630 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.947482+0000 mon.smithi203 (mon.0) 631 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.947687+0000 mon.smithi203 (mon.0) 632 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.958306+0000 mon.smithi203 (mon.0) 633 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.959664+0000 mon.smithi203 (mon.0) 634 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.959953+0000 mon.smithi203 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:49.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:47.966322+0000 mon.smithi203 (mon.0) 636 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:49.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:48.148984+0000 mon.smithi203 (mon.0) 637 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:49.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:48.194824+0000 mon.smithi203 (mon.0) 638 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:30:49.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:49 smithi204 bash[23543]: audit 2024-03-24T11:30:48.195235+0000 mon.smithi203 (mon.0) 639 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:30:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.939182+0000 mon.smithi203 (mon.0) 624 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:30:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.940953+0000 mon.smithi203 (mon.0) 625 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:30:49.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.941105+0000 mon.smithi203 (mon.0) 626 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.942362+0000 mon.smithi203 (mon.0) 627 : audit 1 from='osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.942556+0000 mon.smithi203 (mon.0) 628 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi204", "root=default"]}]': finished 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: cluster 2024-03-24T11:30:47.946240+0000 mon.smithi203 (mon.0) 629 : cluster 0 osdmap e28: 8 total, 5 up, 8 in 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.947249+0000 mon.smithi203 (mon.0) 630 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.947482+0000 mon.smithi203 (mon.0) 631 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.947687+0000 mon.smithi203 (mon.0) 632 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.958306+0000 mon.smithi203 (mon.0) 633 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.959664+0000 mon.smithi203 (mon.0) 634 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.959953+0000 mon.smithi203 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:47.966322+0000 mon.smithi203 (mon.0) 636 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:48.148984+0000 mon.smithi203 (mon.0) 637 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:48.194824+0000 mon.smithi203 (mon.0) 638 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi203"}]: dispatch 2024-03-24T11:30:49.519 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:49 smithi203 bash[18672]: audit 2024-03-24T11:30:48.195235+0000 mon.smithi203 (mon.0) 639 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "mon metadata", "id": "smithi204"}]: dispatch 2024-03-24T11:30:50.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: cluster 2024-03-24T11:30:46.259234+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: cluster 2024-03-24T11:30:46.259295+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: cluster 2024-03-24T11:30:47.139438+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: cluster 2024-03-24T11:30:47.139526+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: cluster 2024-03-24T11:30:47.986280+0000 mgr.smithi203.vllliu (mgr.14195) 126 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:48.194102+0000 mon.smithi204 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:48.952059+0000 mon.smithi203 (mon.0) 640 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:48.958716+0000 mon.smithi203 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:49.100436+0000 mon.smithi204 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: cluster 2024-03-24T11:30:49.123386+0000 mon.smithi203 (mon.0) 642 : cluster 1 osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969] boot 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: cluster 2024-03-24T11:30:49.123506+0000 mon.smithi203 (mon.0) 643 : cluster 0 osdmap e29: 8 total, 6 up, 8 in 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:49.125367+0000 mon.smithi203 (mon.0) 644 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:49.126403+0000 mon.smithi203 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:50.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:49.128137+0000 mon.smithi203 (mon.0) 646 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:50.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:49.135683+0000 mon.smithi203 (mon.0) 647 : audit 1 from='osd.6 ' entity='osd.6' 2024-03-24T11:30:50.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:49.144672+0000 mon.smithi203 (mon.0) 648 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:50.447 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:50 smithi204 bash[23543]: audit 2024-03-24T11:30:49.959029+0000 mon.smithi203 (mon.0) 649 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:50.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: cluster 2024-03-24T11:30:46.259234+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:50.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: cluster 2024-03-24T11:30:46.259295+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:50.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: cluster 2024-03-24T11:30:47.139438+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:50.468 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: cluster 2024-03-24T11:30:47.139526+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: cluster 2024-03-24T11:30:47.986280+0000 mgr.smithi203.vllliu (mgr.14195) 126 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:48.194102+0000 mon.smithi204 (mon.1) 18 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:48.952059+0000 mon.smithi203 (mon.0) 640 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:48.958716+0000 mon.smithi203 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:49.100436+0000 mon.smithi204 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: cluster 2024-03-24T11:30:49.123386+0000 mon.smithi203 (mon.0) 642 : cluster 1 osd.5 [v2:172.21.15.203:6818/193824969,v1:172.21.15.203:6819/193824969] boot 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: cluster 2024-03-24T11:30:49.123506+0000 mon.smithi203 (mon.0) 643 : cluster 0 osdmap e29: 8 total, 6 up, 8 in 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:49.125367+0000 mon.smithi203 (mon.0) 644 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:49.126403+0000 mon.smithi203 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:49.128137+0000 mon.smithi203 (mon.0) 646 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:49.135683+0000 mon.smithi203 (mon.0) 647 : audit 1 from='osd.6 ' entity='osd.6' 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:49.144672+0000 mon.smithi203 (mon.0) 648 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:50.469 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:50 smithi203 bash[18672]: audit 2024-03-24T11:30:49.959029+0000 mon.smithi203 (mon.0) 649 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:51.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:51 smithi204 bash[23543]: cluster 2024-03-24T11:30:49.986825+0000 mgr.smithi203.vllliu (mgr.14195) 127 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-03-24T11:30:51.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:51 smithi204 bash[23543]: cluster 2024-03-24T11:30:50.153706+0000 mon.smithi203 (mon.0) 650 : cluster 1 osd.6 [v2:172.21.15.204:6824/2397661128,v1:172.21.15.204:6825/2397661128] boot 2024-03-24T11:30:51.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:51 smithi204 bash[23543]: cluster 2024-03-24T11:30:50.153772+0000 mon.smithi203 (mon.0) 651 : cluster 0 osdmap e30: 8 total, 7 up, 8 in 2024-03-24T11:30:51.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:51 smithi204 bash[23543]: audit 2024-03-24T11:30:50.154035+0000 mon.smithi203 (mon.0) 652 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:51.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:51 smithi204 bash[23543]: audit 2024-03-24T11:30:50.154998+0000 mon.smithi203 (mon.0) 653 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:51.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:51 smithi203 bash[18672]: cluster 2024-03-24T11:30:49.986825+0000 mgr.smithi203.vllliu (mgr.14195) 127 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail 2024-03-24T11:30:51.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:51 smithi203 bash[18672]: cluster 2024-03-24T11:30:50.153706+0000 mon.smithi203 (mon.0) 650 : cluster 1 osd.6 [v2:172.21.15.204:6824/2397661128,v1:172.21.15.204:6825/2397661128] boot 2024-03-24T11:30:51.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:51 smithi203 bash[18672]: cluster 2024-03-24T11:30:50.153772+0000 mon.smithi203 (mon.0) 651 : cluster 0 osdmap e30: 8 total, 7 up, 8 in 2024-03-24T11:30:51.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:51 smithi203 bash[18672]: audit 2024-03-24T11:30:50.154035+0000 mon.smithi203 (mon.0) 652 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-03-24T11:30:51.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:51 smithi203 bash[18672]: audit 2024-03-24T11:30:50.154998+0000 mon.smithi203 (mon.0) 653 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:52.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:52 smithi204 bash[23543]: cluster 2024-03-24T11:30:51.163217+0000 mon.smithi203 (mon.0) 654 : cluster 0 osdmap e31: 8 total, 7 up, 8 in 2024-03-24T11:30:52.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:52 smithi204 bash[23543]: audit 2024-03-24T11:30:51.163444+0000 mon.smithi203 (mon.0) 655 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:52.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:52 smithi204 bash[23543]: audit 2024-03-24T11:30:51.633811+0000 mon.smithi203 (mon.0) 656 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-24T11:30:52.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:52 smithi203 bash[18672]: cluster 2024-03-24T11:30:51.163217+0000 mon.smithi203 (mon.0) 654 : cluster 0 osdmap e31: 8 total, 7 up, 8 in 2024-03-24T11:30:52.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:52 smithi203 bash[18672]: audit 2024-03-24T11:30:51.163444+0000 mon.smithi203 (mon.0) 655 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:52.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:52 smithi203 bash[18672]: audit 2024-03-24T11:30:51.633811+0000 mon.smithi203 (mon.0) 656 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-03-24T11:30:53.218 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:30:53.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:53 smithi204 bash[23543]: cluster 2024-03-24T11:30:51.987465+0000 mgr.smithi203.vllliu (mgr.14195) 128 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail; 8.9 KiB/s rd, 452 KiB/s wr, 29 op/s 2024-03-24T11:30:53.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:53 smithi204 bash[23543]: audit 2024-03-24T11:30:52.161080+0000 mon.smithi203 (mon.0) 657 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-24T11:30:53.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:53 smithi204 bash[23543]: cluster 2024-03-24T11:30:52.166019+0000 mon.smithi203 (mon.0) 658 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2024-03-24T11:30:53.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:53 smithi204 bash[23543]: audit 2024-03-24T11:30:52.167120+0000 mon.smithi203 (mon.0) 659 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:53.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:53 smithi204 bash[23543]: audit 2024-03-24T11:30:52.167857+0000 mon.smithi203 (mon.0) 660 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:53.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:53 smithi204 bash[23543]: audit 2024-03-24T11:30:53.163411+0000 mon.smithi203 (mon.0) 661 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:53.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:53 smithi204 bash[23543]: cluster 2024-03-24T11:30:53.168239+0000 mon.smithi203 (mon.0) 662 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2024-03-24T11:30:53.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:53 smithi203 bash[18672]: cluster 2024-03-24T11:30:51.987465+0000 mgr.smithi203.vllliu (mgr.14195) 128 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail; 8.9 KiB/s rd, 452 KiB/s wr, 29 op/s 2024-03-24T11:30:53.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:53 smithi203 bash[18672]: audit 2024-03-24T11:30:52.161080+0000 mon.smithi203 (mon.0) 657 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-03-24T11:30:53.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:53 smithi203 bash[18672]: cluster 2024-03-24T11:30:52.166019+0000 mon.smithi203 (mon.0) 658 : cluster 0 osdmap e32: 8 total, 7 up, 8 in 2024-03-24T11:30:53.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:53 smithi203 bash[18672]: audit 2024-03-24T11:30:52.167120+0000 mon.smithi203 (mon.0) 659 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]: dispatch 2024-03-24T11:30:53.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:53 smithi203 bash[18672]: audit 2024-03-24T11:30:52.167857+0000 mon.smithi203 (mon.0) 660 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:53.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:53 smithi203 bash[18672]: audit 2024-03-24T11:30:53.163411+0000 mon.smithi203 (mon.0) 661 : audit 1 from='osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi203", "root=default"]}]': finished 2024-03-24T11:30:53.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:53 smithi203 bash[18672]: cluster 2024-03-24T11:30:53.168239+0000 mon.smithi203 (mon.0) 662 : cluster 0 osdmap e33: 8 total, 7 up, 8 in 2024-03-24T11:30:54.062 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":33,"num_osds":8,"num_up_osds":7,"osd_up_since":1711279850,"num_in_osds":8,"osd_in_since":1711279805,"num_remapped_pgs":0} 2024-03-24T11:30:54.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:54 smithi203 bash[18672]: audit 2024-03-24T11:30:53.168988+0000 mon.smithi203 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:54.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:54 smithi203 bash[18672]: audit 2024-03-24T11:30:53.178082+0000 mon.smithi203 (mon.0) 664 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:54.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:54 smithi203 bash[18672]: audit 2024-03-24T11:30:53.219191+0000 mon.smithi203 (mon.0) 665 : audit 0 from='client.? 172.21.15.203:0/3126792427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:54.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:54 smithi203 bash[18672]: cluster 2024-03-24T11:30:53.541907+0000 mon.smithi203 (mon.0) 666 : cluster 1 osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710] boot 2024-03-24T11:30:54.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:54 smithi203 bash[18672]: cluster 2024-03-24T11:30:53.542002+0000 mon.smithi203 (mon.0) 667 : cluster 0 osdmap e34: 8 total, 8 up, 8 in 2024-03-24T11:30:54.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:54 smithi203 bash[18672]: audit 2024-03-24T11:30:53.542157+0000 mon.smithi203 (mon.0) 668 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:54.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:54 smithi204 bash[23543]: audit 2024-03-24T11:30:53.168988+0000 mon.smithi203 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:54.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:54 smithi204 bash[23543]: audit 2024-03-24T11:30:53.178082+0000 mon.smithi203 (mon.0) 664 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:54.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:54 smithi204 bash[23543]: audit 2024-03-24T11:30:53.219191+0000 mon.smithi203 (mon.0) 665 : audit 0 from='client.? 172.21.15.203:0/3126792427' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:30:54.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:54 smithi204 bash[23543]: cluster 2024-03-24T11:30:53.541907+0000 mon.smithi203 (mon.0) 666 : cluster 1 osd.7 [v2:172.21.15.203:6826/4026021710,v1:172.21.15.203:6827/4026021710] boot 2024-03-24T11:30:54.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:54 smithi204 bash[23543]: cluster 2024-03-24T11:30:53.542002+0000 mon.smithi203 (mon.0) 667 : cluster 0 osdmap e34: 8 total, 8 up, 8 in 2024-03-24T11:30:54.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:54 smithi204 bash[23543]: audit 2024-03-24T11:30:53.542157+0000 mon.smithi203 (mon.0) 668 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-03-24T11:30:55.063 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-24T11:30:55.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:55 smithi203 bash[18672]: cluster 2024-03-24T11:30:52.631844+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:55.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:55 smithi203 bash[18672]: cluster 2024-03-24T11:30:52.632016+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:55.769 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:55 smithi203 bash[18672]: cluster 2024-03-24T11:30:53.988029+0000 mgr.smithi203.vllliu (mgr.14195) 129 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail; 9.4 KiB/s rd, 476 KiB/s wr, 31 op/s 2024-03-24T11:30:55.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:55 smithi203 bash[18672]: audit 2024-03-24T11:30:54.467632+0000 mon.smithi203 (mon.0) 669 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:55.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:55 smithi203 bash[18672]: audit 2024-03-24T11:30:54.479296+0000 mon.smithi203 (mon.0) 670 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:55.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:55 smithi203 bash[18672]: cluster 2024-03-24T11:30:54.554626+0000 mon.smithi203 (mon.0) 671 : cluster 0 osdmap e35: 8 total, 8 up, 8 in 2024-03-24T11:30:55.770 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:55 smithi203 bash[18672]: audit 2024-03-24T11:30:54.591842+0000 mon.smithi203 (mon.0) 672 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:55.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:55 smithi204 bash[23543]: cluster 2024-03-24T11:30:52.631844+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2024-03-24T11:30:55.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:55 smithi204 bash[23543]: cluster 2024-03-24T11:30:52.632016+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2024-03-24T11:30:55.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:55 smithi204 bash[23543]: cluster 2024-03-24T11:30:53.988029+0000 mgr.smithi203.vllliu (mgr.14195) 129 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail; 9.4 KiB/s rd, 476 KiB/s wr, 31 op/s 2024-03-24T11:30:55.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:55 smithi204 bash[23543]: audit 2024-03-24T11:30:54.467632+0000 mon.smithi203 (mon.0) 669 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:55.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:55 smithi204 bash[23543]: audit 2024-03-24T11:30:54.479296+0000 mon.smithi203 (mon.0) 670 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:30:55.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:55 smithi204 bash[23543]: cluster 2024-03-24T11:30:54.554626+0000 mon.smithi203 (mon.0) 671 : cluster 0 osdmap e35: 8 total, 8 up, 8 in 2024-03-24T11:30:55.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:55 smithi204 bash[23543]: audit 2024-03-24T11:30:54.591842+0000 mon.smithi203 (mon.0) 672 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:30:56.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:56 smithi204 bash[23543]: cluster 2024-03-24T11:30:55.556748+0000 mon.smithi203 (mon.0) 673 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2024-03-24T11:30:56.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:56 smithi204 bash[23543]: audit 2024-03-24T11:30:56.240605+0000 mon.smithi203 (mon.0) 674 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:57.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:56 smithi203 bash[18672]: cluster 2024-03-24T11:30:55.556748+0000 mon.smithi203 (mon.0) 673 : cluster 0 osdmap e36: 8 total, 8 up, 8 in 2024-03-24T11:30:57.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:56 smithi203 bash[18672]: audit 2024-03-24T11:30:56.240605+0000 mon.smithi203 (mon.0) 674 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:30:57.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:57 smithi204 bash[23543]: cluster 2024-03-24T11:30:55.988569+0000 mgr.smithi203.vllliu (mgr.14195) 130 : cluster 0 pgmap v99: 1 pgs: 1 remapped; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:30:57.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:57 smithi204 bash[23543]: cluster 2024-03-24T11:30:56.566785+0000 mon.smithi203 (mon.0) 675 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2024-03-24T11:30:58.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:57 smithi203 bash[18672]: cluster 2024-03-24T11:30:55.988569+0000 mgr.smithi203.vllliu (mgr.14195) 130 : cluster 0 pgmap v99: 1 pgs: 1 remapped; 577 KiB data, 229 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:30:58.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:57 smithi203 bash[18672]: cluster 2024-03-24T11:30:56.566785+0000 mon.smithi203 (mon.0) 675 : cluster 0 osdmap e37: 8 total, 8 up, 8 in 2024-03-24T11:30:58.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:58 smithi204 bash[23543]: cluster 2024-03-24T11:30:57.567984+0000 mon.smithi203 (mon.0) 676 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2024-03-24T11:30:59.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:58 smithi203 bash[18672]: cluster 2024-03-24T11:30:57.567984+0000 mon.smithi203 (mon.0) 676 : cluster 0 osdmap e38: 8 total, 8 up, 8 in 2024-03-24T11:30:59.654 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:30:59.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:30:59 smithi204 bash[23543]: cluster 2024-03-24T11:30:57.989166+0000 mgr.smithi203.vllliu (mgr.14195) 131 : cluster 0 pgmap v102: 1 pgs: 1 remapped; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:00.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:30:59 smithi203 bash[18672]: cluster 2024-03-24T11:30:57.989166+0000 mgr.smithi203.vllliu (mgr.14195) 131 : cluster 0 pgmap v102: 1 pgs: 1 remapped; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:01.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:01 smithi204 bash[23543]: cluster 2024-03-24T11:30:59.989588+0000 mgr.smithi203.vllliu (mgr.14195) 132 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-03-24T11:31:01.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:01 smithi204 bash[23543]: audit 2024-03-24T11:31:00.131639+0000 mon.smithi203 (mon.0) 677 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:01.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:01 smithi204 bash[23543]: audit 2024-03-24T11:31:00.137014+0000 mon.smithi203 (mon.0) 678 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:01 smithi204 bash[23543]: audit 2024-03-24T11:31:00.689722+0000 mon.smithi203 (mon.0) 679 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:01.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:01 smithi204 bash[23543]: audit 2024-03-24T11:31:00.695456+0000 mon.smithi203 (mon.0) 680 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:01.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:01 smithi203 bash[18672]: cluster 2024-03-24T11:30:59.989588+0000 mgr.smithi203.vllliu (mgr.14195) 132 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s, 0 objects/s recovering 2024-03-24T11:31:01.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:01 smithi203 bash[18672]: audit 2024-03-24T11:31:00.131639+0000 mon.smithi203 (mon.0) 677 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:01.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:01 smithi203 bash[18672]: audit 2024-03-24T11:31:00.137014+0000 mon.smithi203 (mon.0) 678 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:01.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:01 smithi203 bash[18672]: audit 2024-03-24T11:31:00.689722+0000 mon.smithi203 (mon.0) 679 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:01.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:01 smithi203 bash[18672]: audit 2024-03-24T11:31:00.695456+0000 mon.smithi203 (mon.0) 680 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:02.286 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:31:02.846 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":38,"num_osds":8,"num_up_osds":8,"osd_up_since":1711279853,"num_in_osds":8,"osd_in_since":1711279805,"num_remapped_pgs":0} 2024-03-24T11:31:02.846 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-24T11:31:03.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:03 smithi204 bash[23543]: cluster 2024-03-24T11:31:01.989956+0000 mgr.smithi203.vllliu (mgr.14195) 133 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-03-24T11:31:03.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:03 smithi204 bash[23543]: audit 2024-03-24T11:31:02.287285+0000 mon.smithi203 (mon.0) 681 : audit 0 from='client.? 172.21.15.203:0/3758959694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:31:03.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:03 smithi203 bash[18672]: cluster 2024-03-24T11:31:01.989956+0000 mgr.smithi203.vllliu (mgr.14195) 133 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 90 KiB/s, 0 objects/s recovering 2024-03-24T11:31:03.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:03 smithi203 bash[18672]: audit 2024-03-24T11:31:02.287285+0000 mon.smithi203 (mon.0) 681 : audit 0 from='client.? 172.21.15.203:0/3758959694' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-24T11:31:05.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:05 smithi204 bash[23543]: cluster 2024-03-24T11:31:03.990530+0000 mgr.smithi203.vllliu (mgr.14195) 134 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-24T11:31:05.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:05 smithi203 bash[18672]: cluster 2024-03-24T11:31:03.990530+0000 mgr.smithi203.vllliu (mgr.14195) 134 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-03-24T11:31:07.200 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:07 smithi203 bash[18672]: cluster 2024-03-24T11:31:05.991164+0000 mgr.smithi203.vllliu (mgr.14195) 135 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-24T11:31:07.409 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:31:07.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:07 smithi204 bash[23543]: cluster 2024-03-24T11:31:05.991164+0000 mgr.smithi203.vllliu (mgr.14195) 135 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-03-24T11:31:09.396 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:09 smithi203 bash[18672]: cluster 2024-03-24T11:31:07.991752+0000 mgr.smithi203.vllliu (mgr.14195) 136 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-03-24T11:31:09.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:09 smithi204 bash[23543]: cluster 2024-03-24T11:31:07.991752+0000 mgr.smithi203.vllliu (mgr.14195) 136 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-03-24T11:31:10.919 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:31:10.920 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":38,"fsid":"0c0c3d22-e9d1-11ee-95cd-87774f69a715","created":"2024-03-24T11:25:43.001107+0000","modified":"2024-03-24T11:30:57.560291+0000","last_up_change":"2024-03-24T11:30:53.536436+0000","last_in_change":"2024-03-24T11:30:05.809571+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-24T11:30:40.734114+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6801","nonce":3028360692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6803","nonce":3028360692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6807","nonce":3028360692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6805","nonce":3028360692}]},"public_addr":"172.21.15.204:6801/3028360692","cluster_addr":"172.21.15.204:6803/3028360692","heartbeat_back_addr":"172.21.15.204:6807/3028360692","heartbeat_front_addr":"172.21.15.204:6805/3028360692","state":["exists","up"]},{"osd":1,"uuid":"c8e1ddda-5ce7-4d27-a612-1f9332561530","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6803","nonce":3320813955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6805","nonce":3320813955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6808","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6809","nonce":3320813955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6807","nonce":3320813955}]},"public_addr":"172.21.15.203:6803/3320813955","cluster_addr":"172.21.15.203:6805/3320813955","heartbeat_back_addr":"172.21.15.203:6809/3320813955","heartbeat_front_addr":"172.21.15.203:6807/3320813955","state":["exists","up"]},{"osd":2,"uuid":"c55d46ae-9373-4888-96ca-78bc324a3d9e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6809","nonce":4147483323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6811","nonce":4147483323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6815","nonce":4147483323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6813","nonce":4147483323}]},"public_addr":"172.21.15.204:6809/4147483323","cluster_addr":"172.21.15.204:6811/4147483323","heartbeat_back_addr":"172.21.15.204:6815/4147483323","heartbeat_front_addr":"172.21.15.204:6813/4147483323","state":["exists","up"]},{"osd":3,"uuid":"ae958e40-ffe1-4d77-a191-f89b61f2ee6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6811","nonce":1775864461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6813","nonce":1775864461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6817","nonce":1775864461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6815","nonce":1775864461}]},"public_addr":"172.21.15.203:6811/1775864461","cluster_addr":"172.21.15.203:6813/1775864461","heartbeat_back_addr":"172.21.15.203:6817/1775864461","heartbeat_front_addr":"172.21.15.203:6815/1775864461","state":["exists","up"]},{"osd":4,"uuid":"41d07c71-e91c-4c51-bba1-93f5d221d98b","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.204:6816","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6817","nonce":1538648148}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6819","nonce":1538648148}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6823","nonce":1538648148}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6821","nonce":1538648148}]},"public_addr":"172.21.15.204:6817/1538648148","cluster_addr":"172.21.15.204:6819/1538648148","heartbeat_back_addr":"172.21.15.204:6823/1538648148","heartbeat_front_addr":"172.21.15.204:6821/1538648148","state":["exists","up"]},{"osd":5,"uuid":"4aff8c31-f655-4ec0-b100-054038f3b42c","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.203:6818","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6819","nonce":193824969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6821","nonce":193824969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6825","nonce":193824969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6823","nonce":193824969}]},"public_addr":"172.21.15.203:6819/193824969","cluster_addr":"172.21.15.203:6821/193824969","heartbeat_back_addr":"172.21.15.203:6825/193824969","heartbeat_front_addr":"172.21.15.203:6823/193824969","state":["exists","up"]},{"osd":6,"uuid":"8a3787de-52f8-4e4d-ac9b-836b8842521f","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.204:6824","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6825","nonce":2397661128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6827","nonce":2397661128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6831","nonce":2397661128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6829","nonce":2397661128}]},"public_addr":"172.21.15.204:6825/2397661128","cluster_addr":"172.21.15.204:6827/2397661128","heartbeat_back_addr":"172.21.15.204:6831/2397661128","heartbeat_front_addr":"172.21.15.204:6829/2397661128","state":["exists","up"]},{"osd":7,"uuid":"2024972b-0bed-4b22-ba0b-ab038b26896f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6827","nonce":4026021710}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6829","nonce":4026021710}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6832","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6833","nonce":4026021710}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6831","nonce":4026021710}]},"public_addr":"172.21.15.203:6827/4026021710","cluster_addr":"172.21.15.203:6829/4026021710","heartbeat_back_addr":"172.21.15.203:6833/4026021710","heartbeat_front_addr":"172.21.15.203:6831/4026021710","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:31.671407+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:34.166205+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:36.671969+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:39.877882+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:41.831965+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:47.139530+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:46.259299+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:52.632022+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.203:6800/3214679619":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/1609332496":"2024-03-25T11:28:26.153585+0000","172.21.15.203:6800/2683707251":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/2559413301":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/783570776":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/1223370287":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/631718147":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/2166908277":"2024-03-25T11:28:26.153585+0000","172.21.15.203:6800/4133632401":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/1912296387":"2024-03-25T11:27:00.461977+0000","172.21.15.203:6801/2683707251":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/963435067":"2024-03-25T11:27:00.461977+0000","172.21.15.203:6801/4133632401":"2024-03-25T11:26:14.366142+0000","172.21.15.203:6801/3214679619":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/3337305034":"2024-03-25T11:26:14.366142+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-24T11:31:11.669 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-24T11:30:40.734114+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '25', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-24T11:31:11.670 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-24T11:31:11.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: cluster 2024-03-24T11:31:09.992393+0000 mgr.smithi203.vllliu (mgr.14195) 137 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: cephadm 2024-03-24T11:31:10.595950+0000 mgr.smithi203.vllliu (mgr.14195) 138 : cephadm 1 Detected new or changed devices on smithi204 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.602642+0000 mon.smithi203 (mon.0) 682 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.611103+0000 mon.smithi203 (mon.0) 683 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.613314+0000 mon.smithi203 (mon.0) 684 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.614310+0000 mon.smithi203 (mon.0) 685 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.615181+0000 mon.smithi203 (mon.0) 686 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.616050+0000 mon.smithi203 (mon.0) 687 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: cephadm 2024-03-24T11:31:10.616774+0000 mgr.smithi203.vllliu (mgr.14195) 139 : cephadm 1 Adjusting osd_memory_target on smithi204 to 3772M 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.623925+0000 mon.smithi203 (mon.0) 688 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:10.920127+0000 mon.smithi203 (mon.0) 689 : audit 0 from='client.? 172.21.15.203:0/1545453715' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:31:11.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:11 smithi204 bash[23543]: audit 2024-03-24T11:31:11.240077+0000 mon.smithi203 (mon.0) 690 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:12.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: cluster 2024-03-24T11:31:09.992393+0000 mgr.smithi203.vllliu (mgr.14195) 137 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-03-24T11:31:12.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: cephadm 2024-03-24T11:31:10.595950+0000 mgr.smithi203.vllliu (mgr.14195) 138 : cephadm 1 Detected new or changed devices on smithi204 2024-03-24T11:31:12.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.602642+0000 mon.smithi203 (mon.0) 682 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:12.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.611103+0000 mon.smithi203 (mon.0) 683 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:12.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.613314+0000 mon.smithi203 (mon.0) 684 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:12.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.614310+0000 mon.smithi203 (mon.0) 685 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:12.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.615181+0000 mon.smithi203 (mon.0) 686 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:12.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.616050+0000 mon.smithi203 (mon.0) 687 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:12.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: cephadm 2024-03-24T11:31:10.616774+0000 mgr.smithi203.vllliu (mgr.14195) 139 : cephadm 1 Adjusting osd_memory_target on smithi204 to 3772M 2024-03-24T11:31:12.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.623925+0000 mon.smithi203 (mon.0) 688 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:12.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:10.920127+0000 mon.smithi203 (mon.0) 689 : audit 0 from='client.? 172.21.15.203:0/1545453715' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:31:12.019 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:11 smithi203 bash[18672]: audit 2024-03-24T11:31:11.240077+0000 mon.smithi203 (mon.0) 690 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:13.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: cluster 2024-03-24T11:31:11.992895+0000 mgr.smithi203.vllliu (mgr.14195) 140 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:13.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: cephadm 2024-03-24T11:31:12.255587+0000 mgr.smithi203.vllliu (mgr.14195) 141 : cephadm 1 Detected new or changed devices on smithi203 2024-03-24T11:31:13.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.267506+0000 mon.smithi203 (mon.0) 691 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.281426+0000 mon.smithi203 (mon.0) 692 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.285068+0000 mon.smithi203 (mon.0) 693 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.287094+0000 mon.smithi203 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.288858+0000 mon.smithi203 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.290609+0000 mon.smithi203 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: cephadm 2024-03-24T11:31:12.291920+0000 mgr.smithi203.vllliu (mgr.14195) 142 : cephadm 1 Adjusting osd_memory_target on smithi203 to 3004M 2024-03-24T11:31:13.268 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.299259+0000 mon.smithi203 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.303647+0000 mon.smithi203 (mon.0) 698 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.305129+0000 mon.smithi203 (mon.0) 699 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.316184+0000 mon.smithi203 (mon.0) 700 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.324026+0000 mon.smithi203 (mon.0) 701 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.332578+0000 mon.smithi203 (mon.0) 702 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.333908+0000 mon.smithi203 (mon.0) 703 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.340176+0000 mon.smithi203 (mon.0) 704 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:31:13.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:13 smithi203 bash[18672]: audit 2024-03-24T11:31:12.342170+0000 mon.smithi203 (mon.0) 705 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: cluster 2024-03-24T11:31:11.992895+0000 mgr.smithi203.vllliu (mgr.14195) 140 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: cephadm 2024-03-24T11:31:12.255587+0000 mgr.smithi203.vllliu (mgr.14195) 141 : cephadm 1 Detected new or changed devices on smithi203 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.267506+0000 mon.smithi203 (mon.0) 691 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.281426+0000 mon.smithi203 (mon.0) 692 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.285068+0000 mon.smithi203 (mon.0) 693 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.287094+0000 mon.smithi203 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.288858+0000 mon.smithi203 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.290609+0000 mon.smithi203 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: cephadm 2024-03-24T11:31:12.291920+0000 mgr.smithi203.vllliu (mgr.14195) 142 : cephadm 1 Adjusting osd_memory_target on smithi203 to 3004M 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.299259+0000 mon.smithi203 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.696 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.303647+0000 mon.smithi203 (mon.0) 698 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:13.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.305129+0000 mon.smithi203 (mon.0) 699 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:31:13.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.316184+0000 mon.smithi203 (mon.0) 700 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:13.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.324026+0000 mon.smithi203 (mon.0) 701 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:31:13.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.332578+0000 mon.smithi203 (mon.0) 702 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:31:13.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.333908+0000 mon.smithi203 (mon.0) 703 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:13.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.340176+0000 mon.smithi203 (mon.0) 704 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-24T11:31:13.697 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:13 smithi204 bash[23543]: audit 2024-03-24T11:31:12.342170+0000 mon.smithi203 (mon.0) 705 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:31:15.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:15 smithi203 bash[18672]: cluster 2024-03-24T11:31:13.993469+0000 mgr.smithi203.vllliu (mgr.14195) 143 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:15.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:15 smithi204 bash[23543]: cluster 2024-03-24T11:31:13.993469+0000 mgr.smithi203.vllliu (mgr.14195) 143 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:16.452 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:31:17.531 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:17 smithi203 bash[18672]: cluster 2024-03-24T11:31:15.994101+0000 mgr.smithi203.vllliu (mgr.14195) 144 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:17.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:17 smithi204 bash[23543]: cluster 2024-03-24T11:31:15.994101+0000 mgr.smithi203.vllliu (mgr.14195) 144 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:19.560 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:19 smithi204 bash[23543]: cluster 2024-03-24T11:31:17.994670+0000 mgr.smithi203.vllliu (mgr.14195) 145 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:19.623 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:19 smithi203 bash[18672]: cluster 2024-03-24T11:31:17.994670+0000 mgr.smithi203.vllliu (mgr.14195) 145 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:19.847 INFO:teuthology.orchestra.run.smithi203.stdout:pg_num: 1 2024-03-24T11:31:20.481 INFO:tasks.cephadm:Setting up client nodes... 2024-03-24T11:31:20.481 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-24T11:31:20.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:20 smithi204 bash[23543]: audit 2024-03-24T11:31:19.848683+0000 mon.smithi203 (mon.0) 706 : audit 0 from='client.? 172.21.15.203:0/780435909' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-24T11:31:20.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:20 smithi203 bash[18672]: audit 2024-03-24T11:31:19.848683+0000 mon.smithi203 (mon.0) 706 : audit 0 from='client.? 172.21.15.203:0/780435909' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-24T11:31:21.541 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:21 smithi203 bash[18672]: cluster 2024-03-24T11:31:19.995057+0000 mgr.smithi203.vllliu (mgr.14195) 146 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:21.556 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:21 smithi204 bash[23543]: cluster 2024-03-24T11:31:19.995057+0000 mgr.smithi203.vllliu (mgr.14195) 146 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:23.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:23 smithi203 bash[18672]: cluster 2024-03-24T11:31:21.995598+0000 mgr.smithi203.vllliu (mgr.14195) 147 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:23.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:23 smithi204 bash[23543]: cluster 2024-03-24T11:31:21.995598+0000 mgr.smithi203.vllliu (mgr.14195) 147 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:25.547 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:31:25.568 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:25 smithi203 bash[18672]: cluster 2024-03-24T11:31:23.996191+0000 mgr.smithi203.vllliu (mgr.14195) 148 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:25.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:25 smithi204 bash[23543]: cluster 2024-03-24T11:31:23.996191+0000 mgr.smithi203.vllliu (mgr.14195) 148 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:26.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:26 smithi203 bash[18672]: audit 2024-03-24T11:31:26.243392+0000 mon.smithi203 (mon.0) 707 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:26.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:26 smithi204 bash[23543]: audit 2024-03-24T11:31:26.243392+0000 mon.smithi203 (mon.0) 707 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:27 smithi204 bash[23543]: cluster 2024-03-24T11:31:25.996816+0000 mgr.smithi203.vllliu (mgr.14195) 149 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:27.821 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:27 smithi203 bash[18672]: cluster 2024-03-24T11:31:25.996816+0000 mgr.smithi203.vllliu (mgr.14195) 149 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:28.711 INFO:teuthology.orchestra.run.smithi203.stdout:[client.0] 2024-03-24T11:31:28.711 INFO:teuthology.orchestra.run.smithi203.stdout: key = AQAQDwBmkIc6KhAA5aDtQR79SSBOnfLvYmyDGw== 2024-03-24T11:31:29.693 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:29 smithi203 bash[18672]: cluster 2024-03-24T11:31:27.997213+0000 mgr.smithi203.vllliu (mgr.14195) 150 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:29.693 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:29 smithi203 bash[18672]: audit 2024-03-24T11:31:28.708150+0000 mon.smithi203 (mon.0) 708 : audit 1 from='client.? 172.21.15.203:0/1068905002' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-24T11:31:29.693 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:29 smithi203 bash[18672]: audit 2024-03-24T11:31:28.712709+0000 mon.smithi203 (mon.0) 709 : audit 1 from='client.? 172.21.15.203:0/1068905002' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-24T11:31:29.694 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:31:29.694 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-03-24T11:31:29.694 DEBUG:teuthology.orchestra.run.smithi203:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-03-24T11:31:29.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:29 smithi204 bash[23543]: cluster 2024-03-24T11:31:27.997213+0000 mgr.smithi203.vllliu (mgr.14195) 150 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:29.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:29 smithi204 bash[23543]: audit 2024-03-24T11:31:28.708150+0000 mon.smithi203 (mon.0) 708 : audit 1 from='client.? 172.21.15.203:0/1068905002' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-24T11:31:29.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:29 smithi204 bash[23543]: audit 2024-03-24T11:31:28.712709+0000 mon.smithi203 (mon.0) 709 : audit 1 from='client.? 172.21.15.203:0/1068905002' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-24T11:31:29.717 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-03-24T11:31:31.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:31 smithi204 bash[23543]: cluster 2024-03-24T11:31:29.997756+0000 mgr.smithi203.vllliu (mgr.14195) 151 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:31.767 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:31 smithi203 bash[18672]: cluster 2024-03-24T11:31:29.997756+0000 mgr.smithi203.vllliu (mgr.14195) 151 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:33.517 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:33 smithi203 bash[18672]: cluster 2024-03-24T11:31:31.998366+0000 mgr.smithi203.vllliu (mgr.14195) 152 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:33.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:33 smithi204 bash[23543]: cluster 2024-03-24T11:31:31.998366+0000 mgr.smithi203.vllliu (mgr.14195) 152 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:34.480 INFO:teuthology.orchestra.run.smithi204.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi204/config 2024-03-24T11:31:35.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:35 smithi204 bash[23543]: cluster 2024-03-24T11:31:33.998792+0000 mgr.smithi203.vllliu (mgr.14195) 153 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:35.716 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:35 smithi203 bash[18672]: cluster 2024-03-24T11:31:33.998792+0000 mgr.smithi203.vllliu (mgr.14195) 153 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:37.518 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:37 smithi203 bash[18672]: cluster 2024-03-24T11:31:35.999400+0000 mgr.smithi203.vllliu (mgr.14195) 154 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:37.536 INFO:teuthology.orchestra.run.smithi204.stdout:[client.1] 2024-03-24T11:31:37.537 INFO:teuthology.orchestra.run.smithi204.stdout: key = AQAZDwBm7OvJHxAAg54S34HObgGEXG0a1pLsag== 2024-03-24T11:31:37.583 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:37 smithi204 bash[23543]: cluster 2024-03-24T11:31:35.999400+0000 mgr.smithi203.vllliu (mgr.14195) 154 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:38.484 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:31:38.484 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-03-24T11:31:38.484 DEBUG:teuthology.orchestra.run.smithi204:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-03-24T11:31:38.508 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-24T11:31:38.508 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-24T11:31:38.508 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-24T11:31:38.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:38 smithi203 bash[18672]: audit 2024-03-24T11:31:37.531691+0000 mon.smithi204 (mon.1) 20 : audit 1 from='client.? 172.21.15.204:0/3163004337' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-24T11:31:38.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:38 smithi203 bash[18672]: audit 2024-03-24T11:31:37.533129+0000 mon.smithi203 (mon.0) 710 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-24T11:31:38.543 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:38 smithi203 bash[18672]: audit 2024-03-24T11:31:37.535826+0000 mon.smithi203 (mon.0) 711 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-24T11:31:38.690 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:38 smithi204 bash[23543]: audit 2024-03-24T11:31:37.531691+0000 mon.smithi204 (mon.1) 20 : audit 1 from='client.? 172.21.15.204:0/3163004337' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-24T11:31:38.690 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:38 smithi204 bash[23543]: audit 2024-03-24T11:31:37.533129+0000 mon.smithi203 (mon.0) 710 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-03-24T11:31:38.691 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:38 smithi204 bash[23543]: audit 2024-03-24T11:31:37.535826+0000 mon.smithi203 (mon.0) 711 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-03-24T11:31:39.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:39 smithi204 bash[23543]: cluster 2024-03-24T11:31:38.000047+0000 mgr.smithi203.vllliu (mgr.14195) 155 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:40.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:39 smithi203 bash[18672]: cluster 2024-03-24T11:31:38.000047+0000 mgr.smithi203.vllliu (mgr.14195) 155 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:41.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:40 smithi203 bash[18672]: audit 2024-03-24T11:31:39.721277+0000 mon.smithi203 (mon.0) 712 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:41.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:40 smithi203 bash[18672]: audit 2024-03-24T11:31:39.727973+0000 mon.smithi203 (mon.0) 713 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:41.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:40 smithi203 bash[18672]: audit 2024-03-24T11:31:40.198333+0000 mon.smithi203 (mon.0) 714 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:41.018 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:40 smithi203 bash[18672]: audit 2024-03-24T11:31:40.209948+0000 mon.smithi203 (mon.0) 715 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:41.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:40 smithi204 bash[23543]: audit 2024-03-24T11:31:39.721277+0000 mon.smithi203 (mon.0) 712 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:41.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:40 smithi204 bash[23543]: audit 2024-03-24T11:31:39.727973+0000 mon.smithi203 (mon.0) 713 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:41.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:40 smithi204 bash[23543]: audit 2024-03-24T11:31:40.198333+0000 mon.smithi203 (mon.0) 714 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:41.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:40 smithi204 bash[23543]: audit 2024-03-24T11:31:40.209948+0000 mon.smithi203 (mon.0) 715 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:31:42.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:41 smithi203 bash[18672]: cluster 2024-03-24T11:31:40.000633+0000 mgr.smithi203.vllliu (mgr.14195) 156 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:42.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:41 smithi203 bash[18672]: audit 2024-03-24T11:31:41.243909+0000 mon.smithi203 (mon.0) 716 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:41 smithi204 bash[23543]: cluster 2024-03-24T11:31:40.000633+0000 mgr.smithi203.vllliu (mgr.14195) 156 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:41 smithi204 bash[23543]: audit 2024-03-24T11:31:41.243909+0000 mon.smithi203 (mon.0) 716 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:43.293 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:31:44.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:43 smithi203 bash[18672]: cluster 2024-03-24T11:31:42.001299+0000 mgr.smithi203.vllliu (mgr.14195) 157 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:44.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:43 smithi204 bash[23543]: cluster 2024-03-24T11:31:42.001299+0000 mgr.smithi203.vllliu (mgr.14195) 157 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:45.830 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:31:46.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:45 smithi203 bash[18672]: cluster 2024-03-24T11:31:44.001856+0000 mgr.smithi203.vllliu (mgr.14195) 158 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:46.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:45 smithi204 bash[23543]: cluster 2024-03-24T11:31:44.001856+0000 mgr.smithi203.vllliu (mgr.14195) 158 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:46.529 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":19,"flags":0,"active_gid":14195,"active_name":"smithi203.vllliu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6800","nonce":380051847},{"type":"v1","addr":"172.21.15.203:6801","nonce":380051847}]},"active_addr":"172.21.15.203:6801/380051847","active_change":"2024-03-24T11:28:26.153819+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14211,"name":"smithi204.wjonzw","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.203:8443/","prometheus":"http://172.21.15.203:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.203:0","nonce":1703383052}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.203:0","nonce":1597061069}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.203:0","nonce":2988235633}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.203:0","nonce":919683123}]}]} 2024-03-24T11:31:46.535 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-24T11:31:46.536 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-24T11:31:46.536 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-24T11:31:47.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:46 smithi203 bash[18672]: audit 2024-03-24T11:31:45.825084+0000 mon.smithi203 (mon.0) 717 : audit 0 from='client.? 172.21.15.203:0/2611585532' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-24T11:31:47.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:46 smithi204 bash[23543]: audit 2024-03-24T11:31:45.825084+0000 mon.smithi203 (mon.0) 717 : audit 0 from='client.? 172.21.15.203:0/2611585532' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-24T11:31:48.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:47 smithi203 bash[18672]: cluster 2024-03-24T11:31:46.002450+0000 mgr.smithi203.vllliu (mgr.14195) 159 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:48.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:47 smithi204 bash[23543]: cluster 2024-03-24T11:31:46.002450+0000 mgr.smithi203.vllliu (mgr.14195) 159 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:50.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:49 smithi203 bash[18672]: cluster 2024-03-24T11:31:48.003016+0000 mgr.smithi203.vllliu (mgr.14195) 160 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:50.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:49 smithi204 bash[23543]: cluster 2024-03-24T11:31:48.003016+0000 mgr.smithi203.vllliu (mgr.14195) 160 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:51.366 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:31:52.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:51 smithi203 bash[18672]: cluster 2024-03-24T11:31:50.003640+0000 mgr.smithi203.vllliu (mgr.14195) 161 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:52.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:51 smithi204 bash[23543]: cluster 2024-03-24T11:31:50.003640+0000 mgr.smithi203.vllliu (mgr.14195) 161 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:53.986 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:31:53.987 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":38,"fsid":"0c0c3d22-e9d1-11ee-95cd-87774f69a715","created":"2024-03-24T11:25:43.001107+0000","modified":"2024-03-24T11:30:57.560291+0000","last_up_change":"2024-03-24T11:30:53.536436+0000","last_in_change":"2024-03-24T11:30:05.809571+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-24T11:30:40.734114+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6801","nonce":3028360692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6803","nonce":3028360692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6807","nonce":3028360692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6805","nonce":3028360692}]},"public_addr":"172.21.15.204:6801/3028360692","cluster_addr":"172.21.15.204:6803/3028360692","heartbeat_back_addr":"172.21.15.204:6807/3028360692","heartbeat_front_addr":"172.21.15.204:6805/3028360692","state":["exists","up"]},{"osd":1,"uuid":"c8e1ddda-5ce7-4d27-a612-1f9332561530","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6803","nonce":3320813955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6805","nonce":3320813955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6808","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6809","nonce":3320813955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6807","nonce":3320813955}]},"public_addr":"172.21.15.203:6803/3320813955","cluster_addr":"172.21.15.203:6805/3320813955","heartbeat_back_addr":"172.21.15.203:6809/3320813955","heartbeat_front_addr":"172.21.15.203:6807/3320813955","state":["exists","up"]},{"osd":2,"uuid":"c55d46ae-9373-4888-96ca-78bc324a3d9e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6809","nonce":4147483323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6811","nonce":4147483323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6815","nonce":4147483323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6813","nonce":4147483323}]},"public_addr":"172.21.15.204:6809/4147483323","cluster_addr":"172.21.15.204:6811/4147483323","heartbeat_back_addr":"172.21.15.204:6815/4147483323","heartbeat_front_addr":"172.21.15.204:6813/4147483323","state":["exists","up"]},{"osd":3,"uuid":"ae958e40-ffe1-4d77-a191-f89b61f2ee6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6811","nonce":1775864461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6813","nonce":1775864461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6817","nonce":1775864461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6815","nonce":1775864461}]},"public_addr":"172.21.15.203:6811/1775864461","cluster_addr":"172.21.15.203:6813/1775864461","heartbeat_back_addr":"172.21.15.203:6817/1775864461","heartbeat_front_addr":"172.21.15.203:6815/1775864461","state":["exists","up"]},{"osd":4,"uuid":"41d07c71-e91c-4c51-bba1-93f5d221d98b","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.204:6816","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6817","nonce":1538648148}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6819","nonce":1538648148}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6823","nonce":1538648148}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6821","nonce":1538648148}]},"public_addr":"172.21.15.204:6817/1538648148","cluster_addr":"172.21.15.204:6819/1538648148","heartbeat_back_addr":"172.21.15.204:6823/1538648148","heartbeat_front_addr":"172.21.15.204:6821/1538648148","state":["exists","up"]},{"osd":5,"uuid":"4aff8c31-f655-4ec0-b100-054038f3b42c","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.203:6818","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6819","nonce":193824969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6821","nonce":193824969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6825","nonce":193824969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6823","nonce":193824969}]},"public_addr":"172.21.15.203:6819/193824969","cluster_addr":"172.21.15.203:6821/193824969","heartbeat_back_addr":"172.21.15.203:6825/193824969","heartbeat_front_addr":"172.21.15.203:6823/193824969","state":["exists","up"]},{"osd":6,"uuid":"8a3787de-52f8-4e4d-ac9b-836b8842521f","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.204:6824","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6825","nonce":2397661128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6827","nonce":2397661128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6831","nonce":2397661128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6829","nonce":2397661128}]},"public_addr":"172.21.15.204:6825/2397661128","cluster_addr":"172.21.15.204:6827/2397661128","heartbeat_back_addr":"172.21.15.204:6831/2397661128","heartbeat_front_addr":"172.21.15.204:6829/2397661128","state":["exists","up"]},{"osd":7,"uuid":"2024972b-0bed-4b22-ba0b-ab038b26896f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6827","nonce":4026021710}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6829","nonce":4026021710}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6832","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6833","nonce":4026021710}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6831","nonce":4026021710}]},"public_addr":"172.21.15.203:6827/4026021710","cluster_addr":"172.21.15.203:6829/4026021710","heartbeat_back_addr":"172.21.15.203:6833/4026021710","heartbeat_front_addr":"172.21.15.203:6831/4026021710","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:31.671407+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:34.166205+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:36.671969+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:39.877882+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:41.831965+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:47.139530+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:46.259299+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:52.632022+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.203:6800/3214679619":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/1609332496":"2024-03-25T11:28:26.153585+0000","172.21.15.203:6800/2683707251":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/2559413301":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/783570776":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/1223370287":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/631718147":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/2166908277":"2024-03-25T11:28:26.153585+0000","172.21.15.203:6800/4133632401":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/1912296387":"2024-03-25T11:27:00.461977+0000","172.21.15.203:6801/2683707251":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/963435067":"2024-03-25T11:27:00.461977+0000","172.21.15.203:6801/4133632401":"2024-03-25T11:26:14.366142+0000","172.21.15.203:6801/3214679619":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/3337305034":"2024-03-25T11:26:14.366142+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-24T11:31:54.000 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:53 smithi203 bash[18672]: cluster 2024-03-24T11:31:52.004286+0000 mgr.smithi203.vllliu (mgr.14195) 162 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:54.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:53 smithi204 bash[23543]: cluster 2024-03-24T11:31:52.004286+0000 mgr.smithi203.vllliu (mgr.14195) 162 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:54.607 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-24T11:31:54.608 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-24T11:31:55.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:54 smithi203 bash[18672]: audit 2024-03-24T11:31:53.986644+0000 mon.smithi203 (mon.0) 718 : audit 0 from='client.? 172.21.15.203:0/2942715356' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:31:55.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:54 smithi204 bash[23543]: audit 2024-03-24T11:31:53.986644+0000 mon.smithi203 (mon.0) 718 : audit 0 from='client.? 172.21.15.203:0/2942715356' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:31:56.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:55 smithi204 bash[23543]: cluster 2024-03-24T11:31:54.004730+0000 mgr.smithi203.vllliu (mgr.14195) 163 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:56.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:55 smithi203 bash[18672]: cluster 2024-03-24T11:31:54.004730+0000 mgr.smithi203.vllliu (mgr.14195) 163 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:57.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:56 smithi204 bash[23543]: audit 2024-03-24T11:31:56.244325+0000 mon.smithi203 (mon.0) 719 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:57.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:56 smithi203 bash[18672]: audit 2024-03-24T11:31:56.244325+0000 mon.smithi203 (mon.0) 719 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:31:58.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:57 smithi204 bash[23543]: cluster 2024-03-24T11:31:56.005355+0000 mgr.smithi203.vllliu (mgr.14195) 164 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:58.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:57 smithi203 bash[18672]: cluster 2024-03-24T11:31:56.005355+0000 mgr.smithi203.vllliu (mgr.14195) 164 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:31:59.405 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:00.183 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:31:59 smithi203 bash[18672]: cluster 2024-03-24T11:31:58.005955+0000 mgr.smithi203.vllliu (mgr.14195) 165 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:00.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:31:59 smithi204 bash[23543]: cluster 2024-03-24T11:31:58.005955+0000 mgr.smithi203.vllliu (mgr.14195) 165 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:02.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:01 smithi203 bash[18672]: cluster 2024-03-24T11:32:00.006403+0000 mgr.smithi203.vllliu (mgr.14195) 166 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:02.051 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:32:02.051 INFO:teuthology.orchestra.run.smithi203.stdout:{"epoch":38,"fsid":"0c0c3d22-e9d1-11ee-95cd-87774f69a715","created":"2024-03-24T11:25:43.001107+0000","modified":"2024-03-24T11:30:57.560291+0000","last_up_change":"2024-03-24T11:30:53.536436+0000","last_in_change":"2024-03-24T11:30:05.809571+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-24T11:30:40.734114+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"25","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"f0129daf-7bc1-4d83-a5c0-cb1048c9ba5c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6800","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6801","nonce":3028360692}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6802","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6803","nonce":3028360692}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6806","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6807","nonce":3028360692}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6804","nonce":3028360692},{"type":"v1","addr":"172.21.15.204:6805","nonce":3028360692}]},"public_addr":"172.21.15.204:6801/3028360692","cluster_addr":"172.21.15.204:6803/3028360692","heartbeat_back_addr":"172.21.15.204:6807/3028360692","heartbeat_front_addr":"172.21.15.204:6805/3028360692","state":["exists","up"]},{"osd":1,"uuid":"c8e1ddda-5ce7-4d27-a612-1f9332561530","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6802","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6803","nonce":3320813955}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6804","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6805","nonce":3320813955}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6808","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6809","nonce":3320813955}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6806","nonce":3320813955},{"type":"v1","addr":"172.21.15.203:6807","nonce":3320813955}]},"public_addr":"172.21.15.203:6803/3320813955","cluster_addr":"172.21.15.203:6805/3320813955","heartbeat_back_addr":"172.21.15.203:6809/3320813955","heartbeat_front_addr":"172.21.15.203:6807/3320813955","state":["exists","up"]},{"osd":2,"uuid":"c55d46ae-9373-4888-96ca-78bc324a3d9e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6808","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6809","nonce":4147483323}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6810","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6811","nonce":4147483323}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6814","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6815","nonce":4147483323}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6812","nonce":4147483323},{"type":"v1","addr":"172.21.15.204:6813","nonce":4147483323}]},"public_addr":"172.21.15.204:6809/4147483323","cluster_addr":"172.21.15.204:6811/4147483323","heartbeat_back_addr":"172.21.15.204:6815/4147483323","heartbeat_front_addr":"172.21.15.204:6813/4147483323","state":["exists","up"]},{"osd":3,"uuid":"ae958e40-ffe1-4d77-a191-f89b61f2ee6f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6810","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6811","nonce":1775864461}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6812","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6813","nonce":1775864461}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6816","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6817","nonce":1775864461}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6814","nonce":1775864461},{"type":"v1","addr":"172.21.15.203:6815","nonce":1775864461}]},"public_addr":"172.21.15.203:6811/1775864461","cluster_addr":"172.21.15.203:6813/1775864461","heartbeat_back_addr":"172.21.15.203:6817/1775864461","heartbeat_front_addr":"172.21.15.203:6815/1775864461","state":["exists","up"]},{"osd":4,"uuid":"41d07c71-e91c-4c51-bba1-93f5d221d98b","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.204:6816","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6817","nonce":1538648148}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6818","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6819","nonce":1538648148}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6822","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6823","nonce":1538648148}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6820","nonce":1538648148},{"type":"v1","addr":"172.21.15.204:6821","nonce":1538648148}]},"public_addr":"172.21.15.204:6817/1538648148","cluster_addr":"172.21.15.204:6819/1538648148","heartbeat_back_addr":"172.21.15.204:6823/1538648148","heartbeat_front_addr":"172.21.15.204:6821/1538648148","state":["exists","up"]},{"osd":5,"uuid":"4aff8c31-f655-4ec0-b100-054038f3b42c","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.203:6818","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6819","nonce":193824969}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6820","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6821","nonce":193824969}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6824","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6825","nonce":193824969}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6822","nonce":193824969},{"type":"v1","addr":"172.21.15.203:6823","nonce":193824969}]},"public_addr":"172.21.15.203:6819/193824969","cluster_addr":"172.21.15.203:6821/193824969","heartbeat_back_addr":"172.21.15.203:6825/193824969","heartbeat_front_addr":"172.21.15.203:6823/193824969","state":["exists","up"]},{"osd":6,"uuid":"8a3787de-52f8-4e4d-ac9b-836b8842521f","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.204:6824","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6825","nonce":2397661128}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6826","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6827","nonce":2397661128}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6830","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6831","nonce":2397661128}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.204:6828","nonce":2397661128},{"type":"v1","addr":"172.21.15.204:6829","nonce":2397661128}]},"public_addr":"172.21.15.204:6825/2397661128","cluster_addr":"172.21.15.204:6827/2397661128","heartbeat_back_addr":"172.21.15.204:6831/2397661128","heartbeat_front_addr":"172.21.15.204:6829/2397661128","state":["exists","up"]},{"osd":7,"uuid":"2024972b-0bed-4b22-ba0b-ab038b26896f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6826","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6827","nonce":4026021710}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6828","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6829","nonce":4026021710}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6832","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6833","nonce":4026021710}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.203:6830","nonce":4026021710},{"type":"v1","addr":"172.21.15.203:6831","nonce":4026021710}]},"public_addr":"172.21.15.203:6827/4026021710","cluster_addr":"172.21.15.203:6829/4026021710","heartbeat_back_addr":"172.21.15.203:6833/4026021710","heartbeat_front_addr":"172.21.15.203:6831/4026021710","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:31.671407+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:34.166205+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:36.671969+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:39.877882+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:41.831965+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:47.139530+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:46.259299+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-24T11:30:52.632022+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.203:6800/3214679619":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/1609332496":"2024-03-25T11:28:26.153585+0000","172.21.15.203:6800/2683707251":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/2559413301":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/783570776":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/1223370287":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/631718147":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/2166908277":"2024-03-25T11:28:26.153585+0000","172.21.15.203:6800/4133632401":"2024-03-25T11:26:14.366142+0000","172.21.15.203:0/1912296387":"2024-03-25T11:27:00.461977+0000","172.21.15.203:6801/2683707251":"2024-03-25T11:27:00.461977+0000","172.21.15.203:0/963435067":"2024-03-25T11:27:00.461977+0000","172.21.15.203:6801/4133632401":"2024-03-25T11:26:14.366142+0000","172.21.15.203:6801/3214679619":"2024-03-25T11:28:26.153585+0000","172.21.15.203:0/3337305034":"2024-03-25T11:26:14.366142+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-24T11:32:02.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:01 smithi204 bash[23543]: cluster 2024-03-24T11:32:00.006403+0000 mgr.smithi203.vllliu (mgr.14195) 166 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:02.669 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-24T11:32:02.669 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-24T11:32:02.670 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-24T11:32:02.670 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-03-24T11:32:02.670 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-03-24T11:32:02.671 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-03-24T11:32:02.671 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-03-24T11:32:02.672 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-03-24T11:32:03.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:02 smithi203 bash[18672]: audit 2024-03-24T11:32:02.052254+0000 mon.smithi203 (mon.0) 720 : audit 0 from='client.? 172.21.15.203:0/3673682724' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:03.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:02 smithi204 bash[23543]: audit 2024-03-24T11:32:02.052254+0000 mon.smithi203 (mon.0) 720 : audit 0 from='client.? 172.21.15.203:0/3673682724' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-24T11:32:04.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:03 smithi204 bash[23543]: cluster 2024-03-24T11:32:02.006913+0000 mgr.smithi203.vllliu (mgr.14195) 167 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:04.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:03 smithi203 bash[18672]: cluster 2024-03-24T11:32:02.006913+0000 mgr.smithi203.vllliu (mgr.14195) 167 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:06.132 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:05 smithi204 bash[23543]: cluster 2024-03-24T11:32:04.007573+0000 mgr.smithi203.vllliu (mgr.14195) 168 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:06.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:05 smithi203 bash[18672]: cluster 2024-03-24T11:32:04.007573+0000 mgr.smithi203.vllliu (mgr.14195) 168 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:07.585 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:07.586 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:07.586 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:07.586 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:07.587 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:07.587 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:07.587 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:07.589 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:08.017 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:07 smithi203 bash[18672]: cluster 2024-03-24T11:32:06.008180+0000 mgr.smithi203.vllliu (mgr.14195) 169 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:08.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:07 smithi204 bash[23543]: cluster 2024-03-24T11:32:06.008180+0000 mgr.smithi203.vllliu (mgr.14195) 169 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:10.067 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:09 smithi203 bash[18672]: cluster 2024-03-24T11:32:08.008703+0000 mgr.smithi203.vllliu (mgr.14195) 170 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:10.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:09 smithi204 bash[23543]: cluster 2024-03-24T11:32:08.008703+0000 mgr.smithi203.vllliu (mgr.14195) 170 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:12.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:11 smithi204 bash[23543]: cluster 2024-03-24T11:32:10.009251+0000 mgr.smithi203.vllliu (mgr.14195) 171 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:12.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:11 smithi204 bash[23543]: audit 2024-03-24T11:32:11.245069+0000 mon.smithi203 (mon.0) 721 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:12.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:11 smithi203 bash[18672]: cluster 2024-03-24T11:32:10.009251+0000 mgr.smithi203.vllliu (mgr.14195) 171 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:12.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:11 smithi203 bash[18672]: audit 2024-03-24T11:32:11.245069+0000 mon.smithi203 (mon.0) 721 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:14.071 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:13 smithi203 bash[18672]: cluster 2024-03-24T11:32:12.009725+0000 mgr.smithi203.vllliu (mgr.14195) 172 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:14.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:13 smithi204 bash[23543]: cluster 2024-03-24T11:32:12.009725+0000 mgr.smithi203.vllliu (mgr.14195) 172 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:16.005 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:15 smithi203 bash[18672]: cluster 2024-03-24T11:32:14.010234+0000 mgr.smithi203.vllliu (mgr.14195) 173 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:16.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:15 smithi204 bash[23543]: cluster 2024-03-24T11:32:14.010234+0000 mgr.smithi203.vllliu (mgr.14195) 173 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:18.115 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:17 smithi203 bash[18672]: cluster 2024-03-24T11:32:16.010685+0000 mgr.smithi203.vllliu (mgr.14195) 174 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:18.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:17 smithi204 bash[23543]: cluster 2024-03-24T11:32:16.010685+0000 mgr.smithi203.vllliu (mgr.14195) 174 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:19.584 INFO:teuthology.orchestra.run.smithi203.stdout:77309411351 2024-03-24T11:32:19.585 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-24T11:32:20.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:19 smithi203 bash[18672]: cluster 2024-03-24T11:32:18.011223+0000 mgr.smithi203.vllliu (mgr.14195) 175 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:20.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:19 smithi204 bash[23543]: cluster 2024-03-24T11:32:18.011223+0000 mgr.smithi203.vllliu (mgr.14195) 175 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:20.574 INFO:teuthology.orchestra.run.smithi203.stdout:90194313238 2024-03-24T11:32:20.574 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-24T11:32:21.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:21 smithi204 bash[23543]: cluster 2024-03-24T11:32:20.011828+0000 mgr.smithi203.vllliu (mgr.14195) 176 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:22.038 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:21 smithi203 bash[18672]: cluster 2024-03-24T11:32:20.011828+0000 mgr.smithi203.vllliu (mgr.14195) 176 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:22.911 INFO:teuthology.orchestra.run.smithi203.stdout:124554051605 2024-03-24T11:32:22.911 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-03-24T11:32:22.935 INFO:teuthology.orchestra.run.smithi203.stdout:107374182422 2024-03-24T11:32:22.936 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-03-24T11:32:23.294 INFO:teuthology.orchestra.run.smithi203.stdout:98784247830 2024-03-24T11:32:23.295 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-03-24T11:32:24.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:23 smithi204 bash[23543]: cluster 2024-03-24T11:32:22.012450+0000 mgr.smithi203.vllliu (mgr.14195) 177 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:24.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:23 smithi203 bash[18672]: cluster 2024-03-24T11:32:22.012450+0000 mgr.smithi203.vllliu (mgr.14195) 177 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:24.290 INFO:teuthology.orchestra.run.smithi203.stdout:128849018902 2024-03-24T11:32:24.290 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-03-24T11:32:24.291 INFO:teuthology.orchestra.run.smithi203.stdout:68719476761 2024-03-24T11:32:24.292 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-24T11:32:24.366 INFO:teuthology.orchestra.run.smithi203.stdout:146028888084 2024-03-24T11:32:24.367 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-03-24T11:32:26.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:25 smithi204 bash[23543]: cluster 2024-03-24T11:32:24.012982+0000 mgr.smithi203.vllliu (mgr.14195) 178 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:26.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:25 smithi203 bash[18672]: cluster 2024-03-24T11:32:24.012982+0000 mgr.smithi203.vllliu (mgr.14195) 178 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:26.494 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:26.495 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:27.126 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:26 smithi203 bash[18672]: audit 2024-03-24T11:32:26.251367+0000 mon.smithi203 (mon.0) 722 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:27.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:26 smithi204 bash[23543]: audit 2024-03-24T11:32:26.251367+0000 mon.smithi203 (mon.0) 722 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:27.515 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:27.515 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:27.516 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:28.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:27 smithi204 bash[23543]: cluster 2024-03-24T11:32:26.013464+0000 mgr.smithi203.vllliu (mgr.14195) 179 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:28.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:27 smithi203 bash[18672]: cluster 2024-03-24T11:32:26.013464+0000 mgr.smithi203.vllliu (mgr.14195) 179 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:30.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:29 smithi204 bash[23543]: cluster 2024-03-24T11:32:28.013815+0000 mgr.smithi203.vllliu (mgr.14195) 180 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:30.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:29 smithi203 bash[18672]: cluster 2024-03-24T11:32:28.013815+0000 mgr.smithi203.vllliu (mgr.14195) 180 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:30.469 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:30.470 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:30.471 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:32.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:31 smithi204 bash[23543]: cluster 2024-03-24T11:32:30.014225+0000 mgr.smithi203.vllliu (mgr.14195) 181 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:32.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:31 smithi203 bash[18672]: cluster 2024-03-24T11:32:30.014225+0000 mgr.smithi203.vllliu (mgr.14195) 181 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:32.315 INFO:teuthology.orchestra.run.smithi203.stdout:90194313241 2024-03-24T11:32:33.151 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:32 smithi203 bash[18672]: audit 2024-03-24T11:32:32.318019+0000 mon.smithi203 (mon.0) 723 : audit 0 from='client.? 172.21.15.203:0/260522819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-24T11:32:33.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:32 smithi204 bash[23543]: audit 2024-03-24T11:32:32.318019+0000 mon.smithi203 (mon.0) 723 : audit 0 from='client.? 172.21.15.203:0/260522819' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-24T11:32:33.348 INFO:teuthology.orchestra.run.smithi203.stdout:77309411355 2024-03-24T11:32:34.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:33 smithi204 bash[23543]: cluster 2024-03-24T11:32:32.014579+0000 mgr.smithi203.vllliu (mgr.14195) 182 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:34.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:33 smithi204 bash[23543]: audit 2024-03-24T11:32:33.350652+0000 mon.smithi203 (mon.0) 724 : audit 0 from='client.? 172.21.15.203:0/1278516221' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-24T11:32:34.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:33 smithi203 bash[18672]: cluster 2024-03-24T11:32:32.014579+0000 mgr.smithi203.vllliu (mgr.14195) 182 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:34.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:33 smithi203 bash[18672]: audit 2024-03-24T11:32:33.350652+0000 mon.smithi203 (mon.0) 724 : audit 0 from='client.? 172.21.15.203:0/1278516221' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-24T11:32:34.864 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313238 got 90194313241 for osd.2 2024-03-24T11:32:34.864 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:36.181 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:35 smithi203 bash[18672]: cluster 2024-03-24T11:32:34.015094+0000 mgr.smithi203.vllliu (mgr.14195) 183 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:36.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:35 smithi204 bash[23543]: cluster 2024-03-24T11:32:34.015094+0000 mgr.smithi203.vllliu (mgr.14195) 183 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:36.346 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411351 got 77309411355 for osd.1 2024-03-24T11:32:36.346 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:37.979 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:37 smithi203 bash[18672]: cluster 2024-03-24T11:32:36.015519+0000 mgr.smithi203.vllliu (mgr.14195) 184 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:38.053 INFO:teuthology.orchestra.run.smithi203.stdout:107374182425 2024-03-24T11:32:38.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:37 smithi204 bash[23543]: cluster 2024-03-24T11:32:36.015519+0000 mgr.smithi203.vllliu (mgr.14195) 184 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:39.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:38 smithi204 bash[23543]: audit 2024-03-24T11:32:38.055522+0000 mon.smithi203 (mon.0) 725 : audit 0 from='client.? 172.21.15.203:0/1517353091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-24T11:32:39.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:38 smithi203 bash[18672]: audit 2024-03-24T11:32:38.055522+0000 mon.smithi203 (mon.0) 725 : audit 0 from='client.? 172.21.15.203:0/1517353091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-03-24T11:32:40.107 INFO:teuthology.orchestra.run.smithi203.stdout:98784247834 2024-03-24T11:32:40.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:39 smithi204 bash[23543]: cluster 2024-03-24T11:32:38.016055+0000 mgr.smithi203.vllliu (mgr.14195) 185 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:40.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:39 smithi203 bash[18672]: cluster 2024-03-24T11:32:38.016055+0000 mgr.smithi203.vllliu (mgr.14195) 185 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:40.995 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182422 got 107374182425 for osd.4 2024-03-24T11:32:40.995 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:41.171 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:40 smithi203 bash[18672]: audit 2024-03-24T11:32:40.110259+0000 mon.smithi203 (mon.0) 726 : audit 0 from='client.? 172.21.15.203:0/3251304386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-24T11:32:41.171 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:40 smithi203 bash[18672]: audit 2024-03-24T11:32:40.306776+0000 mon.smithi203 (mon.0) 727 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:32:41.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:40 smithi204 bash[23543]: audit 2024-03-24T11:32:40.110259+0000 mon.smithi203 (mon.0) 726 : audit 0 from='client.? 172.21.15.203:0/3251304386' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-03-24T11:32:41.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:40 smithi204 bash[23543]: audit 2024-03-24T11:32:40.306776+0000 mon.smithi203 (mon.0) 727 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:32:41.579 INFO:teuthology.orchestra.run.smithi203.stdout:128849018905 2024-03-24T11:32:41.692 INFO:teuthology.orchestra.run.smithi203.stdout:124554051609 2024-03-24T11:32:42.174 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:41 smithi203 bash[18672]: cluster 2024-03-24T11:32:40.016487+0000 mgr.smithi203.vllliu (mgr.14195) 186 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:42.175 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:41 smithi203 bash[18672]: audit 2024-03-24T11:32:41.250957+0000 mon.smithi203 (mon.0) 728 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:42.175 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:41 smithi203 bash[18672]: audit 2024-03-24T11:32:41.581285+0000 mon.smithi203 (mon.0) 729 : audit 0 from='client.? 172.21.15.203:0/3391434010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-24T11:32:42.175 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:41 smithi203 bash[18672]: audit 2024-03-24T11:32:41.694609+0000 mon.smithi203 (mon.0) 730 : audit 0 from='client.? 172.21.15.203:0/1246069814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-24T11:32:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:41 smithi204 bash[23543]: cluster 2024-03-24T11:32:40.016487+0000 mgr.smithi203.vllliu (mgr.14195) 186 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:41 smithi204 bash[23543]: audit 2024-03-24T11:32:41.250957+0000 mon.smithi203 (mon.0) 728 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:41 smithi204 bash[23543]: audit 2024-03-24T11:32:41.581285+0000 mon.smithi203 (mon.0) 729 : audit 0 from='client.? 172.21.15.203:0/3391434010' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-03-24T11:32:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:41 smithi204 bash[23543]: audit 2024-03-24T11:32:41.694609+0000 mon.smithi203 (mon.0) 730 : audit 0 from='client.? 172.21.15.203:0/1246069814' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-03-24T11:32:42.203 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247830 got 98784247834 for osd.3 2024-03-24T11:32:42.203 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:42.535 INFO:teuthology.orchestra.run.smithi203.stdout:68719476765 2024-03-24T11:32:43.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:42 smithi204 bash[23543]: audit 2024-03-24T11:32:42.537572+0000 mon.smithi203 (mon.0) 731 : audit 0 from='client.? 172.21.15.203:0/1409169123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-24T11:32:43.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:42 smithi203 bash[18672]: audit 2024-03-24T11:32:42.537572+0000 mon.smithi203 (mon.0) 731 : audit 0 from='client.? 172.21.15.203:0/1409169123' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-24T11:32:43.474 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018902 got 128849018905 for osd.6 2024-03-24T11:32:43.474 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:43.704 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051605 got 124554051609 for osd.5 2024-03-24T11:32:43.704 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:43.964 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476761 got 68719476765 for osd.0 2024-03-24T11:32:43.965 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:44.190 INFO:teuthology.orchestra.run.smithi203.stdout:146028888088 2024-03-24T11:32:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:43 smithi204 bash[23543]: cluster 2024-03-24T11:32:42.016983+0000 mgr.smithi203.vllliu (mgr.14195) 187 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:44.204 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:43 smithi203 bash[18672]: cluster 2024-03-24T11:32:42.016983+0000 mgr.smithi203.vllliu (mgr.14195) 187 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:44.858 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888084 got 146028888088 for osd.7 2024-03-24T11:32:44.858 DEBUG:teuthology.parallel:result is None 2024-03-24T11:32:44.858 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-24T11:32:44.858 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-24T11:32:45.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:44 smithi204 bash[23543]: audit 2024-03-24T11:32:44.192059+0000 mon.smithi203 (mon.0) 732 : audit 0 from='client.? 172.21.15.203:0/4249548019' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-24T11:32:45.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:44 smithi203 bash[18672]: audit 2024-03-24T11:32:44.192059+0000 mon.smithi203 (mon.0) 732 : audit 0 from='client.? 172.21.15.203:0/4249548019' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-03-24T11:32:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:45 smithi204 bash[23543]: cluster 2024-03-24T11:32:44.017381+0000 mgr.smithi203.vllliu (mgr.14195) 188 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:46.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:45 smithi204 bash[23543]: audit 2024-03-24T11:32:45.851301+0000 mon.smithi203 (mon.0) 733 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:46.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:45 smithi204 bash[23543]: audit 2024-03-24T11:32:45.864152+0000 mon.smithi203 (mon.0) 734 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:46.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:45 smithi203 bash[18672]: cluster 2024-03-24T11:32:44.017381+0000 mgr.smithi203.vllliu (mgr.14195) 188 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:46.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:45 smithi203 bash[18672]: audit 2024-03-24T11:32:45.851301+0000 mon.smithi203 (mon.0) 733 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:46.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:45 smithi203 bash[18672]: audit 2024-03-24T11:32:45.864152+0000 mon.smithi203 (mon.0) 734 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:48.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:47 smithi204 bash[23543]: cluster 2024-03-24T11:32:46.017872+0000 mgr.smithi203.vllliu (mgr.14195) 189 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:48.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:47 smithi204 bash[23543]: audit 2024-03-24T11:32:47.459016+0000 mon.smithi203 (mon.0) 735 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:48.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:47 smithi204 bash[23543]: audit 2024-03-24T11:32:47.464280+0000 mon.smithi203 (mon.0) 736 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:48.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:47 smithi203 bash[18672]: cluster 2024-03-24T11:32:46.017872+0000 mgr.smithi203.vllliu (mgr.14195) 189 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:48.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:47 smithi203 bash[18672]: audit 2024-03-24T11:32:47.459016+0000 mon.smithi203 (mon.0) 735 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:48.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:47 smithi203 bash[18672]: audit 2024-03-24T11:32:47.464280+0000 mon.smithi203 (mon.0) 736 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:49.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:48 smithi204 bash[23543]: audit 2024-03-24T11:32:48.037112+0000 mon.smithi203 (mon.0) 737 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:32:49.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:48 smithi204 bash[23543]: audit 2024-03-24T11:32:48.038636+0000 mon.smithi203 (mon.0) 738 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:32:49.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:48 smithi204 bash[23543]: audit 2024-03-24T11:32:48.044635+0000 mon.smithi203 (mon.0) 739 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:49.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:48 smithi204 bash[23543]: audit 2024-03-24T11:32:48.052375+0000 mon.smithi203 (mon.0) 740 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:32:49.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:48 smithi203 bash[18672]: audit 2024-03-24T11:32:48.037112+0000 mon.smithi203 (mon.0) 737 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:32:49.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:48 smithi203 bash[18672]: audit 2024-03-24T11:32:48.038636+0000 mon.smithi203 (mon.0) 738 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:32:49.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:48 smithi203 bash[18672]: audit 2024-03-24T11:32:48.044635+0000 mon.smithi203 (mon.0) 739 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:32:49.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:48 smithi203 bash[18672]: audit 2024-03-24T11:32:48.052375+0000 mon.smithi203 (mon.0) 740 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:32:49.564 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:50.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:49 smithi204 bash[23543]: cluster 2024-03-24T11:32:48.018418+0000 mgr.smithi203.vllliu (mgr.14195) 190 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:50.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:49 smithi203 bash[18672]: cluster 2024-03-24T11:32:48.018418+0000 mgr.smithi203.vllliu (mgr.14195) 190 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:52.181 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:32:52.184 INFO:teuthology.orchestra.run.smithi203.stderr:dumped all 2024-03-24T11:32:52.194 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:51 smithi203 bash[18672]: cluster 2024-03-24T11:32:50.019020+0000 mgr.smithi203.vllliu (mgr.14195) 191 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:52.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:51 smithi204 bash[23543]: cluster 2024-03-24T11:32:50.019020+0000 mgr.smithi203.vllliu (mgr.14195) 191 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:52.795 INFO:teuthology.orchestra.run.smithi203.stdout:{"pg_ready":true,"pg_map":{"version":159,"stamp":"2024-03-24T11:32:52.019279+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":233412,"kb_used_data":4748,"kb_used_omap":12,"kb_used_meta":228531,"kb_avail":749695036,"statfs":{"total":767926730752,"available":767687716864,"internally_reserved":0,"allocated":4861952,"data_stored":3000408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":234016304},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003011"},"pg_stats":[{"pgid":"1.0","version":"29'217","reported_seq":302,"reported_epoch":38,"state":"active+clean","last_fresh":"2024-03-24T11:30:57.571978+0000","last_change":"2024-03-24T11:30:57.571053+0000","last_active":"2024-03-24T11:30:57.571978+0000","last_peered":"2024-03-24T11:30:57.571978+0000","last_clean":"2024-03-24T11:30:57.571978+0000","last_became_active":"2024-03-24T11:30:57.570119+0000","last_became_peered":"2024-03-24T11:30:57.570119+0000","last_unstale":"2024-03-24T11:30:57.571978+0000","last_undegraded":"2024-03-24T11:30:57.571978+0000","last_fullsized":"2024-03-24T11:30:57.571978+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-24T11:30:41.135196+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-24T11:30:41.135196+0000","last_clean_scrub_stamp":"2024-03-24T11:30:41.135196+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-25T12:18:20.925962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888090,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27984,"kb_used_data":956,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713072,"statfs":{"total":95990841344,"available":95962185728,"internally_reserved":0,"allocated":978944,"data_stored":744031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"osd":6,"up_from":30,"seq":128849018908,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31556,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709500,"statfs":{"total":95990841344,"available":95958528000,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":1,"up_from":18,"seq":77309411359,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":16,"seq":68719476767,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32140,"kb_used_data":956,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708916,"statfs":{"total":95990841344,"available":95957929984,"internally_reserved":0,"allocated":978944,"data_stored":744031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":2,"up_from":21,"seq":90194313245,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31556,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709500,"statfs":{"total":95990841344,"available":95958528000,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":3,"up_from":23,"seq":98784247837,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27980,"kb_used_data":956,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713076,"statfs":{"total":95990841344,"available":95962189824,"internally_reserved":0,"allocated":978944,"data_stored":744031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":4,"up_from":25,"seq":107374182428,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":5,"up_from":29,"seq":124554051611,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-24T11:32:52.796 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-24T11:32:54.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:53 smithi204 bash[23543]: cluster 2024-03-24T11:32:52.019487+0000 mgr.smithi203.vllliu (mgr.14195) 192 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:54.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:53 smithi204 bash[23543]: audit 2024-03-24T11:32:52.181447+0000 mgr.smithi203.vllliu (mgr.14195) 193 : audit 0 from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:32:54.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:53 smithi203 bash[18672]: cluster 2024-03-24T11:32:52.019487+0000 mgr.smithi203.vllliu (mgr.14195) 192 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:54.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:53 smithi203 bash[18672]: audit 2024-03-24T11:32:52.181447+0000 mgr.smithi203.vllliu (mgr.14195) 193 : audit 0 from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:32:56.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:55 smithi203 bash[18672]: cluster 2024-03-24T11:32:54.020089+0000 mgr.smithi203.vllliu (mgr.14195) 194 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:56.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:55 smithi204 bash[23543]: cluster 2024-03-24T11:32:54.020089+0000 mgr.smithi203.vllliu (mgr.14195) 194 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:57.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:56 smithi203 bash[18672]: audit 2024-03-24T11:32:56.252116+0000 mon.smithi203 (mon.0) 741 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:57.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:56 smithi204 bash[23543]: audit 2024-03-24T11:32:56.252116+0000 mon.smithi203 (mon.0) 741 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:32:57.589 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:32:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:57 smithi204 bash[23543]: cluster 2024-03-24T11:32:56.020653+0000 mgr.smithi203.vllliu (mgr.14195) 195 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:32:58.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:57 smithi203 bash[18672]: cluster 2024-03-24T11:32:56.020653+0000 mgr.smithi203.vllliu (mgr.14195) 195 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:00.201 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:33:00.203 INFO:teuthology.orchestra.run.smithi203.stderr:dumped all 2024-03-24T11:33:00.214 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:32:59 smithi203 bash[18672]: cluster 2024-03-24T11:32:58.021234+0000 mgr.smithi203.vllliu (mgr.14195) 196 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:00.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:32:59 smithi204 bash[23543]: cluster 2024-03-24T11:32:58.021234+0000 mgr.smithi203.vllliu (mgr.14195) 196 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:00.840 INFO:teuthology.orchestra.run.smithi203.stdout:{"pg_ready":true,"pg_map":{"version":163,"stamp":"2024-03-24T11:33:00.021451+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":233412,"kb_used_data":4748,"kb_used_omap":12,"kb_used_meta":228531,"kb_avail":749695036,"statfs":{"total":767926730752,"available":767687716864,"internally_reserved":0,"allocated":4861952,"data_stored":3000408,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":234016304},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003345"},"pg_stats":[{"pgid":"1.0","version":"29'217","reported_seq":303,"reported_epoch":38,"state":"active+clean","last_fresh":"2024-03-24T11:30:59.174256+0000","last_change":"2024-03-24T11:30:57.571053+0000","last_active":"2024-03-24T11:30:59.174256+0000","last_peered":"2024-03-24T11:30:59.174256+0000","last_clean":"2024-03-24T11:30:59.174256+0000","last_became_active":"2024-03-24T11:30:57.570119+0000","last_became_peered":"2024-03-24T11:30:57.570119+0000","last_unstale":"2024-03-24T11:30:59.174256+0000","last_undegraded":"2024-03-24T11:30:59.174256+0000","last_fullsized":"2024-03-24T11:30:59.174256+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-24T11:30:41.135196+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-24T11:30:41.135196+0000","last_clean_scrub_stamp":"2024-03-24T11:30:41.135196+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-25T12:18:20.925962+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888092,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27984,"kb_used_data":956,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713072,"statfs":{"total":95990841344,"available":95962185728,"internally_reserved":0,"allocated":978944,"data_stored":744031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"osd":6,"up_from":30,"seq":128849018909,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31556,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709500,"statfs":{"total":95990841344,"available":95958528000,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]},{"osd":1,"up_from":18,"seq":77309411360,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":0,"up_from":16,"seq":68719476769,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32140,"kb_used_data":956,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708916,"statfs":{"total":95990841344,"available":95957929984,"internally_reserved":0,"allocated":978944,"data_stored":744031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":2,"up_from":21,"seq":90194313247,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31556,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709500,"statfs":{"total":95990841344,"available":95958528000,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":3,"up_from":23,"seq":98784247838,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27980,"kb_used_data":956,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713076,"statfs":{"total":95990841344,"available":95962189824,"internally_reserved":0,"allocated":978944,"data_stored":744031,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"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":[]},{"osd":4,"up_from":25,"seq":107374182430,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":5,"up_from":29,"seq":124554051613,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":376,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":385024,"data_stored":153663,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-24T11:33:00.840 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-24T11:33:00.840 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-24T11:33:00.841 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-24T11:33:00.841 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-24T11:33:02.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:01 smithi203 bash[18672]: cluster 2024-03-24T11:33:00.021603+0000 mgr.smithi203.vllliu (mgr.14195) 197 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:02.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:01 smithi203 bash[18672]: audit 2024-03-24T11:33:00.202153+0000 mgr.smithi203.vllliu (mgr.14195) 198 : audit 0 from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:02.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:01 smithi204 bash[23543]: cluster 2024-03-24T11:33:00.021603+0000 mgr.smithi203.vllliu (mgr.14195) 197 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:02.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:01 smithi204 bash[23543]: audit 2024-03-24T11:33:00.202153+0000 mgr.smithi203.vllliu (mgr.14195) 198 : audit 0 from='client.14452 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:33:04.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:03 smithi203 bash[18672]: cluster 2024-03-24T11:33:02.022259+0000 mgr.smithi203.vllliu (mgr.14195) 199 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:03 smithi204 bash[23543]: cluster 2024-03-24T11:33:02.022259+0000 mgr.smithi203.vllliu (mgr.14195) 199 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:05.651 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:33:06.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:05 smithi203 bash[18672]: cluster 2024-03-24T11:33:04.022885+0000 mgr.smithi203.vllliu (mgr.14195) 200 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:05 smithi204 bash[23543]: cluster 2024-03-24T11:33:04.022885+0000 mgr.smithi203.vllliu (mgr.14195) 200 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:08.173 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:07 smithi203 bash[18672]: cluster 2024-03-24T11:33:06.023446+0000 mgr.smithi203.vllliu (mgr.14195) 201 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:08.269 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:33:08.269 INFO:teuthology.orchestra.run.smithi203.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-24T11:33:08.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:07 smithi204 bash[23543]: cluster 2024-03-24T11:33:06.023446+0000 mgr.smithi203.vllliu (mgr.14195) 201 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:08.855 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-24T11:33:08.855 INFO:tasks.cephadm:Setup complete, yielding 2024-03-24T11:33:08.855 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-24T11:33:08.865 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi203.front.sepia.ceph.com 2024-03-24T11:33:08.866 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch status' 2024-03-24T11:33:09.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:08 smithi203 bash[18672]: audit 2024-03-24T11:33:08.272337+0000 mon.smithi203 (mon.0) 742 : audit 0 from='client.? 172.21.15.203:0/290336346' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-24T11:33:09.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:08 smithi204 bash[23543]: audit 2024-03-24T11:33:08.272337+0000 mon.smithi203 (mon.0) 742 : audit 0 from='client.? 172.21.15.203:0/290336346' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-24T11:33:10.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:09 smithi203 bash[18672]: cluster 2024-03-24T11:33:08.023865+0000 mgr.smithi203.vllliu (mgr.14195) 202 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:09 smithi204 bash[23543]: cluster 2024-03-24T11:33:08.023865+0000 mgr.smithi203.vllliu (mgr.14195) 202 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:11.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:10 smithi203 bash[18672]: cluster 2024-03-24T11:33:10.024448+0000 mgr.smithi203.vllliu (mgr.14195) 203 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:11.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:10 smithi204 bash[23543]: cluster 2024-03-24T11:33:10.024448+0000 mgr.smithi203.vllliu (mgr.14195) 203 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:12.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:12 smithi203 bash[18672]: audit 2024-03-24T11:33:11.252650+0000 mon.smithi203 (mon.0) 743 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:12 smithi204 bash[23543]: audit 2024-03-24T11:33:11.252650+0000 mon.smithi203 (mon.0) 743 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:13.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:13 smithi203 bash[18672]: cluster 2024-03-24T11:33:12.025024+0000 mgr.smithi203.vllliu (mgr.14195) 204 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:13.369 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:13 smithi204 bash[23543]: cluster 2024-03-24T11:33:12.025024+0000 mgr.smithi203.vllliu (mgr.14195) 204 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:13.656 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:33:15.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:15 smithi204 bash[23543]: cluster 2024-03-24T11:33:14.025627+0000 mgr.smithi203.vllliu (mgr.14195) 205 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:15.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:15 smithi203 bash[18672]: cluster 2024-03-24T11:33:14.025627+0000 mgr.smithi203.vllliu (mgr.14195) 205 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:16.197 INFO:teuthology.orchestra.run.smithi203.stdout:Backend: cephadm 2024-03-24T11:33:16.198 INFO:teuthology.orchestra.run.smithi203.stdout:Available: Yes 2024-03-24T11:33:16.198 INFO:teuthology.orchestra.run.smithi203.stdout:Paused: No 2024-03-24T11:33:16.794 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ps' 2024-03-24T11:33:17.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:17 smithi204 bash[23543]: cluster 2024-03-24T11:33:16.026054+0000 mgr.smithi203.vllliu (mgr.14195) 206 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:17.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:17 smithi204 bash[23543]: audit 2024-03-24T11:33:16.200218+0000 mgr.smithi203.vllliu (mgr.14195) 207 : audit 0 from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:17.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:17 smithi203 bash[18672]: cluster 2024-03-24T11:33:16.026054+0000 mgr.smithi203.vllliu (mgr.14195) 206 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:17.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:17 smithi203 bash[18672]: audit 2024-03-24T11:33:16.200218+0000 mgr.smithi203.vllliu (mgr.14195) 207 : audit 0 from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:19.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:19 smithi204 bash[23543]: cluster 2024-03-24T11:33:18.026614+0000 mgr.smithi203.vllliu (mgr.14195) 208 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:19.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:19 smithi203 bash[18672]: cluster 2024-03-24T11:33:18.026614+0000 mgr.smithi203.vllliu (mgr.14195) 208 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:21 smithi204 bash[23543]: cluster 2024-03-24T11:33:20.027233+0000 mgr.smithi203.vllliu (mgr.14195) 209 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:21.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:21 smithi203 bash[18672]: cluster 2024-03-24T11:33:20.027233+0000 mgr.smithi203.vllliu (mgr.14195) 209 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:21.595 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:33:23.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:23 smithi204 bash[23543]: cluster 2024-03-24T11:33:22.027840+0000 mgr.smithi203.vllliu (mgr.14195) 210 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:23 smithi203 bash[18672]: cluster 2024-03-24T11:33:22.027840+0000 mgr.smithi203.vllliu (mgr.14195) 210 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:24.149 INFO:teuthology.orchestra.run.smithi203.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-24T11:33:24.149 INFO:teuthology.orchestra.run.smithi203.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (4m) 36s ago 5m 14.0M - 0.25.0 c8568f914cd2 5d004c31f39a 2024-03-24T11:33:24.149 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-exporter.smithi203 smithi203 running (6m) 36s ago 6m 8403k - 19.0.0-1667-gdb0330b1 4f325f8440e9 3c0795e1951d 2024-03-24T11:33:24.149 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-exporter.smithi204 smithi204 running (4m) 38s ago 4m 8427k - 19.0.0-1667-gdb0330b1 4f325f8440e9 fa3ac43f0360 2024-03-24T11:33:24.149 INFO:teuthology.orchestra.run.smithi203.stdout:crash.smithi203 smithi203 running (5m) 36s ago 5m 7115k - 19.0.0-1667-gdb0330b1 4f325f8440e9 62da84279521 2024-03-24T11:33:24.149 INFO:teuthology.orchestra.run.smithi203.stdout:crash.smithi204 smithi204 running (4m) 38s ago 4m 7084k - 19.0.0-1667-gdb0330b1 4f325f8440e9 07f592d7a027 2024-03-24T11:33:24.149 INFO:teuthology.orchestra.run.smithi203.stdout:grafana.smithi203 smithi203 *:3000 running (3m) 36s ago 5m 74.2M - 9.4.12 a0ea5e3c46d9 e94d9a22a3ca 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:mgr.smithi203.vllliu smithi203 *:9283,8765,8443 running (7m) 36s ago 7m 488M - 19.0.0-1667-gdb0330b1 4f325f8440e9 69fda37f6866 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:mgr.smithi204.wjonzw smithi204 *:8443,9283,8765 running (4m) 38s ago 4m 435M - 19.0.0-1667-gdb0330b1 4f325f8440e9 e120eacd9aed 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:mon.smithi203 smithi203 running (7m) 36s ago 7m 46.8M 2048M 19.0.0-1667-gdb0330b1 4f325f8440e9 94a0d415e26f 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:mon.smithi204 smithi204 running (4m) 38s ago 4m 40.7M 2048M 19.0.0-1667-gdb0330b1 4f325f8440e9 094d7ac5cf7d 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:node-exporter.smithi203 smithi203 *:9100 running (5m) 36s ago 5m 8416k - 1.5.0 0da6a335fe13 75138fa1366a 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:node-exporter.smithi204 smithi204 *:9100 running (4m) 38s ago 4m 8340k - 1.5.0 0da6a335fe13 06df7f1b95a4 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.0 smithi204 running (2m) 38s ago 3m 49.5M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 9c0c1ceffc84 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.1 smithi203 running (2m) 36s ago 3m 39.8M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 815cea9cd91f 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.2 smithi204 running (2m) 38s ago 2m 45.5M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 c560ebafc851 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.3 smithi203 running (2m) 36s ago 2m 38.8M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 0fdac7507f2c 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.4 smithi204 running (2m) 38s ago 2m 36.6M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 41a78b231318 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.5 smithi203 running (2m) 36s ago 2m 36.2M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 375fb0a13899 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.6 smithi204 running (2m) 38s ago 2m 43.4M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 b58f4473623d 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:osd.7 smithi203 running (2m) 36s ago 2m 37.6M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 635f74dd8e67 2024-03-24T11:33:24.150 INFO:teuthology.orchestra.run.smithi203.stdout:prometheus.smithi203 smithi203 *:9095 running (3m) 36s ago 5m 45.0M - 2.43.0 a07b618ecd1d 11069ac4e48b 2024-03-24T11:33:24.752 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ls' 2024-03-24T11:33:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:25 smithi204 bash[23543]: cluster 2024-03-24T11:33:24.028406+0000 mgr.smithi203.vllliu (mgr.14195) 211 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:25.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:25 smithi204 bash[23543]: audit 2024-03-24T11:33:24.109532+0000 mgr.smithi203.vllliu (mgr.14195) 212 : audit 0 from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:25.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:25 smithi203 bash[18672]: cluster 2024-03-24T11:33:24.028406+0000 mgr.smithi203.vllliu (mgr.14195) 211 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:25.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:25 smithi203 bash[18672]: audit 2024-03-24T11:33:24.109532+0000 mgr.smithi203.vllliu (mgr.14195) 212 : audit 0 from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:27 smithi204 bash[23543]: cluster 2024-03-24T11:33:26.028944+0000 mgr.smithi203.vllliu (mgr.14195) 213 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:27 smithi204 bash[23543]: audit 2024-03-24T11:33:26.253014+0000 mon.smithi203 (mon.0) 744 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:27.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:27 smithi203 bash[18672]: cluster 2024-03-24T11:33:26.028944+0000 mgr.smithi203.vllliu (mgr.14195) 213 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:27.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:27 smithi203 bash[18672]: audit 2024-03-24T11:33:26.253014+0000 mon.smithi203 (mon.0) 744 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:29.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:29 smithi204 bash[23543]: cluster 2024-03-24T11:33:28.029565+0000 mgr.smithi203.vllliu (mgr.14195) 214 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:29.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:29 smithi203 bash[18672]: cluster 2024-03-24T11:33:28.029565+0000 mgr.smithi203.vllliu (mgr.14195) 214 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:29.564 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:33:31.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:31 smithi204 bash[23543]: cluster 2024-03-24T11:33:30.030215+0000 mgr.smithi203.vllliu (mgr.14195) 215 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:31.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:31 smithi203 bash[18672]: cluster 2024-03-24T11:33:30.030215+0000 mgr.smithi203.vllliu (mgr.14195) 215 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:alertmanager ?:9093,9094 1/1 44s ago 6m count:1 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-exporter 2/2 46s ago 6m * 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:crash 2/2 46s ago 6m * 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:grafana ?:3000 1/1 44s ago 6m count:1 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:mgr 2/2 46s ago 6m count:2 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:mon 2/2 46s ago 5m smithi203:172.21.15.203=smithi203;smithi204:172.21.15.204=smithi204;count:2 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:node-exporter ?:9100 2/2 46s ago 6m * 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:osd.all-available-devices 8 46s ago 4m * 2024-03-24T11:33:32.184 INFO:teuthology.orchestra.run.smithi203.stdout:prometheus ?:9095 1/1 44s ago 6m count:1 2024-03-24T11:33:32.783 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch host ls' 2024-03-24T11:33:33.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:33 smithi204 bash[23543]: cluster 2024-03-24T11:33:32.030758+0000 mgr.smithi203.vllliu (mgr.14195) 216 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:33.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:33 smithi204 bash[23543]: audit 2024-03-24T11:33:32.170363+0000 mgr.smithi203.vllliu (mgr.14195) 217 : audit 0 from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:33.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:33 smithi203 bash[18672]: cluster 2024-03-24T11:33:32.030758+0000 mgr.smithi203.vllliu (mgr.14195) 216 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:33.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:33 smithi203 bash[18672]: audit 2024-03-24T11:33:32.170363+0000 mgr.smithi203.vllliu (mgr.14195) 217 : audit 0 from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:35.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:35 smithi204 bash[23543]: cluster 2024-03-24T11:33:34.031207+0000 mgr.smithi203.vllliu (mgr.14195) 218 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:35.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:35 smithi203 bash[18672]: cluster 2024-03-24T11:33:34.031207+0000 mgr.smithi203.vllliu (mgr.14195) 218 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:37.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:37 smithi204 bash[23543]: cluster 2024-03-24T11:33:36.031748+0000 mgr.smithi203.vllliu (mgr.14195) 219 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:37.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:37 smithi203 bash[18672]: cluster 2024-03-24T11:33:36.031748+0000 mgr.smithi203.vllliu (mgr.14195) 219 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:37.575 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:33:39.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:39 smithi204 bash[23543]: cluster 2024-03-24T11:33:38.032335+0000 mgr.smithi203.vllliu (mgr.14195) 220 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:39.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:39 smithi203 bash[18672]: cluster 2024-03-24T11:33:38.032335+0000 mgr.smithi203.vllliu (mgr.14195) 220 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:40.244 INFO:teuthology.orchestra.run.smithi203.stdout:HOST ADDR LABELS STATUS 2024-03-24T11:33:40.244 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 172.21.15.203 2024-03-24T11:33:40.244 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 172.21.15.204 2024-03-24T11:33:40.244 INFO:teuthology.orchestra.run.smithi203.stdout:2 hosts in cluster 2024-03-24T11:33:40.846 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch device ls' 2024-03-24T11:33:41.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:41 smithi204 bash[23543]: cluster 2024-03-24T11:33:40.032737+0000 mgr.smithi203.vllliu (mgr.14195) 221 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:41.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:41 smithi204 bash[23543]: audit 2024-03-24T11:33:40.246403+0000 mgr.smithi203.vllliu (mgr.14195) 222 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:41.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:41 smithi203 bash[18672]: cluster 2024-03-24T11:33:40.032737+0000 mgr.smithi203.vllliu (mgr.14195) 221 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:41.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:41 smithi203 bash[18672]: audit 2024-03-24T11:33:40.246403+0000 mgr.smithi203.vllliu (mgr.14195) 222 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:42.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:42 smithi204 bash[23543]: audit 2024-03-24T11:33:41.253542+0000 mon.smithi203 (mon.0) 745 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:42.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:42 smithi203 bash[18672]: audit 2024-03-24T11:33:41.253542+0000 mon.smithi203 (mon.0) 745 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:43.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:43 smithi204 bash[23543]: cluster 2024-03-24T11:33:42.033306+0000 mgr.smithi203.vllliu (mgr.14195) 223 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:43.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:43 smithi203 bash[18672]: cluster 2024-03-24T11:33:42.033306+0000 mgr.smithi203.vllliu (mgr.14195) 223 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:45.634 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:33:45.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:45 smithi204 bash[23543]: cluster 2024-03-24T11:33:44.033885+0000 mgr.smithi203.vllliu (mgr.14195) 224 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:46.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:45 smithi203 bash[18672]: cluster 2024-03-24T11:33:44.033885+0000 mgr.smithi203.vllliu (mgr.14195) 224 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:47.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:47 smithi204 bash[23543]: cluster 2024-03-24T11:33:46.034521+0000 mgr.smithi203.vllliu (mgr.14195) 225 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:48.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:47 smithi203 bash[18672]: cluster 2024-03-24T11:33:46.034521+0000 mgr.smithi203.vllliu (mgr.14195) 225 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:48.121 INFO:teuthology.orchestra.run.smithi203.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GK400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme1n1 ssd Linux_0b25f9b27df60a33ff51 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme2n1 ssd Linux_bfe54781a8d7d145a3b8 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme3n1 ssd Linux_2091812c7351b363b177 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme4n1 ssd Linux_3942be416c0b518d6210 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GD400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme1n1 ssd Linux_8c75a5a110789ca722a8 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme2n1 ssd Linux_6abf8075a99693bb58b2 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme3n1 ssd Linux_5fa89de2576c082c2216 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.122 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme4n1 ssd Linux_8e117de33d982c545b58 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:48.783 INFO:teuthology.run_tasks:Running task vip... 2024-03-24T11:33:48.793 INFO:tasks.vip:Allocating static IPs for each host... 2024-03-24T11:33:48.793 INFO:tasks.vip:peername 172.21.15.203 2024-03-24T11:33:48.796 INFO:tasks.vip:172.21.15.203 in 172.21.0.0/20, pos 4042 2024-03-24T11:33:48.801 INFO:tasks.vip:smithi203.front.sepia.ceph.com static 10.0.15.203, vnet 10.0.0.0/16 2024-03-24T11:33:48.801 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-03-24T11:33:48.801 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip route ls 2024-03-24T11:33:48.814 INFO:teuthology.orchestra.run.smithi203.stdout:default via 172.21.15.254 dev enp3s0f1 2024-03-24T11:33:48.815 INFO:teuthology.orchestra.run.smithi203.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.203 metric 100 2024-03-24T11:33:48.815 INFO:teuthology.orchestra.run.smithi203.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.203 metric 100 2024-03-24T11:33:48.815 INFO:teuthology.orchestra.run.smithi203.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-24T11:33:48.815 INFO:teuthology.orchestra.run.smithi203.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.203 metric 100 2024-03-24T11:33:48.815 INFO:teuthology.orchestra.run.smithi203.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.203 metric 100 2024-03-24T11:33:48.815 INFO:teuthology.orchestra.run.smithi203.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.203 metric 100 2024-03-24T11:33:48.815 INFO:teuthology.orchestra.run.smithi203.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.203 metric 100 2024-03-24T11:33:48.816 INFO:tasks.vip:Configuring 10.0.15.203 on smithi203.front.sepia.ceph.com iface enp3s0f1... 2024-03-24T11:33:48.816 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip addr add 10.0.15.203/16 dev enp3s0f1 2024-03-24T11:33:48.868 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:48 smithi203 bash[18672]: audit 2024-03-24T11:33:48.137246+0000 mon.smithi203 (mon.0) 746 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:48.872 INFO:tasks.vip:peername 172.21.15.204 2024-03-24T11:33:48.875 INFO:tasks.vip:172.21.15.204 in 172.21.0.0/20, pos 4043 2024-03-24T11:33:48.878 INFO:tasks.vip:smithi204.front.sepia.ceph.com static 10.0.15.204, vnet 10.0.0.0/16 2024-03-24T11:33:48.879 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip route ls 2024-03-24T11:33:48.889 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:48 smithi204 bash[23543]: audit 2024-03-24T11:33:48.137246+0000 mon.smithi203 (mon.0) 746 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:48.892 INFO:teuthology.orchestra.run.smithi204.stdout:default via 172.21.15.254 dev enp3s0f1 2024-03-24T11:33:48.892 INFO:teuthology.orchestra.run.smithi204.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.204 metric 100 2024-03-24T11:33:48.893 INFO:teuthology.orchestra.run.smithi204.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.204 metric 100 2024-03-24T11:33:48.893 INFO:teuthology.orchestra.run.smithi204.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-24T11:33:48.893 INFO:teuthology.orchestra.run.smithi204.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.204 metric 100 2024-03-24T11:33:48.893 INFO:teuthology.orchestra.run.smithi204.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.204 metric 100 2024-03-24T11:33:48.893 INFO:teuthology.orchestra.run.smithi204.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.204 metric 100 2024-03-24T11:33:48.893 INFO:teuthology.orchestra.run.smithi204.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.204 metric 100 2024-03-24T11:33:48.894 INFO:tasks.vip:Configuring 10.0.15.204 on smithi204.front.sepia.ceph.com iface enp3s0f1... 2024-03-24T11:33:48.894 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr add 10.0.15.204/16 dev enp3s0f1 2024-03-24T11:33:48.951 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-24T11:33:48.959 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi203.front.sepia.ceph.com 2024-03-24T11:33:48.960 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-03-24T11:33:49.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:49 smithi204 bash[23543]: cluster 2024-03-24T11:33:48.035069+0000 mgr.smithi203.vllliu (mgr.14195) 226 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:49.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:49 smithi204 bash[23543]: audit 2024-03-24T11:33:48.115537+0000 mgr.smithi203.vllliu (mgr.14195) 227 : audit 0 from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:50.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:49 smithi203 bash[18672]: cluster 2024-03-24T11:33:48.035069+0000 mgr.smithi203.vllliu (mgr.14195) 226 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:50.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:49 smithi203 bash[18672]: audit 2024-03-24T11:33:48.115537+0000 mgr.smithi203.vllliu (mgr.14195) 227 : audit 0 from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:51 smithi204 bash[23543]: cluster 2024-03-24T11:33:50.035641+0000 mgr.smithi203.vllliu (mgr.14195) 228 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:52.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:51 smithi203 bash[18672]: cluster 2024-03-24T11:33:50.035641+0000 mgr.smithi203.vllliu (mgr.14195) 228 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:53.138 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:33:53.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:53 smithi204 bash[23543]: cluster 2024-03-24T11:33:52.036275+0000 mgr.smithi203.vllliu (mgr.14195) 229 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:54.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:53 smithi203 bash[18672]: cluster 2024-03-24T11:33:52.036275+0000 mgr.smithi203.vllliu (mgr.14195) 229 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:54.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:54 smithi204 bash[23543]: audit 2024-03-24T11:33:53.672181+0000 mon.smithi203 (mon.0) 747 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:54.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:54 smithi204 bash[23543]: audit 2024-03-24T11:33:53.676619+0000 mon.smithi203 (mon.0) 748 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:54.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:54 smithi204 bash[23543]: audit 2024-03-24T11:33:54.125956+0000 mon.smithi203 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:54.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:54 smithi204 bash[23543]: audit 2024-03-24T11:33:54.130990+0000 mon.smithi203 (mon.0) 750 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:55.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:54 smithi203 bash[18672]: audit 2024-03-24T11:33:53.672181+0000 mon.smithi203 (mon.0) 747 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:55.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:54 smithi203 bash[18672]: audit 2024-03-24T11:33:53.676619+0000 mon.smithi203 (mon.0) 748 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:55.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:54 smithi203 bash[18672]: audit 2024-03-24T11:33:54.125956+0000 mon.smithi203 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:55.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:54 smithi203 bash[18672]: audit 2024-03-24T11:33:54.130990+0000 mon.smithi203 (mon.0) 750 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:55.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:55 smithi203 bash[18672]: cluster 2024-03-24T11:33:54.036650+0000 mgr.smithi203.vllliu (mgr.14195) 230 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:55.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:55 smithi203 bash[18672]: audit 2024-03-24T11:33:54.763691+0000 mon.smithi203 (mon.0) 751 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:55.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:55 smithi203 bash[18672]: audit 2024-03-24T11:33:54.764443+0000 mon.smithi203 (mon.0) 752 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:55.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:55 smithi203 bash[18672]: audit 2024-03-24T11:33:54.769121+0000 mon.smithi203 (mon.0) 753 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:55.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:55 smithi203 bash[18672]: audit 2024-03-24T11:33:54.772180+0000 mon.smithi203 (mon.0) 754 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:33:55.856 INFO:teuthology.orchestra.run.smithi203.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-03-24T11:33:55.856 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GK400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-24T11:33:55.856 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme1n1 ssd Linux_0b25f9b27df60a33ff51 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme2n1 ssd Linux_bfe54781a8d7d145a3b8 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme3n1 ssd Linux_2091812c7351b363b177 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme4n1 ssd Linux_3942be416c0b518d6210 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GD400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme1n1 ssd Linux_8c75a5a110789ca722a8 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme2n1 ssd Linux_6abf8075a99693bb58b2 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme3n1 ssd Linux_5fa89de2576c082c2216 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.857 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme4n1 ssd Linux_8e117de33d982c545b58 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:33:55.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:55 smithi204 bash[23543]: cluster 2024-03-24T11:33:54.036650+0000 mgr.smithi203.vllliu (mgr.14195) 230 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:55.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:55 smithi204 bash[23543]: audit 2024-03-24T11:33:54.763691+0000 mon.smithi203 (mon.0) 751 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:33:55.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:55 smithi204 bash[23543]: audit 2024-03-24T11:33:54.764443+0000 mon.smithi203 (mon.0) 752 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:33:55.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:55 smithi204 bash[23543]: audit 2024-03-24T11:33:54.769121+0000 mon.smithi203 (mon.0) 753 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:33:55.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:55 smithi204 bash[23543]: audit 2024-03-24T11:33:54.772180+0000 mon.smithi203 (mon.0) 754 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:33:56.480 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-03-24T11:33:56.490 INFO:tasks.cephadm:Applying spec(s): placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 --- placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '10.0.31.203/16' 2024-03-24T11:33:56.490 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch apply -i - 2024-03-24T11:33:56.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:56 smithi203 bash[18672]: audit 2024-03-24T11:33:55.856591+0000 mgr.smithi203.vllliu (mgr.14195) 231 : audit 0 from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:56.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:56 smithi203 bash[18672]: audit 2024-03-24T11:33:55.898431+0000 mon.smithi203 (mon.0) 755 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:56.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:56 smithi203 bash[18672]: audit 2024-03-24T11:33:56.253736+0000 mon.smithi203 (mon.0) 756 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:56.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:56 smithi204 bash[23543]: audit 2024-03-24T11:33:55.856591+0000 mgr.smithi203.vllliu (mgr.14195) 231 : audit 0 from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:33:56.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:56 smithi204 bash[23543]: audit 2024-03-24T11:33:55.898431+0000 mon.smithi203 (mon.0) 755 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:33:56.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:56 smithi204 bash[23543]: audit 2024-03-24T11:33:56.253736+0000 mon.smithi203 (mon.0) 756 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:33:57.946 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:57 smithi204 bash[23543]: cluster 2024-03-24T11:33:56.037149+0000 mgr.smithi203.vllliu (mgr.14195) 232 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:58.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:57 smithi203 bash[18672]: cluster 2024-03-24T11:33:56.037149+0000 mgr.smithi203.vllliu (mgr.14195) 232 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:33:59.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:33:59 smithi204 bash[23543]: cluster 2024-03-24T11:33:58.037713+0000 mgr.smithi203.vllliu (mgr.14195) 233 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:00.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:33:59 smithi203 bash[18672]: cluster 2024-03-24T11:33:58.037713+0000 mgr.smithi203.vllliu (mgr.14195) 233 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:00.894 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:34:02.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:01 smithi203 bash[18672]: cluster 2024-03-24T11:34:00.038353+0000 mgr.smithi203.vllliu (mgr.14195) 234 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:02.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:01 smithi203 bash[18672]: audit 2024-03-24T11:34:01.435300+0000 mon.smithi203 (mon.0) 757 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:02.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:01 smithi203 bash[18672]: audit 2024-03-24T11:34:01.441965+0000 mon.smithi203 (mon.0) 758 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:02.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:01 smithi204 bash[23543]: cluster 2024-03-24T11:34:00.038353+0000 mgr.smithi203.vllliu (mgr.14195) 234 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:02.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:01 smithi204 bash[23543]: audit 2024-03-24T11:34:01.435300+0000 mon.smithi203 (mon.0) 757 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:02.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:01 smithi204 bash[23543]: audit 2024-03-24T11:34:01.441965+0000 mon.smithi203 (mon.0) 758 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:02 smithi203 bash[18672]: audit 2024-03-24T11:34:01.864190+0000 mon.smithi203 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:02 smithi203 bash[18672]: audit 2024-03-24T11:34:01.870559+0000 mon.smithi203 (mon.0) 760 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:02 smithi203 bash[18672]: audit 2024-03-24T11:34:01.887858+0000 mon.smithi203 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:02 smithi203 bash[18672]: audit 2024-03-24T11:34:01.894101+0000 mon.smithi203 (mon.0) 762 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:02 smithi203 bash[18672]: audit 2024-03-24T11:34:02.315734+0000 mon.smithi203 (mon.0) 763 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:02 smithi203 bash[18672]: audit 2024-03-24T11:34:02.321418+0000 mon.smithi203 (mon.0) 764 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:02 smithi204 bash[23543]: audit 2024-03-24T11:34:01.864190+0000 mon.smithi203 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:02 smithi204 bash[23543]: audit 2024-03-24T11:34:01.870559+0000 mon.smithi203 (mon.0) 760 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:02 smithi204 bash[23543]: audit 2024-03-24T11:34:01.887858+0000 mon.smithi203 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:02 smithi204 bash[23543]: audit 2024-03-24T11:34:01.894101+0000 mon.smithi203 (mon.0) 762 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:02 smithi204 bash[23543]: audit 2024-03-24T11:34:02.315734+0000 mon.smithi203 (mon.0) 763 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:02 smithi204 bash[23543]: audit 2024-03-24T11:34:02.321418+0000 mon.smithi203 (mon.0) 764 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:03.433 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled rgw.foo update... 2024-03-24T11:34:03.434 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled ingress.rgw.foo update... 2024-03-24T11:34:04.122 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-24T11:34:04.132 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-03-24T11:34:04.132 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-24T11:34:04.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:03 smithi204 bash[23543]: cluster 2024-03-24T11:34:02.038928+0000 mgr.smithi203.vllliu (mgr.14195) 235 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:04.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:03 smithi204 bash[23543]: audit 2024-03-24T11:34:03.430775+0000 mon.smithi203 (mon.0) 765 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:04.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:03 smithi204 bash[23543]: audit 2024-03-24T11:34:03.437122+0000 mon.smithi203 (mon.0) 766 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:04.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:03 smithi203 bash[18672]: cluster 2024-03-24T11:34:02.038928+0000 mgr.smithi203.vllliu (mgr.14195) 235 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:04.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:03 smithi203 bash[18672]: audit 2024-03-24T11:34:03.430775+0000 mon.smithi203 (mon.0) 765 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:04.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:03 smithi203 bash[18672]: audit 2024-03-24T11:34:03.437122+0000 mon.smithi203 (mon.0) 766 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:05.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:04 smithi203 bash[18672]: audit 2024-03-24T11:34:03.419251+0000 mgr.smithi203.vllliu (mgr.14195) 236 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:34:05.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:04 smithi203 bash[18672]: cephadm 2024-03-24T11:34:03.424189+0000 mgr.smithi203.vllliu (mgr.14195) 237 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-03-24T11:34:05.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:04 smithi203 bash[18672]: cephadm 2024-03-24T11:34:03.431454+0000 mgr.smithi203.vllliu (mgr.14195) 238 : cephadm 1 Saving service ingress.rgw.foo spec with placement count:2 2024-03-24T11:34:05.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:04 smithi204 bash[23543]: audit 2024-03-24T11:34:03.419251+0000 mgr.smithi203.vllliu (mgr.14195) 236 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:34:05.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:04 smithi204 bash[23543]: cephadm 2024-03-24T11:34:03.424189+0000 mgr.smithi203.vllliu (mgr.14195) 237 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-03-24T11:34:05.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:04 smithi204 bash[23543]: cephadm 2024-03-24T11:34:03.431454+0000 mgr.smithi203.vllliu (mgr.14195) 238 : cephadm 1 Saving service ingress.rgw.foo spec with placement count:2 2024-03-24T11:34:06.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:05 smithi204 bash[23543]: cluster 2024-03-24T11:34:04.039476+0000 mgr.smithi203.vllliu (mgr.14195) 239 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:06.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:05 smithi203 bash[18672]: cluster 2024-03-24T11:34:04.039476+0000 mgr.smithi203.vllliu (mgr.14195) 239 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:07.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:07 smithi204 bash[23543]: cluster 2024-03-24T11:34:06.040103+0000 mgr.smithi203.vllliu (mgr.14195) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:08.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:07 smithi203 bash[18672]: cluster 2024-03-24T11:34:06.040103+0000 mgr.smithi203.vllliu (mgr.14195) 240 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:08.698 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:34:09.964 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:09 smithi203 bash[18672]: cluster 2024-03-24T11:34:08.040639+0000 mgr.smithi203.vllliu (mgr.14195) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:10.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:09 smithi204 bash[23543]: cluster 2024-03-24T11:34:08.040639+0000 mgr.smithi203.vllliu (mgr.14195) 241 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:12.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:11 smithi204 bash[23543]: cluster 2024-03-24T11:34:10.041038+0000 mgr.smithi203.vllliu (mgr.14195) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:12.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:11 smithi204 bash[23543]: audit 2024-03-24T11:34:11.254186+0000 mon.smithi203 (mon.0) 767 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:12.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:11 smithi203 bash[18672]: cluster 2024-03-24T11:34:10.041038+0000 mgr.smithi203.vllliu (mgr.14195) 242 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:12.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:11 smithi203 bash[18672]: audit 2024-03-24T11:34:11.254186+0000 mon.smithi203 (mon.0) 767 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:12.333 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:34:12.334 INFO:teuthology.orchestra.run.smithi203.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-24T11:26:45.451237Z", "last_refresh": "2024-03-24T11:34:01.882451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:28:37.272057Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\nDeploy daemon ceph-exporter.smithi204 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-03-24T11:29:01.163136Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-03-24T11:26:37.963145Z", "last_refresh": "2024-03-24T11:34:01.429952Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:41.321322Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-24T11:26:36.142250Z", "last_refresh": "2024-03-24T11:34:01.429462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-24T11:26:41.667161Z", "last_refresh": "2024-03-24T11:34:01.882560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:03.437483Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.203/16"}, "status": {"created": "2024-03-24T11:34:03.431465Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.203/16"}}, {"events": ["2024-03-24T11:28:45.599954Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-24T11:26:34.390871Z", "last_refresh": "2024-03-24T11:34:01.429720Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:51.649079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi203:172.21.15.203=smithi203", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-24T11:28:27.168608Z", "last_refresh": "2024-03-24T11:34:01.429833Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:42.453284Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-24T11:26:43.577651Z", "last_refresh": "2024-03-24T11:34:01.429602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-24T11:29:18.282306Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-03-24T11:29:18.276233Z", "last_refresh": "2024-03-24T11:34:01.430064Z", "running": 8, "size": 8}}, {"events": ["2024-03-24T11:28:51.658935Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-24T11:26:39.796576Z", "last_refresh": "2024-03-24T11:34:01.882670Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:03.431211Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-03-24T11:34:03.424252Z", "ports": [8000], "running": 0, "size": 4}}] 2024-03-24T11:34:12.935 INFO:tasks.cephadm:rgw.foo has 0/4 2024-03-24T11:34:13.498 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:13 smithi203 bash[18672]: cluster 2024-03-24T11:34:12.041399+0000 mgr.smithi203.vllliu (mgr.14195) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:13.498 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:13 smithi203 bash[18672]: audit 2024-03-24T11:34:12.218078+0000 mon.smithi203 (mon.0) 768 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:13.498 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:13 smithi203 bash[18672]: audit 2024-03-24T11:34:12.222917+0000 mon.smithi203 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:13.498 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:13 smithi203 bash[18672]: audit 2024-03-24T11:34:12.331494+0000 mgr.smithi203.vllliu (mgr.14195) 244 : audit 0 from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:13.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:13 smithi204 bash[23543]: cluster 2024-03-24T11:34:12.041399+0000 mgr.smithi203.vllliu (mgr.14195) 243 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:13.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:13 smithi204 bash[23543]: audit 2024-03-24T11:34:12.218078+0000 mon.smithi203 (mon.0) 768 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:13.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:13 smithi204 bash[23543]: audit 2024-03-24T11:34:12.222917+0000 mon.smithi203 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:13.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:13 smithi204 bash[23543]: audit 2024-03-24T11:34:12.331494+0000 mgr.smithi203.vllliu (mgr.14195) 244 : audit 0 from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:13.936 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:13.980174+0000 mon.smithi203 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:13.990904+0000 mon.smithi203 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:13.993236+0000 mon.smithi203 (mon.0) 772 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:13.994590+0000 mon.smithi203 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:14.005718+0000 mon.smithi203 (mon.0) 774 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:14.013587+0000 mon.smithi203 (mon.0) 775 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:14.035250+0000 mon.smithi203 (mon.0) 776 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.ghlqcf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:14.040111+0000 mon.smithi203 (mon.0) 777 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.ghlqcf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:14.052476+0000 mon.smithi203 (mon.0) 778 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.231 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:14 smithi204 bash[23543]: audit 2024-03-24T11:34:14.056293+0000 mon.smithi203 (mon.0) 779 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:15.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:13.980174+0000 mon.smithi203 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:13.990904+0000 mon.smithi203 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:13.993236+0000 mon.smithi203 (mon.0) 772 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:15.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:13.994590+0000 mon.smithi203 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:34:15.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:14.005718+0000 mon.smithi203 (mon.0) 774 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:14.013587+0000 mon.smithi203 (mon.0) 775 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:34:15.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:14.035250+0000 mon.smithi203 (mon.0) 776 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.ghlqcf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:15.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:14.040111+0000 mon.smithi203 (mon.0) 777 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.ghlqcf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:15.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:14.052476+0000 mon.smithi203 (mon.0) 778 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:15.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:14 smithi203 bash[18672]: audit 2024-03-24T11:34:14.056293+0000 mon.smithi203 (mon.0) 779 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:16.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:15 smithi203 bash[18672]: cluster 2024-03-24T11:34:14.041905+0000 mgr.smithi203.vllliu (mgr.14195) 245 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:16.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:15 smithi203 bash[18672]: cephadm 2024-03-24T11:34:14.058128+0000 mgr.smithi203.vllliu (mgr.14195) 246 : cephadm 1 Deploying daemon rgw.foo.smithi204.ghlqcf on smithi204 2024-03-24T11:34:16.283 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:15 smithi204 bash[23543]: cluster 2024-03-24T11:34:14.041905+0000 mgr.smithi203.vllliu (mgr.14195) 245 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:16.283 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:15 smithi204 bash[23543]: cephadm 2024-03-24T11:34:14.058128+0000 mgr.smithi203.vllliu (mgr.14195) 246 : cephadm 1 Deploying daemon rgw.foo.smithi204.ghlqcf on smithi204 2024-03-24T11:34:16.284 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:16 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:16.547 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:16 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: cluster 2024-03-24T11:34:16.042500+0000 mgr.smithi203.vllliu (mgr.14195) 247 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: audit 2024-03-24T11:34:16.606110+0000 mon.smithi203 (mon.0) 780 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: audit 2024-03-24T11:34:16.617389+0000 mon.smithi203 (mon.0) 781 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: audit 2024-03-24T11:34:16.635278+0000 mon.smithi203 (mon.0) 782 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: audit 2024-03-24T11:34:16.636979+0000 mon.smithi203 (mon.0) 783 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.asziaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: audit 2024-03-24T11:34:16.640587+0000 mon.smithi203 (mon.0) 784 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.asziaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: audit 2024-03-24T11:34:16.650930+0000 mon.smithi203 (mon.0) 785 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: audit 2024-03-24T11:34:16.655301+0000 mon.smithi203 (mon.0) 786 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:18.180 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:17 smithi203 bash[18672]: cephadm 2024-03-24T11:34:16.657301+0000 mgr.smithi203.vllliu (mgr.14195) 248 : cephadm 1 Deploying daemon rgw.foo.smithi203.asziaw on smithi203 2024-03-24T11:34:18.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: cluster 2024-03-24T11:34:16.042500+0000 mgr.smithi203.vllliu (mgr.14195) 247 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:18.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: audit 2024-03-24T11:34:16.606110+0000 mon.smithi203 (mon.0) 780 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: audit 2024-03-24T11:34:16.617389+0000 mon.smithi203 (mon.0) 781 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: audit 2024-03-24T11:34:16.635278+0000 mon.smithi203 (mon.0) 782 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: audit 2024-03-24T11:34:16.636979+0000 mon.smithi203 (mon.0) 783 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.asziaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:18.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: audit 2024-03-24T11:34:16.640587+0000 mon.smithi203 (mon.0) 784 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.asziaw", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:18.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: audit 2024-03-24T11:34:16.650930+0000 mon.smithi203 (mon.0) 785 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:18.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: audit 2024-03-24T11:34:16.655301+0000 mon.smithi203 (mon.0) 786 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:18.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:17 smithi204 bash[23543]: cephadm 2024-03-24T11:34:16.657301+0000 mgr.smithi203.vllliu (mgr.14195) 248 : cephadm 1 Deploying daemon rgw.foo.smithi203.asziaw on smithi203 2024-03-24T11:34:18.973 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:18 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:19.057 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:34:19.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:18 smithi203 bash[18672]: cluster 2024-03-24T11:34:17.991832+0000 mon.smithi203 (mon.0) 787 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2024-03-24T11:34:19.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:18 smithi203 bash[18672]: audit 2024-03-24T11:34:17.996332+0000 mon.smithi204 (mon.1) 21 : audit 1 from='client.? 172.21.15.204:0/3428827239' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-24T11:34:19.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:18 smithi203 bash[18672]: audit 2024-03-24T11:34:17.999274+0000 mon.smithi203 (mon.0) 788 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-24T11:34:19.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:19 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:19.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:18 smithi204 bash[23543]: cluster 2024-03-24T11:34:17.991832+0000 mon.smithi203 (mon.0) 787 : cluster 0 osdmap e39: 8 total, 8 up, 8 in 2024-03-24T11:34:19.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:18 smithi204 bash[23543]: audit 2024-03-24T11:34:17.996332+0000 mon.smithi204 (mon.1) 21 : audit 1 from='client.? 172.21.15.204:0/3428827239' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-24T11:34:19.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:18 smithi204 bash[23543]: audit 2024-03-24T11:34:17.999274+0000 mon.smithi203 (mon.0) 788 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:19 smithi203 bash[18672]: cluster 2024-03-24T11:34:18.043135+0000 mgr.smithi203.vllliu (mgr.14195) 249 : cluster 0 pgmap v203: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:19 smithi203 bash[18672]: cluster 2024-03-24T11:34:18.987172+0000 mon.smithi203 (mon.0) 789 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:19 smithi203 bash[18672]: audit 2024-03-24T11:34:18.995252+0000 mon.smithi203 (mon.0) 790 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:19 smithi203 bash[18672]: cluster 2024-03-24T11:34:19.001459+0000 mon.smithi203 (mon.0) 791 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:19 smithi203 bash[18672]: audit 2024-03-24T11:34:19.557022+0000 mon.smithi203 (mon.0) 792 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:20 smithi203 bash[18672]: audit 2024-03-24T11:34:19.566850+0000 mon.smithi203 (mon.0) 793 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:20 smithi203 bash[18672]: audit 2024-03-24T11:34:19.584210+0000 mon.smithi203 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:20 smithi203 bash[18672]: audit 2024-03-24T11:34:19.585404+0000 mon.smithi203 (mon.0) 795 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.rcygym", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:20 smithi203 bash[18672]: audit 2024-03-24T11:34:19.587853+0000 mon.smithi203 (mon.0) 796 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.rcygym", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:20 smithi203 bash[18672]: audit 2024-03-24T11:34:19.597559+0000 mon.smithi203 (mon.0) 797 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:20 smithi203 bash[18672]: audit 2024-03-24T11:34:19.601161+0000 mon.smithi203 (mon.0) 798 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:20.267 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:20 smithi203 bash[18672]: cephadm 2024-03-24T11:34:19.602588+0000 mgr.smithi203.vllliu (mgr.14195) 250 : cephadm 1 Deploying daemon rgw.foo.smithi204.rcygym on smithi204 2024-03-24T11:34:20.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: cluster 2024-03-24T11:34:18.043135+0000 mgr.smithi203.vllliu (mgr.14195) 249 : cluster 0 pgmap v203: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: cluster 2024-03-24T11:34:18.987172+0000 mon.smithi203 (mon.0) 789 : cluster 3 Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:18.995252+0000 mon.smithi203 (mon.0) 790 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: cluster 2024-03-24T11:34:19.001459+0000 mon.smithi203 (mon.0) 791 : cluster 0 osdmap e40: 8 total, 8 up, 8 in 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:19.557022+0000 mon.smithi203 (mon.0) 792 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:19.566850+0000 mon.smithi203 (mon.0) 793 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:19.584210+0000 mon.smithi203 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:19.585404+0000 mon.smithi203 (mon.0) 795 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.rcygym", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:19.587853+0000 mon.smithi203 (mon.0) 796 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi204.rcygym", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:19.597559+0000 mon.smithi203 (mon.0) 797 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: audit 2024-03-24T11:34:19.601161+0000 mon.smithi203 (mon.0) 798 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:20.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:19 smithi204 bash[23543]: cephadm 2024-03-24T11:34:19.602588+0000 mgr.smithi203.vllliu (mgr.14195) 250 : cephadm 1 Deploying daemon rgw.foo.smithi204.rcygym on smithi204 2024-03-24T11:34:21.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:21 smithi204 bash[23543]: cluster 2024-03-24T11:34:20.012763+0000 mon.smithi203 (mon.0) 799 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2024-03-24T11:34:21.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:21 smithi204 bash[23543]: audit 2024-03-24T11:34:20.016517+0000 mon.smithi204 (mon.1) 22 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-03-24T11:34:21.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:21 smithi204 bash[23543]: audit 2024-03-24T11:34:20.027305+0000 mon.smithi203 (mon.0) 800 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-03-24T11:34:21.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:21 smithi204 bash[23543]: cluster 2024-03-24T11:34:20.043607+0000 mgr.smithi203.vllliu (mgr.14195) 251 : cluster 0 pgmap v206: 65 pgs: 17 active+clean, 2 creating+peering, 46 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:34:21.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:21 smithi203 bash[18672]: cluster 2024-03-24T11:34:20.012763+0000 mon.smithi203 (mon.0) 799 : cluster 0 osdmap e41: 8 total, 8 up, 8 in 2024-03-24T11:34:21.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:21 smithi203 bash[18672]: audit 2024-03-24T11:34:20.016517+0000 mon.smithi204 (mon.1) 22 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-03-24T11:34:21.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:21 smithi203 bash[18672]: audit 2024-03-24T11:34:20.027305+0000 mon.smithi203 (mon.0) 800 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-03-24T11:34:21.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:21 smithi203 bash[18672]: cluster 2024-03-24T11:34:20.043607+0000 mgr.smithi203.vllliu (mgr.14195) 251 : cluster 0 pgmap v206: 65 pgs: 17 active+clean, 2 creating+peering, 46 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:34:21.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:21 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:22.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:22 smithi204 bash[23543]: audit 2024-03-24T11:34:21.015618+0000 mon.smithi203 (mon.0) 801 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-03-24T11:34:22.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:22 smithi204 bash[23543]: cluster 2024-03-24T11:34:21.026753+0000 mon.smithi203 (mon.0) 802 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2024-03-24T11:34:22.236 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:22 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:22.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:22 smithi203 bash[18672]: audit 2024-03-24T11:34:21.015618+0000 mon.smithi203 (mon.0) 801 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-03-24T11:34:22.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:22 smithi203 bash[18672]: cluster 2024-03-24T11:34:21.026753+0000 mon.smithi203 (mon.0) 802 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2024-03-24T11:34:22.339 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:34:22.339 INFO:teuthology.orchestra.run.smithi203.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-24T11:26:45.451237Z", "last_refresh": "2024-03-24T11:34:01.882451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:28:37.272057Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\nDeploy daemon ceph-exporter.smithi204 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-03-24T11:29:01.163136Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-03-24T11:26:37.963145Z", "last_refresh": "2024-03-24T11:34:01.429952Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:41.321322Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-24T11:26:36.142250Z", "last_refresh": "2024-03-24T11:34:01.429462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-24T11:26:41.667161Z", "last_refresh": "2024-03-24T11:34:01.882560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:03.437483Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.203/16"}, "status": {"created": "2024-03-24T11:34:03.431465Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.203/16"}}, {"events": ["2024-03-24T11:28:45.599954Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-24T11:26:34.390871Z", "last_refresh": "2024-03-24T11:34:01.429720Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:51.649079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi203:172.21.15.203=smithi203", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-24T11:28:27.168608Z", "last_refresh": "2024-03-24T11:34:01.429833Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:42.453284Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-24T11:26:43.577651Z", "last_refresh": "2024-03-24T11:34:01.429602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-24T11:29:18.282306Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-03-24T11:29:18.276233Z", "last_refresh": "2024-03-24T11:34:01.430064Z", "running": 8, "size": 8}}, {"events": ["2024-03-24T11:28:51.658935Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-24T11:26:39.796576Z", "last_refresh": "2024-03-24T11:34:01.882670Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:22.334379Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-03-24T11:34:03.424252Z", "ports": [8000], "running": 0, "size": 4}}] 2024-03-24T11:34:23.272 INFO:tasks.cephadm:rgw.foo has 0/4 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: cluster 2024-03-24T11:34:22.024839+0000 mon.smithi203 (mon.0) 803 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.027569+0000 mon.smithi203 (mon.0) 804 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.029962+0000 mon.smithi204 (mon.1) 23 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.032843+0000 mon.smithi203 (mon.0) 805 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: cluster 2024-03-24T11:34:22.044074+0000 mgr.smithi203.vllliu (mgr.14195) 252 : cluster 0 pgmap v209: 97 pgs: 38 active+clean, 5 creating+peering, 54 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.286372+0000 mon.smithi203 (mon.0) 806 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.296311+0000 mon.smithi203 (mon.0) 807 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.326528+0000 mgr.smithi203.vllliu (mgr.14195) 253 : audit 0 from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.328663+0000 mon.smithi203 (mon.0) 808 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.335348+0000 mon.smithi203 (mon.0) 809 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.yqwhvf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.339985+0000 mon.smithi203 (mon.0) 810 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.yqwhvf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.349057+0000 mon.smithi203 (mon.0) 811 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: audit 2024-03-24T11:34:22.351181+0000 mon.smithi203 (mon.0) 812 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:23.446 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:23 smithi204 bash[23543]: cephadm 2024-03-24T11:34:22.352409+0000 mgr.smithi203.vllliu (mgr.14195) 254 : cephadm 1 Deploying daemon rgw.foo.smithi203.yqwhvf on smithi203 2024-03-24T11:34:23.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: cluster 2024-03-24T11:34:22.024839+0000 mon.smithi203 (mon.0) 803 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2024-03-24T11:34:23.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.027569+0000 mon.smithi203 (mon.0) 804 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-03-24T11:34:23.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.029962+0000 mon.smithi204 (mon.1) 23 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-03-24T11:34:23.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.032843+0000 mon.smithi203 (mon.0) 805 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-03-24T11:34:23.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: cluster 2024-03-24T11:34:22.044074+0000 mgr.smithi203.vllliu (mgr.14195) 252 : cluster 0 pgmap v209: 97 pgs: 38 active+clean, 5 creating+peering, 54 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.286372+0000 mon.smithi203 (mon.0) 806 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.296311+0000 mon.smithi203 (mon.0) 807 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.326528+0000 mgr.smithi203.vllliu (mgr.14195) 253 : audit 0 from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.328663+0000 mon.smithi203 (mon.0) 808 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.335348+0000 mon.smithi203 (mon.0) 809 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.yqwhvf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.339985+0000 mon.smithi203 (mon.0) 810 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi203.yqwhvf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.349057+0000 mon.smithi203 (mon.0) 811 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: audit 2024-03-24T11:34:22.351181+0000 mon.smithi203 (mon.0) 812 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:34:23.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:23 smithi203 bash[18672]: cephadm 2024-03-24T11:34:22.352409+0000 mgr.smithi203.vllliu (mgr.14195) 254 : cephadm 1 Deploying daemon rgw.foo.smithi203.yqwhvf on smithi203 2024-03-24T11:34:24.145 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:24 smithi203 bash[18672]: audit 2024-03-24T11:34:23.030572+0000 mon.smithi203 (mon.0) 813 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-03-24T11:34:24.145 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:24 smithi203 bash[18672]: audit 2024-03-24T11:34:23.030695+0000 mon.smithi203 (mon.0) 814 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-03-24T11:34:24.146 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:24 smithi203 bash[18672]: cluster 2024-03-24T11:34:23.039934+0000 mon.smithi203 (mon.0) 815 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2024-03-24T11:34:24.273 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-24T11:34:24.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:24 smithi204 bash[23543]: audit 2024-03-24T11:34:23.030572+0000 mon.smithi203 (mon.0) 813 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-03-24T11:34:24.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:24 smithi204 bash[23543]: audit 2024-03-24T11:34:23.030695+0000 mon.smithi203 (mon.0) 814 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-03-24T11:34:24.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:24 smithi204 bash[23543]: cluster 2024-03-24T11:34:23.039934+0000 mon.smithi203 (mon.0) 815 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2024-03-24T11:34:24.962 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:24 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 bash[18672]: cluster 2024-03-24T11:34:24.042668+0000 mon.smithi203 (mon.0) 816 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 bash[18672]: audit 2024-03-24T11:34:24.043665+0000 mon.smithi203 (mon.0) 817 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 bash[18672]: cluster 2024-03-24T11:34:24.044530+0000 mgr.smithi203.vllliu (mgr.14195) 255 : cluster 0 pgmap v212: 129 pgs: 48 active+clean, 3 creating+peering, 78 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 767 B/s wr, 2 op/s 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 bash[18672]: audit 2024-03-24T11:34:24.049153+0000 mon.smithi204 (mon.1) 24 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 bash[18672]: audit 2024-03-24T11:34:24.050215+0000 mon.smithi204 (mon.1) 25 : audit 1 from='client.? 172.21.15.204:0/126288750' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 bash[18672]: audit 2024-03-24T11:34:24.052313+0000 mon.smithi203 (mon.0) 818 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 bash[18672]: audit 2024-03-24T11:34:24.055121+0000 mon.smithi203 (mon.0) 819 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.258 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:25 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:25 smithi204 bash[23543]: cluster 2024-03-24T11:34:24.042668+0000 mon.smithi203 (mon.0) 816 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2024-03-24T11:34:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:25 smithi204 bash[23543]: audit 2024-03-24T11:34:24.043665+0000 mon.smithi203 (mon.0) 817 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:25 smithi204 bash[23543]: cluster 2024-03-24T11:34:24.044530+0000 mgr.smithi203.vllliu (mgr.14195) 255 : cluster 0 pgmap v212: 129 pgs: 48 active+clean, 3 creating+peering, 78 unknown; 578 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 767 B/s wr, 2 op/s 2024-03-24T11:34:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:25 smithi204 bash[23543]: audit 2024-03-24T11:34:24.049153+0000 mon.smithi204 (mon.1) 24 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:25 smithi204 bash[23543]: audit 2024-03-24T11:34:24.050215+0000 mon.smithi204 (mon.1) 25 : audit 1 from='client.? 172.21.15.204:0/126288750' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:25 smithi204 bash[23543]: audit 2024-03-24T11:34:24.052313+0000 mon.smithi203 (mon.0) 818 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:25.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:25 smithi204 bash[23543]: audit 2024-03-24T11:34:24.055121+0000 mon.smithi203 (mon.0) 819 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-03-24T11:34:26.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.048041+0000 mon.smithi203 (mon.0) 820 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-03-24T11:34:26.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.048097+0000 mon.smithi203 (mon.0) 821 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-03-24T11:34:26.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.048171+0000 mon.smithi203 (mon.0) 822 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-03-24T11:34:26.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: cluster 2024-03-24T11:34:25.052160+0000 mon.smithi203 (mon.0) 823 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.058851+0000 mon.smithi204 (mon.1) 26 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.061869+0000 mon.smithi204 (mon.1) 27 : audit 1 from='client.? 172.21.15.204:0/126288750' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.062026+0000 mon.smithi203 (mon.0) 824 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.068732+0000 mon.smithi203 (mon.0) 825 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.076936+0000 mon.smithi203 (mon.0) 826 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.298244+0000 mon.smithi203 (mon.0) 827 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.304902+0000 mon.smithi203 (mon.0) 828 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.326998+0000 mon.smithi203 (mon.0) 829 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: cephadm 2024-03-24T11:34:25.327674+0000 mgr.smithi203.vllliu (mgr.14195) 256 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.331388+0000 mon.smithi203 (mon.0) 830 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.336115+0000 mon.smithi203 (mon.0) 831 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: audit 2024-03-24T11:34:25.341763+0000 mon.smithi203 (mon.0) 832 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:26 smithi204 bash[23543]: cephadm 2024-03-24T11:34:25.357014+0000 mgr.smithi203.vllliu (mgr.14195) 257 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi204.bplbxy on smithi204 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.048041+0000 mon.smithi203 (mon.0) 820 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.048097+0000 mon.smithi203 (mon.0) 821 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.048171+0000 mon.smithi203 (mon.0) 822 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: cluster 2024-03-24T11:34:25.052160+0000 mon.smithi203 (mon.0) 823 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.058851+0000 mon.smithi204 (mon.1) 26 : audit 1 from='client.? 172.21.15.204:0/1980507452' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.061869+0000 mon.smithi204 (mon.1) 27 : audit 1 from='client.? 172.21.15.204:0/126288750' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.062026+0000 mon.smithi203 (mon.0) 824 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.068732+0000 mon.smithi203 (mon.0) 825 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.076936+0000 mon.smithi203 (mon.0) 826 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.298244+0000 mon.smithi203 (mon.0) 827 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.304902+0000 mon.smithi203 (mon.0) 828 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.326998+0000 mon.smithi203 (mon.0) 829 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: cephadm 2024-03-24T11:34:25.327674+0000 mgr.smithi203.vllliu (mgr.14195) 256 : cephadm 1 Saving service rgw.foo spec with placement count:4;* 2024-03-24T11:34:26.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.331388+0000 mon.smithi203 (mon.0) 830 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.336115+0000 mon.smithi203 (mon.0) 831 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: audit 2024-03-24T11:34:25.341763+0000 mon.smithi203 (mon.0) 832 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:26.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:26 smithi203 bash[18672]: cephadm 2024-03-24T11:34:25.357014+0000 mgr.smithi203.vllliu (mgr.14195) 257 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi204.bplbxy on smithi204 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: cluster 2024-03-24T11:34:26.045247+0000 mgr.smithi203.vllliu (mgr.14195) 258 : cluster 0 pgmap v214: 129 pgs: 88 active+clean, 17 creating+peering, 24 unknown; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 509 B/s wr, 7 op/s 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: audit 2024-03-24T11:34:26.059261+0000 mon.smithi203 (mon.0) 833 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: audit 2024-03-24T11:34:26.059450+0000 mon.smithi203 (mon.0) 834 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: audit 2024-03-24T11:34:26.059628+0000 mon.smithi203 (mon.0) 835 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: cluster 2024-03-24T11:34:26.066128+0000 mon.smithi203 (mon.0) 836 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: audit 2024-03-24T11:34:26.258582+0000 mon.smithi203 (mon.0) 837 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: audit 2024-03-24T11:34:26.260286+0000 mon.smithi203 (mon.0) 838 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: cluster 2024-03-24T11:34:26.340237+0000 mon.smithi203 (mon.0) 839 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-24T11:34:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:27 smithi204 bash[23543]: cluster 2024-03-24T11:34:26.340271+0000 mon.smithi203 (mon.0) 840 : cluster 1 Cluster is now healthy 2024-03-24T11:34:27.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: cluster 2024-03-24T11:34:26.045247+0000 mgr.smithi203.vllliu (mgr.14195) 258 : cluster 0 pgmap v214: 129 pgs: 88 active+clean, 17 creating+peering, 24 unknown; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 509 B/s wr, 7 op/s 2024-03-24T11:34:27.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: audit 2024-03-24T11:34:26.059261+0000 mon.smithi203 (mon.0) 833 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.ghlqcf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-24T11:34:27.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: audit 2024-03-24T11:34:26.059450+0000 mon.smithi203 (mon.0) 834 : audit 1 from='client.? ' entity='client.rgw.foo.smithi204.rcygym' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-24T11:34:27.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: audit 2024-03-24T11:34:26.059628+0000 mon.smithi203 (mon.0) 835 : audit 1 from='client.? 172.21.15.203:0/260017536' entity='client.rgw.foo.smithi203.asziaw' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-03-24T11:34:27.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: cluster 2024-03-24T11:34:26.066128+0000 mon.smithi203 (mon.0) 836 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2024-03-24T11:34:27.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: audit 2024-03-24T11:34:26.258582+0000 mon.smithi203 (mon.0) 837 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:27.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: audit 2024-03-24T11:34:26.260286+0000 mon.smithi203 (mon.0) 838 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:27.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: cluster 2024-03-24T11:34:26.340237+0000 mon.smithi203 (mon.0) 839 : cluster 1 Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-24T11:34:27.516 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:27 smithi203 bash[18672]: cluster 2024-03-24T11:34:26.340271+0000 mon.smithi203 (mon.0) 840 : cluster 1 Cluster is now healthy 2024-03-24T11:34:28.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:28 smithi204 bash[23543]: audit 2024-03-24T11:34:27.599006+0000 mon.smithi203 (mon.0) 841 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:29.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:28 smithi203 bash[18672]: audit 2024-03-24T11:34:27.599006+0000 mon.smithi203 (mon.0) 841 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:29.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:29 smithi204 bash[23543]: cluster 2024-03-24T11:34:28.045842+0000 mgr.smithi203.vllliu (mgr.14195) 259 : cluster 0 pgmap v216: 129 pgs: 108 active+clean, 17 creating+peering, 4 unknown; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 1.2 KiB/s wr, 38 op/s 2024-03-24T11:34:30.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:29 smithi203 bash[18672]: cluster 2024-03-24T11:34:28.045842+0000 mgr.smithi203.vllliu (mgr.14195) 259 : cluster 0 pgmap v216: 129 pgs: 108 active+clean, 17 creating+peering, 4 unknown; 579 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 1.2 KiB/s wr, 38 op/s 2024-03-24T11:34:30.070 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:34:31.677 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:31 smithi203 bash[18672]: cluster 2024-03-24T11:34:30.047058+0000 mgr.smithi203.vllliu (mgr.14195) 260 : cluster 0 pgmap v217: 129 pgs: 129 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 265 KiB/s rd, 4.7 KiB/s wr, 459 op/s 2024-03-24T11:34:31.785 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:31 smithi204 bash[23543]: cluster 2024-03-24T11:34:30.047058+0000 mgr.smithi203.vllliu (mgr.14195) 260 : cluster 0 pgmap v217: 129 pgs: 129 active+clean; 581 KiB data, 241 MiB used, 715 GiB / 715 GiB avail; 265 KiB/s rd, 4.7 KiB/s wr, 459 op/s 2024-03-24T11:34:32.071 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:31 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:32.345 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:32 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:33.238 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:34:33.238 INFO:teuthology.orchestra.run.smithi203.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-24T11:26:45.451237Z", "last_refresh": "2024-03-24T11:34:01.882451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:28:37.272057Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\nDeploy daemon ceph-exporter.smithi204 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-03-24T11:29:01.163136Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-03-24T11:26:37.963145Z", "last_refresh": "2024-03-24T11:34:01.429952Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:41.321322Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-24T11:26:36.142250Z", "last_refresh": "2024-03-24T11:34:01.429462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-24T11:26:41.667161Z", "last_refresh": "2024-03-24T11:34:01.882560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:32.461994Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.203/16"}, "status": {"created": "2024-03-24T11:34:03.431465Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.203/16"}}, {"events": ["2024-03-24T11:28:45.599954Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-24T11:26:34.390871Z", "last_refresh": "2024-03-24T11:34:01.429720Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:51.649079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi203:172.21.15.203=smithi203", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-24T11:28:27.168608Z", "last_refresh": "2024-03-24T11:34:01.429833Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:42.453284Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-24T11:26:43.577651Z", "last_refresh": "2024-03-24T11:34:01.429602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-24T11:29:18.282306Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-03-24T11:29:18.276233Z", "last_refresh": "2024-03-24T11:34:01.430064Z", "running": 8, "size": 8}}, {"events": ["2024-03-24T11:28:51.658935Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-24T11:26:39.796576Z", "last_refresh": "2024-03-24T11:34:01.882670Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:25.336322Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-03-24T11:34:25.327694Z", "ports": [8000], "running": 0, "size": 4}}] 2024-03-24T11:34:33.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:33 smithi204 bash[23543]: cluster 2024-03-24T11:34:32.048085+0000 mgr.smithi203.vllliu (mgr.14195) 261 : cluster 0 pgmap v218: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 276 KiB/s rd, 4.2 KiB/s wr, 478 op/s 2024-03-24T11:34:33.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:33 smithi204 bash[23543]: audit 2024-03-24T11:34:32.403556+0000 mon.smithi203 (mon.0) 842 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:33.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:33 smithi204 bash[23543]: audit 2024-03-24T11:34:32.415344+0000 mon.smithi203 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:33.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:33 smithi204 bash[23543]: audit 2024-03-24T11:34:32.461430+0000 mon.smithi203 (mon.0) 844 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:33.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:33 smithi204 bash[23543]: cephadm 2024-03-24T11:34:32.467556+0000 mgr.smithi203.vllliu (mgr.14195) 262 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi203.yvjegh on smithi203 2024-03-24T11:34:33.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:33 smithi203 bash[18672]: cluster 2024-03-24T11:34:32.048085+0000 mgr.smithi203.vllliu (mgr.14195) 261 : cluster 0 pgmap v218: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 276 KiB/s rd, 4.2 KiB/s wr, 478 op/s 2024-03-24T11:34:33.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:33 smithi203 bash[18672]: audit 2024-03-24T11:34:32.403556+0000 mon.smithi203 (mon.0) 842 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:33.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:33 smithi203 bash[18672]: audit 2024-03-24T11:34:32.415344+0000 mon.smithi203 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:33.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:33 smithi203 bash[18672]: audit 2024-03-24T11:34:32.461430+0000 mon.smithi203 (mon.0) 844 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:33.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:33 smithi203 bash[18672]: cephadm 2024-03-24T11:34:32.467556+0000 mgr.smithi203.vllliu (mgr.14195) 262 : cephadm 1 Deploying daemon haproxy.rgw.foo.smithi203.yvjegh on smithi203 2024-03-24T11:34:33.973 INFO:tasks.cephadm:rgw.foo has 0/4 2024-03-24T11:34:34.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:34 smithi204 bash[23543]: audit 2024-03-24T11:34:33.227673+0000 mgr.smithi203.vllliu (mgr.14195) 263 : audit 0 from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:34.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:34 smithi203 bash[18672]: audit 2024-03-24T11:34:33.227673+0000 mgr.smithi203.vllliu (mgr.14195) 263 : audit 0 from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:34.974 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-24T11:34:35.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:35 smithi204 bash[23543]: cluster 2024-03-24T11:34:34.048907+0000 mgr.smithi203.vllliu (mgr.14195) 264 : cluster 0 pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 244 KiB/s rd, 3.7 KiB/s wr, 422 op/s 2024-03-24T11:34:35.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:35 smithi203 bash[18672]: cluster 2024-03-24T11:34:34.048907+0000 mgr.smithi203.vllliu (mgr.14195) 264 : cluster 0 pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 244 KiB/s rd, 3.7 KiB/s wr, 422 op/s 2024-03-24T11:34:37.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:37 smithi204 bash[23543]: cluster 2024-03-24T11:34:36.049658+0000 mgr.smithi203.vllliu (mgr.14195) 265 : cluster 0 pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 219 KiB/s rd, 3.2 KiB/s wr, 379 op/s 2024-03-24T11:34:37.728 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:37 smithi203 bash[18672]: cluster 2024-03-24T11:34:36.049658+0000 mgr.smithi203.vllliu (mgr.14195) 265 : cluster 0 pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 219 KiB/s rd, 3.2 KiB/s wr, 379 op/s 2024-03-24T11:34:38.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:38 smithi204 bash[23543]: audit 2024-03-24T11:34:37.613466+0000 mon.smithi203 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:39.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:38 smithi203 bash[18672]: audit 2024-03-24T11:34:37.613466+0000 mon.smithi203 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:39.778 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:34:39.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:39 smithi204 bash[23543]: cluster 2024-03-24T11:34:38.050629+0000 mgr.smithi203.vllliu (mgr.14195) 266 : cluster 0 pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 2.7 KiB/s wr, 316 op/s 2024-03-24T11:34:40.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:39 smithi203 bash[18672]: cluster 2024-03-24T11:34:38.050629+0000 mgr.smithi203.vllliu (mgr.14195) 266 : cluster 0 pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 182 KiB/s rd, 2.7 KiB/s wr, 316 op/s 2024-03-24T11:34:41.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:40 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:41.322 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:41.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 bash[18672]: cluster 2024-03-24T11:34:40.051839+0000 mgr.smithi203.vllliu (mgr.14195) 267 : cluster 0 pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 175 KiB/s rd, 2.3 KiB/s wr, 302 op/s 2024-03-24T11:34:41.919 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 bash[18672]: audit 2024-03-24T11:34:41.260597+0000 mon.smithi203 (mon.0) 846 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 bash[18672]: audit 2024-03-24T11:34:41.262589+0000 mon.smithi203 (mon.0) 847 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:41.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 bash[18672]: audit 2024-03-24T11:34:41.377130+0000 mon.smithi203 (mon.0) 848 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 bash[18672]: audit 2024-03-24T11:34:41.383441+0000 mon.smithi203 (mon.0) 849 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 bash[18672]: audit 2024-03-24T11:34:41.415348+0000 mon.smithi203 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.920 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:41 smithi203 bash[18672]: audit 2024-03-24T11:34:41.419888+0000 mon.smithi203 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:41 smithi204 bash[23543]: cluster 2024-03-24T11:34:40.051839+0000 mgr.smithi203.vllliu (mgr.14195) 267 : cluster 0 pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 175 KiB/s rd, 2.3 KiB/s wr, 302 op/s 2024-03-24T11:34:41.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:41 smithi204 bash[23543]: audit 2024-03-24T11:34:41.260597+0000 mon.smithi203 (mon.0) 846 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:41 smithi204 bash[23543]: audit 2024-03-24T11:34:41.262589+0000 mon.smithi203 (mon.0) 847 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:41.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:41 smithi204 bash[23543]: audit 2024-03-24T11:34:41.377130+0000 mon.smithi203 (mon.0) 848 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:41 smithi204 bash[23543]: audit 2024-03-24T11:34:41.383441+0000 mon.smithi203 (mon.0) 849 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:41 smithi204 bash[23543]: audit 2024-03-24T11:34:41.415348+0000 mon.smithi203 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:41.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:41 smithi204 bash[23543]: audit 2024-03-24T11:34:41.419888+0000 mon.smithi203 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:42.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:42 smithi204 bash[23543]: cephadm 2024-03-24T11:34:41.420441+0000 mgr.smithi203.vllliu (mgr.14195) 268 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi203 interface enp3s0f1 2024-03-24T11:34:42.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:42 smithi204 bash[23543]: cephadm 2024-03-24T11:34:41.420581+0000 mgr.smithi203.vllliu (mgr.14195) 269 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi204 interface enp3s0f1 2024-03-24T11:34:42.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:42 smithi204 bash[23543]: cephadm 2024-03-24T11:34:41.426560+0000 mgr.smithi203.vllliu (mgr.14195) 270 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi203.ludidq on smithi203 2024-03-24T11:34:43.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:42 smithi203 bash[18672]: cephadm 2024-03-24T11:34:41.420441+0000 mgr.smithi203.vllliu (mgr.14195) 268 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi203 interface enp3s0f1 2024-03-24T11:34:43.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:42 smithi203 bash[18672]: cephadm 2024-03-24T11:34:41.420581+0000 mgr.smithi203.vllliu (mgr.14195) 269 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi204 interface enp3s0f1 2024-03-24T11:34:43.016 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:42 smithi203 bash[18672]: cephadm 2024-03-24T11:34:41.426560+0000 mgr.smithi203.vllliu (mgr.14195) 270 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi203.ludidq on smithi203 2024-03-24T11:34:43.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:43 smithi204 bash[23543]: cluster 2024-03-24T11:34:42.052921+0000 mgr.smithi203.vllliu (mgr.14195) 271 : cluster 0 pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 511 B/s wr, 88 op/s 2024-03-24T11:34:44.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:43 smithi203 bash[18672]: cluster 2024-03-24T11:34:42.052921+0000 mgr.smithi203.vllliu (mgr.14195) 271 : cluster 0 pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s rd, 511 B/s wr, 88 op/s 2024-03-24T11:34:44.618 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:34:44.618 INFO:teuthology.orchestra.run.smithi203.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-24T11:26:45.451237Z", "last_refresh": "2024-03-24T11:34:01.882451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:28:37.272057Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\nDeploy daemon ceph-exporter.smithi204 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-03-24T11:29:01.163136Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-03-24T11:26:37.963145Z", "last_refresh": "2024-03-24T11:34:01.429952Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:41.321322Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-24T11:26:36.142250Z", "last_refresh": "2024-03-24T11:34:01.429462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-24T11:26:41.667161Z", "last_refresh": "2024-03-24T11:34:01.882560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:41.415604Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.203/16"}, "status": {"created": "2024-03-24T11:34:03.431465Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.203/16"}}, {"events": ["2024-03-24T11:28:45.599954Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-24T11:26:34.390871Z", "last_refresh": "2024-03-24T11:34:01.429720Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:51.649079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi203:172.21.15.203=smithi203", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-24T11:28:27.168608Z", "last_refresh": "2024-03-24T11:34:01.429833Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:42.453284Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-24T11:26:43.577651Z", "last_refresh": "2024-03-24T11:34:01.429602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-24T11:29:18.282306Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-03-24T11:29:18.276233Z", "last_refresh": "2024-03-24T11:34:01.430064Z", "running": 8, "size": 8}}, {"events": ["2024-03-24T11:28:51.658935Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-24T11:26:39.796576Z", "last_refresh": "2024-03-24T11:34:01.882670Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:25.336322Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-03-24T11:34:25.327694Z", "ports": [8000], "running": 0, "size": 4}}] 2024-03-24T11:34:45.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:45 smithi204 bash[23543]: cluster 2024-03-24T11:34:44.053462+0000 mgr.smithi203.vllliu (mgr.14195) 272 : cluster 0 pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:45.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:45 smithi204 bash[23543]: audit 2024-03-24T11:34:44.616947+0000 mgr.smithi203.vllliu (mgr.14195) 273 : audit 0 from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:46.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:45 smithi203 bash[18672]: cluster 2024-03-24T11:34:44.053462+0000 mgr.smithi203.vllliu (mgr.14195) 272 : cluster 0 pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:46.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:45 smithi203 bash[18672]: audit 2024-03-24T11:34:44.616947+0000 mgr.smithi203.vllliu (mgr.14195) 273 : audit 0 from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:46.792 INFO:tasks.cephadm:rgw.foo has 0/4 2024-03-24T11:34:47.793 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-24T11:34:47.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:47 smithi204 bash[23543]: cluster 2024-03-24T11:34:46.054757+0000 mgr.smithi203.vllliu (mgr.14195) 274 : cluster 0 pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:48.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:47 smithi203 bash[18672]: cluster 2024-03-24T11:34:46.054757+0000 mgr.smithi203.vllliu (mgr.14195) 274 : cluster 0 pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:49.893 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:49 smithi203 bash[18672]: cluster 2024-03-24T11:34:48.055703+0000 mgr.smithi203.vllliu (mgr.14195) 275 : cluster 0 pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:49.893 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:49 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:49.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:49 smithi204 bash[23543]: cluster 2024-03-24T11:34:48.055703+0000 mgr.smithi203.vllliu (mgr.14195) 275 : cluster 0 pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:50.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:50 smithi203 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:51.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:51 smithi204 bash[23543]: cluster 2024-03-24T11:34:50.056347+0000 mgr.smithi203.vllliu (mgr.14195) 276 : cluster 0 pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:51.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:51 smithi204 bash[23543]: audit 2024-03-24T11:34:50.370079+0000 mon.smithi203 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:51.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:51 smithi204 bash[23543]: audit 2024-03-24T11:34:50.376737+0000 mon.smithi203 (mon.0) 853 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:51.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:51 smithi204 bash[23543]: audit 2024-03-24T11:34:50.414606+0000 mon.smithi203 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:51.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:51 smithi204 bash[23543]: cephadm 2024-03-24T11:34:50.416762+0000 mgr.smithi203.vllliu (mgr.14195) 277 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi204 interface enp3s0f1 2024-03-24T11:34:51.653 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:51 smithi204 bash[23543]: cephadm 2024-03-24T11:34:50.416904+0000 mgr.smithi203.vllliu (mgr.14195) 278 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi203 interface enp3s0f1 2024-03-24T11:34:51.654 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:51 smithi204 bash[23543]: cephadm 2024-03-24T11:34:50.417679+0000 mgr.smithi203.vllliu (mgr.14195) 279 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi204.fvrujg on smithi204 2024-03-24T11:34:51.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:51 smithi203 bash[18672]: cluster 2024-03-24T11:34:50.056347+0000 mgr.smithi203.vllliu (mgr.14195) 276 : cluster 0 pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:51.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:51 smithi203 bash[18672]: audit 2024-03-24T11:34:50.370079+0000 mon.smithi203 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:51.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:51 smithi203 bash[18672]: audit 2024-03-24T11:34:50.376737+0000 mon.smithi203 (mon.0) 853 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:51.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:51 smithi203 bash[18672]: audit 2024-03-24T11:34:50.414606+0000 mon.smithi203 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:34:51.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:51 smithi203 bash[18672]: cephadm 2024-03-24T11:34:50.416762+0000 mgr.smithi203.vllliu (mgr.14195) 277 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi204 interface enp3s0f1 2024-03-24T11:34:51.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:51 smithi203 bash[18672]: cephadm 2024-03-24T11:34:50.416904+0000 mgr.smithi203.vllliu (mgr.14195) 278 : cephadm 1 10.0.31.203 is in 10.0.0.0/16 on smithi203 interface enp3s0f1 2024-03-24T11:34:51.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:51 smithi203 bash[18672]: cephadm 2024-03-24T11:34:50.417679+0000 mgr.smithi203.vllliu (mgr.14195) 279 : cephadm 1 Deploying daemon keepalived.rgw.foo.smithi204.fvrujg on smithi204 2024-03-24T11:34:53.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:53 smithi203 bash[18672]: cluster 2024-03-24T11:34:52.057380+0000 mgr.smithi203.vllliu (mgr.14195) 280 : cluster 0 pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:53.609 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:34:53.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:53 smithi204 bash[23543]: cluster 2024-03-24T11:34:52.057380+0000 mgr.smithi203.vllliu (mgr.14195) 280 : cluster 0 pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:55.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:55 smithi204 bash[23543]: cluster 2024-03-24T11:34:54.058308+0000 mgr.smithi203.vllliu (mgr.14195) 281 : cluster 0 pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:55.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:55 smithi203 bash[18672]: cluster 2024-03-24T11:34:54.058308+0000 mgr.smithi203.vllliu (mgr.14195) 281 : cluster 0 pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:56.424 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:34:56.424 INFO:teuthology.orchestra.run.smithi203.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-24T11:26:45.451237Z", "last_refresh": "2024-03-24T11:34:01.882451Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:28:37.272057Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\nDeploy daemon ceph-exporter.smithi204 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-03-24T11:29:01.163136Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-03-24T11:26:37.963145Z", "last_refresh": "2024-03-24T11:34:01.429952Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:41.321322Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-24T11:26:36.142250Z", "last_refresh": "2024-03-24T11:34:01.429462Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-24T11:26:41.667161Z", "last_refresh": "2024-03-24T11:34:01.882560Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:50.414901Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.203/16"}, "status": {"created": "2024-03-24T11:34:03.431465Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.203/16"}}, {"events": ["2024-03-24T11:28:45.599954Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-24T11:26:34.390871Z", "last_refresh": "2024-03-24T11:34:01.429720Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:51.649079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi203:172.21.15.203=smithi203", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-24T11:28:27.168608Z", "last_refresh": "2024-03-24T11:34:01.429833Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:42.453284Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-24T11:26:43.577651Z", "last_refresh": "2024-03-24T11:34:01.429602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-24T11:29:18.282306Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-03-24T11:29:18.276233Z", "last_refresh": "2024-03-24T11:34:01.430064Z", "running": 8, "size": 8}}, {"events": ["2024-03-24T11:28:51.658935Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-24T11:26:39.796576Z", "last_refresh": "2024-03-24T11:34:01.882670Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:25.336322Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-03-24T11:34:25.327694Z", "ports": [8000], "running": 0, "size": 4}}] 2024-03-24T11:34:56.654 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:56 smithi203 bash[18672]: audit 2024-03-24T11:34:56.254899+0000 mon.smithi203 (mon.0) 855 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:56.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:56 smithi204 bash[23543]: audit 2024-03-24T11:34:56.254899+0000 mon.smithi203 (mon.0) 855 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:34:57.077 INFO:tasks.cephadm:rgw.foo has 0/4 2024-03-24T11:34:57.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:57 smithi204 bash[23543]: cluster 2024-03-24T11:34:56.059246+0000 mgr.smithi203.vllliu (mgr.14195) 282 : cluster 0 pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:57.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:57 smithi204 bash[23543]: audit 2024-03-24T11:34:56.420453+0000 mgr.smithi203.vllliu (mgr.14195) 283 : audit 0 from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:57.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:57 smithi203 bash[18672]: cluster 2024-03-24T11:34:56.059246+0000 mgr.smithi203.vllliu (mgr.14195) 282 : cluster 0 pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:57.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:57 smithi203 bash[18672]: audit 2024-03-24T11:34:56.420453+0000 mgr.smithi203.vllliu (mgr.14195) 283 : audit 0 from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:34:58.078 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-24T11:34:59.094 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:58 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:59.379 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:59 smithi204 systemd[1]: /etc/systemd/system/ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-24T11:34:59.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:34:59 smithi204 bash[23543]: cluster 2024-03-24T11:34:58.060194+0000 mgr.smithi203.vllliu (mgr.14195) 284 : cluster 0 pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:34:59.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:34:59 smithi203 bash[18672]: cluster 2024-03-24T11:34:58.060194+0000 mgr.smithi203.vllliu (mgr.14195) 284 : cluster 0 pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:00.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:00 smithi204 bash[23543]: audit 2024-03-24T11:34:59.438909+0000 mon.smithi203 (mon.0) 856 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:00 smithi204 bash[23543]: audit 2024-03-24T11:34:59.459027+0000 mon.smithi203 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:00 smithi204 bash[23543]: audit 2024-03-24T11:34:59.510084+0000 mon.smithi203 (mon.0) 858 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:00 smithi204 bash[23543]: audit 2024-03-24T11:34:59.518540+0000 mon.smithi203 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:00 smithi204 bash[23543]: audit 2024-03-24T11:34:59.652031+0000 mon.smithi203 (mon.0) 860 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:00.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:00 smithi203 bash[18672]: audit 2024-03-24T11:34:59.438909+0000 mon.smithi203 (mon.0) 856 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:00 smithi203 bash[18672]: audit 2024-03-24T11:34:59.459027+0000 mon.smithi203 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:00 smithi203 bash[18672]: audit 2024-03-24T11:34:59.510084+0000 mon.smithi203 (mon.0) 858 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:00 smithi203 bash[18672]: audit 2024-03-24T11:34:59.518540+0000 mon.smithi203 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:00.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:00 smithi203 bash[18672]: audit 2024-03-24T11:34:59.652031+0000 mon.smithi203 (mon.0) 860 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:01.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:01 smithi204 bash[23543]: cluster 2024-03-24T11:35:00.061326+0000 mgr.smithi203.vllliu (mgr.14195) 285 : cluster 0 pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:02.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:01 smithi203 bash[18672]: cluster 2024-03-24T11:35:00.061326+0000 mgr.smithi203.vllliu (mgr.14195) 285 : cluster 0 pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:02.900 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:35:03.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:03 smithi203 bash[18672]: cluster 2024-03-24T11:35:02.062394+0000 mgr.smithi203.vllliu (mgr.14195) 286 : cluster 0 pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:03.882 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:03 smithi203 bash[18672]: audit 2024-03-24T11:35:02.627430+0000 mon.smithi203 (mon.0) 861 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:03.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:03 smithi204 bash[23543]: cluster 2024-03-24T11:35:02.062394+0000 mgr.smithi203.vllliu (mgr.14195) 286 : cluster 0 pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:03.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:03 smithi204 bash[23543]: audit 2024-03-24T11:35:02.627430+0000 mon.smithi203 (mon.0) 861 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:05.620 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:35:05.620 INFO:teuthology.orchestra.run.smithi203.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-24T11:26:45.451237Z", "last_refresh": "2024-03-24T11:35:04.987442Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:28:37.272057Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\nDeploy daemon ceph-exporter.smithi204 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-03-24T11:29:01.163136Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-03-24T11:26:37.963145Z", "last_refresh": "2024-03-24T11:35:04.987114Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:41.321322Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-24T11:26:36.142250Z", "last_refresh": "2024-03-24T11:35:04.987225Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-24T11:26:41.667161Z", "last_refresh": "2024-03-24T11:35:04.987550Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:59.519027Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.203/16"}, "status": {"created": "2024-03-24T11:34:03.431465Z", "last_refresh": "2024-03-24T11:35:04.988485Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "10.0.31.203/16"}}, {"events": ["2024-03-24T11:28:45.599954Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-24T11:26:34.390871Z", "last_refresh": "2024-03-24T11:35:04.987000Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:51.649079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi203:172.21.15.203=smithi203", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-24T11:28:27.168608Z", "last_refresh": "2024-03-24T11:35:04.986868Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:42.453284Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-24T11:26:43.577651Z", "last_refresh": "2024-03-24T11:35:04.987333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-24T11:29:18.282306Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-03-24T11:29:18.276233Z", "last_refresh": "2024-03-24T11:35:04.987778Z", "running": 8, "size": 8}}, {"events": ["2024-03-24T11:28:51.658935Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-24T11:26:39.796576Z", "last_refresh": "2024-03-24T11:35:04.987659Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:25.336322Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-03-24T11:34:25.327694Z", "last_refresh": "2024-03-24T11:35:04.988266Z", "ports": [8000], "running": 4, "size": 4}}] 2024-03-24T11:35:06.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:05 smithi203 bash[18672]: cluster 2024-03-24T11:35:04.062851+0000 mgr.smithi203.vllliu (mgr.14195) 287 : cluster 0 pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:06.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:05 smithi203 bash[18672]: audit 2024-03-24T11:35:04.993995+0000 mon.smithi203 (mon.0) 862 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:06.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:05 smithi203 bash[18672]: audit 2024-03-24T11:35:05.000460+0000 mon.smithi203 (mon.0) 863 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:06.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:05 smithi203 bash[18672]: audit 2024-03-24T11:35:05.595307+0000 mon.smithi203 (mon.0) 864 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:06.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:05 smithi203 bash[18672]: audit 2024-03-24T11:35:05.603289+0000 mon.smithi203 (mon.0) 865 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:06.284 INFO:tasks.cephadm:rgw.foo has 4/4 2024-03-24T11:35:06.284 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-03-24T11:35:06.295 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-03-24T11:35:06.296 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- ceph orch ls -f json 2024-03-24T11:35:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:05 smithi204 bash[23543]: cluster 2024-03-24T11:35:04.062851+0000 mgr.smithi203.vllliu (mgr.14195) 287 : cluster 0 pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:05 smithi204 bash[23543]: audit 2024-03-24T11:35:04.993995+0000 mon.smithi203 (mon.0) 862 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:05 smithi204 bash[23543]: audit 2024-03-24T11:35:05.000460+0000 mon.smithi203 (mon.0) 863 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:05 smithi204 bash[23543]: audit 2024-03-24T11:35:05.595307+0000 mon.smithi203 (mon.0) 864 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:06.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:05 smithi204 bash[23543]: audit 2024-03-24T11:35:05.603289+0000 mon.smithi203 (mon.0) 865 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:07 smithi203 bash[18672]: audit 2024-03-24T11:35:05.616121+0000 mgr.smithi203.vllliu (mgr.14195) 288 : audit 0 from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:35:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:07 smithi203 bash[18672]: audit 2024-03-24T11:35:06.276579+0000 mon.smithi203 (mon.0) 866 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:07.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:07 smithi203 bash[18672]: audit 2024-03-24T11:35:06.278454+0000 mon.smithi203 (mon.0) 867 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:07.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:07 smithi203 bash[18672]: audit 2024-03-24T11:35:06.784783+0000 mon.smithi203 (mon.0) 868 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:07.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:07 smithi203 bash[18672]: audit 2024-03-24T11:35:06.792410+0000 mon.smithi203 (mon.0) 869 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:07.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:07 smithi203 bash[18672]: audit 2024-03-24T11:35:06.800934+0000 mon.smithi203 (mon.0) 870 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:07.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:07 smithi203 bash[18672]: audit 2024-03-24T11:35:06.805183+0000 mon.smithi203 (mon.0) 871 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:07.329 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:07 smithi204 bash[23543]: audit 2024-03-24T11:35:05.616121+0000 mgr.smithi203.vllliu (mgr.14195) 288 : audit 0 from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:35:07.329 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:07 smithi204 bash[23543]: audit 2024-03-24T11:35:06.276579+0000 mon.smithi203 (mon.0) 866 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:07.329 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:07 smithi204 bash[23543]: audit 2024-03-24T11:35:06.278454+0000 mon.smithi203 (mon.0) 867 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:07.329 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:07 smithi204 bash[23543]: audit 2024-03-24T11:35:06.784783+0000 mon.smithi203 (mon.0) 868 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:07.329 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:07 smithi204 bash[23543]: audit 2024-03-24T11:35:06.792410+0000 mon.smithi203 (mon.0) 869 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:07.329 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:07 smithi204 bash[23543]: audit 2024-03-24T11:35:06.800934+0000 mon.smithi203 (mon.0) 870 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:07.329 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:07 smithi204 bash[23543]: audit 2024-03-24T11:35:06.805183+0000 mon.smithi203 (mon.0) 871 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:08.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:08 smithi203 bash[18672]: cluster 2024-03-24T11:35:06.064009+0000 mgr.smithi203.vllliu (mgr.14195) 289 : cluster 0 pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:08.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:08 smithi203 bash[18672]: cephadm 2024-03-24T11:35:06.289063+0000 mgr.smithi203.vllliu (mgr.14195) 290 : cephadm 1 Checking dashboard <-> RGW credentials 2024-03-24T11:35:08.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:08 smithi203 bash[18672]: cephadm 2024-03-24T11:35:06.887682+0000 mgr.smithi203.vllliu (mgr.14195) 291 : cephadm 1 Reconfiguring prometheus.smithi203 (dependencies changed)... 2024-03-24T11:35:08.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:08 smithi203 bash[18672]: cephadm 2024-03-24T11:35:07.112983+0000 mgr.smithi203.vllliu (mgr.14195) 292 : cephadm 1 Reconfiguring daemon prometheus.smithi203 on smithi203 2024-03-24T11:35:08.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:08 smithi204 bash[23543]: cluster 2024-03-24T11:35:06.064009+0000 mgr.smithi203.vllliu (mgr.14195) 289 : cluster 0 pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:35:08.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:08 smithi204 bash[23543]: cephadm 2024-03-24T11:35:06.289063+0000 mgr.smithi203.vllliu (mgr.14195) 290 : cephadm 1 Checking dashboard <-> RGW credentials 2024-03-24T11:35:08.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:08 smithi204 bash[23543]: cephadm 2024-03-24T11:35:06.887682+0000 mgr.smithi203.vllliu (mgr.14195) 291 : cephadm 1 Reconfiguring prometheus.smithi203 (dependencies changed)... 2024-03-24T11:35:08.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:08 smithi204 bash[23543]: cephadm 2024-03-24T11:35:07.112983+0000 mgr.smithi203.vllliu (mgr.14195) 292 : cephadm 1 Reconfiguring daemon prometheus.smithi203 on smithi203 2024-03-24T11:35:09.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:09 smithi203 bash[18672]: cluster 2024-03-24T11:35:08.065126+0000 mgr.smithi203.vllliu (mgr.14195) 293 : cluster 0 pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-03-24T11:35:09.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:09 smithi204 bash[23543]: cluster 2024-03-24T11:35:08.065126+0000 mgr.smithi203.vllliu (mgr.14195) 293 : cluster 0 pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 682 B/s wr, 1 op/s 2024-03-24T11:35:11.162 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:11 smithi203 bash[18672]: cluster 2024-03-24T11:35:10.066379+0000 mgr.smithi203.vllliu (mgr.14195) 294 : cluster 0 pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 852 B/s wr, 2 op/s 2024-03-24T11:35:11.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:11 smithi204 bash[23543]: cluster 2024-03-24T11:35:10.066379+0000 mgr.smithi203.vllliu (mgr.14195) 294 : cluster 0 pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 852 B/s wr, 2 op/s 2024-03-24T11:35:12.176 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:35:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:12 smithi204 bash[23543]: audit 2024-03-24T11:35:11.255249+0000 mon.smithi203 (mon.0) 872 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:12 smithi204 bash[23543]: audit 2024-03-24T11:35:11.438568+0000 mon.smithi203 (mon.0) 873 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:12 smithi204 bash[23543]: audit 2024-03-24T11:35:11.447615+0000 mon.smithi203 (mon.0) 874 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:12 smithi204 bash[23543]: audit 2024-03-24T11:35:11.495519+0000 mon.smithi203 (mon.0) 875 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:35:12.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:12 smithi204 bash[23543]: audit 2024-03-24T11:35:11.496117+0000 mgr.smithi203.vllliu (mgr.14195) 295 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:35:12.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:12 smithi204 bash[23543]: audit 2024-03-24T11:35:11.504444+0000 mon.smithi203 (mon.0) 876 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:12.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:12 smithi203 bash[18672]: audit 2024-03-24T11:35:11.255249+0000 mon.smithi203 (mon.0) 872 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:12.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:12 smithi203 bash[18672]: audit 2024-03-24T11:35:11.438568+0000 mon.smithi203 (mon.0) 873 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:12.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:12 smithi203 bash[18672]: audit 2024-03-24T11:35:11.447615+0000 mon.smithi203 (mon.0) 874 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:12.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:12 smithi203 bash[18672]: audit 2024-03-24T11:35:11.495519+0000 mon.smithi203 (mon.0) 875 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:35:12.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:12 smithi203 bash[18672]: audit 2024-03-24T11:35:11.496117+0000 mgr.smithi203.vllliu (mgr.14195) 295 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-03-24T11:35:12.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:12 smithi203 bash[18672]: audit 2024-03-24T11:35:11.504444+0000 mon.smithi203 (mon.0) 876 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:13.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:13 smithi203 bash[18672]: cluster 2024-03-24T11:35:12.067254+0000 mgr.smithi203.vllliu (mgr.14195) 296 : cluster 0 pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:13.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:13 smithi204 bash[23543]: cluster 2024-03-24T11:35:12.067254+0000 mgr.smithi203.vllliu (mgr.14195) 296 : cluster 0 pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:15.020 INFO:teuthology.orchestra.run.smithi203.stdout: 2024-03-24T11:35:15.020 INFO:teuthology.orchestra.run.smithi203.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-03-24T11:26:45.451237Z", "last_refresh": "2024-03-24T11:35:04.987442Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:28:37.272057Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi204 on smithi204: cephadm exited with an error code: 1, stderr: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter-smithi204\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715-ceph-exporter.smithi204\nDeploy daemon ceph-exporter.smithi204 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-03-24T11:29:01.163136Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-03-24T11:26:37.963145Z", "last_refresh": "2024-03-24T11:35:04.987114Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:41.321322Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-03-24T11:26:36.142250Z", "last_refresh": "2024-03-24T11:35:04.987225Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-03-24T11:26:41.667161Z", "last_refresh": "2024-03-24T11:35:04.987550Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-03-24T11:34:59.519027Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.203/16"}, "status": {"created": "2024-03-24T11:34:03.431465Z", "last_refresh": "2024-03-24T11:35:04.988485Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "10.0.31.203/16"}}, {"events": ["2024-03-24T11:28:45.599954Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-03-24T11:26:34.390871Z", "last_refresh": "2024-03-24T11:35:04.987000Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:51.649079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi203:172.21.15.203=smithi203", "smithi204:172.21.15.204=smithi204"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-03-24T11:28:27.168608Z", "last_refresh": "2024-03-24T11:35:04.986868Z", "running": 2, "size": 2}}, {"events": ["2024-03-24T11:28:42.453284Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-03-24T11:26:43.577651Z", "last_refresh": "2024-03-24T11:35:04.987333Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-03-24T11:29:18.282306Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-03-24T11:29:18.276233Z", "last_refresh": "2024-03-24T11:35:04.987778Z", "running": 8, "size": 8}}, {"events": ["2024-03-24T11:28:51.658935Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-03-24T11:26:39.796576Z", "ports": [9095], "running": 0, "size": 1}}, {"events": ["2024-03-24T11:34:25.336322Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-03-24T11:34:25.327694Z", "last_refresh": "2024-03-24T11:35:04.988266Z", "ports": [8000], "running": 4, "size": 4}}] 2024-03-24T11:35:15.640 INFO:tasks.cephadm:ingress.rgw.foo has 4/4 2024-03-24T11:35:15.640 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-24T11:35:15.649 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi203.front.sepia.ceph.com 2024-03-24T11:35:15.650 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'echo "Check while healthy..." 2024-03-24T11:35:15.650 DEBUG:teuthology.orchestra.run.smithi203:> curl http://10.0.31.203:9000/ 2024-03-24T11:35:15.650 DEBUG:teuthology.orchestra.run.smithi203:> 2024-03-24T11:35:15.650 DEBUG:teuthology.orchestra.run.smithi203:> # stop each rgw in turn 2024-03-24T11:35:15.650 DEBUG:teuthology.orchestra.run.smithi203:> echo "Check with each rgw stopped in turn..." 2024-03-24T11:35:15.650 DEBUG:teuthology.orchestra.run.smithi203:> for rgw in `ceph orch ps | grep ^rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> ceph orch daemon stop $rgw 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> while ! curl http://10.0.31.203:9000/ ; do sleep 1 ; done 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> ceph orch daemon start $rgw 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> while ! ceph orch ps | grep $rgw | grep running; do sleep 1 ; done 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> done 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> # stop each haproxy in turn 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> echo "Check with each haproxy down in turn..." 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> for haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> ceph orch daemon stop $haproxy 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> while ! curl http://10.0.31.203:9000/ ; do sleep 1 ; done 2024-03-24T11:35:15.651 DEBUG:teuthology.orchestra.run.smithi203:> ceph orch daemon start $haproxy 2024-03-24T11:35:15.652 DEBUG:teuthology.orchestra.run.smithi203:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-03-24T11:35:15.652 DEBUG:teuthology.orchestra.run.smithi203:> done 2024-03-24T11:35:15.652 DEBUG:teuthology.orchestra.run.smithi203:> 2024-03-24T11:35:15.652 DEBUG:teuthology.orchestra.run.smithi203:> while ! curl http://10.0.31.203:9000/ ; do sleep 1 ; done 2024-03-24T11:35:15.652 DEBUG:teuthology.orchestra.run.smithi203:> ' 2024-03-24T11:35:15.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:15 smithi203 bash[18672]: cluster 2024-03-24T11:35:14.068070+0000 mgr.smithi203.vllliu (mgr.14195) 297 : cluster 0 pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:15.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:15 smithi204 bash[23543]: cluster 2024-03-24T11:35:14.068070+0000 mgr.smithi203.vllliu (mgr.14195) 297 : cluster 0 pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:16.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:16 smithi203 bash[18672]: audit 2024-03-24T11:35:15.012560+0000 mgr.smithi203.vllliu (mgr.14195) 298 : audit 0 from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:35:16.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:16 smithi204 bash[23543]: audit 2024-03-24T11:35:15.012560+0000 mgr.smithi203.vllliu (mgr.14195) 298 : audit 0 from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-24T11:35:17.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:17 smithi203 bash[18672]: cluster 2024-03-24T11:35:16.068767+0000 mgr.smithi203.vllliu (mgr.14195) 299 : cluster 0 pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:17.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:17 smithi203 bash[18672]: audit 2024-03-24T11:35:17.352545+0000 mon.smithi203 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:17.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:17 smithi203 bash[18672]: audit 2024-03-24T11:35:17.365656+0000 mon.smithi203 (mon.0) 878 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:17.787 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:17 smithi204 bash[23543]: cluster 2024-03-24T11:35:16.068767+0000 mgr.smithi203.vllliu (mgr.14195) 299 : cluster 0 pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:17.787 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:17 smithi204 bash[23543]: audit 2024-03-24T11:35:17.352545+0000 mon.smithi203 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:17.787 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:17 smithi204 bash[23543]: audit 2024-03-24T11:35:17.365656+0000 mon.smithi203 (mon.0) 878 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:19.764 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:19 smithi203 bash[18672]: cluster 2024-03-24T11:35:18.069643+0000 mgr.smithi203.vllliu (mgr.14195) 300 : cluster 0 pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:19.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:19 smithi204 bash[23543]: cluster 2024-03-24T11:35:18.069643+0000 mgr.smithi203.vllliu (mgr.14195) 300 : cluster 0 pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:20.445 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:35:20.765 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:20 smithi203 bash[18672]: audit 2024-03-24T11:35:19.555334+0000 mon.smithi203 (mon.0) 879 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:20 smithi203 bash[18672]: audit 2024-03-24T11:35:19.564474+0000 mon.smithi203 (mon.0) 880 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:20 smithi203 bash[18672]: audit 2024-03-24T11:35:19.566299+0000 mon.smithi203 (mon.0) 881 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:20 smithi203 bash[18672]: audit 2024-03-24T11:35:19.567830+0000 mon.smithi203 (mon.0) 882 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:20 smithi203 bash[18672]: cephadm 2024-03-24T11:35:19.577064+0000 mgr.smithi203.vllliu (mgr.14195) 301 : cephadm 1 Checking dashboard <-> RGW credentials 2024-03-24T11:35:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:20 smithi203 bash[18672]: audit 2024-03-24T11:35:19.850683+0000 mon.smithi203 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:20.766 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:20 smithi203 bash[18672]: audit 2024-03-24T11:35:19.854530+0000 mon.smithi203 (mon.0) 884 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:20.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:20 smithi204 bash[23543]: audit 2024-03-24T11:35:19.555334+0000 mon.smithi203 (mon.0) 879 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:20.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:20 smithi204 bash[23543]: audit 2024-03-24T11:35:19.564474+0000 mon.smithi203 (mon.0) 880 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:20.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:20 smithi204 bash[23543]: audit 2024-03-24T11:35:19.566299+0000 mon.smithi203 (mon.0) 881 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:20.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:20 smithi204 bash[23543]: audit 2024-03-24T11:35:19.567830+0000 mon.smithi203 (mon.0) 882 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:20.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:20 smithi204 bash[23543]: cephadm 2024-03-24T11:35:19.577064+0000 mgr.smithi203.vllliu (mgr.14195) 301 : cephadm 1 Checking dashboard <-> RGW credentials 2024-03-24T11:35:20.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:20 smithi204 bash[23543]: audit 2024-03-24T11:35:19.850683+0000 mon.smithi203 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:20.945 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:20 smithi204 bash[23543]: audit 2024-03-24T11:35:19.854530+0000 mon.smithi203 (mon.0) 884 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:22.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:21 smithi203 bash[18672]: cluster 2024-03-24T11:35:20.071206+0000 mgr.smithi203.vllliu (mgr.14195) 302 : cluster 0 pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:22.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:21 smithi204 bash[23543]: cluster 2024-03-24T11:35:20.071206+0000 mgr.smithi203.vllliu (mgr.14195) 302 : cluster 0 pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 170 B/s wr, 2 op/s 2024-03-24T11:35:22.975 INFO:teuthology.orchestra.run.smithi203.stdout:Check while healthy... 2024-03-24T11:35:22.979 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:35:22.979 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:35:22.980 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-03-24T11:35:22.980 INFO:teuthology.orchestra.run.smithi203.stdout:anonymousCheck with each rgw stopped in turn... 2024-03-24T11:35:23.761 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled to stop rgw.foo.smithi203.asziaw on host 'smithi203' 2024-03-24T11:35:24.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:23 smithi204 bash[23543]: cluster 2024-03-24T11:35:22.071973+0000 mgr.smithi203.vllliu (mgr.14195) 303 : cluster 0 pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-24T11:35:24.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:23 smithi204 bash[23543]: audit 2024-03-24T11:35:23.750723+0000 mon.smithi203 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:24.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:23 smithi204 bash[23543]: audit 2024-03-24T11:35:23.763259+0000 mon.smithi203 (mon.0) 886 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:24.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:23 smithi204 bash[23543]: audit 2024-03-24T11:35:23.812949+0000 mon.smithi203 (mon.0) 887 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:24.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:23 smithi203 bash[18672]: cluster 2024-03-24T11:35:22.071973+0000 mgr.smithi203.vllliu (mgr.14195) 303 : cluster 0 pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-03-24T11:35:24.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:23 smithi203 bash[18672]: audit 2024-03-24T11:35:23.750723+0000 mon.smithi203 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:24.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:23 smithi203 bash[18672]: audit 2024-03-24T11:35:23.763259+0000 mon.smithi203 (mon.0) 886 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:24.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:23 smithi203 bash[18672]: audit 2024-03-24T11:35:23.812949+0000 mon.smithi203 (mon.0) 887 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:25.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:24 smithi204 bash[23543]: audit 2024-03-24T11:35:23.329008+0000 mgr.smithi203.vllliu (mgr.14195) 304 : audit 0 from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:25.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:24 smithi204 bash[23543]: audit 2024-03-24T11:35:23.740060+0000 mgr.smithi203.vllliu (mgr.14195) 305 : audit 0 from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi203.asziaw", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:25.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:24 smithi204 bash[23543]: cephadm 2024-03-24T11:35:23.740639+0000 mgr.smithi203.vllliu (mgr.14195) 306 : cephadm 1 Schedule stop daemon rgw.foo.smithi203.asziaw 2024-03-24T11:35:25.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:24 smithi203 bash[18672]: audit 2024-03-24T11:35:23.329008+0000 mgr.smithi203.vllliu (mgr.14195) 304 : audit 0 from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:25.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:24 smithi203 bash[18672]: audit 2024-03-24T11:35:23.740060+0000 mgr.smithi203.vllliu (mgr.14195) 305 : audit 0 from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi203.asziaw", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:25.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:24 smithi203 bash[18672]: cephadm 2024-03-24T11:35:23.740639+0000 mgr.smithi203.vllliu (mgr.14195) 306 : cephadm 1 Schedule stop daemon rgw.foo.smithi203.asziaw 2024-03-24T11:35:26.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:25 smithi204 bash[23543]: cluster 2024-03-24T11:35:24.072565+0000 mgr.smithi203.vllliu (mgr.14195) 307 : cluster 0 pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-24T11:35:26.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:25 smithi204 bash[23543]: audit 2024-03-24T11:35:24.120078+0000 mgr.smithi203.vllliu (mgr.14195) 308 : audit 0 from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:26.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:25 smithi203 bash[18672]: cluster 2024-03-24T11:35:24.072565+0000 mgr.smithi203.vllliu (mgr.14195) 307 : cluster 0 pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 0 op/s 2024-03-24T11:35:26.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:25 smithi203 bash[18672]: audit 2024-03-24T11:35:24.120078+0000 mgr.smithi203.vllliu (mgr.14195) 308 : audit 0 from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:27.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:26 smithi204 bash[23543]: audit 2024-03-24T11:35:25.521993+0000 mgr.smithi203.vllliu (mgr.14195) 309 : audit 0 from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:27.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:26 smithi204 bash[23543]: audit 2024-03-24T11:35:26.240425+0000 mon.smithi203 (mon.0) 888 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2024-03-24T11:35:27.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:26 smithi204 bash[23543]: audit 2024-03-24T11:35:26.256429+0000 mon.smithi203 (mon.0) 889 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:27.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:26 smithi203 bash[18672]: audit 2024-03-24T11:35:25.521993+0000 mgr.smithi203.vllliu (mgr.14195) 309 : audit 0 from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:27.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:26 smithi203 bash[18672]: audit 2024-03-24T11:35:26.240425+0000 mon.smithi203 (mon.0) 888 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2024-03-24T11:35:27.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:26 smithi203 bash[18672]: audit 2024-03-24T11:35:26.256429+0000 mon.smithi203 (mon.0) 889 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:28.187 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:27 smithi204 bash[23543]: cluster 2024-03-24T11:35:26.073846+0000 mgr.smithi203.vllliu (mgr.14195) 310 : cluster 0 pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-24T11:35:28.188 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:27 smithi204 bash[23543]: audit 2024-03-24T11:35:26.874055+0000 mon.smithi203 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2024-03-24T11:35:28.188 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:27 smithi204 bash[23543]: cluster 2024-03-24T11:35:26.877265+0000 mon.smithi203 (mon.0) 891 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2024-03-24T11:35:28.188 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:27 smithi204 bash[23543]: audit 2024-03-24T11:35:26.916152+0000 mgr.smithi203.vllliu (mgr.14195) 311 : audit 0 from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:28.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:27 smithi203 bash[18672]: cluster 2024-03-24T11:35:26.073846+0000 mgr.smithi203.vllliu (mgr.14195) 310 : cluster 0 pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1 op/s 2024-03-24T11:35:28.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:27 smithi203 bash[18672]: audit 2024-03-24T11:35:26.874055+0000 mon.smithi203 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2024-03-24T11:35:28.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:27 smithi203 bash[18672]: cluster 2024-03-24T11:35:26.877265+0000 mon.smithi203 (mon.0) 891 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2024-03-24T11:35:28.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:27 smithi203 bash[18672]: audit 2024-03-24T11:35:26.916152+0000 mgr.smithi203.vllliu (mgr.14195) 311 : audit 0 from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:29.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:28 smithi204 bash[23543]: cluster 2024-03-24T11:35:27.882744+0000 mon.smithi203 (mon.0) 892 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2024-03-24T11:35:29.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:28 smithi203 bash[18672]: cluster 2024-03-24T11:35:27.882744+0000 mon.smithi203 (mon.0) 892 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2024-03-24T11:35:30.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:29 smithi204 bash[23543]: cluster 2024-03-24T11:35:28.074294+0000 mgr.smithi203.vllliu (mgr.14195) 312 : cluster 0 pgmap v248: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-24T11:35:30.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:29 smithi204 bash[23543]: audit 2024-03-24T11:35:28.303265+0000 mgr.smithi203.vllliu (mgr.14195) 313 : audit 0 from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:30.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:29 smithi204 bash[23543]: audit 2024-03-24T11:35:29.608500+0000 mon.smithi203 (mon.0) 893 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:30.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:29 smithi204 bash[23543]: audit 2024-03-24T11:35:29.618179+0000 mon.smithi203 (mon.0) 894 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:30.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:29 smithi203 bash[18672]: cluster 2024-03-24T11:35:28.074294+0000 mgr.smithi203.vllliu (mgr.14195) 312 : cluster 0 pgmap v248: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-03-24T11:35:30.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:29 smithi203 bash[18672]: audit 2024-03-24T11:35:28.303265+0000 mgr.smithi203.vllliu (mgr.14195) 313 : audit 0 from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:30.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:29 smithi203 bash[18672]: audit 2024-03-24T11:35:29.608500+0000 mon.smithi203 (mon.0) 893 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:30.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:29 smithi203 bash[18672]: audit 2024-03-24T11:35:29.618179+0000 mon.smithi203 (mon.0) 894 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:30 smithi204 bash[23543]: audit 2024-03-24T11:35:29.746321+0000 mgr.smithi203.vllliu (mgr.14195) 314 : audit 0 from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:30 smithi204 bash[23543]: audit 2024-03-24T11:35:30.026770+0000 mon.smithi203 (mon.0) 895 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:30 smithi204 bash[23543]: audit 2024-03-24T11:35:30.032249+0000 mon.smithi203 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:30 smithi204 bash[23543]: audit 2024-03-24T11:35:30.033510+0000 mon.smithi203 (mon.0) 897 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:31.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:30 smithi204 bash[23543]: audit 2024-03-24T11:35:30.034218+0000 mon.smithi203 (mon.0) 898 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:31.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:30 smithi204 bash[23543]: audit 2024-03-24T11:35:30.040306+0000 mon.smithi203 (mon.0) 899 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:31.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:30 smithi204 bash[23543]: audit 2024-03-24T11:35:30.043403+0000 mon.smithi203 (mon.0) 900 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:31.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:30 smithi203 bash[18672]: audit 2024-03-24T11:35:29.746321+0000 mgr.smithi203.vllliu (mgr.14195) 314 : audit 0 from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:31.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:30 smithi203 bash[18672]: audit 2024-03-24T11:35:30.026770+0000 mon.smithi203 (mon.0) 895 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:31.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:30 smithi203 bash[18672]: audit 2024-03-24T11:35:30.032249+0000 mon.smithi203 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:31.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:30 smithi203 bash[18672]: audit 2024-03-24T11:35:30.033510+0000 mon.smithi203 (mon.0) 897 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:31.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:30 smithi203 bash[18672]: audit 2024-03-24T11:35:30.034218+0000 mon.smithi203 (mon.0) 898 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:31.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:30 smithi203 bash[18672]: audit 2024-03-24T11:35:30.040306+0000 mon.smithi203 (mon.0) 899 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:31.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:30 smithi203 bash[18672]: audit 2024-03-24T11:35:30.043403+0000 mon.smithi203 (mon.0) 900 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:32.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:31 smithi204 bash[23543]: cluster 2024-03-24T11:35:30.074862+0000 mgr.smithi203.vllliu (mgr.14195) 315 : cluster 0 pgmap v249: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-03-24T11:35:32.246 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:31 smithi203 bash[18672]: cluster 2024-03-24T11:35:30.074862+0000 mgr.smithi203.vllliu (mgr.14195) 315 : cluster 0 pgmap v249: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-03-24T11:35:33.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:32 smithi204 bash[23543]: audit 2024-03-24T11:35:31.129402+0000 mgr.smithi203.vllliu (mgr.14195) 316 : audit 0 from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:33.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:32 smithi203 bash[18672]: audit 2024-03-24T11:35:31.129402+0000 mgr.smithi203.vllliu (mgr.14195) 316 : audit 0 from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:34.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:33 smithi204 bash[23543]: cluster 2024-03-24T11:35:32.075792+0000 mgr.smithi203.vllliu (mgr.14195) 317 : cluster 0 pgmap v250: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-03-24T11:35:34.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:33 smithi204 bash[23543]: audit 2024-03-24T11:35:32.548245+0000 mgr.smithi203.vllliu (mgr.14195) 318 : audit 0 from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:34.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:33 smithi203 bash[18672]: cluster 2024-03-24T11:35:32.075792+0000 mgr.smithi203.vllliu (mgr.14195) 317 : cluster 0 pgmap v250: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1023 B/s wr, 2 op/s 2024-03-24T11:35:34.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:33 smithi203 bash[18672]: audit 2024-03-24T11:35:32.548245+0000 mgr.smithi203.vllliu (mgr.14195) 318 : audit 0 from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:34 smithi204 bash[23543]: audit 2024-03-24T11:35:33.938970+0000 mgr.smithi203.vllliu (mgr.14195) 319 : audit 0 from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:35.237 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:34 smithi203 bash[18672]: audit 2024-03-24T11:35:33.938970+0000 mgr.smithi203.vllliu (mgr.14195) 319 : audit 0 from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:36.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:35 smithi204 bash[23543]: cluster 2024-03-24T11:35:34.076648+0000 mgr.smithi203.vllliu (mgr.14195) 320 : cluster 0 pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 1 op/s 2024-03-24T11:35:36.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:35 smithi203 bash[18672]: cluster 2024-03-24T11:35:34.076648+0000 mgr.smithi203.vllliu (mgr.14195) 320 : cluster 0 pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1023 B/s wr, 1 op/s 2024-03-24T11:35:37.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:36 smithi204 bash[23543]: audit 2024-03-24T11:35:35.355438+0000 mgr.smithi203.vllliu (mgr.14195) 321 : audit 0 from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:37.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:36 smithi204 bash[23543]: audit 2024-03-24T11:35:36.389626+0000 mon.smithi203 (mon.0) 901 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:37.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:36 smithi204 bash[23543]: audit 2024-03-24T11:35:36.396604+0000 mon.smithi203 (mon.0) 902 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:37.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:36 smithi204 bash[23543]: audit 2024-03-24T11:35:36.404085+0000 mon.smithi203 (mon.0) 903 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:37.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:36 smithi203 bash[18672]: audit 2024-03-24T11:35:35.355438+0000 mgr.smithi203.vllliu (mgr.14195) 321 : audit 0 from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:37.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:36 smithi203 bash[18672]: audit 2024-03-24T11:35:36.389626+0000 mon.smithi203 (mon.0) 901 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:37.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:36 smithi203 bash[18672]: audit 2024-03-24T11:35:36.396604+0000 mon.smithi203 (mon.0) 902 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:37.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:36 smithi203 bash[18672]: audit 2024-03-24T11:35:36.404085+0000 mon.smithi203 (mon.0) 903 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:38.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:37 smithi204 bash[23543]: cluster 2024-03-24T11:35:36.077923+0000 mgr.smithi203.vllliu (mgr.14195) 322 : cluster 0 pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 445 B/s rd, 890 B/s wr, 1 op/s 2024-03-24T11:35:38.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:37 smithi204 bash[23543]: audit 2024-03-24T11:35:36.755903+0000 mgr.smithi203.vllliu (mgr.14195) 323 : audit 0 from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:38.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:37 smithi203 bash[18672]: cluster 2024-03-24T11:35:36.077923+0000 mgr.smithi203.vllliu (mgr.14195) 322 : cluster 0 pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 445 B/s rd, 890 B/s wr, 1 op/s 2024-03-24T11:35:38.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:37 smithi203 bash[18672]: audit 2024-03-24T11:35:36.755903+0000 mgr.smithi203.vllliu (mgr.14195) 323 : audit 0 from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:39 smithi204 bash[23543]: cluster 2024-03-24T11:35:38.078788+0000 mgr.smithi203.vllliu (mgr.14195) 324 : cluster 0 pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 401 B/s rd, 803 B/s wr, 1 op/s 2024-03-24T11:35:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:39 smithi204 bash[23543]: audit 2024-03-24T11:35:38.146461+0000 mgr.smithi203.vllliu (mgr.14195) 325 : audit 0 from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:40.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:39 smithi203 bash[18672]: cluster 2024-03-24T11:35:38.078788+0000 mgr.smithi203.vllliu (mgr.14195) 324 : cluster 0 pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 401 B/s rd, 803 B/s wr, 1 op/s 2024-03-24T11:35:40.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:39 smithi203 bash[18672]: audit 2024-03-24T11:35:38.146461+0000 mgr.smithi203.vllliu (mgr.14195) 325 : audit 0 from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:41.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:40 smithi203 bash[18672]: audit 2024-03-24T11:35:39.535657+0000 mgr.smithi203.vllliu (mgr.14195) 326 : audit 0 from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:41.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:40 smithi204 bash[23543]: audit 2024-03-24T11:35:39.535657+0000 mgr.smithi203.vllliu (mgr.14195) 326 : audit 0 from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:41 smithi203 bash[18672]: cluster 2024-03-24T11:35:40.079984+0000 mgr.smithi203.vllliu (mgr.14195) 327 : cluster 0 pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 852 B/s wr, 1 op/s 2024-03-24T11:35:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:41 smithi203 bash[18672]: audit 2024-03-24T11:35:40.943406+0000 mgr.smithi203.vllliu (mgr.14195) 328 : audit 0 from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:41 smithi203 bash[18672]: audit 2024-03-24T11:35:41.256695+0000 mon.smithi203 (mon.0) 904 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:42.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:41 smithi204 bash[23543]: cluster 2024-03-24T11:35:40.079984+0000 mgr.smithi203.vllliu (mgr.14195) 327 : cluster 0 pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 852 B/s wr, 1 op/s 2024-03-24T11:35:42.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:41 smithi204 bash[23543]: audit 2024-03-24T11:35:40.943406+0000 mgr.smithi203.vllliu (mgr.14195) 328 : audit 0 from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:42.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:41 smithi204 bash[23543]: audit 2024-03-24T11:35:41.256695+0000 mon.smithi203 (mon.0) 904 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: cluster 2024-03-24T11:35:42.080704+0000 mgr.smithi203.vllliu (mgr.14195) 329 : cluster 0 pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.199637+0000 mon.smithi203 (mon.0) 905 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.205686+0000 mon.smithi203 (mon.0) 906 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.360048+0000 mgr.smithi203.vllliu (mgr.14195) 330 : audit 0 from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.553048+0000 mon.smithi203 (mon.0) 907 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.558830+0000 mon.smithi203 (mon.0) 908 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.560103+0000 mon.smithi203 (mon.0) 909 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.560714+0000 mon.smithi203 (mon.0) 910 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.565572+0000 mon.smithi203 (mon.0) 911 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:43 smithi203 bash[18672]: audit 2024-03-24T11:35:42.568809+0000 mon.smithi203 (mon.0) 912 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:43.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: cluster 2024-03-24T11:35:42.080704+0000 mgr.smithi203.vllliu (mgr.14195) 329 : cluster 0 pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:43.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.199637+0000 mon.smithi203 (mon.0) 905 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.205686+0000 mon.smithi203 (mon.0) 906 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.360048+0000 mgr.smithi203.vllliu (mgr.14195) 330 : audit 0 from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:43.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.553048+0000 mon.smithi203 (mon.0) 907 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.558830+0000 mon.smithi203 (mon.0) 908 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.560103+0000 mon.smithi203 (mon.0) 909 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:43.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.560714+0000 mon.smithi203 (mon.0) 910 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:43.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.565572+0000 mon.smithi203 (mon.0) 911 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:43.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:43 smithi204 bash[23543]: audit 2024-03-24T11:35:42.568809+0000 mon.smithi203 (mon.0) 912 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:43.771 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi203.asziaw smithi203 *:8000 stopped 1s ago 84s - - 2024-03-24T11:35:43.775 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:35:43.775 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:35:43.777 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 104k 0 --:--:-- --:--:-- --:--:-- 208k 2024-03-24T11:35:44.150 INFO:teuthology.orchestra.run.smithi203.stdout:anonymousScheduled to start rgw.foo.smithi203.asziaw on host 'smithi203' 2024-03-24T11:35:44.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:44 smithi203 bash[18672]: audit 2024-03-24T11:35:43.731714+0000 mgr.smithi203.vllliu (mgr.14195) 331 : audit 0 from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:44.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:44 smithi203 bash[18672]: audit 2024-03-24T11:35:44.140111+0000 mon.smithi203 (mon.0) 913 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:44.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:44 smithi203 bash[18672]: audit 2024-03-24T11:35:44.152416+0000 mon.smithi203 (mon.0) 914 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:44.515 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:44 smithi203 bash[18672]: audit 2024-03-24T11:35:44.164808+0000 mon.smithi203 (mon.0) 915 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:44.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:44 smithi204 bash[23543]: audit 2024-03-24T11:35:43.731714+0000 mgr.smithi203.vllliu (mgr.14195) 331 : audit 0 from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:44.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:44 smithi204 bash[23543]: audit 2024-03-24T11:35:44.140111+0000 mon.smithi203 (mon.0) 913 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:44.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:44 smithi204 bash[23543]: audit 2024-03-24T11:35:44.152416+0000 mon.smithi203 (mon.0) 914 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:44.695 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:44 smithi204 bash[23543]: audit 2024-03-24T11:35:44.164808+0000 mon.smithi203 (mon.0) 915 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:35:45.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:45 smithi203 bash[18672]: cluster 2024-03-24T11:35:44.081452+0000 mgr.smithi203.vllliu (mgr.14195) 332 : cluster 0 pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:45.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:45 smithi203 bash[18672]: audit 2024-03-24T11:35:44.128993+0000 mgr.smithi203.vllliu (mgr.14195) 333 : audit 0 from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi203.asziaw", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:45.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:45 smithi203 bash[18672]: cephadm 2024-03-24T11:35:44.129737+0000 mgr.smithi203.vllliu (mgr.14195) 334 : cephadm 1 Schedule start daemon rgw.foo.smithi203.asziaw 2024-03-24T11:35:45.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:45 smithi203 bash[18672]: audit 2024-03-24T11:35:44.528187+0000 mgr.smithi203.vllliu (mgr.14195) 335 : audit 0 from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:45.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:45 smithi204 bash[23543]: cluster 2024-03-24T11:35:44.081452+0000 mgr.smithi203.vllliu (mgr.14195) 332 : cluster 0 pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:45.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:45 smithi204 bash[23543]: audit 2024-03-24T11:35:44.128993+0000 mgr.smithi203.vllliu (mgr.14195) 333 : audit 0 from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi203.asziaw", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:45.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:45 smithi204 bash[23543]: cephadm 2024-03-24T11:35:44.129737+0000 mgr.smithi203.vllliu (mgr.14195) 334 : cephadm 1 Schedule start daemon rgw.foo.smithi203.asziaw 2024-03-24T11:35:45.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:45 smithi204 bash[23543]: audit 2024-03-24T11:35:44.528187+0000 mgr.smithi203.vllliu (mgr.14195) 335 : audit 0 from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:46.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:46 smithi203 bash[18672]: audit 2024-03-24T11:35:45.941075+0000 mgr.smithi203.vllliu (mgr.14195) 336 : audit 0 from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:46.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:46 smithi204 bash[23543]: audit 2024-03-24T11:35:45.941075+0000 mgr.smithi203.vllliu (mgr.14195) 336 : audit 0 from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:47.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:47 smithi203 bash[18672]: cluster 2024-03-24T11:35:46.082675+0000 mgr.smithi203.vllliu (mgr.14195) 337 : cluster 0 pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:47.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:47 smithi204 bash[23543]: cluster 2024-03-24T11:35:46.082675+0000 mgr.smithi203.vllliu (mgr.14195) 337 : cluster 0 pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:48.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:48 smithi203 bash[18672]: audit 2024-03-24T11:35:47.368726+0000 mgr.smithi203.vllliu (mgr.14195) 338 : audit 0 from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:48.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:48 smithi204 bash[23543]: audit 2024-03-24T11:35:47.368726+0000 mgr.smithi203.vllliu (mgr.14195) 338 : audit 0 from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:49.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:49 smithi204 bash[23543]: cluster 2024-03-24T11:35:48.083581+0000 mgr.smithi203.vllliu (mgr.14195) 339 : cluster 0 pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:49.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:49 smithi204 bash[23543]: audit 2024-03-24T11:35:48.799048+0000 mgr.smithi203.vllliu (mgr.14195) 340 : audit 0 from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:50.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:49 smithi203 bash[18672]: cluster 2024-03-24T11:35:48.083581+0000 mgr.smithi203.vllliu (mgr.14195) 339 : cluster 0 pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:50.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:49 smithi203 bash[18672]: audit 2024-03-24T11:35:48.799048+0000 mgr.smithi203.vllliu (mgr.14195) 340 : audit 0 from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:49.972746+0000 mon.smithi203 (mon.0) 916 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:49.983149+0000 mon.smithi203 (mon.0) 917 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:50.482069+0000 mon.smithi203 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:50.496808+0000 mon.smithi203 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:50.499872+0000 mon.smithi203 (mon.0) 920 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:51.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:50.501241+0000 mon.smithi203 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:51.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:50.510126+0000 mon.smithi203 (mon.0) 922 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.265 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:50 smithi203 bash[18672]: audit 2024-03-24T11:35:50.513505+0000 mon.smithi203 (mon.0) 923 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:51.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:49.972746+0000 mon.smithi203 (mon.0) 916 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:49.983149+0000 mon.smithi203 (mon.0) 917 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:50.482069+0000 mon.smithi203 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:50.496808+0000 mon.smithi203 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:50.499872+0000 mon.smithi203 (mon.0) 920 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:35:51.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:50.501241+0000 mon.smithi203 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:35:51.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:50.510126+0000 mon.smithi203 (mon.0) 922 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:35:51.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:50 smithi204 bash[23543]: audit 2024-03-24T11:35:50.513505+0000 mon.smithi203 (mon.0) 923 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:35:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:51 smithi203 bash[18672]: cluster 2024-03-24T11:35:50.084241+0000 mgr.smithi203.vllliu (mgr.14195) 341 : cluster 0 pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:51 smithi203 bash[18672]: audit 2024-03-24T11:35:50.229929+0000 mgr.smithi203.vllliu (mgr.14195) 342 : audit 0 from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:52.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:51 smithi204 bash[23543]: cluster 2024-03-24T11:35:50.084241+0000 mgr.smithi203.vllliu (mgr.14195) 341 : cluster 0 pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:35:52.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:51 smithi204 bash[23543]: audit 2024-03-24T11:35:50.229929+0000 mgr.smithi203.vllliu (mgr.14195) 342 : audit 0 from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:53.142 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:52 smithi203 bash[18672]: audit 2024-03-24T11:35:51.616459+0000 mgr.smithi203.vllliu (mgr.14195) 343 : audit 0 from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:53.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:52 smithi204 bash[23543]: audit 2024-03-24T11:35:51.616459+0000 mgr.smithi203.vllliu (mgr.14195) 343 : audit 0 from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:54.261 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:53 smithi204 bash[23543]: cluster 2024-03-24T11:35:52.085191+0000 mgr.smithi203.vllliu (mgr.14195) 344 : cluster 0 pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:54.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:53 smithi203 bash[18672]: cluster 2024-03-24T11:35:52.085191+0000 mgr.smithi203.vllliu (mgr.14195) 344 : cluster 0 pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:55.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:55 smithi203 bash[18672]: audit 2024-03-24T11:35:53.012923+0000 mgr.smithi203.vllliu (mgr.14195) 345 : audit 0 from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:55.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:55 smithi204 bash[23543]: audit 2024-03-24T11:35:53.012923+0000 mgr.smithi203.vllliu (mgr.14195) 345 : audit 0 from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:56.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:56 smithi203 bash[18672]: cluster 2024-03-24T11:35:54.086047+0000 mgr.smithi203.vllliu (mgr.14195) 346 : cluster 0 pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:56.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:56 smithi203 bash[18672]: audit 2024-03-24T11:35:54.435445+0000 mgr.smithi203.vllliu (mgr.14195) 347 : audit 0 from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:56.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:56 smithi204 bash[23543]: cluster 2024-03-24T11:35:54.086047+0000 mgr.smithi203.vllliu (mgr.14195) 346 : cluster 0 pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:56.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:56 smithi204 bash[23543]: audit 2024-03-24T11:35:54.435445+0000 mgr.smithi203.vllliu (mgr.14195) 347 : audit 0 from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:57.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:57 smithi203 bash[18672]: audit 2024-03-24T11:35:55.856210+0000 mgr.smithi203.vllliu (mgr.14195) 348 : audit 0 from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:57.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:57 smithi203 bash[18672]: audit 2024-03-24T11:35:56.257035+0000 mon.smithi203 (mon.0) 924 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:57.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:57 smithi204 bash[23543]: audit 2024-03-24T11:35:55.856210+0000 mgr.smithi203.vllliu (mgr.14195) 348 : audit 0 from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:57.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:57 smithi204 bash[23543]: audit 2024-03-24T11:35:56.257035+0000 mon.smithi203 (mon.0) 924 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:35:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:58 smithi203 bash[18672]: cluster 2024-03-24T11:35:56.086748+0000 mgr.smithi203.vllliu (mgr.14195) 349 : cluster 0 pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:58 smithi203 bash[18672]: audit 2024-03-24T11:35:57.254133+0000 mgr.smithi203.vllliu (mgr.14195) 350 : audit 0 from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:58 smithi204 bash[23543]: cluster 2024-03-24T11:35:56.086748+0000 mgr.smithi203.vllliu (mgr.14195) 349 : cluster 0 pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:58 smithi204 bash[23543]: audit 2024-03-24T11:35:57.254133+0000 mgr.smithi203.vllliu (mgr.14195) 350 : audit 0 from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:59.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:59 smithi204 bash[23543]: cluster 2024-03-24T11:35:58.087759+0000 mgr.smithi203.vllliu (mgr.14195) 351 : cluster 0 pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:59.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:35:59 smithi204 bash[23543]: audit 2024-03-24T11:35:58.638293+0000 mgr.smithi203.vllliu (mgr.14195) 352 : audit 0 from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:35:59.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:59 smithi203 bash[18672]: cluster 2024-03-24T11:35:58.087759+0000 mgr.smithi203.vllliu (mgr.14195) 351 : cluster 0 pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:35:59.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:35:59 smithi203 bash[18672]: audit 2024-03-24T11:35:58.638293+0000 mgr.smithi203.vllliu (mgr.14195) 352 : audit 0 from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:01.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:00 smithi203 bash[18672]: audit 2024-03-24T11:35:59.834269+0000 mon.smithi203 (mon.0) 925 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:01.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:00 smithi203 bash[18672]: audit 2024-03-24T11:35:59.840645+0000 mon.smithi203 (mon.0) 926 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:01.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:00 smithi203 bash[18672]: audit 2024-03-24T11:35:59.847771+0000 mon.smithi203 (mon.0) 927 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:01.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:00 smithi204 bash[23543]: audit 2024-03-24T11:35:59.834269+0000 mon.smithi203 (mon.0) 925 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:01.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:00 smithi204 bash[23543]: audit 2024-03-24T11:35:59.840645+0000 mon.smithi203 (mon.0) 926 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:01.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:00 smithi204 bash[23543]: audit 2024-03-24T11:35:59.847771+0000 mon.smithi203 (mon.0) 927 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:02.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:01 smithi204 bash[23543]: audit 2024-03-24T11:36:00.057009+0000 mgr.smithi203.vllliu (mgr.14195) 353 : audit 0 from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:02.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:01 smithi204 bash[23543]: cluster 2024-03-24T11:36:00.088543+0000 mgr.smithi203.vllliu (mgr.14195) 354 : cluster 0 pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:02.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:01 smithi203 bash[18672]: audit 2024-03-24T11:36:00.057009+0000 mgr.smithi203.vllliu (mgr.14195) 353 : audit 0 from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:02.266 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:01 smithi203 bash[18672]: cluster 2024-03-24T11:36:00.088543+0000 mgr.smithi203.vllliu (mgr.14195) 354 : cluster 0 pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:03.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:02 smithi203 bash[18672]: audit 2024-03-24T11:36:01.461298+0000 mgr.smithi203.vllliu (mgr.14195) 355 : audit 0 from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:03.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:02 smithi204 bash[23543]: audit 2024-03-24T11:36:01.461298+0000 mgr.smithi203.vllliu (mgr.14195) 355 : audit 0 from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:04.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:03 smithi204 bash[23543]: cluster 2024-03-24T11:36:02.089630+0000 mgr.smithi203.vllliu (mgr.14195) 356 : cluster 0 pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 511 B/s wr, 14 op/s 2024-03-24T11:36:04.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:03 smithi204 bash[23543]: audit 2024-03-24T11:36:02.845714+0000 mgr.smithi203.vllliu (mgr.14195) 357 : audit 0 from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:04.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:03 smithi203 bash[18672]: cluster 2024-03-24T11:36:02.089630+0000 mgr.smithi203.vllliu (mgr.14195) 356 : cluster 0 pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 511 B/s wr, 14 op/s 2024-03-24T11:36:04.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:03 smithi203 bash[18672]: audit 2024-03-24T11:36:02.845714+0000 mgr.smithi203.vllliu (mgr.14195) 357 : audit 0 from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:06.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:05 smithi204 bash[23543]: cluster 2024-03-24T11:36:04.090420+0000 mgr.smithi203.vllliu (mgr.14195) 358 : cluster 0 pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 26 op/s 2024-03-24T11:36:06.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:05 smithi204 bash[23543]: audit 2024-03-24T11:36:04.231807+0000 mgr.smithi203.vllliu (mgr.14195) 359 : audit 0 from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:06.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:05 smithi204 bash[23543]: audit 2024-03-24T11:36:05.638140+0000 mon.smithi203 (mon.0) 928 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:06.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:05 smithi204 bash[23543]: audit 2024-03-24T11:36:05.645192+0000 mon.smithi203 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:06.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:05 smithi203 bash[18672]: cluster 2024-03-24T11:36:04.090420+0000 mgr.smithi203.vllliu (mgr.14195) 358 : cluster 0 pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 26 op/s 2024-03-24T11:36:06.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:05 smithi203 bash[18672]: audit 2024-03-24T11:36:04.231807+0000 mgr.smithi203.vllliu (mgr.14195) 359 : audit 0 from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:06.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:05 smithi203 bash[18672]: audit 2024-03-24T11:36:05.638140+0000 mon.smithi203 (mon.0) 928 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:06.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:05 smithi203 bash[18672]: audit 2024-03-24T11:36:05.645192+0000 mon.smithi203 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:07.061 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi203.asziaw smithi203 *:8000 running (7s) 0s ago 107s 85.9M - 19.0.0-1667-gdb0330b1 4f325f8440e9 0dcea527292e 2024-03-24T11:36:07.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:06 smithi204 bash[23543]: audit 2024-03-24T11:36:05.663191+0000 mgr.smithi203.vllliu (mgr.14195) 360 : audit 0 from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:07.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:06 smithi204 bash[23543]: audit 2024-03-24T11:36:06.045585+0000 mon.smithi203 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:07.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:06 smithi204 bash[23543]: audit 2024-03-24T11:36:06.051247+0000 mon.smithi203 (mon.0) 931 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:07.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:06 smithi204 bash[23543]: audit 2024-03-24T11:36:06.625852+0000 mon.smithi203 (mon.0) 932 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:07.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:06 smithi204 bash[23543]: audit 2024-03-24T11:36:06.627462+0000 mon.smithi203 (mon.0) 933 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:07.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:06 smithi204 bash[23543]: audit 2024-03-24T11:36:06.636827+0000 mon.smithi203 (mon.0) 934 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:07.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:06 smithi204 bash[23543]: audit 2024-03-24T11:36:06.644826+0000 mon.smithi203 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:06 smithi203 bash[18672]: audit 2024-03-24T11:36:05.663191+0000 mgr.smithi203.vllliu (mgr.14195) 360 : audit 0 from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:06 smithi203 bash[18672]: audit 2024-03-24T11:36:06.045585+0000 mon.smithi203 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:06 smithi203 bash[18672]: audit 2024-03-24T11:36:06.051247+0000 mon.smithi203 (mon.0) 931 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:06 smithi203 bash[18672]: audit 2024-03-24T11:36:06.625852+0000 mon.smithi203 (mon.0) 932 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:06 smithi203 bash[18672]: audit 2024-03-24T11:36:06.627462+0000 mon.smithi203 (mon.0) 933 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:06 smithi203 bash[18672]: audit 2024-03-24T11:36:06.636827+0000 mon.smithi203 (mon.0) 934 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:07.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:06 smithi203 bash[18672]: audit 2024-03-24T11:36:06.644826+0000 mon.smithi203 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:07.427 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled to stop rgw.foo.smithi203.yqwhvf on host 'smithi203' 2024-03-24T11:36:08.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:07 smithi204 bash[23543]: cluster 2024-03-24T11:36:06.091090+0000 mgr.smithi203.vllliu (mgr.14195) 361 : cluster 0 pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 511 B/s wr, 77 op/s 2024-03-24T11:36:08.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:07 smithi204 bash[23543]: audit 2024-03-24T11:36:07.421690+0000 mon.smithi203 (mon.0) 936 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:08.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:07 smithi204 bash[23543]: audit 2024-03-24T11:36:07.430388+0000 mon.smithi203 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:08.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:07 smithi204 bash[23543]: audit 2024-03-24T11:36:07.453297+0000 mon.smithi203 (mon.0) 938 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:08.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:07 smithi203 bash[18672]: cluster 2024-03-24T11:36:06.091090+0000 mgr.smithi203.vllliu (mgr.14195) 361 : cluster 0 pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 511 B/s wr, 77 op/s 2024-03-24T11:36:08.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:07 smithi203 bash[18672]: audit 2024-03-24T11:36:07.421690+0000 mon.smithi203 (mon.0) 936 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:08.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:07 smithi203 bash[18672]: audit 2024-03-24T11:36:07.430388+0000 mon.smithi203 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:08.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:07 smithi203 bash[18672]: audit 2024-03-24T11:36:07.453297+0000 mon.smithi203 (mon.0) 938 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:09.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:08 smithi204 bash[23543]: audit 2024-03-24T11:36:07.031977+0000 mgr.smithi203.vllliu (mgr.14195) 362 : audit 0 from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:09.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:08 smithi204 bash[23543]: audit 2024-03-24T11:36:07.413436+0000 mgr.smithi203.vllliu (mgr.14195) 363 : audit 0 from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi203.yqwhvf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:09.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:08 smithi204 bash[23543]: cephadm 2024-03-24T11:36:07.413939+0000 mgr.smithi203.vllliu (mgr.14195) 364 : cephadm 1 Schedule stop daemon rgw.foo.smithi203.yqwhvf 2024-03-24T11:36:09.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:08 smithi204 bash[23543]: audit 2024-03-24T11:36:07.778699+0000 mgr.smithi203.vllliu (mgr.14195) 365 : audit 0 from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:09.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:08 smithi203 bash[18672]: audit 2024-03-24T11:36:07.031977+0000 mgr.smithi203.vllliu (mgr.14195) 362 : audit 0 from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:09.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:08 smithi203 bash[18672]: audit 2024-03-24T11:36:07.413436+0000 mgr.smithi203.vllliu (mgr.14195) 363 : audit 0 from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi203.yqwhvf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:09.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:08 smithi203 bash[18672]: cephadm 2024-03-24T11:36:07.413939+0000 mgr.smithi203.vllliu (mgr.14195) 364 : cephadm 1 Schedule stop daemon rgw.foo.smithi203.yqwhvf 2024-03-24T11:36:09.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:08 smithi203 bash[18672]: audit 2024-03-24T11:36:07.778699+0000 mgr.smithi203.vllliu (mgr.14195) 365 : audit 0 from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:10.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:09 smithi204 bash[23543]: cluster 2024-03-24T11:36:08.092137+0000 mgr.smithi203.vllliu (mgr.14195) 366 : cluster 0 pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-03-24T11:36:10.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:09 smithi203 bash[18672]: cluster 2024-03-24T11:36:08.092137+0000 mgr.smithi203.vllliu (mgr.14195) 366 : cluster 0 pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-03-24T11:36:11.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:10 smithi204 bash[23543]: audit 2024-03-24T11:36:09.180030+0000 mgr.smithi203.vllliu (mgr.14195) 367 : audit 0 from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:11.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:10 smithi203 bash[18672]: audit 2024-03-24T11:36:09.180030+0000 mgr.smithi203.vllliu (mgr.14195) 367 : audit 0 from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:12.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:11 smithi204 bash[23543]: cluster 2024-03-24T11:36:10.093348+0000 mgr.smithi203.vllliu (mgr.14195) 368 : cluster 0 pgmap v269: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-03-24T11:36:12.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:11 smithi204 bash[23543]: audit 2024-03-24T11:36:10.593373+0000 mgr.smithi203.vllliu (mgr.14195) 369 : audit 0 from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:12.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:11 smithi204 bash[23543]: audit 2024-03-24T11:36:11.257562+0000 mon.smithi203 (mon.0) 939 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:12.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:11 smithi203 bash[18672]: cluster 2024-03-24T11:36:10.093348+0000 mgr.smithi203.vllliu (mgr.14195) 368 : cluster 0 pgmap v269: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-03-24T11:36:12.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:11 smithi203 bash[18672]: audit 2024-03-24T11:36:10.593373+0000 mgr.smithi203.vllliu (mgr.14195) 369 : audit 0 from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:12.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:11 smithi203 bash[18672]: audit 2024-03-24T11:36:11.257562+0000 mon.smithi203 (mon.0) 939 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:14.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: audit 2024-03-24T11:36:12.026840+0000 mgr.smithi203.vllliu (mgr.14195) 370 : audit 0 from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:14.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: cluster 2024-03-24T11:36:12.094389+0000 mgr.smithi203.vllliu (mgr.14195) 371 : cluster 0 pgmap v270: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:14.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: audit 2024-03-24T11:36:13.661549+0000 mon.smithi203 (mon.0) 940 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:14.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: audit 2024-03-24T11:36:13.668135+0000 mon.smithi203 (mon.0) 941 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:14.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: audit 2024-03-24T11:36:13.670419+0000 mon.smithi203 (mon.0) 942 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:14.014 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: audit 2024-03-24T11:36:13.671678+0000 mon.smithi203 (mon.0) 943 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:14.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: audit 2024-03-24T11:36:13.677318+0000 mon.smithi203 (mon.0) 944 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:14.015 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:13 smithi203 bash[18672]: audit 2024-03-24T11:36:13.680545+0000 mon.smithi203 (mon.0) 945 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:14.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: audit 2024-03-24T11:36:12.026840+0000 mgr.smithi203.vllliu (mgr.14195) 370 : audit 0 from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:14.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: cluster 2024-03-24T11:36:12.094389+0000 mgr.smithi203.vllliu (mgr.14195) 371 : cluster 0 pgmap v270: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:14.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: audit 2024-03-24T11:36:13.661549+0000 mon.smithi203 (mon.0) 940 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:14.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: audit 2024-03-24T11:36:13.668135+0000 mon.smithi203 (mon.0) 941 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:14.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: audit 2024-03-24T11:36:13.670419+0000 mon.smithi203 (mon.0) 942 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:14.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: audit 2024-03-24T11:36:13.671678+0000 mon.smithi203 (mon.0) 943 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:14.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: audit 2024-03-24T11:36:13.677318+0000 mon.smithi203 (mon.0) 944 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:14.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:13 smithi204 bash[23543]: audit 2024-03-24T11:36:13.680545+0000 mon.smithi203 (mon.0) 945 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:15.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:14 smithi204 bash[23543]: audit 2024-03-24T11:36:13.416860+0000 mgr.smithi203.vllliu (mgr.14195) 372 : audit 0 from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:15.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:14 smithi203 bash[18672]: audit 2024-03-24T11:36:13.416860+0000 mgr.smithi203.vllliu (mgr.14195) 372 : audit 0 from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:16.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:15 smithi204 bash[23543]: cluster 2024-03-24T11:36:14.095187+0000 mgr.smithi203.vllliu (mgr.14195) 373 : cluster 0 pgmap v271: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 68 op/s 2024-03-24T11:36:16.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:15 smithi204 bash[23543]: audit 2024-03-24T11:36:14.782745+0000 mgr.smithi203.vllliu (mgr.14195) 374 : audit 0 from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:16.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:15 smithi203 bash[18672]: cluster 2024-03-24T11:36:14.095187+0000 mgr.smithi203.vllliu (mgr.14195) 373 : cluster 0 pgmap v271: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s rd, 0 B/s wr, 68 op/s 2024-03-24T11:36:16.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:15 smithi203 bash[18672]: audit 2024-03-24T11:36:14.782745+0000 mgr.smithi203.vllliu (mgr.14195) 374 : audit 0 from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:18.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:17 smithi204 bash[23543]: cluster 2024-03-24T11:36:16.096392+0000 mgr.smithi203.vllliu (mgr.14195) 375 : cluster 0 pgmap v272: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 56 op/s 2024-03-24T11:36:18.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:17 smithi204 bash[23543]: audit 2024-03-24T11:36:16.202902+0000 mgr.smithi203.vllliu (mgr.14195) 376 : audit 0 from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:18.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:17 smithi203 bash[18672]: cluster 2024-03-24T11:36:16.096392+0000 mgr.smithi203.vllliu (mgr.14195) 375 : cluster 0 pgmap v272: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 0 B/s wr, 56 op/s 2024-03-24T11:36:18.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:17 smithi203 bash[18672]: audit 2024-03-24T11:36:16.202902+0000 mgr.smithi203.vllliu (mgr.14195) 376 : audit 0 from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:19.083 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:18 smithi203 bash[18672]: audit 2024-03-24T11:36:17.591365+0000 mgr.smithi203.vllliu (mgr.14195) 377 : audit 0 from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:19.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:18 smithi204 bash[23543]: audit 2024-03-24T11:36:17.591365+0000 mgr.smithi203.vllliu (mgr.14195) 377 : audit 0 from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:20.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:19 smithi204 bash[23543]: cluster 2024-03-24T11:36:18.097345+0000 mgr.smithi203.vllliu (mgr.14195) 378 : cluster 0 pgmap v273: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-03-24T11:36:20.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:19 smithi204 bash[23543]: audit 2024-03-24T11:36:19.013436+0000 mgr.smithi203.vllliu (mgr.14195) 379 : audit 0 from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:20.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:19 smithi203 bash[18672]: cluster 2024-03-24T11:36:18.097345+0000 mgr.smithi203.vllliu (mgr.14195) 378 : cluster 0 pgmap v273: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 0 B/s wr, 5 op/s 2024-03-24T11:36:20.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:19 smithi203 bash[18672]: audit 2024-03-24T11:36:19.013436+0000 mgr.smithi203.vllliu (mgr.14195) 379 : audit 0 from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:21 smithi204 bash[23543]: audit 2024-03-24T11:36:20.050009+0000 mon.smithi203 (mon.0) 946 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:21 smithi204 bash[23543]: audit 2024-03-24T11:36:20.059483+0000 mon.smithi203 (mon.0) 947 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:21 smithi204 bash[23543]: audit 2024-03-24T11:36:20.069434+0000 mon.smithi203 (mon.0) 948 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:21 smithi204 bash[23543]: cluster 2024-03-24T11:36:20.098335+0000 mgr.smithi203.vllliu (mgr.14195) 380 : cluster 0 pgmap v274: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:21 smithi204 bash[23543]: audit 2024-03-24T11:36:20.410843+0000 mgr.smithi203.vllliu (mgr.14195) 381 : audit 0 from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:21.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:21 smithi203 bash[18672]: audit 2024-03-24T11:36:20.050009+0000 mon.smithi203 (mon.0) 946 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:21.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:21 smithi203 bash[18672]: audit 2024-03-24T11:36:20.059483+0000 mon.smithi203 (mon.0) 947 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:21.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:21 smithi203 bash[18672]: audit 2024-03-24T11:36:20.069434+0000 mon.smithi203 (mon.0) 948 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:21.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:21 smithi203 bash[18672]: cluster 2024-03-24T11:36:20.098335+0000 mgr.smithi203.vllliu (mgr.14195) 380 : cluster 0 pgmap v274: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:21.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:21 smithi203 bash[18672]: audit 2024-03-24T11:36:20.410843+0000 mgr.smithi203.vllliu (mgr.14195) 381 : audit 0 from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:22.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:22 smithi204 bash[23543]: audit 2024-03-24T11:36:21.803950+0000 mgr.smithi203.vllliu (mgr.14195) 382 : audit 0 from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:22.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:22 smithi203 bash[18672]: audit 2024-03-24T11:36:21.803950+0000 mgr.smithi203.vllliu (mgr.14195) 382 : audit 0 from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:23.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:23 smithi204 bash[23543]: cluster 2024-03-24T11:36:22.099406+0000 mgr.smithi203.vllliu (mgr.14195) 383 : cluster 0 pgmap v275: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:23.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:23 smithi203 bash[18672]: cluster 2024-03-24T11:36:22.099406+0000 mgr.smithi203.vllliu (mgr.14195) 383 : cluster 0 pgmap v275: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:24.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:24 smithi204 bash[23543]: audit 2024-03-24T11:36:23.224313+0000 mgr.smithi203.vllliu (mgr.14195) 384 : audit 0 from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:24.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:24 smithi203 bash[18672]: audit 2024-03-24T11:36:23.224313+0000 mgr.smithi203.vllliu (mgr.14195) 384 : audit 0 from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:25 smithi204 bash[23543]: cluster 2024-03-24T11:36:24.100609+0000 mgr.smithi203.vllliu (mgr.14195) 385 : cluster 0 pgmap v276: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:25.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:25 smithi204 bash[23543]: audit 2024-03-24T11:36:24.625389+0000 mgr.smithi203.vllliu (mgr.14195) 386 : audit 0 from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:25.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:25 smithi203 bash[18672]: cluster 2024-03-24T11:36:24.100609+0000 mgr.smithi203.vllliu (mgr.14195) 385 : cluster 0 pgmap v276: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:25.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:25 smithi203 bash[18672]: audit 2024-03-24T11:36:24.625389+0000 mgr.smithi203.vllliu (mgr.14195) 386 : audit 0 from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:27.438 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi203.yqwhvf smithi203 *:8001 stopped 1s ago 2m - - 2024-03-24T11:36:27.442 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:36:27.442 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:36:27.444 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k 2024-03-24T11:36:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.017714+0000 mgr.smithi203.vllliu (mgr.14195) 387 : audit 0 from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: cluster 2024-03-24T11:36:26.101238+0000 mgr.smithi203.vllliu (mgr.14195) 388 : cluster 0 pgmap v277: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.262057+0000 mon.smithi203 (mon.0) 949 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.319432+0000 mon.smithi203 (mon.0) 950 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.327160+0000 mon.smithi203 (mon.0) 951 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.328624+0000 mon.smithi203 (mon.0) 952 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.329861+0000 mon.smithi203 (mon.0) 953 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.336174+0000 mon.smithi203 (mon.0) 954 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:27.445 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:27 smithi204 bash[23543]: audit 2024-03-24T11:36:26.339308+0000 mon.smithi203 (mon.0) 955 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.017714+0000 mgr.smithi203.vllliu (mgr.14195) 387 : audit 0 from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: cluster 2024-03-24T11:36:26.101238+0000 mgr.smithi203.vllliu (mgr.14195) 388 : cluster 0 pgmap v277: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.262057+0000 mon.smithi203 (mon.0) 949 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.319432+0000 mon.smithi203 (mon.0) 950 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.327160+0000 mon.smithi203 (mon.0) 951 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.328624+0000 mon.smithi203 (mon.0) 952 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.329861+0000 mon.smithi203 (mon.0) 953 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.336174+0000 mon.smithi203 (mon.0) 954 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:27.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:27 smithi203 bash[18672]: audit 2024-03-24T11:36:26.339308+0000 mon.smithi203 (mon.0) 955 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:27.801 INFO:teuthology.orchestra.run.smithi203.stdout:anonymousScheduled to start rgw.foo.smithi203.yqwhvf on host 'smithi203' 2024-03-24T11:36:29.107 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:28 smithi203 bash[18672]: audit 2024-03-24T11:36:27.402436+0000 mgr.smithi203.vllliu (mgr.14195) 389 : audit 0 from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:29.107 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:28 smithi203 bash[18672]: audit 2024-03-24T11:36:27.788360+0000 mgr.smithi203.vllliu (mgr.14195) 390 : audit 0 from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi203.yqwhvf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:29.108 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:28 smithi203 bash[18672]: cephadm 2024-03-24T11:36:27.789020+0000 mgr.smithi203.vllliu (mgr.14195) 391 : cephadm 1 Schedule start daemon rgw.foo.smithi203.yqwhvf 2024-03-24T11:36:29.108 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:28 smithi203 bash[18672]: audit 2024-03-24T11:36:27.796375+0000 mon.smithi203 (mon.0) 956 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:29.108 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:28 smithi203 bash[18672]: audit 2024-03-24T11:36:27.804685+0000 mon.smithi203 (mon.0) 957 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:29.108 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:28 smithi203 bash[18672]: audit 2024-03-24T11:36:27.810347+0000 mon.smithi203 (mon.0) 958 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:29.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:28 smithi204 bash[23543]: audit 2024-03-24T11:36:27.402436+0000 mgr.smithi203.vllliu (mgr.14195) 389 : audit 0 from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:29.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:28 smithi204 bash[23543]: audit 2024-03-24T11:36:27.788360+0000 mgr.smithi203.vllliu (mgr.14195) 390 : audit 0 from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi203.yqwhvf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:29.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:28 smithi204 bash[23543]: cephadm 2024-03-24T11:36:27.789020+0000 mgr.smithi203.vllliu (mgr.14195) 391 : cephadm 1 Schedule start daemon rgw.foo.smithi203.yqwhvf 2024-03-24T11:36:29.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:28 smithi204 bash[23543]: audit 2024-03-24T11:36:27.796375+0000 mon.smithi203 (mon.0) 956 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:29.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:28 smithi204 bash[23543]: audit 2024-03-24T11:36:27.804685+0000 mon.smithi203 (mon.0) 957 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:29.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:28 smithi204 bash[23543]: audit 2024-03-24T11:36:27.810347+0000 mon.smithi203 (mon.0) 958 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:30.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:29 smithi204 bash[23543]: cluster 2024-03-24T11:36:28.102087+0000 mgr.smithi203.vllliu (mgr.14195) 392 : cluster 0 pgmap v278: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:30.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:29 smithi204 bash[23543]: audit 2024-03-24T11:36:28.153476+0000 mgr.smithi203.vllliu (mgr.14195) 393 : audit 0 from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:30.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:29 smithi203 bash[18672]: cluster 2024-03-24T11:36:28.102087+0000 mgr.smithi203.vllliu (mgr.14195) 392 : cluster 0 pgmap v278: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:30.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:29 smithi203 bash[18672]: audit 2024-03-24T11:36:28.153476+0000 mgr.smithi203.vllliu (mgr.14195) 393 : audit 0 from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:30 smithi204 bash[23543]: audit 2024-03-24T11:36:29.557559+0000 mgr.smithi203.vllliu (mgr.14195) 394 : audit 0 from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:31.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:30 smithi203 bash[18672]: audit 2024-03-24T11:36:29.557559+0000 mgr.smithi203.vllliu (mgr.14195) 394 : audit 0 from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:32.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:31 smithi204 bash[23543]: cluster 2024-03-24T11:36:30.103338+0000 mgr.smithi203.vllliu (mgr.14195) 395 : cluster 0 pgmap v279: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:32.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:31 smithi204 bash[23543]: audit 2024-03-24T11:36:30.978863+0000 mgr.smithi203.vllliu (mgr.14195) 396 : audit 0 from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:32.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:31 smithi203 bash[18672]: cluster 2024-03-24T11:36:30.103338+0000 mgr.smithi203.vllliu (mgr.14195) 395 : cluster 0 pgmap v279: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:32.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:31 smithi203 bash[18672]: audit 2024-03-24T11:36:30.978863+0000 mgr.smithi203.vllliu (mgr.14195) 396 : audit 0 from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:34.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:33 smithi204 bash[23543]: cluster 2024-03-24T11:36:32.104358+0000 mgr.smithi203.vllliu (mgr.14195) 397 : cluster 0 pgmap v280: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:36:34.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:33 smithi204 bash[23543]: audit 2024-03-24T11:36:32.376031+0000 mgr.smithi203.vllliu (mgr.14195) 398 : audit 0 from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:34.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:33 smithi203 bash[18672]: cluster 2024-03-24T11:36:32.104358+0000 mgr.smithi203.vllliu (mgr.14195) 397 : cluster 0 pgmap v280: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:36:34.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:33 smithi203 bash[18672]: audit 2024-03-24T11:36:32.376031+0000 mgr.smithi203.vllliu (mgr.14195) 398 : audit 0 from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:34 smithi204 bash[23543]: audit 2024-03-24T11:36:33.785119+0000 mgr.smithi203.vllliu (mgr.14195) 399 : audit 0 from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:34 smithi204 bash[23543]: audit 2024-03-24T11:36:34.021296+0000 mon.smithi203 (mon.0) 959 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:34 smithi204 bash[23543]: audit 2024-03-24T11:36:34.026815+0000 mon.smithi203 (mon.0) 960 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:34 smithi204 bash[23543]: audit 2024-03-24T11:36:34.028010+0000 mon.smithi203 (mon.0) 961 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:34 smithi204 bash[23543]: audit 2024-03-24T11:36:34.028750+0000 mon.smithi203 (mon.0) 962 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:34 smithi204 bash[23543]: audit 2024-03-24T11:36:34.032933+0000 mon.smithi203 (mon.0) 963 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:34 smithi204 bash[23543]: audit 2024-03-24T11:36:34.035968+0000 mon.smithi203 (mon.0) 964 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:35.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:34 smithi203 bash[18672]: audit 2024-03-24T11:36:33.785119+0000 mgr.smithi203.vllliu (mgr.14195) 399 : audit 0 from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:35.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:34 smithi203 bash[18672]: audit 2024-03-24T11:36:34.021296+0000 mon.smithi203 (mon.0) 959 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:35.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:34 smithi203 bash[18672]: audit 2024-03-24T11:36:34.026815+0000 mon.smithi203 (mon.0) 960 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:35.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:34 smithi203 bash[18672]: audit 2024-03-24T11:36:34.028010+0000 mon.smithi203 (mon.0) 961 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:35.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:34 smithi203 bash[18672]: audit 2024-03-24T11:36:34.028750+0000 mon.smithi203 (mon.0) 962 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:35.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:34 smithi203 bash[18672]: audit 2024-03-24T11:36:34.032933+0000 mon.smithi203 (mon.0) 963 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:35.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:34 smithi203 bash[18672]: audit 2024-03-24T11:36:34.035968+0000 mon.smithi203 (mon.0) 964 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:36.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:35 smithi204 bash[23543]: cluster 2024-03-24T11:36:34.105198+0000 mgr.smithi203.vllliu (mgr.14195) 400 : cluster 0 pgmap v281: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:36:36.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:35 smithi203 bash[18672]: cluster 2024-03-24T11:36:34.105198+0000 mgr.smithi203.vllliu (mgr.14195) 400 : cluster 0 pgmap v281: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:36:37.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:36 smithi204 bash[23543]: audit 2024-03-24T11:36:35.152462+0000 mgr.smithi203.vllliu (mgr.14195) 401 : audit 0 from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:37.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:36 smithi203 bash[18672]: audit 2024-03-24T11:36:35.152462+0000 mgr.smithi203.vllliu (mgr.14195) 401 : audit 0 from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:38.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:37 smithi204 bash[23543]: cluster 2024-03-24T11:36:36.106278+0000 mgr.smithi203.vllliu (mgr.14195) 402 : cluster 0 pgmap v282: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:38.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:37 smithi204 bash[23543]: audit 2024-03-24T11:36:36.527356+0000 mgr.smithi203.vllliu (mgr.14195) 403 : audit 0 from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:38.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:37 smithi203 bash[18672]: cluster 2024-03-24T11:36:36.106278+0000 mgr.smithi203.vllliu (mgr.14195) 402 : cluster 0 pgmap v282: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:38.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:37 smithi203 bash[18672]: audit 2024-03-24T11:36:36.527356+0000 mgr.smithi203.vllliu (mgr.14195) 403 : audit 0 from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:39.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:38 smithi204 bash[23543]: audit 2024-03-24T11:36:37.919527+0000 mgr.smithi203.vllliu (mgr.14195) 404 : audit 0 from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:39.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:38 smithi203 bash[18672]: audit 2024-03-24T11:36:37.919527+0000 mgr.smithi203.vllliu (mgr.14195) 404 : audit 0 from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:40.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:39 smithi204 bash[23543]: cluster 2024-03-24T11:36:38.107253+0000 mgr.smithi203.vllliu (mgr.14195) 405 : cluster 0 pgmap v283: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:39 smithi203 bash[18672]: cluster 2024-03-24T11:36:38.107253+0000 mgr.smithi203.vllliu (mgr.14195) 405 : cluster 0 pgmap v283: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:41.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:40 smithi204 bash[23543]: audit 2024-03-24T11:36:39.339644+0000 mgr.smithi203.vllliu (mgr.14195) 406 : audit 0 from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:41.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:40 smithi203 bash[18672]: audit 2024-03-24T11:36:39.339644+0000 mgr.smithi203.vllliu (mgr.14195) 406 : audit 0 from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:41 smithi204 bash[23543]: cluster 2024-03-24T11:36:40.108462+0000 mgr.smithi203.vllliu (mgr.14195) 407 : cluster 0 pgmap v284: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:41 smithi204 bash[23543]: audit 2024-03-24T11:36:40.723775+0000 mgr.smithi203.vllliu (mgr.14195) 408 : audit 0 from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:41 smithi204 bash[23543]: audit 2024-03-24T11:36:41.263574+0000 mon.smithi203 (mon.0) 965 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:42.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:41 smithi203 bash[18672]: cluster 2024-03-24T11:36:40.108462+0000 mgr.smithi203.vllliu (mgr.14195) 407 : cluster 0 pgmap v284: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:36:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:41 smithi203 bash[18672]: audit 2024-03-24T11:36:40.723775+0000 mgr.smithi203.vllliu (mgr.14195) 408 : audit 0 from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:41 smithi203 bash[18672]: audit 2024-03-24T11:36:41.263574+0000 mon.smithi203 (mon.0) 965 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:44.118 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:43 smithi203 bash[18672]: cluster 2024-03-24T11:36:42.109446+0000 mgr.smithi203.vllliu (mgr.14195) 409 : cluster 0 pgmap v285: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:44.118 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:43 smithi203 bash[18672]: audit 2024-03-24T11:36:42.139327+0000 mgr.smithi203.vllliu (mgr.14195) 410 : audit 0 from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:44.118 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:43 smithi203 bash[18672]: audit 2024-03-24T11:36:43.280926+0000 mon.smithi203 (mon.0) 966 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:44.118 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:43 smithi203 bash[18672]: audit 2024-03-24T11:36:43.288007+0000 mon.smithi203 (mon.0) 967 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:44.118 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:43 smithi203 bash[18672]: audit 2024-03-24T11:36:43.295150+0000 mon.smithi203 (mon.0) 968 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:44.118 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:43 smithi203 bash[18672]: audit 2024-03-24T11:36:43.768018+0000 mon.smithi203 (mon.0) 969 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:44.119 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:43 smithi203 bash[18672]: audit 2024-03-24T11:36:43.776134+0000 mon.smithi203 (mon.0) 970 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:43 smithi204 bash[23543]: cluster 2024-03-24T11:36:42.109446+0000 mgr.smithi203.vllliu (mgr.14195) 409 : cluster 0 pgmap v285: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:43 smithi204 bash[23543]: audit 2024-03-24T11:36:42.139327+0000 mgr.smithi203.vllliu (mgr.14195) 410 : audit 0 from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:43 smithi204 bash[23543]: audit 2024-03-24T11:36:43.280926+0000 mon.smithi203 (mon.0) 966 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:43 smithi204 bash[23543]: audit 2024-03-24T11:36:43.288007+0000 mon.smithi203 (mon.0) 967 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:43 smithi204 bash[23543]: audit 2024-03-24T11:36:43.295150+0000 mon.smithi203 (mon.0) 968 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:43 smithi204 bash[23543]: audit 2024-03-24T11:36:43.768018+0000 mon.smithi203 (mon.0) 969 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:43 smithi204 bash[23543]: audit 2024-03-24T11:36:43.776134+0000 mon.smithi203 (mon.0) 970 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:45.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:44 smithi204 bash[23543]: audit 2024-03-24T11:36:43.565741+0000 mgr.smithi203.vllliu (mgr.14195) 411 : audit 0 from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:45.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:44 smithi203 bash[18672]: audit 2024-03-24T11:36:43.565741+0000 mgr.smithi203.vllliu (mgr.14195) 411 : audit 0 from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:45 smithi204 bash[23543]: cluster 2024-03-24T11:36:44.109933+0000 mgr.smithi203.vllliu (mgr.14195) 412 : cluster 0 pgmap v286: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:45 smithi204 bash[23543]: audit 2024-03-24T11:36:44.943724+0000 mgr.smithi203.vllliu (mgr.14195) 413 : audit 0 from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:45 smithi203 bash[18672]: cluster 2024-03-24T11:36:44.109933+0000 mgr.smithi203.vllliu (mgr.14195) 412 : cluster 0 pgmap v286: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:36:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:45 smithi203 bash[18672]: audit 2024-03-24T11:36:44.943724+0000 mgr.smithi203.vllliu (mgr.14195) 413 : audit 0 from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:48.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:47 smithi204 bash[23543]: cluster 2024-03-24T11:36:46.110557+0000 mgr.smithi203.vllliu (mgr.14195) 414 : cluster 0 pgmap v287: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 170 B/s wr, 32 op/s 2024-03-24T11:36:48.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:47 smithi204 bash[23543]: audit 2024-03-24T11:36:46.331486+0000 mgr.smithi203.vllliu (mgr.14195) 415 : audit 0 from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:48.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:47 smithi203 bash[18672]: cluster 2024-03-24T11:36:46.110557+0000 mgr.smithi203.vllliu (mgr.14195) 414 : cluster 0 pgmap v287: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 21 KiB/s rd, 170 B/s wr, 32 op/s 2024-03-24T11:36:48.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:47 smithi203 bash[18672]: audit 2024-03-24T11:36:46.331486+0000 mgr.smithi203.vllliu (mgr.14195) 415 : audit 0 from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:49.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:48 smithi204 bash[23543]: audit 2024-03-24T11:36:47.713626+0000 mgr.smithi203.vllliu (mgr.14195) 416 : audit 0 from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:49.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:48 smithi203 bash[18672]: audit 2024-03-24T11:36:47.713626+0000 mgr.smithi203.vllliu (mgr.14195) 416 : audit 0 from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:50.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:49 smithi203 bash[18672]: cluster 2024-03-24T11:36:48.111562+0000 mgr.smithi203.vllliu (mgr.14195) 417 : cluster 0 pgmap v288: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 48 op/s 2024-03-24T11:36:50.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:49 smithi204 bash[23543]: cluster 2024-03-24T11:36:48.111562+0000 mgr.smithi203.vllliu (mgr.14195) 417 : cluster 0 pgmap v288: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 48 op/s 2024-03-24T11:36:50.543 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi203.yqwhvf smithi203 *:8001 running (7s) 0s ago 2m 87.0M - 19.0.0-1667-gdb0330b1 4f325f8440e9 d8ddb2582ab7 2024-03-24T11:36:50.913 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled to stop rgw.foo.smithi204.ghlqcf on host 'smithi204' 2024-03-24T11:36:51.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:50 smithi204 bash[23543]: audit 2024-03-24T11:36:49.149236+0000 mgr.smithi203.vllliu (mgr.14195) 418 : audit 0 from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:51.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:50 smithi204 bash[23543]: audit 2024-03-24T11:36:50.023575+0000 mon.smithi203 (mon.0) 971 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:50 smithi204 bash[23543]: audit 2024-03-24T11:36:50.031399+0000 mon.smithi203 (mon.0) 972 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:50 smithi204 bash[23543]: audit 2024-03-24T11:36:50.032735+0000 mon.smithi203 (mon.0) 973 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:51.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:50 smithi204 bash[23543]: audit 2024-03-24T11:36:50.033480+0000 mon.smithi203 (mon.0) 974 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:51.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:50 smithi204 bash[23543]: audit 2024-03-24T11:36:50.037727+0000 mon.smithi203 (mon.0) 975 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:50 smithi204 bash[23543]: audit 2024-03-24T11:36:50.040869+0000 mon.smithi203 (mon.0) 976 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:50 smithi203 bash[18672]: audit 2024-03-24T11:36:49.149236+0000 mgr.smithi203.vllliu (mgr.14195) 418 : audit 0 from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:50 smithi203 bash[18672]: audit 2024-03-24T11:36:50.023575+0000 mon.smithi203 (mon.0) 971 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:50 smithi203 bash[18672]: audit 2024-03-24T11:36:50.031399+0000 mon.smithi203 (mon.0) 972 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:50 smithi203 bash[18672]: audit 2024-03-24T11:36:50.032735+0000 mon.smithi203 (mon.0) 973 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:50 smithi203 bash[18672]: audit 2024-03-24T11:36:50.033480+0000 mon.smithi203 (mon.0) 974 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:50 smithi203 bash[18672]: audit 2024-03-24T11:36:50.037727+0000 mon.smithi203 (mon.0) 975 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:50 smithi203 bash[18672]: audit 2024-03-24T11:36:50.040869+0000 mon.smithi203 (mon.0) 976 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:51 smithi204 bash[23543]: cluster 2024-03-24T11:36:50.112282+0000 mgr.smithi203.vllliu (mgr.14195) 419 : cluster 0 pgmap v289: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:51 smithi204 bash[23543]: audit 2024-03-24T11:36:50.505300+0000 mgr.smithi203.vllliu (mgr.14195) 420 : audit 0 from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:51 smithi204 bash[23543]: audit 2024-03-24T11:36:50.897721+0000 mgr.smithi203.vllliu (mgr.14195) 421 : audit 0 from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi204.ghlqcf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:51 smithi204 bash[23543]: cephadm 2024-03-24T11:36:50.898416+0000 mgr.smithi203.vllliu (mgr.14195) 422 : cephadm 1 Schedule stop daemon rgw.foo.smithi204.ghlqcf 2024-03-24T11:36:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:51 smithi204 bash[23543]: audit 2024-03-24T11:36:50.906955+0000 mon.smithi203 (mon.0) 977 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:51 smithi204 bash[23543]: audit 2024-03-24T11:36:50.916730+0000 mon.smithi203 (mon.0) 978 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:51 smithi204 bash[23543]: audit 2024-03-24T11:36:50.935936+0000 mon.smithi203 (mon.0) 979 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:52.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:51 smithi203 bash[18672]: cluster 2024-03-24T11:36:50.112282+0000 mgr.smithi203.vllliu (mgr.14195) 419 : cluster 0 pgmap v289: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:51 smithi203 bash[18672]: audit 2024-03-24T11:36:50.505300+0000 mgr.smithi203.vllliu (mgr.14195) 420 : audit 0 from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:51 smithi203 bash[18672]: audit 2024-03-24T11:36:50.897721+0000 mgr.smithi203.vllliu (mgr.14195) 421 : audit 0 from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi204.ghlqcf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:51 smithi203 bash[18672]: cephadm 2024-03-24T11:36:50.898416+0000 mgr.smithi203.vllliu (mgr.14195) 422 : cephadm 1 Schedule stop daemon rgw.foo.smithi204.ghlqcf 2024-03-24T11:36:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:51 smithi203 bash[18672]: audit 2024-03-24T11:36:50.906955+0000 mon.smithi203 (mon.0) 977 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:51 smithi203 bash[18672]: audit 2024-03-24T11:36:50.916730+0000 mon.smithi203 (mon.0) 978 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:52.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:51 smithi203 bash[18672]: audit 2024-03-24T11:36:50.935936+0000 mon.smithi203 (mon.0) 979 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:36:53.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:52 smithi204 bash[23543]: audit 2024-03-24T11:36:51.258645+0000 mgr.smithi203.vllliu (mgr.14195) 423 : audit 0 from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:53.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:52 smithi203 bash[18672]: audit 2024-03-24T11:36:51.258645+0000 mgr.smithi203.vllliu (mgr.14195) 423 : audit 0 from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:54.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:53 smithi204 bash[23543]: cluster 2024-03-24T11:36:52.113320+0000 mgr.smithi203.vllliu (mgr.14195) 424 : cluster 0 pgmap v290: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:54.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:53 smithi204 bash[23543]: audit 2024-03-24T11:36:52.685295+0000 mgr.smithi203.vllliu (mgr.14195) 425 : audit 0 from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:54.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:53 smithi203 bash[18672]: cluster 2024-03-24T11:36:52.113320+0000 mgr.smithi203.vllliu (mgr.14195) 424 : cluster 0 pgmap v290: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:54.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:53 smithi203 bash[18672]: audit 2024-03-24T11:36:52.685295+0000 mgr.smithi203.vllliu (mgr.14195) 425 : audit 0 from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:56.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:55 smithi204 bash[23543]: audit 2024-03-24T11:36:54.083051+0000 mgr.smithi203.vllliu (mgr.14195) 426 : audit 0 from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:56.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:55 smithi204 bash[23543]: cluster 2024-03-24T11:36:54.113957+0000 mgr.smithi203.vllliu (mgr.14195) 427 : cluster 0 pgmap v291: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:56.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:55 smithi203 bash[18672]: audit 2024-03-24T11:36:54.083051+0000 mgr.smithi203.vllliu (mgr.14195) 426 : audit 0 from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:56.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:55 smithi203 bash[18672]: cluster 2024-03-24T11:36:54.113957+0000 mgr.smithi203.vllliu (mgr.14195) 427 : cluster 0 pgmap v291: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:57.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:56 smithi204 bash[23543]: audit 2024-03-24T11:36:55.470378+0000 mgr.smithi203.vllliu (mgr.14195) 428 : audit 0 from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:57.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:56 smithi204 bash[23543]: audit 2024-03-24T11:36:56.262670+0000 mon.smithi203 (mon.0) 980 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:57.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:56 smithi203 bash[18672]: audit 2024-03-24T11:36:55.470378+0000 mgr.smithi203.vllliu (mgr.14195) 428 : audit 0 from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:57.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:56 smithi203 bash[18672]: audit 2024-03-24T11:36:56.262670+0000 mon.smithi203 (mon.0) 980 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: cluster 2024-03-24T11:36:56.114634+0000 mgr.smithi203.vllliu (mgr.14195) 429 : cluster 0 pgmap v292: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: audit 2024-03-24T11:36:56.856654+0000 mgr.smithi203.vllliu (mgr.14195) 430 : audit 0 from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: audit 2024-03-24T11:36:57.137033+0000 mon.smithi203 (mon.0) 981 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: audit 2024-03-24T11:36:57.142710+0000 mon.smithi203 (mon.0) 982 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: audit 2024-03-24T11:36:57.144392+0000 mon.smithi203 (mon.0) 983 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: audit 2024-03-24T11:36:57.145404+0000 mon.smithi203 (mon.0) 984 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: audit 2024-03-24T11:36:57.149935+0000 mon.smithi203 (mon.0) 985 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:58.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:57 smithi204 bash[23543]: audit 2024-03-24T11:36:57.157724+0000 mon.smithi203 (mon.0) 986 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:36:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: cluster 2024-03-24T11:36:56.114634+0000 mgr.smithi203.vllliu (mgr.14195) 429 : cluster 0 pgmap v292: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-03-24T11:36:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: audit 2024-03-24T11:36:56.856654+0000 mgr.smithi203.vllliu (mgr.14195) 430 : audit 0 from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:36:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: audit 2024-03-24T11:36:57.137033+0000 mon.smithi203 (mon.0) 981 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: audit 2024-03-24T11:36:57.142710+0000 mon.smithi203 (mon.0) 982 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: audit 2024-03-24T11:36:57.144392+0000 mon.smithi203 (mon.0) 983 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:36:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: audit 2024-03-24T11:36:57.145404+0000 mon.smithi203 (mon.0) 984 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:36:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: audit 2024-03-24T11:36:57.149935+0000 mon.smithi203 (mon.0) 985 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:36:58.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:57 smithi203 bash[18672]: audit 2024-03-24T11:36:57.157724+0000 mon.smithi203 (mon.0) 986 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:00.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:59 smithi204 bash[23543]: cluster 2024-03-24T11:36:58.115505+0000 mgr.smithi203.vllliu (mgr.14195) 431 : cluster 0 pgmap v293: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 50 op/s 2024-03-24T11:37:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:36:59 smithi204 bash[23543]: audit 2024-03-24T11:36:58.251384+0000 mgr.smithi203.vllliu (mgr.14195) 432 : audit 0 from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:59 smithi203 bash[18672]: cluster 2024-03-24T11:36:58.115505+0000 mgr.smithi203.vllliu (mgr.14195) 431 : cluster 0 pgmap v293: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 50 op/s 2024-03-24T11:37:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:36:59 smithi203 bash[18672]: audit 2024-03-24T11:36:58.251384+0000 mgr.smithi203.vllliu (mgr.14195) 432 : audit 0 from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:01.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:00 smithi204 bash[23543]: audit 2024-03-24T11:36:59.636790+0000 mgr.smithi203.vllliu (mgr.14195) 433 : audit 0 from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:01.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:00 smithi203 bash[18672]: audit 2024-03-24T11:36:59.636790+0000 mgr.smithi203.vllliu (mgr.14195) 433 : audit 0 from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:02.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:01 smithi204 bash[23543]: cluster 2024-03-24T11:37:00.116744+0000 mgr.smithi203.vllliu (mgr.14195) 434 : cluster 0 pgmap v294: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 341 B/s wr, 33 op/s 2024-03-24T11:37:02.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:01 smithi203 bash[18672]: cluster 2024-03-24T11:37:00.116744+0000 mgr.smithi203.vllliu (mgr.14195) 434 : cluster 0 pgmap v294: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 22 KiB/s rd, 341 B/s wr, 33 op/s 2024-03-24T11:37:03.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:02 smithi203 bash[18672]: audit 2024-03-24T11:37:01.051212+0000 mgr.smithi203.vllliu (mgr.14195) 435 : audit 0 from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:03.283 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:02 smithi204 bash[23543]: audit 2024-03-24T11:37:01.051212+0000 mgr.smithi203.vllliu (mgr.14195) 435 : audit 0 from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:04.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:03 smithi203 bash[18672]: cluster 2024-03-24T11:37:02.117814+0000 mgr.smithi203.vllliu (mgr.14195) 436 : cluster 0 pgmap v295: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:04.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:03 smithi203 bash[18672]: audit 2024-03-24T11:37:02.444619+0000 mgr.smithi203.vllliu (mgr.14195) 437 : audit 0 from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:04.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:03 smithi203 bash[18672]: audit 2024-03-24T11:37:03.400405+0000 mon.smithi203 (mon.0) 987 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:04.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:03 smithi203 bash[18672]: audit 2024-03-24T11:37:03.414062+0000 mon.smithi203 (mon.0) 988 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:04.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:03 smithi203 bash[18672]: audit 2024-03-24T11:37:03.429967+0000 mon.smithi203 (mon.0) 989 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:03 smithi204 bash[23543]: cluster 2024-03-24T11:37:02.117814+0000 mgr.smithi203.vllliu (mgr.14195) 436 : cluster 0 pgmap v295: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:03 smithi204 bash[23543]: audit 2024-03-24T11:37:02.444619+0000 mgr.smithi203.vllliu (mgr.14195) 437 : audit 0 from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:03 smithi204 bash[23543]: audit 2024-03-24T11:37:03.400405+0000 mon.smithi203 (mon.0) 987 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:03 smithi204 bash[23543]: audit 2024-03-24T11:37:03.414062+0000 mon.smithi203 (mon.0) 988 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:03 smithi204 bash[23543]: audit 2024-03-24T11:37:03.429967+0000 mon.smithi203 (mon.0) 989 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:05.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:04 smithi203 bash[18672]: audit 2024-03-24T11:37:03.850003+0000 mgr.smithi203.vllliu (mgr.14195) 438 : audit 0 from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:05.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:04 smithi204 bash[23543]: audit 2024-03-24T11:37:03.850003+0000 mgr.smithi203.vllliu (mgr.14195) 438 : audit 0 from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:06.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:05 smithi203 bash[18672]: cluster 2024-03-24T11:37:04.118757+0000 mgr.smithi203.vllliu (mgr.14195) 439 : cluster 0 pgmap v296: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:06.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:05 smithi204 bash[23543]: cluster 2024-03-24T11:37:04.118757+0000 mgr.smithi203.vllliu (mgr.14195) 439 : cluster 0 pgmap v296: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:07.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:06 smithi203 bash[18672]: audit 2024-03-24T11:37:05.252954+0000 mgr.smithi203.vllliu (mgr.14195) 440 : audit 0 from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:07.309 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:06 smithi204 bash[23543]: audit 2024-03-24T11:37:05.252954+0000 mgr.smithi203.vllliu (mgr.14195) 440 : audit 0 from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:08.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:07 smithi203 bash[18672]: cluster 2024-03-24T11:37:06.119840+0000 mgr.smithi203.vllliu (mgr.14195) 441 : cluster 0 pgmap v297: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:37:08.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:07 smithi203 bash[18672]: audit 2024-03-24T11:37:06.685804+0000 mgr.smithi203.vllliu (mgr.14195) 442 : audit 0 from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:08.409 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:07 smithi204 bash[23543]: cluster 2024-03-24T11:37:06.119840+0000 mgr.smithi203.vllliu (mgr.14195) 441 : cluster 0 pgmap v297: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:37:08.409 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:07 smithi204 bash[23543]: audit 2024-03-24T11:37:06.685804+0000 mgr.smithi203.vllliu (mgr.14195) 442 : audit 0 from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:09.579 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi204.ghlqcf smithi204 *:8000 stopped 0s ago 2m - - 2024-03-24T11:37:09.584 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:37:09.584 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:37:09.585 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-03-24T11:37:09.951 INFO:teuthology.orchestra.run.smithi203.stdout:anonymousScheduled to start rgw.foo.smithi204.ghlqcf on host 'smithi204' 2024-03-24T11:37:10.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:08.099142+0000 mgr.smithi203.vllliu (mgr.14195) 443 : audit 0 from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: cluster 2024-03-24T11:37:08.120713+0000 mgr.smithi203.vllliu (mgr.14195) 444 : cluster 0 pgmap v298: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.244157+0000 mon.smithi203 (mon.0) 990 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.259320+0000 mon.smithi203 (mon.0) 991 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.888338+0000 mon.smithi203 (mon.0) 992 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.889799+0000 mon.smithi203 (mon.0) 993 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.897837+0000 mon.smithi203 (mon.0) 994 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.903214+0000 mon.smithi203 (mon.0) 995 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.945219+0000 mon.smithi203 (mon.0) 996 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:09 smithi203 bash[18672]: audit 2024-03-24T11:37:09.955880+0000 mon.smithi203 (mon.0) 997 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:08.099142+0000 mgr.smithi203.vllliu (mgr.14195) 443 : audit 0 from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: cluster 2024-03-24T11:37:08.120713+0000 mgr.smithi203.vllliu (mgr.14195) 444 : cluster 0 pgmap v298: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.244157+0000 mon.smithi203 (mon.0) 990 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.259320+0000 mon.smithi203 (mon.0) 991 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.888338+0000 mon.smithi203 (mon.0) 992 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.889799+0000 mon.smithi203 (mon.0) 993 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.897837+0000 mon.smithi203 (mon.0) 994 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.903214+0000 mon.smithi203 (mon.0) 995 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.945219+0000 mon.smithi203 (mon.0) 996 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:10.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:09 smithi204 bash[23543]: audit 2024-03-24T11:37:09.955880+0000 mon.smithi203 (mon.0) 997 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:11.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:10 smithi203 bash[18672]: audit 2024-03-24T11:37:09.536538+0000 mgr.smithi203.vllliu (mgr.14195) 445 : audit 0 from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:11.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:10 smithi203 bash[18672]: audit 2024-03-24T11:37:09.935373+0000 mgr.smithi203.vllliu (mgr.14195) 446 : audit 0 from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi204.ghlqcf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:11.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:10 smithi203 bash[18672]: cephadm 2024-03-24T11:37:09.935715+0000 mgr.smithi203.vllliu (mgr.14195) 447 : cephadm 1 Schedule start daemon rgw.foo.smithi204.ghlqcf 2024-03-24T11:37:11.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:10 smithi204 bash[23543]: audit 2024-03-24T11:37:09.536538+0000 mgr.smithi203.vllliu (mgr.14195) 445 : audit 0 from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:11.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:10 smithi204 bash[23543]: audit 2024-03-24T11:37:09.935373+0000 mgr.smithi203.vllliu (mgr.14195) 446 : audit 0 from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi204.ghlqcf", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:11.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:10 smithi204 bash[23543]: cephadm 2024-03-24T11:37:09.935715+0000 mgr.smithi203.vllliu (mgr.14195) 447 : cephadm 1 Schedule start daemon rgw.foo.smithi204.ghlqcf 2024-03-24T11:37:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:11 smithi203 bash[18672]: cluster 2024-03-24T11:37:10.121524+0000 mgr.smithi203.vllliu (mgr.14195) 448 : cluster 0 pgmap v299: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:37:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:11 smithi203 bash[18672]: audit 2024-03-24T11:37:10.290790+0000 mgr.smithi203.vllliu (mgr.14195) 449 : audit 0 from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:11 smithi203 bash[18672]: audit 2024-03-24T11:37:11.264139+0000 mon.smithi203 (mon.0) 998 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:12.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:11 smithi204 bash[23543]: cluster 2024-03-24T11:37:10.121524+0000 mgr.smithi203.vllliu (mgr.14195) 448 : cluster 0 pgmap v299: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-03-24T11:37:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:11 smithi204 bash[23543]: audit 2024-03-24T11:37:10.290790+0000 mgr.smithi203.vllliu (mgr.14195) 449 : audit 0 from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:11 smithi204 bash[23543]: audit 2024-03-24T11:37:11.264139+0000 mon.smithi203 (mon.0) 998 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:13.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:13 smithi203 bash[18672]: audit 2024-03-24T11:37:11.665071+0000 mgr.smithi203.vllliu (mgr.14195) 450 : audit 0 from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:13.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:12 smithi204 bash[23543]: audit 2024-03-24T11:37:11.665071+0000 mgr.smithi203.vllliu (mgr.14195) 450 : audit 0 from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:14 smithi203 bash[18672]: cluster 2024-03-24T11:37:12.122602+0000 mgr.smithi203.vllliu (mgr.14195) 451 : cluster 0 pgmap v300: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:14 smithi204 bash[23543]: cluster 2024-03-24T11:37:12.122602+0000 mgr.smithi203.vllliu (mgr.14195) 451 : cluster 0 pgmap v300: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:15.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:15 smithi203 bash[18672]: audit 2024-03-24T11:37:13.068920+0000 mgr.smithi203.vllliu (mgr.14195) 452 : audit 0 from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:15.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:15 smithi204 bash[23543]: audit 2024-03-24T11:37:13.068920+0000 mgr.smithi203.vllliu (mgr.14195) 452 : audit 0 from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:16.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:16 smithi203 bash[18672]: cluster 2024-03-24T11:37:14.123565+0000 mgr.smithi203.vllliu (mgr.14195) 453 : cluster 0 pgmap v301: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:16.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:16 smithi203 bash[18672]: audit 2024-03-24T11:37:14.459424+0000 mgr.smithi203.vllliu (mgr.14195) 454 : audit 0 from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:16.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:16 smithi204 bash[23543]: cluster 2024-03-24T11:37:14.123565+0000 mgr.smithi203.vllliu (mgr.14195) 453 : cluster 0 pgmap v301: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:16.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:16 smithi204 bash[23543]: audit 2024-03-24T11:37:14.459424+0000 mgr.smithi203.vllliu (mgr.14195) 454 : audit 0 from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:17.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:17 smithi204 bash[23543]: audit 2024-03-24T11:37:15.866876+0000 mgr.smithi203.vllliu (mgr.14195) 455 : audit 0 from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:17.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:17 smithi203 bash[18672]: audit 2024-03-24T11:37:15.866876+0000 mgr.smithi203.vllliu (mgr.14195) 455 : audit 0 from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:18.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:18 smithi204 bash[23543]: cluster 2024-03-24T11:37:16.124699+0000 mgr.smithi203.vllliu (mgr.14195) 456 : cluster 0 pgmap v302: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:18.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:18 smithi203 bash[18672]: cluster 2024-03-24T11:37:16.124699+0000 mgr.smithi203.vllliu (mgr.14195) 456 : cluster 0 pgmap v302: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:19.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:19 smithi204 bash[23543]: audit 2024-03-24T11:37:17.285134+0000 mgr.smithi203.vllliu (mgr.14195) 457 : audit 0 from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:19.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:19 smithi203 bash[18672]: audit 2024-03-24T11:37:17.285134+0000 mgr.smithi203.vllliu (mgr.14195) 457 : audit 0 from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:20.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:20 smithi204 bash[23543]: cluster 2024-03-24T11:37:18.125622+0000 mgr.smithi203.vllliu (mgr.14195) 458 : cluster 0 pgmap v303: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:37:20.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:20 smithi204 bash[23543]: audit 2024-03-24T11:37:18.707891+0000 mgr.smithi203.vllliu (mgr.14195) 459 : audit 0 from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:20.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:20 smithi203 bash[18672]: cluster 2024-03-24T11:37:18.125622+0000 mgr.smithi203.vllliu (mgr.14195) 458 : cluster 0 pgmap v303: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:37:20.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:20 smithi203 bash[18672]: audit 2024-03-24T11:37:18.707891+0000 mgr.smithi203.vllliu (mgr.14195) 459 : audit 0 from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:21.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:21 smithi204 bash[23543]: cluster 2024-03-24T11:37:20.126768+0000 mgr.smithi203.vllliu (mgr.14195) 460 : cluster 0 pgmap v304: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:37:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:21 smithi204 bash[23543]: audit 2024-03-24T11:37:20.136396+0000 mgr.smithi203.vllliu (mgr.14195) 461 : audit 0 from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:21 smithi204 bash[23543]: audit 2024-03-24T11:37:20.184661+0000 mon.smithi203 (mon.0) 999 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:21 smithi204 bash[23543]: audit 2024-03-24T11:37:20.192096+0000 mon.smithi203 (mon.0) 1000 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:21 smithi204 bash[23543]: audit 2024-03-24T11:37:20.199968+0000 mon.smithi203 (mon.0) 1001 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:21.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:21 smithi203 bash[18672]: cluster 2024-03-24T11:37:20.126768+0000 mgr.smithi203.vllliu (mgr.14195) 460 : cluster 0 pgmap v304: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:37:21.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:21 smithi203 bash[18672]: audit 2024-03-24T11:37:20.136396+0000 mgr.smithi203.vllliu (mgr.14195) 461 : audit 0 from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:21.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:21 smithi203 bash[18672]: audit 2024-03-24T11:37:20.184661+0000 mon.smithi203 (mon.0) 999 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:21.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:21 smithi203 bash[18672]: audit 2024-03-24T11:37:20.192096+0000 mon.smithi203 (mon.0) 1000 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:21.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:21 smithi203 bash[18672]: audit 2024-03-24T11:37:20.199968+0000 mon.smithi203 (mon.0) 1001 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:22.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:22 smithi204 bash[23543]: audit 2024-03-24T11:37:21.595811+0000 mgr.smithi203.vllliu (mgr.14195) 462 : audit 0 from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:22.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:22 smithi203 bash[18672]: audit 2024-03-24T11:37:21.595811+0000 mgr.smithi203.vllliu (mgr.14195) 462 : audit 0 from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:23.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:23 smithi204 bash[23543]: cluster 2024-03-24T11:37:22.127862+0000 mgr.smithi203.vllliu (mgr.14195) 463 : cluster 0 pgmap v305: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 170 B/s wr, 4 op/s 2024-03-24T11:37:23.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:23 smithi204 bash[23543]: audit 2024-03-24T11:37:22.977329+0000 mgr.smithi203.vllliu (mgr.14195) 464 : audit 0 from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:23.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:23 smithi203 bash[18672]: cluster 2024-03-24T11:37:22.127862+0000 mgr.smithi203.vllliu (mgr.14195) 463 : cluster 0 pgmap v305: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 2.9 KiB/s rd, 170 B/s wr, 4 op/s 2024-03-24T11:37:23.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:23 smithi203 bash[18672]: audit 2024-03-24T11:37:22.977329+0000 mgr.smithi203.vllliu (mgr.14195) 464 : audit 0 from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:25.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:25 smithi203 bash[18672]: cluster 2024-03-24T11:37:24.128742+0000 mgr.smithi203.vllliu (mgr.14195) 465 : cluster 0 pgmap v306: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 26 op/s 2024-03-24T11:37:25.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:25 smithi203 bash[18672]: audit 2024-03-24T11:37:24.360198+0000 mgr.smithi203.vllliu (mgr.14195) 466 : audit 0 from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:25.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:25 smithi204 bash[23543]: cluster 2024-03-24T11:37:24.128742+0000 mgr.smithi203.vllliu (mgr.14195) 465 : cluster 0 pgmap v306: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 26 op/s 2024-03-24T11:37:25.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:25 smithi204 bash[23543]: audit 2024-03-24T11:37:24.360198+0000 mgr.smithi203.vllliu (mgr.14195) 466 : audit 0 from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:27.173 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi204.ghlqcf smithi204 *:8000 running (6s) 1s ago 3m 86.0M - 19.0.0-1667-gdb0330b1 4f325f8440e9 bdd413466e65 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:25.734801+0000 mgr.smithi203.vllliu (mgr.14195) 467 : audit 0 from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:26.000024+0000 mon.smithi203 (mon.0) 1002 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:26.013628+0000 mon.smithi203 (mon.0) 1003 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:26.016643+0000 mon.smithi203 (mon.0) 1004 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:26.018523+0000 mon.smithi203 (mon.0) 1005 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:26.029204+0000 mon.smithi203 (mon.0) 1006 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:26.037521+0000 mon.smithi203 (mon.0) 1007 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:27.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:26 smithi203 bash[18672]: audit 2024-03-24T11:37:26.264602+0000 mon.smithi203 (mon.0) 1008 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:25.734801+0000 mgr.smithi203.vllliu (mgr.14195) 467 : audit 0 from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:26.000024+0000 mon.smithi203 (mon.0) 1002 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:26.013628+0000 mon.smithi203 (mon.0) 1003 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:26.016643+0000 mon.smithi203 (mon.0) 1004 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:26.018523+0000 mon.smithi203 (mon.0) 1005 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:26.029204+0000 mon.smithi203 (mon.0) 1006 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:26.037521+0000 mon.smithi203 (mon.0) 1007 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:26 smithi204 bash[23543]: audit 2024-03-24T11:37:26.264602+0000 mon.smithi203 (mon.0) 1008 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:27.514 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled to stop rgw.foo.smithi204.rcygym on host 'smithi204' 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: cluster 2024-03-24T11:37:26.129537+0000 mgr.smithi203.vllliu (mgr.14195) 468 : cluster 0 pgmap v307: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 170 B/s wr, 69 op/s 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: audit 2024-03-24T11:37:27.510424+0000 mon.smithi203 (mon.0) 1009 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: audit 2024-03-24T11:37:27.518727+0000 mon.smithi203 (mon.0) 1010 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: audit 2024-03-24T11:37:27.529323+0000 mon.smithi203 (mon.0) 1011 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: audit 2024-03-24T11:37:27.531409+0000 mon.smithi203 (mon.0) 1012 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: audit 2024-03-24T11:37:27.532357+0000 mon.smithi203 (mon.0) 1013 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: audit 2024-03-24T11:37:27.537916+0000 mon.smithi203 (mon.0) 1014 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:28.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:28 smithi204 bash[23543]: audit 2024-03-24T11:37:27.541884+0000 mon.smithi203 (mon.0) 1015 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:28.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: cluster 2024-03-24T11:37:26.129537+0000 mgr.smithi203.vllliu (mgr.14195) 468 : cluster 0 pgmap v307: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s rd, 170 B/s wr, 69 op/s 2024-03-24T11:37:28.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: audit 2024-03-24T11:37:27.510424+0000 mon.smithi203 (mon.0) 1009 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:28.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: audit 2024-03-24T11:37:27.518727+0000 mon.smithi203 (mon.0) 1010 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:28.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: audit 2024-03-24T11:37:27.529323+0000 mon.smithi203 (mon.0) 1011 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:28.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: audit 2024-03-24T11:37:27.531409+0000 mon.smithi203 (mon.0) 1012 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:28.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: audit 2024-03-24T11:37:27.532357+0000 mon.smithi203 (mon.0) 1013 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:28.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: audit 2024-03-24T11:37:27.537916+0000 mon.smithi203 (mon.0) 1014 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:28.514 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:28 smithi203 bash[18672]: audit 2024-03-24T11:37:27.541884+0000 mon.smithi203 (mon.0) 1015 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:29.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:29 smithi204 bash[23543]: audit 2024-03-24T11:37:27.120747+0000 mgr.smithi203.vllliu (mgr.14195) 469 : audit 0 from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:29 smithi204 bash[23543]: audit 2024-03-24T11:37:27.503175+0000 mgr.smithi203.vllliu (mgr.14195) 470 : audit 0 from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi204.rcygym", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:29 smithi204 bash[23543]: cephadm 2024-03-24T11:37:27.503677+0000 mgr.smithi203.vllliu (mgr.14195) 471 : cephadm 1 Schedule stop daemon rgw.foo.smithi204.rcygym 2024-03-24T11:37:29.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:29 smithi204 bash[23543]: audit 2024-03-24T11:37:27.875248+0000 mgr.smithi203.vllliu (mgr.14195) 472 : audit 0 from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:29 smithi203 bash[18672]: audit 2024-03-24T11:37:27.120747+0000 mgr.smithi203.vllliu (mgr.14195) 469 : audit 0 from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:29 smithi203 bash[18672]: audit 2024-03-24T11:37:27.503175+0000 mgr.smithi203.vllliu (mgr.14195) 470 : audit 0 from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi204.rcygym", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:29.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:29 smithi203 bash[18672]: cephadm 2024-03-24T11:37:27.503677+0000 mgr.smithi203.vllliu (mgr.14195) 471 : cephadm 1 Schedule stop daemon rgw.foo.smithi204.rcygym 2024-03-24T11:37:29.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:29 smithi203 bash[18672]: audit 2024-03-24T11:37:27.875248+0000 mgr.smithi203.vllliu (mgr.14195) 472 : audit 0 from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:30.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:30 smithi204 bash[23543]: cluster 2024-03-24T11:37:28.130480+0000 mgr.smithi203.vllliu (mgr.14195) 473 : cluster 0 pgmap v308: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:37:30.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:30 smithi204 bash[23543]: audit 2024-03-24T11:37:29.272643+0000 mgr.smithi203.vllliu (mgr.14195) 474 : audit 0 from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:30.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:30 smithi203 bash[18672]: cluster 2024-03-24T11:37:28.130480+0000 mgr.smithi203.vllliu (mgr.14195) 473 : cluster 0 pgmap v308: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:37:30.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:30 smithi203 bash[18672]: audit 2024-03-24T11:37:29.272643+0000 mgr.smithi203.vllliu (mgr.14195) 474 : audit 0 from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:31.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:31 smithi203 bash[18672]: cluster 2024-03-24T11:37:30.131729+0000 mgr.smithi203.vllliu (mgr.14195) 475 : cluster 0 pgmap v309: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-03-24T11:37:31.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:31 smithi203 bash[18672]: audit 2024-03-24T11:37:30.664449+0000 mgr.smithi203.vllliu (mgr.14195) 476 : audit 0 from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:31.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:31 smithi204 bash[23543]: cluster 2024-03-24T11:37:30.131729+0000 mgr.smithi203.vllliu (mgr.14195) 475 : cluster 0 pgmap v309: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-03-24T11:37:31.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:31 smithi204 bash[23543]: audit 2024-03-24T11:37:30.664449+0000 mgr.smithi203.vllliu (mgr.14195) 476 : audit 0 from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:33.350 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:33 smithi204 bash[23543]: audit 2024-03-24T11:37:32.088116+0000 mgr.smithi203.vllliu (mgr.14195) 477 : audit 0 from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:33.351 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:33 smithi204 bash[23543]: cluster 2024-03-24T11:37:32.132569+0000 mgr.smithi203.vllliu (mgr.14195) 478 : cluster 0 pgmap v310: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:37:33.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:33 smithi203 bash[18672]: audit 2024-03-24T11:37:32.088116+0000 mgr.smithi203.vllliu (mgr.14195) 477 : audit 0 from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:33.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:33 smithi203 bash[18672]: cluster 2024-03-24T11:37:32.132569+0000 mgr.smithi203.vllliu (mgr.14195) 478 : cluster 0 pgmap v310: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:37:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:34 smithi204 bash[23543]: audit 2024-03-24T11:37:33.479253+0000 mgr.smithi203.vllliu (mgr.14195) 479 : audit 0 from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:34 smithi204 bash[23543]: audit 2024-03-24T11:37:33.880407+0000 mon.smithi203 (mon.0) 1016 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:34 smithi204 bash[23543]: audit 2024-03-24T11:37:33.893611+0000 mon.smithi203 (mon.0) 1017 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:35.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:34 smithi204 bash[23543]: audit 2024-03-24T11:37:33.909972+0000 mon.smithi203 (mon.0) 1018 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:35.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:34 smithi203 bash[18672]: audit 2024-03-24T11:37:33.479253+0000 mgr.smithi203.vllliu (mgr.14195) 479 : audit 0 from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:35.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:34 smithi203 bash[18672]: audit 2024-03-24T11:37:33.880407+0000 mon.smithi203 (mon.0) 1016 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:35.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:34 smithi203 bash[18672]: audit 2024-03-24T11:37:33.893611+0000 mon.smithi203 (mon.0) 1017 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:35.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:34 smithi203 bash[18672]: audit 2024-03-24T11:37:33.909972+0000 mon.smithi203 (mon.0) 1018 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:36.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:35 smithi204 bash[23543]: cluster 2024-03-24T11:37:34.133510+0000 mgr.smithi203.vllliu (mgr.14195) 480 : cluster 0 pgmap v311: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 170 B/s wr, 78 op/s 2024-03-24T11:37:36.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:35 smithi204 bash[23543]: audit 2024-03-24T11:37:34.900773+0000 mgr.smithi203.vllliu (mgr.14195) 481 : audit 0 from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:36.246 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:35 smithi203 bash[18672]: cluster 2024-03-24T11:37:34.133510+0000 mgr.smithi203.vllliu (mgr.14195) 480 : cluster 0 pgmap v311: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s rd, 170 B/s wr, 78 op/s 2024-03-24T11:37:36.246 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:35 smithi203 bash[18672]: audit 2024-03-24T11:37:34.900773+0000 mgr.smithi203.vllliu (mgr.14195) 481 : audit 0 from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:38.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:37 smithi204 bash[23543]: cluster 2024-03-24T11:37:36.134610+0000 mgr.smithi203.vllliu (mgr.14195) 482 : cluster 0 pgmap v312: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 511 B/s wr, 56 op/s 2024-03-24T11:37:38.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:37 smithi204 bash[23543]: audit 2024-03-24T11:37:36.300514+0000 mgr.smithi203.vllliu (mgr.14195) 483 : audit 0 from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:38.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:37 smithi203 bash[18672]: cluster 2024-03-24T11:37:36.134610+0000 mgr.smithi203.vllliu (mgr.14195) 482 : cluster 0 pgmap v312: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 511 B/s wr, 56 op/s 2024-03-24T11:37:38.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:37 smithi203 bash[18672]: audit 2024-03-24T11:37:36.300514+0000 mgr.smithi203.vllliu (mgr.14195) 483 : audit 0 from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:39.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:38 smithi204 bash[23543]: audit 2024-03-24T11:37:37.705207+0000 mgr.smithi203.vllliu (mgr.14195) 484 : audit 0 from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:39.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:38 smithi203 bash[18672]: audit 2024-03-24T11:37:37.705207+0000 mgr.smithi203.vllliu (mgr.14195) 484 : audit 0 from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:39 smithi204 bash[23543]: cluster 2024-03-24T11:37:38.135579+0000 mgr.smithi203.vllliu (mgr.14195) 485 : cluster 0 pgmap v313: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 13 op/s 2024-03-24T11:37:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:39 smithi204 bash[23543]: audit 2024-03-24T11:37:39.812389+0000 mon.smithi203 (mon.0) 1019 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:39 smithi204 bash[23543]: audit 2024-03-24T11:37:39.825641+0000 mon.smithi203 (mon.0) 1020 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:39 smithi204 bash[23543]: audit 2024-03-24T11:37:39.828566+0000 mon.smithi203 (mon.0) 1021 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:39 smithi204 bash[23543]: audit 2024-03-24T11:37:39.830547+0000 mon.smithi203 (mon.0) 1022 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:39 smithi204 bash[23543]: audit 2024-03-24T11:37:39.840941+0000 mon.smithi203 (mon.0) 1023 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:40.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:39 smithi204 bash[23543]: audit 2024-03-24T11:37:39.849065+0000 mon.smithi203 (mon.0) 1024 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:39 smithi203 bash[18672]: cluster 2024-03-24T11:37:38.135579+0000 mgr.smithi203.vllliu (mgr.14195) 485 : cluster 0 pgmap v313: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 13 op/s 2024-03-24T11:37:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:39 smithi203 bash[18672]: audit 2024-03-24T11:37:39.812389+0000 mon.smithi203 (mon.0) 1019 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:39 smithi203 bash[18672]: audit 2024-03-24T11:37:39.825641+0000 mon.smithi203 (mon.0) 1020 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:39 smithi203 bash[18672]: audit 2024-03-24T11:37:39.828566+0000 mon.smithi203 (mon.0) 1021 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:39 smithi203 bash[18672]: audit 2024-03-24T11:37:39.830547+0000 mon.smithi203 (mon.0) 1022 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:39 smithi203 bash[18672]: audit 2024-03-24T11:37:39.840941+0000 mon.smithi203 (mon.0) 1023 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:40.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:39 smithi203 bash[18672]: audit 2024-03-24T11:37:39.849065+0000 mon.smithi203 (mon.0) 1024 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:40.541 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi204.rcygym smithi204 *:8001 stopped 0s ago 3m - - 2024-03-24T11:37:40.545 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:37:40.545 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:37:40.546 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-03-24T11:37:40.909 INFO:teuthology.orchestra.run.smithi203.stdout:anonymousScheduled to start rgw.foo.smithi204.rcygym on host 'smithi204' 2024-03-24T11:37:41.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:40 smithi204 bash[23543]: audit 2024-03-24T11:37:39.094154+0000 mgr.smithi203.vllliu (mgr.14195) 486 : audit 0 from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:41.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:40 smithi204 bash[23543]: audit 2024-03-24T11:37:40.902201+0000 mon.smithi203 (mon.0) 1025 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:41.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:40 smithi203 bash[18672]: audit 2024-03-24T11:37:39.094154+0000 mgr.smithi203.vllliu (mgr.14195) 486 : audit 0 from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:41.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:40 smithi203 bash[18672]: audit 2024-03-24T11:37:40.902201+0000 mon.smithi203 (mon.0) 1025 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: cluster 2024-03-24T11:37:40.136422+0000 mgr.smithi203.vllliu (mgr.14195) 487 : cluster 0 pgmap v314: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.477336+0000 mgr.smithi203.vllliu (mgr.14195) 488 : audit 0 from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.891809+0000 mgr.smithi203.vllliu (mgr.14195) 489 : audit 0 from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi204.rcygym", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: cephadm 2024-03-24T11:37:40.892615+0000 mgr.smithi203.vllliu (mgr.14195) 490 : cephadm 1 Schedule start daemon rgw.foo.smithi204.rcygym 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.912693+0000 mon.smithi203 (mon.0) 1026 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.963480+0000 mon.smithi203 (mon.0) 1027 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.966088+0000 mon.smithi203 (mon.0) 1028 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.967203+0000 mon.smithi203 (mon.0) 1029 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.973950+0000 mon.smithi203 (mon.0) 1030 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:40.977167+0000 mon.smithi203 (mon.0) 1031 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:42.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:41 smithi204 bash[23543]: audit 2024-03-24T11:37:41.265466+0000 mon.smithi203 (mon.0) 1032 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:42.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: cluster 2024-03-24T11:37:40.136422+0000 mgr.smithi203.vllliu (mgr.14195) 487 : cluster 0 pgmap v314: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:37:42.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.477336+0000 mgr.smithi203.vllliu (mgr.14195) 488 : audit 0 from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:42.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.891809+0000 mgr.smithi203.vllliu (mgr.14195) 489 : audit 0 from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi204.rcygym", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: cephadm 2024-03-24T11:37:40.892615+0000 mgr.smithi203.vllliu (mgr.14195) 490 : cephadm 1 Schedule start daemon rgw.foo.smithi204.rcygym 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.912693+0000 mon.smithi203 (mon.0) 1026 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.963480+0000 mon.smithi203 (mon.0) 1027 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.966088+0000 mon.smithi203 (mon.0) 1028 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.967203+0000 mon.smithi203 (mon.0) 1029 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.973950+0000 mon.smithi203 (mon.0) 1030 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:40.977167+0000 mon.smithi203 (mon.0) 1031 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:42.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:41 smithi203 bash[18672]: audit 2024-03-24T11:37:41.265466+0000 mon.smithi203 (mon.0) 1032 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:43.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:42 smithi204 bash[23543]: audit 2024-03-24T11:37:41.255333+0000 mgr.smithi203.vllliu (mgr.14195) 491 : audit 0 from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:43.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:42 smithi203 bash[18672]: audit 2024-03-24T11:37:41.255333+0000 mgr.smithi203.vllliu (mgr.14195) 491 : audit 0 from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:44.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:43 smithi204 bash[23543]: cluster 2024-03-24T11:37:42.137462+0000 mgr.smithi203.vllliu (mgr.14195) 492 : cluster 0 pgmap v315: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:43 smithi204 bash[23543]: audit 2024-03-24T11:37:42.653942+0000 mgr.smithi203.vllliu (mgr.14195) 493 : audit 0 from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:43 smithi203 bash[18672]: cluster 2024-03-24T11:37:42.137462+0000 mgr.smithi203.vllliu (mgr.14195) 492 : cluster 0 pgmap v315: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:43 smithi203 bash[18672]: audit 2024-03-24T11:37:42.653942+0000 mgr.smithi203.vllliu (mgr.14195) 493 : audit 0 from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:46.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:45 smithi204 bash[23543]: audit 2024-03-24T11:37:44.063269+0000 mgr.smithi203.vllliu (mgr.14195) 494 : audit 0 from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:45 smithi204 bash[23543]: cluster 2024-03-24T11:37:44.138230+0000 mgr.smithi203.vllliu (mgr.14195) 495 : cluster 0 pgmap v316: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:45 smithi203 bash[18672]: audit 2024-03-24T11:37:44.063269+0000 mgr.smithi203.vllliu (mgr.14195) 494 : audit 0 from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:45 smithi203 bash[18672]: cluster 2024-03-24T11:37:44.138230+0000 mgr.smithi203.vllliu (mgr.14195) 495 : cluster 0 pgmap v316: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:47.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:46 smithi204 bash[23543]: audit 2024-03-24T11:37:45.482437+0000 mgr.smithi203.vllliu (mgr.14195) 496 : audit 0 from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:47.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:46 smithi203 bash[18672]: audit 2024-03-24T11:37:45.482437+0000 mgr.smithi203.vllliu (mgr.14195) 496 : audit 0 from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:48.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:47 smithi204 bash[23543]: cluster 2024-03-24T11:37:46.139306+0000 mgr.smithi203.vllliu (mgr.14195) 497 : cluster 0 pgmap v317: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:48.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:47 smithi204 bash[23543]: audit 2024-03-24T11:37:46.891052+0000 mgr.smithi203.vllliu (mgr.14195) 498 : audit 0 from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:48.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:47 smithi203 bash[18672]: cluster 2024-03-24T11:37:46.139306+0000 mgr.smithi203.vllliu (mgr.14195) 497 : cluster 0 pgmap v317: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:37:48.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:47 smithi203 bash[18672]: audit 2024-03-24T11:37:46.891052+0000 mgr.smithi203.vllliu (mgr.14195) 498 : audit 0 from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:50.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:49 smithi203 bash[18672]: cluster 2024-03-24T11:37:48.140296+0000 mgr.smithi203.vllliu (mgr.14195) 499 : cluster 0 pgmap v318: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:37:50.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:49 smithi203 bash[18672]: audit 2024-03-24T11:37:48.269302+0000 mgr.smithi203.vllliu (mgr.14195) 500 : audit 0 from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:50.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:49 smithi204 bash[23543]: cluster 2024-03-24T11:37:48.140296+0000 mgr.smithi203.vllliu (mgr.14195) 499 : cluster 0 pgmap v318: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:37:50.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:49 smithi204 bash[23543]: audit 2024-03-24T11:37:48.269302+0000 mgr.smithi203.vllliu (mgr.14195) 500 : audit 0 from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:51.249 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:50 smithi204 bash[23543]: audit 2024-03-24T11:37:49.681426+0000 mgr.smithi203.vllliu (mgr.14195) 501 : audit 0 from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:51.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:50 smithi203 bash[18672]: audit 2024-03-24T11:37:49.681426+0000 mgr.smithi203.vllliu (mgr.14195) 501 : audit 0 from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:52.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:51 smithi203 bash[18672]: cluster 2024-03-24T11:37:50.141561+0000 mgr.smithi203.vllliu (mgr.14195) 502 : cluster 0 pgmap v319: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:37:52.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:51 smithi203 bash[18672]: audit 2024-03-24T11:37:51.305130+0000 mon.smithi203 (mon.0) 1033 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:52.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:51 smithi203 bash[18672]: audit 2024-03-24T11:37:51.318951+0000 mon.smithi203 (mon.0) 1034 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:52.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:51 smithi203 bash[18672]: audit 2024-03-24T11:37:51.335075+0000 mon.smithi203 (mon.0) 1035 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:52.254 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:51 smithi204 bash[23543]: cluster 2024-03-24T11:37:50.141561+0000 mgr.smithi203.vllliu (mgr.14195) 502 : cluster 0 pgmap v319: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:37:52.254 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:51 smithi204 bash[23543]: audit 2024-03-24T11:37:51.305130+0000 mon.smithi203 (mon.0) 1033 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:52.254 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:51 smithi204 bash[23543]: audit 2024-03-24T11:37:51.318951+0000 mon.smithi203 (mon.0) 1034 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:52.254 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:51 smithi204 bash[23543]: audit 2024-03-24T11:37:51.335075+0000 mon.smithi203 (mon.0) 1035 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:37:53.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:52 smithi203 bash[18672]: audit 2024-03-24T11:37:51.112039+0000 mgr.smithi203.vllliu (mgr.14195) 503 : audit 0 from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:53.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:52 smithi204 bash[23543]: audit 2024-03-24T11:37:51.112039+0000 mgr.smithi203.vllliu (mgr.14195) 503 : audit 0 from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:54.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:53 smithi203 bash[18672]: cluster 2024-03-24T11:37:52.142656+0000 mgr.smithi203.vllliu (mgr.14195) 504 : cluster 0 pgmap v320: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:37:54.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:53 smithi203 bash[18672]: audit 2024-03-24T11:37:52.510166+0000 mgr.smithi203.vllliu (mgr.14195) 505 : audit 0 from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:54.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:53 smithi204 bash[23543]: cluster 2024-03-24T11:37:52.142656+0000 mgr.smithi203.vllliu (mgr.14195) 504 : cluster 0 pgmap v320: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:37:54.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:53 smithi204 bash[23543]: audit 2024-03-24T11:37:52.510166+0000 mgr.smithi203.vllliu (mgr.14195) 505 : audit 0 from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:55.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:54 smithi203 bash[18672]: audit 2024-03-24T11:37:53.897648+0000 mgr.smithi203.vllliu (mgr.14195) 506 : audit 0 from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:55.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:54 smithi204 bash[23543]: audit 2024-03-24T11:37:53.897648+0000 mgr.smithi203.vllliu (mgr.14195) 506 : audit 0 from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:56.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:55 smithi203 bash[18672]: cluster 2024-03-24T11:37:54.143583+0000 mgr.smithi203.vllliu (mgr.14195) 507 : cluster 0 pgmap v321: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 22 op/s 2024-03-24T11:37:56.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:55 smithi204 bash[23543]: cluster 2024-03-24T11:37:54.143583+0000 mgr.smithi203.vllliu (mgr.14195) 507 : cluster 0 pgmap v321: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 15 KiB/s rd, 170 B/s wr, 22 op/s 2024-03-24T11:37:57.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:56 smithi203 bash[18672]: audit 2024-03-24T11:37:55.284834+0000 mgr.smithi203.vllliu (mgr.14195) 508 : audit 0 from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:57.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:56 smithi203 bash[18672]: audit 2024-03-24T11:37:56.266442+0000 mon.smithi203 (mon.0) 1036 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:57.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:56 smithi204 bash[23543]: audit 2024-03-24T11:37:55.284834+0000 mgr.smithi203.vllliu (mgr.14195) 508 : audit 0 from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:57.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:56 smithi204 bash[23543]: audit 2024-03-24T11:37:56.266442+0000 mon.smithi203 (mon.0) 1036 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:37:58.170 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi204.rcygym smithi204 *:8001 running (6s) 0s ago 3m 86.0M - 19.0.0-1667-gdb0330b1 4f325f8440e9 25a315f4b4ec 2024-03-24T11:37:58.170 INFO:teuthology.orchestra.run.smithi203.stdout:Check with each haproxy down in turn... 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: cluster 2024-03-24T11:37:56.144719+0000 mgr.smithi203.vllliu (mgr.14195) 509 : cluster 0 pgmap v322: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 341 B/s wr, 65 op/s 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: audit 2024-03-24T11:37:56.684303+0000 mgr.smithi203.vllliu (mgr.14195) 510 : audit 0 from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: audit 2024-03-24T11:37:57.145242+0000 mon.smithi203 (mon.0) 1037 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: audit 2024-03-24T11:37:57.156663+0000 mon.smithi203 (mon.0) 1038 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: audit 2024-03-24T11:37:57.159375+0000 mon.smithi203 (mon.0) 1039 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: audit 2024-03-24T11:37:57.160925+0000 mon.smithi203 (mon.0) 1040 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: audit 2024-03-24T11:37:57.171680+0000 mon.smithi203 (mon.0) 1041 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:58.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:57 smithi203 bash[18672]: audit 2024-03-24T11:37:57.182440+0000 mon.smithi203 (mon.0) 1042 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: cluster 2024-03-24T11:37:56.144719+0000 mgr.smithi203.vllliu (mgr.14195) 509 : cluster 0 pgmap v322: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 42 KiB/s rd, 341 B/s wr, 65 op/s 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: audit 2024-03-24T11:37:56.684303+0000 mgr.smithi203.vllliu (mgr.14195) 510 : audit 0 from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: audit 2024-03-24T11:37:57.145242+0000 mon.smithi203 (mon.0) 1037 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: audit 2024-03-24T11:37:57.156663+0000 mon.smithi203 (mon.0) 1038 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: audit 2024-03-24T11:37:57.159375+0000 mon.smithi203 (mon.0) 1039 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: audit 2024-03-24T11:37:57.160925+0000 mon.smithi203 (mon.0) 1040 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: audit 2024-03-24T11:37:57.171680+0000 mon.smithi203 (mon.0) 1041 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:37:58.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:57 smithi204 bash[23543]: audit 2024-03-24T11:37:57.182440+0000 mon.smithi203 (mon.0) 1042 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:37:58.945 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled to stop haproxy.rgw.foo.smithi203.yvjegh on host 'smithi203' 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:58.109627+0000 mgr.smithi203.vllliu (mgr.14195) 511 : audit 0 from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: cluster 2024-03-24T11:37:58.145616+0000 mgr.smithi203.vllliu (mgr.14195) 512 : cluster 0 pgmap v323: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:58.518541+0000 mgr.smithi203.vllliu (mgr.14195) 513 : audit 0 from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:58.930256+0000 mgr.smithi203.vllliu (mgr.14195) 514 : audit 0 from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi203.yvjegh", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: cephadm 2024-03-24T11:37:58.930998+0000 mgr.smithi203.vllliu (mgr.14195) 515 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi203.yvjegh 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:58.939846+0000 mon.smithi203 (mon.0) 1043 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:58.949609+0000 mon.smithi203 (mon.0) 1044 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:00.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:59.002583+0000 mon.smithi203 (mon.0) 1045 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:00.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:59.005628+0000 mon.smithi203 (mon.0) 1046 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:00.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:59.007104+0000 mon.smithi203 (mon.0) 1047 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:00.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:59.016327+0000 mon.smithi203 (mon.0) 1048 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:00.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:37:59 smithi204 bash[23543]: audit 2024-03-24T11:37:59.023857+0000 mon.smithi203 (mon.0) 1049 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:58.109627+0000 mgr.smithi203.vllliu (mgr.14195) 511 : audit 0 from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: cluster 2024-03-24T11:37:58.145616+0000 mgr.smithi203.vllliu (mgr.14195) 512 : cluster 0 pgmap v323: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-03-24T11:38:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:58.518541+0000 mgr.smithi203.vllliu (mgr.14195) 513 : audit 0 from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:58.930256+0000 mgr.smithi203.vllliu (mgr.14195) 514 : audit 0 from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi203.yvjegh", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: cephadm 2024-03-24T11:37:58.930998+0000 mgr.smithi203.vllliu (mgr.14195) 515 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi203.yvjegh 2024-03-24T11:38:00.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:58.939846+0000 mon.smithi203 (mon.0) 1043 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:00.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:58.949609+0000 mon.smithi203 (mon.0) 1044 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:00.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:59.002583+0000 mon.smithi203 (mon.0) 1045 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:00.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:59.005628+0000 mon.smithi203 (mon.0) 1046 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:00.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:59.007104+0000 mon.smithi203 (mon.0) 1047 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:00.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:59.016327+0000 mon.smithi203 (mon.0) 1048 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:00.264 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:37:59 smithi203 bash[18672]: audit 2024-03-24T11:37:59.023857+0000 mon.smithi203 (mon.0) 1049 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:01.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:00 smithi203 bash[18672]: audit 2024-03-24T11:37:59.299413+0000 mgr.smithi203.vllliu (mgr.14195) 516 : audit 0 from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:01.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:00 smithi204 bash[23543]: audit 2024-03-24T11:37:59.299413+0000 mgr.smithi203.vllliu (mgr.14195) 516 : audit 0 from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:02.201 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:01 smithi203 bash[18672]: cluster 2024-03-24T11:38:00.146926+0000 mgr.smithi203.vllliu (mgr.14195) 517 : cluster 0 pgmap v324: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-03-24T11:38:02.201 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:01 smithi203 bash[18672]: audit 2024-03-24T11:38:00.710534+0000 mgr.smithi203.vllliu (mgr.14195) 518 : audit 0 from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:02.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:01 smithi204 bash[23543]: cluster 2024-03-24T11:38:00.146926+0000 mgr.smithi203.vllliu (mgr.14195) 517 : cluster 0 pgmap v324: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-03-24T11:38:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:01 smithi204 bash[23543]: audit 2024-03-24T11:38:00.710534+0000 mgr.smithi203.vllliu (mgr.14195) 518 : audit 0 from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:04.248 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:03 smithi203 bash[18672]: audit 2024-03-24T11:38:02.140741+0000 mgr.smithi203.vllliu (mgr.14195) 519 : audit 0 from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:04.248 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:03 smithi203 bash[18672]: cluster 2024-03-24T11:38:02.147626+0000 mgr.smithi203.vllliu (mgr.14195) 520 : cluster 0 pgmap v325: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:38:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:03 smithi204 bash[23543]: audit 2024-03-24T11:38:02.140741+0000 mgr.smithi203.vllliu (mgr.14195) 519 : audit 0 from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:04.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:03 smithi204 bash[23543]: cluster 2024-03-24T11:38:02.147626+0000 mgr.smithi203.vllliu (mgr.14195) 520 : cluster 0 pgmap v325: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:38:05.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:04 smithi203 bash[18672]: audit 2024-03-24T11:38:03.567944+0000 mgr.smithi203.vllliu (mgr.14195) 521 : audit 0 from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:05.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:04 smithi204 bash[23543]: audit 2024-03-24T11:38:03.567944+0000 mgr.smithi203.vllliu (mgr.14195) 521 : audit 0 from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:06.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:05 smithi203 bash[18672]: cluster 2024-03-24T11:38:04.148295+0000 mgr.smithi203.vllliu (mgr.14195) 522 : cluster 0 pgmap v326: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:38:06.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:05 smithi203 bash[18672]: audit 2024-03-24T11:38:04.961486+0000 mgr.smithi203.vllliu (mgr.14195) 523 : audit 0 from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:06.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:05 smithi203 bash[18672]: audit 2024-03-24T11:38:05.056760+0000 mon.smithi203 (mon.0) 1050 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:06.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:05 smithi203 bash[18672]: audit 2024-03-24T11:38:05.062688+0000 mon.smithi203 (mon.0) 1051 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:06.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:05 smithi203 bash[18672]: audit 2024-03-24T11:38:05.070406+0000 mon.smithi203 (mon.0) 1052 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:05 smithi204 bash[23543]: cluster 2024-03-24T11:38:04.148295+0000 mgr.smithi203.vllliu (mgr.14195) 522 : cluster 0 pgmap v326: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-03-24T11:38:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:05 smithi204 bash[23543]: audit 2024-03-24T11:38:04.961486+0000 mgr.smithi203.vllliu (mgr.14195) 523 : audit 0 from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:05 smithi204 bash[23543]: audit 2024-03-24T11:38:05.056760+0000 mon.smithi203 (mon.0) 1050 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:05 smithi204 bash[23543]: audit 2024-03-24T11:38:05.062688+0000 mon.smithi203 (mon.0) 1051 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:06.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:05 smithi204 bash[23543]: audit 2024-03-24T11:38:05.070406+0000 mon.smithi203 (mon.0) 1052 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:08.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:07 smithi203 bash[18672]: cluster 2024-03-24T11:38:06.148878+0000 mgr.smithi203.vllliu (mgr.14195) 524 : cluster 0 pgmap v327: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 341 B/s wr, 60 op/s 2024-03-24T11:38:08.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:07 smithi203 bash[18672]: audit 2024-03-24T11:38:06.366269+0000 mgr.smithi203.vllliu (mgr.14195) 525 : audit 0 from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:08.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:07 smithi204 bash[23543]: cluster 2024-03-24T11:38:06.148878+0000 mgr.smithi203.vllliu (mgr.14195) 524 : cluster 0 pgmap v327: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 39 KiB/s rd, 341 B/s wr, 60 op/s 2024-03-24T11:38:08.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:07 smithi204 bash[23543]: audit 2024-03-24T11:38:06.366269+0000 mgr.smithi203.vllliu (mgr.14195) 525 : audit 0 from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:09.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:08 smithi203 bash[18672]: audit 2024-03-24T11:38:07.792057+0000 mgr.smithi203.vllliu (mgr.14195) 526 : audit 0 from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:09.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:08 smithi204 bash[23543]: audit 2024-03-24T11:38:07.792057+0000 mgr.smithi203.vllliu (mgr.14195) 526 : audit 0 from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:10.075 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:09 smithi204 bash[23543]: cluster 2024-03-24T11:38:08.149815+0000 mgr.smithi203.vllliu (mgr.14195) 527 : cluster 0 pgmap v328: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 170 B/s wr, 17 op/s 2024-03-24T11:38:10.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:09 smithi203 bash[18672]: cluster 2024-03-24T11:38:08.149815+0000 mgr.smithi203.vllliu (mgr.14195) 527 : cluster 0 pgmap v328: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 170 B/s wr, 17 op/s 2024-03-24T11:38:11.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:10 smithi203 bash[18672]: audit 2024-03-24T11:38:09.218228+0000 mgr.smithi203.vllliu (mgr.14195) 528 : audit 0 from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:11.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:10 smithi204 bash[23543]: audit 2024-03-24T11:38:09.218228+0000 mgr.smithi203.vllliu (mgr.14195) 528 : audit 0 from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:12.063 INFO:teuthology.orchestra.run.smithi203.stdout:haproxy.rgw.foo.smithi203.yvjegh smithi203 *:9000,9001 stopped 0s ago 3m - - 2024-03-24T11:38:12.067 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:38:12.067 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:38:12.068 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: cluster 2024-03-24T11:38:10.150586+0000 mgr.smithi203.vllliu (mgr.14195) 529 : cluster 0 pgmap v329: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:10.639197+0000 mgr.smithi203.vllliu (mgr.14195) 530 : audit 0 from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:11.221427+0000 mon.smithi203 (mon.0) 1053 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:11.229332+0000 mon.smithi203 (mon.0) 1054 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:11.231459+0000 mon.smithi203 (mon.0) 1055 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:11.232693+0000 mon.smithi203 (mon.0) 1056 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:11.240527+0000 mon.smithi203 (mon.0) 1057 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:11.243564+0000 mon.smithi203 (mon.0) 1058 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:12.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:11 smithi203 bash[18672]: audit 2024-03-24T11:38:11.265935+0000 mon.smithi203 (mon.0) 1059 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:12.412 INFO:teuthology.orchestra.run.smithi203.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi203.yvjegh on host 'smithi203' 2024-03-24T11:38:12.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: cluster 2024-03-24T11:38:10.150586+0000 mgr.smithi203.vllliu (mgr.14195) 529 : cluster 0 pgmap v329: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:12.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:10.639197+0000 mgr.smithi203.vllliu (mgr.14195) 530 : audit 0 from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:11.221427+0000 mon.smithi203 (mon.0) 1053 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:11.229332+0000 mon.smithi203 (mon.0) 1054 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:11.231459+0000 mon.smithi203 (mon.0) 1055 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:11.232693+0000 mon.smithi203 (mon.0) 1056 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:11.240527+0000 mon.smithi203 (mon.0) 1057 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:11.243564+0000 mon.smithi203 (mon.0) 1058 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:11 smithi204 bash[23543]: audit 2024-03-24T11:38:11.265935+0000 mon.smithi203 (mon.0) 1059 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:13.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:13 smithi203 bash[18672]: audit 2024-03-24T11:38:12.008353+0000 mgr.smithi203.vllliu (mgr.14195) 531 : audit 0 from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:13.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:13 smithi203 bash[18672]: audit 2024-03-24T11:38:12.409072+0000 mon.smithi203 (mon.0) 1060 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:13.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:13 smithi203 bash[18672]: audit 2024-03-24T11:38:12.416818+0000 mon.smithi203 (mon.0) 1061 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:13.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:13 smithi203 bash[18672]: audit 2024-03-24T11:38:12.432470+0000 mon.smithi203 (mon.0) 1062 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:13.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:13 smithi204 bash[23543]: audit 2024-03-24T11:38:12.008353+0000 mgr.smithi203.vllliu (mgr.14195) 531 : audit 0 from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:13.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:13 smithi204 bash[23543]: audit 2024-03-24T11:38:12.409072+0000 mon.smithi203 (mon.0) 1060 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:13.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:13 smithi204 bash[23543]: audit 2024-03-24T11:38:12.416818+0000 mon.smithi203 (mon.0) 1061 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:13.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:13 smithi204 bash[23543]: audit 2024-03-24T11:38:12.432470+0000 mon.smithi203 (mon.0) 1062 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:14.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: cluster 2024-03-24T11:38:12.151143+0000 mgr.smithi203.vllliu (mgr.14195) 532 : cluster 0 pgmap v330: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: audit 2024-03-24T11:38:12.402209+0000 mgr.smithi203.vllliu (mgr.14195) 533 : audit 0 from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi203.yvjegh", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: cephadm 2024-03-24T11:38:12.402640+0000 mgr.smithi203.vllliu (mgr.14195) 534 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi203.yvjegh 2024-03-24T11:38:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: audit 2024-03-24T11:38:12.793147+0000 mgr.smithi203.vllliu (mgr.14195) 535 : audit 0 from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: audit 2024-03-24T11:38:13.118291+0000 mon.smithi203 (mon.0) 1063 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: audit 2024-03-24T11:38:13.120207+0000 mon.smithi203 (mon.0) 1064 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: audit 2024-03-24T11:38:13.132199+0000 mon.smithi203 (mon.0) 1065 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:14.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:14 smithi203 bash[18672]: audit 2024-03-24T11:38:13.140261+0000 mon.smithi203 (mon.0) 1066 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: cluster 2024-03-24T11:38:12.151143+0000 mgr.smithi203.vllliu (mgr.14195) 532 : cluster 0 pgmap v330: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: audit 2024-03-24T11:38:12.402209+0000 mgr.smithi203.vllliu (mgr.14195) 533 : audit 0 from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi203.yvjegh", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: cephadm 2024-03-24T11:38:12.402640+0000 mgr.smithi203.vllliu (mgr.14195) 534 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi203.yvjegh 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: audit 2024-03-24T11:38:12.793147+0000 mgr.smithi203.vllliu (mgr.14195) 535 : audit 0 from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: audit 2024-03-24T11:38:13.118291+0000 mon.smithi203 (mon.0) 1063 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: audit 2024-03-24T11:38:13.120207+0000 mon.smithi203 (mon.0) 1064 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: audit 2024-03-24T11:38:13.132199+0000 mon.smithi203 (mon.0) 1065 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:14.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:14 smithi204 bash[23543]: audit 2024-03-24T11:38:13.140261+0000 mon.smithi203 (mon.0) 1066 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:16.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:16 smithi203 bash[18672]: cluster 2024-03-24T11:38:14.151966+0000 mgr.smithi203.vllliu (mgr.14195) 536 : cluster 0 pgmap v331: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:16.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:16 smithi203 bash[18672]: audit 2024-03-24T11:38:14.209890+0000 mgr.smithi203.vllliu (mgr.14195) 537 : audit 0 from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:16.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:16 smithi204 bash[23543]: cluster 2024-03-24T11:38:14.151966+0000 mgr.smithi203.vllliu (mgr.14195) 536 : cluster 0 pgmap v331: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:16.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:16 smithi204 bash[23543]: audit 2024-03-24T11:38:14.209890+0000 mgr.smithi203.vllliu (mgr.14195) 537 : audit 0 from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:17.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:17 smithi204 bash[23543]: audit 2024-03-24T11:38:15.600927+0000 mgr.smithi203.vllliu (mgr.14195) 538 : audit 0 from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:17.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:17 smithi203 bash[18672]: audit 2024-03-24T11:38:15.600927+0000 mgr.smithi203.vllliu (mgr.14195) 538 : audit 0 from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:18.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:18 smithi204 bash[23543]: cluster 2024-03-24T11:38:16.153053+0000 mgr.smithi203.vllliu (mgr.14195) 539 : cluster 0 pgmap v332: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:18.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:18 smithi204 bash[23543]: audit 2024-03-24T11:38:17.023907+0000 mgr.smithi203.vllliu (mgr.14195) 540 : audit 0 from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:18.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:18 smithi203 bash[18672]: cluster 2024-03-24T11:38:16.153053+0000 mgr.smithi203.vllliu (mgr.14195) 539 : cluster 0 pgmap v332: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:18.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:18 smithi203 bash[18672]: audit 2024-03-24T11:38:17.023907+0000 mgr.smithi203.vllliu (mgr.14195) 540 : audit 0 from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:20.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:20 smithi204 bash[23543]: cluster 2024-03-24T11:38:18.153967+0000 mgr.smithi203.vllliu (mgr.14195) 541 : cluster 0 pgmap v333: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:38:20.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:20 smithi204 bash[23543]: audit 2024-03-24T11:38:18.409773+0000 mgr.smithi203.vllliu (mgr.14195) 542 : audit 0 from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:20.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:20 smithi203 bash[18672]: cluster 2024-03-24T11:38:18.153967+0000 mgr.smithi203.vllliu (mgr.14195) 541 : cluster 0 pgmap v333: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:38:20.513 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:20 smithi203 bash[18672]: audit 2024-03-24T11:38:18.409773+0000 mgr.smithi203.vllliu (mgr.14195) 542 : audit 0 from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:21.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:21 smithi204 bash[23543]: audit 2024-03-24T11:38:19.801756+0000 mgr.smithi203.vllliu (mgr.14195) 543 : audit 0 from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:21.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:21 smithi203 bash[18672]: audit 2024-03-24T11:38:19.801756+0000 mgr.smithi203.vllliu (mgr.14195) 543 : audit 0 from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:22.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:22 smithi204 bash[23543]: cluster 2024-03-24T11:38:20.155242+0000 mgr.smithi203.vllliu (mgr.14195) 544 : cluster 0 pgmap v334: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:22.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:22 smithi203 bash[18672]: cluster 2024-03-24T11:38:20.155242+0000 mgr.smithi203.vllliu (mgr.14195) 544 : cluster 0 pgmap v334: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:23.430 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:23 smithi203 bash[18672]: audit 2024-03-24T11:38:21.202550+0000 mgr.smithi203.vllliu (mgr.14195) 545 : audit 0 from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:23.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:23 smithi204 bash[23543]: audit 2024-03-24T11:38:21.202550+0000 mgr.smithi203.vllliu (mgr.14195) 545 : audit 0 from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:24.395 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:24 smithi203 bash[18672]: cluster 2024-03-24T11:38:22.156325+0000 mgr.smithi203.vllliu (mgr.14195) 546 : cluster 0 pgmap v335: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:24.395 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:24 smithi203 bash[18672]: audit 2024-03-24T11:38:22.597674+0000 mgr.smithi203.vllliu (mgr.14195) 547 : audit 0 from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:24.395 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:24 smithi203 bash[18672]: audit 2024-03-24T11:38:23.497377+0000 mon.smithi203 (mon.0) 1067 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:24.395 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:24 smithi203 bash[18672]: audit 2024-03-24T11:38:23.503398+0000 mon.smithi203 (mon.0) 1068 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:24.395 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:24 smithi203 bash[18672]: audit 2024-03-24T11:38:23.510899+0000 mon.smithi203 (mon.0) 1069 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:24.396 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:24 smithi203 bash[18672]: audit 2024-03-24T11:38:23.980802+0000 mgr.smithi203.vllliu (mgr.14195) 548 : audit 0 from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:24.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:24 smithi204 bash[23543]: cluster 2024-03-24T11:38:22.156325+0000 mgr.smithi203.vllliu (mgr.14195) 546 : cluster 0 pgmap v335: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:24.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:24 smithi204 bash[23543]: audit 2024-03-24T11:38:22.597674+0000 mgr.smithi203.vllliu (mgr.14195) 547 : audit 0 from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:24.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:24 smithi204 bash[23543]: audit 2024-03-24T11:38:23.497377+0000 mon.smithi203 (mon.0) 1067 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:24.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:24 smithi204 bash[23543]: audit 2024-03-24T11:38:23.503398+0000 mon.smithi203 (mon.0) 1068 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:24.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:24 smithi204 bash[23543]: audit 2024-03-24T11:38:23.510899+0000 mon.smithi203 (mon.0) 1069 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:24.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:24 smithi204 bash[23543]: audit 2024-03-24T11:38:23.980802+0000 mgr.smithi203.vllliu (mgr.14195) 548 : audit 0 from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:25.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:25 smithi204 bash[23543]: cluster 2024-03-24T11:38:24.157278+0000 mgr.smithi203.vllliu (mgr.14195) 549 : cluster 0 pgmap v336: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:25.459 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:25 smithi203 bash[18672]: cluster 2024-03-24T11:38:24.157278+0000 mgr.smithi203.vllliu (mgr.14195) 549 : cluster 0 pgmap v336: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:26.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:26 smithi204 bash[23543]: audit 2024-03-24T11:38:25.376854+0000 mgr.smithi203.vllliu (mgr.14195) 550 : audit 0 from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:26.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:26 smithi203 bash[18672]: audit 2024-03-24T11:38:25.376854+0000 mgr.smithi203.vllliu (mgr.14195) 550 : audit 0 from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:27.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:27 smithi204 bash[23543]: cluster 2024-03-24T11:38:26.158379+0000 mgr.smithi203.vllliu (mgr.14195) 551 : cluster 0 pgmap v337: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:27 smithi204 bash[23543]: audit 2024-03-24T11:38:26.267275+0000 mon.smithi203 (mon.0) 1070 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:27.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:27 smithi204 bash[23543]: audit 2024-03-24T11:38:26.779916+0000 mgr.smithi203.vllliu (mgr.14195) 552 : audit 0 from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:27.462 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:27 smithi203 bash[18672]: cluster 2024-03-24T11:38:26.158379+0000 mgr.smithi203.vllliu (mgr.14195) 551 : cluster 0 pgmap v337: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:27.462 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:27 smithi203 bash[18672]: audit 2024-03-24T11:38:26.267275+0000 mon.smithi203 (mon.0) 1070 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:27.462 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:27 smithi203 bash[18672]: audit 2024-03-24T11:38:26.779916+0000 mgr.smithi203.vllliu (mgr.14195) 552 : audit 0 from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:29.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:29 smithi203 bash[18672]: cluster 2024-03-24T11:38:28.159296+0000 mgr.smithi203.vllliu (mgr.14195) 553 : cluster 0 pgmap v338: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:29.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:29 smithi203 bash[18672]: audit 2024-03-24T11:38:28.179682+0000 mgr.smithi203.vllliu (mgr.14195) 554 : audit 0 from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:29.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:29 smithi204 bash[23543]: cluster 2024-03-24T11:38:28.159296+0000 mgr.smithi203.vllliu (mgr.14195) 553 : cluster 0 pgmap v338: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:29.694 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:29 smithi204 bash[23543]: audit 2024-03-24T11:38:28.179682+0000 mgr.smithi203.vllliu (mgr.14195) 554 : audit 0 from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:31.004 INFO:teuthology.orchestra.run.smithi203.stdout:haproxy.rgw.foo.smithi203.yvjegh smithi203 *:9000,9001 running (7s) 1s ago 3m 4635k - 2.3.17-d1c9119 e85424b0d443 f621034fd44a 2024-03-24T11:38:31.012 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:30 smithi203 bash[18672]: audit 2024-03-24T11:38:29.569928+0000 mgr.smithi203.vllliu (mgr.14195) 555 : audit 0 from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:31.012 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:30 smithi203 bash[18672]: audit 2024-03-24T11:38:29.716607+0000 mon.smithi203 (mon.0) 1071 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.012 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:30 smithi203 bash[18672]: audit 2024-03-24T11:38:29.725123+0000 mon.smithi203 (mon.0) 1072 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.012 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:30 smithi203 bash[18672]: audit 2024-03-24T11:38:30.302352+0000 mon.smithi203 (mon.0) 1073 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:31.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:30 smithi203 bash[18672]: audit 2024-03-24T11:38:30.304195+0000 mon.smithi203 (mon.0) 1074 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:31.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:30 smithi203 bash[18672]: audit 2024-03-24T11:38:30.312694+0000 mon.smithi203 (mon.0) 1075 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:30 smithi203 bash[18672]: audit 2024-03-24T11:38:30.320556+0000 mon.smithi203 (mon.0) 1076 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:30 smithi204 bash[23543]: audit 2024-03-24T11:38:29.569928+0000 mgr.smithi203.vllliu (mgr.14195) 555 : audit 0 from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:30 smithi204 bash[23543]: audit 2024-03-24T11:38:29.716607+0000 mon.smithi203 (mon.0) 1071 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:30 smithi204 bash[23543]: audit 2024-03-24T11:38:29.725123+0000 mon.smithi203 (mon.0) 1072 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:30 smithi204 bash[23543]: audit 2024-03-24T11:38:30.302352+0000 mon.smithi203 (mon.0) 1073 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:30 smithi204 bash[23543]: audit 2024-03-24T11:38:30.304195+0000 mon.smithi203 (mon.0) 1074 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:30 smithi204 bash[23543]: audit 2024-03-24T11:38:30.312694+0000 mon.smithi203 (mon.0) 1075 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:30 smithi204 bash[23543]: audit 2024-03-24T11:38:30.320556+0000 mon.smithi203 (mon.0) 1076 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:31.358 INFO:teuthology.orchestra.run.smithi203.stdout:Scheduled to stop haproxy.rgw.foo.smithi204.bplbxy on host 'smithi204' 2024-03-24T11:38:31.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:31 smithi204 bash[23543]: cluster 2024-03-24T11:38:30.160375+0000 mgr.smithi203.vllliu (mgr.14195) 556 : cluster 0 pgmap v339: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:31.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:31 smithi204 bash[23543]: audit 2024-03-24T11:38:30.941010+0000 mgr.smithi203.vllliu (mgr.14195) 557 : audit 0 from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:31.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:31 smithi204 bash[23543]: audit 2024-03-24T11:38:31.355892+0000 mon.smithi203 (mon.0) 1077 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:31 smithi204 bash[23543]: audit 2024-03-24T11:38:31.363846+0000 mon.smithi203 (mon.0) 1078 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:31.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:31 smithi204 bash[23543]: audit 2024-03-24T11:38:31.394570+0000 mon.smithi203 (mon.0) 1079 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:32.012 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:31 smithi203 bash[18672]: cluster 2024-03-24T11:38:30.160375+0000 mgr.smithi203.vllliu (mgr.14195) 556 : cluster 0 pgmap v339: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:32.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:31 smithi203 bash[18672]: audit 2024-03-24T11:38:30.941010+0000 mgr.smithi203.vllliu (mgr.14195) 557 : audit 0 from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:32.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:31 smithi203 bash[18672]: audit 2024-03-24T11:38:31.355892+0000 mon.smithi203 (mon.0) 1077 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:32.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:31 smithi203 bash[18672]: audit 2024-03-24T11:38:31.363846+0000 mon.smithi203 (mon.0) 1078 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:32.013 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:31 smithi203 bash[18672]: audit 2024-03-24T11:38:31.394570+0000 mon.smithi203 (mon.0) 1079 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:33.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.349069+0000 mgr.smithi203.vllliu (mgr.14195) 558 : audit 0 from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi204.bplbxy", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:33.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: cephadm 2024-03-24T11:38:31.349625+0000 mgr.smithi203.vllliu (mgr.14195) 559 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi204.bplbxy 2024-03-24T11:38:33.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.713866+0000 mgr.smithi203.vllliu (mgr.14195) 560 : audit 0 from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:33.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.872705+0000 mon.smithi203 (mon.0) 1080 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:33.143 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.885846+0000 mon.smithi203 (mon.0) 1081 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:33.144 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.888876+0000 mon.smithi203 (mon.0) 1082 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:33.144 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.890635+0000 mon.smithi203 (mon.0) 1083 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:33.144 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.900730+0000 mon.smithi203 (mon.0) 1084 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:33.144 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:32 smithi203 bash[18672]: audit 2024-03-24T11:38:31.908635+0000 mon.smithi203 (mon.0) 1085 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:33.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.349069+0000 mgr.smithi203.vllliu (mgr.14195) 558 : audit 0 from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi204.bplbxy", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:33.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: cephadm 2024-03-24T11:38:31.349625+0000 mgr.smithi203.vllliu (mgr.14195) 559 : cephadm 1 Schedule stop daemon haproxy.rgw.foo.smithi204.bplbxy 2024-03-24T11:38:33.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.713866+0000 mgr.smithi203.vllliu (mgr.14195) 560 : audit 0 from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:33.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.872705+0000 mon.smithi203 (mon.0) 1080 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:33.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.885846+0000 mon.smithi203 (mon.0) 1081 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:33.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.888876+0000 mon.smithi203 (mon.0) 1082 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:33.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.890635+0000 mon.smithi203 (mon.0) 1083 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:33.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.900730+0000 mon.smithi203 (mon.0) 1084 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:33.195 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:32 smithi204 bash[23543]: audit 2024-03-24T11:38:31.908635+0000 mon.smithi203 (mon.0) 1085 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:34.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:33 smithi204 bash[23543]: cluster 2024-03-24T11:38:32.161453+0000 mgr.smithi203.vllliu (mgr.14195) 561 : cluster 0 pgmap v340: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:38:34.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:33 smithi203 bash[18672]: cluster 2024-03-24T11:38:32.161453+0000 mgr.smithi203.vllliu (mgr.14195) 561 : cluster 0 pgmap v340: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:38:35.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:34 smithi204 bash[23543]: audit 2024-03-24T11:38:33.156841+0000 mgr.smithi203.vllliu (mgr.14195) 562 : audit 0 from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:35.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:34 smithi203 bash[18672]: audit 2024-03-24T11:38:33.156841+0000 mgr.smithi203.vllliu (mgr.14195) 562 : audit 0 from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:36.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:35 smithi204 bash[23543]: cluster 2024-03-24T11:38:34.162346+0000 mgr.smithi203.vllliu (mgr.14195) 563 : cluster 0 pgmap v341: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:38:36.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:35 smithi204 bash[23543]: audit 2024-03-24T11:38:34.578261+0000 mgr.smithi203.vllliu (mgr.14195) 564 : audit 0 from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:36.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:35 smithi203 bash[18672]: cluster 2024-03-24T11:38:34.162346+0000 mgr.smithi203.vllliu (mgr.14195) 563 : cluster 0 pgmap v341: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:38:36.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:35 smithi203 bash[18672]: audit 2024-03-24T11:38:34.578261+0000 mgr.smithi203.vllliu (mgr.14195) 564 : audit 0 from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:37.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:36 smithi204 bash[23543]: audit 2024-03-24T11:38:35.995007+0000 mgr.smithi203.vllliu (mgr.14195) 565 : audit 0 from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:37.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:36 smithi203 bash[18672]: audit 2024-03-24T11:38:35.995007+0000 mgr.smithi203.vllliu (mgr.14195) 565 : audit 0 from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:38.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:37 smithi204 bash[23543]: cluster 2024-03-24T11:38:36.163447+0000 mgr.smithi203.vllliu (mgr.14195) 566 : cluster 0 pgmap v342: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:38.244 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:37 smithi203 bash[18672]: cluster 2024-03-24T11:38:36.163447+0000 mgr.smithi203.vllliu (mgr.14195) 566 : cluster 0 pgmap v342: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:39.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:38 smithi204 bash[23543]: audit 2024-03-24T11:38:37.382415+0000 mgr.smithi203.vllliu (mgr.14195) 567 : audit 0 from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:39.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:38 smithi204 bash[23543]: audit 2024-03-24T11:38:38.060069+0000 mon.smithi203 (mon.0) 1086 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:39.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:38 smithi204 bash[23543]: audit 2024-03-24T11:38:38.072853+0000 mon.smithi203 (mon.0) 1087 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:39.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:38 smithi204 bash[23543]: audit 2024-03-24T11:38:38.088216+0000 mon.smithi203 (mon.0) 1088 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:39.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:38 smithi203 bash[18672]: audit 2024-03-24T11:38:37.382415+0000 mgr.smithi203.vllliu (mgr.14195) 567 : audit 0 from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:39.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:38 smithi203 bash[18672]: audit 2024-03-24T11:38:38.060069+0000 mon.smithi203 (mon.0) 1086 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:39.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:38 smithi203 bash[18672]: audit 2024-03-24T11:38:38.072853+0000 mon.smithi203 (mon.0) 1087 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:39.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:38 smithi203 bash[18672]: audit 2024-03-24T11:38:38.088216+0000 mon.smithi203 (mon.0) 1088 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:40.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:39 smithi204 bash[23543]: cluster 2024-03-24T11:38:38.164394+0000 mgr.smithi203.vllliu (mgr.14195) 568 : cluster 0 pgmap v343: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:40.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:39 smithi204 bash[23543]: audit 2024-03-24T11:38:38.811904+0000 mgr.smithi203.vllliu (mgr.14195) 569 : audit 0 from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:40.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:39 smithi203 bash[18672]: cluster 2024-03-24T11:38:38.164394+0000 mgr.smithi203.vllliu (mgr.14195) 568 : cluster 0 pgmap v343: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:40.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:39 smithi203 bash[18672]: audit 2024-03-24T11:38:38.811904+0000 mgr.smithi203.vllliu (mgr.14195) 569 : audit 0 from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:42.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:41 smithi204 bash[23543]: cluster 2024-03-24T11:38:40.165193+0000 mgr.smithi203.vllliu (mgr.14195) 570 : cluster 0 pgmap v344: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:41 smithi204 bash[23543]: audit 2024-03-24T11:38:40.211469+0000 mgr.smithi203.vllliu (mgr.14195) 571 : audit 0 from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:42.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:41 smithi204 bash[23543]: audit 2024-03-24T11:38:41.267493+0000 mon.smithi203 (mon.0) 1089 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:42.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:41 smithi203 bash[18672]: cluster 2024-03-24T11:38:40.165193+0000 mgr.smithi203.vllliu (mgr.14195) 570 : cluster 0 pgmap v344: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:42.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:41 smithi203 bash[18672]: audit 2024-03-24T11:38:40.211469+0000 mgr.smithi203.vllliu (mgr.14195) 571 : audit 0 from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:42.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:41 smithi203 bash[18672]: audit 2024-03-24T11:38:41.267493+0000 mon.smithi203 (mon.0) 1089 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:43.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:42 smithi204 bash[23543]: audit 2024-03-24T11:38:41.605509+0000 mgr.smithi203.vllliu (mgr.14195) 572 : audit 0 from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:43.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:42 smithi203 bash[18672]: audit 2024-03-24T11:38:41.605509+0000 mgr.smithi203.vllliu (mgr.14195) 572 : audit 0 from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:44.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: cluster 2024-03-24T11:38:42.166212+0000 mgr.smithi203.vllliu (mgr.14195) 573 : cluster 0 pgmap v345: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: audit 2024-03-24T11:38:42.996159+0000 mgr.smithi203.vllliu (mgr.14195) 574 : audit 0 from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: audit 2024-03-24T11:38:43.851050+0000 mon.smithi203 (mon.0) 1090 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: audit 2024-03-24T11:38:43.864343+0000 mon.smithi203 (mon.0) 1091 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: audit 2024-03-24T11:38:43.867472+0000 mon.smithi203 (mon.0) 1092 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: audit 2024-03-24T11:38:43.869310+0000 mon.smithi203 (mon.0) 1093 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: audit 2024-03-24T11:38:43.879602+0000 mon.smithi203 (mon.0) 1094 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:44.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:43 smithi204 bash[23543]: audit 2024-03-24T11:38:43.887777+0000 mon.smithi203 (mon.0) 1095 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:44.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: cluster 2024-03-24T11:38:42.166212+0000 mgr.smithi203.vllliu (mgr.14195) 573 : cluster 0 pgmap v345: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:44.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: audit 2024-03-24T11:38:42.996159+0000 mgr.smithi203.vllliu (mgr.14195) 574 : audit 0 from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: audit 2024-03-24T11:38:43.851050+0000 mon.smithi203 (mon.0) 1090 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: audit 2024-03-24T11:38:43.864343+0000 mon.smithi203 (mon.0) 1091 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: audit 2024-03-24T11:38:43.867472+0000 mon.smithi203 (mon.0) 1092 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: audit 2024-03-24T11:38:43.869310+0000 mon.smithi203 (mon.0) 1093 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: audit 2024-03-24T11:38:43.879602+0000 mon.smithi203 (mon.0) 1094 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:44.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:43 smithi203 bash[18672]: audit 2024-03-24T11:38:43.887777+0000 mon.smithi203 (mon.0) 1095 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:44.458 INFO:teuthology.orchestra.run.smithi203.stdout:haproxy.rgw.foo.smithi204.bplbxy smithi204 *:9000,9001 stopped 0s ago 4m - - 2024-03-24T11:38:44.462 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:38:44.463 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:38:44.463 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-03-24T11:38:44.838 INFO:teuthology.orchestra.run.smithi203.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi204.bplbxy on host 'smithi204' 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: cluster 2024-03-24T11:38:44.166850+0000 mgr.smithi203.vllliu (mgr.14195) 575 : cluster 0 pgmap v346: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.400502+0000 mgr.smithi203.vllliu (mgr.14195) 576 : audit 0 from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.820028+0000 mgr.smithi203.vllliu (mgr.14195) 577 : audit 0 from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi204.bplbxy", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: cephadm 2024-03-24T11:38:44.820765+0000 mgr.smithi203.vllliu (mgr.14195) 578 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi204.bplbxy 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.832147+0000 mon.smithi203 (mon.0) 1096 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.842488+0000 mon.smithi203 (mon.0) 1097 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.851296+0000 mon.smithi203 (mon.0) 1098 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.853502+0000 mon.smithi203 (mon.0) 1099 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.854494+0000 mon.smithi203 (mon.0) 1100 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.860987+0000 mon.smithi203 (mon.0) 1101 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:46.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:45 smithi204 bash[23543]: audit 2024-03-24T11:38:44.865639+0000 mon.smithi203 (mon.0) 1102 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:46.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: cluster 2024-03-24T11:38:44.166850+0000 mgr.smithi203.vllliu (mgr.14195) 575 : cluster 0 pgmap v346: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.400502+0000 mgr.smithi203.vllliu (mgr.14195) 576 : audit 0 from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.820028+0000 mgr.smithi203.vllliu (mgr.14195) 577 : audit 0 from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi204.bplbxy", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: cephadm 2024-03-24T11:38:44.820765+0000 mgr.smithi203.vllliu (mgr.14195) 578 : cephadm 1 Schedule start daemon haproxy.rgw.foo.smithi204.bplbxy 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.832147+0000 mon.smithi203 (mon.0) 1096 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.842488+0000 mon.smithi203 (mon.0) 1097 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.851296+0000 mon.smithi203 (mon.0) 1098 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.853502+0000 mon.smithi203 (mon.0) 1099 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.854494+0000 mon.smithi203 (mon.0) 1100 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.860987+0000 mon.smithi203 (mon.0) 1101 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:46.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:45 smithi203 bash[18672]: audit 2024-03-24T11:38:44.865639+0000 mon.smithi203 (mon.0) 1102 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:38:47.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:46 smithi204 bash[23543]: audit 2024-03-24T11:38:45.201451+0000 mgr.smithi203.vllliu (mgr.14195) 579 : audit 0 from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:47.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:46 smithi203 bash[18672]: audit 2024-03-24T11:38:45.201451+0000 mgr.smithi203.vllliu (mgr.14195) 579 : audit 0 from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:48.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:47 smithi204 bash[23543]: cluster 2024-03-24T11:38:46.168035+0000 mgr.smithi203.vllliu (mgr.14195) 580 : cluster 0 pgmap v347: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:48.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:47 smithi204 bash[23543]: audit 2024-03-24T11:38:46.588523+0000 mgr.smithi203.vllliu (mgr.14195) 581 : audit 0 from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:48.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:47 smithi203 bash[18672]: cluster 2024-03-24T11:38:46.168035+0000 mgr.smithi203.vllliu (mgr.14195) 580 : cluster 0 pgmap v347: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:48.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:47 smithi203 bash[18672]: audit 2024-03-24T11:38:46.588523+0000 mgr.smithi203.vllliu (mgr.14195) 581 : audit 0 from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:49.012 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:48 smithi203 bash[18672]: audit 2024-03-24T11:38:47.999299+0000 mgr.smithi203.vllliu (mgr.14195) 582 : audit 0 from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:49.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:48 smithi204 bash[23543]: audit 2024-03-24T11:38:47.999299+0000 mgr.smithi203.vllliu (mgr.14195) 582 : audit 0 from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:50.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:49 smithi204 bash[23543]: cluster 2024-03-24T11:38:48.169072+0000 mgr.smithi203.vllliu (mgr.14195) 583 : cluster 0 pgmap v348: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:38:50.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:49 smithi203 bash[18672]: cluster 2024-03-24T11:38:48.169072+0000 mgr.smithi203.vllliu (mgr.14195) 583 : cluster 0 pgmap v348: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:38:51.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:50 smithi204 bash[23543]: audit 2024-03-24T11:38:49.388588+0000 mgr.smithi203.vllliu (mgr.14195) 584 : audit 0 from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:51.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:50 smithi203 bash[18672]: audit 2024-03-24T11:38:49.388588+0000 mgr.smithi203.vllliu (mgr.14195) 584 : audit 0 from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:51.943 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:51 smithi204 bash[23543]: cluster 2024-03-24T11:38:50.170237+0000 mgr.smithi203.vllliu (mgr.14195) 585 : cluster 0 pgmap v349: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:51.944 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:51 smithi204 bash[23543]: audit 2024-03-24T11:38:50.802676+0000 mgr.smithi203.vllliu (mgr.14195) 586 : audit 0 from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:52.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:51 smithi203 bash[18672]: cluster 2024-03-24T11:38:50.170237+0000 mgr.smithi203.vllliu (mgr.14195) 585 : cluster 0 pgmap v349: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:52.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:51 smithi203 bash[18672]: audit 2024-03-24T11:38:50.802676+0000 mgr.smithi203.vllliu (mgr.14195) 586 : audit 0 from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:54.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:53 smithi204 bash[23543]: cluster 2024-03-24T11:38:52.171265+0000 mgr.smithi203.vllliu (mgr.14195) 587 : cluster 0 pgmap v350: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:54.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:53 smithi204 bash[23543]: audit 2024-03-24T11:38:52.231134+0000 mgr.smithi203.vllliu (mgr.14195) 588 : audit 0 from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:54.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:53 smithi203 bash[18672]: cluster 2024-03-24T11:38:52.171265+0000 mgr.smithi203.vllliu (mgr.14195) 587 : cluster 0 pgmap v350: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:54.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:53 smithi203 bash[18672]: audit 2024-03-24T11:38:52.231134+0000 mgr.smithi203.vllliu (mgr.14195) 588 : audit 0 from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:55.131 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:54 smithi204 bash[23543]: audit 2024-03-24T11:38:53.652868+0000 mgr.smithi203.vllliu (mgr.14195) 589 : audit 0 from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:55.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:54 smithi203 bash[18672]: audit 2024-03-24T11:38:53.652868+0000 mgr.smithi203.vllliu (mgr.14195) 589 : audit 0 from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:56.162 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:55 smithi204 bash[23543]: cluster 2024-03-24T11:38:54.172217+0000 mgr.smithi203.vllliu (mgr.14195) 590 : cluster 0 pgmap v351: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:56.162 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:55 smithi204 bash[23543]: audit 2024-03-24T11:38:55.173121+0000 mon.smithi203 (mon.0) 1103 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:56.162 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:55 smithi204 bash[23543]: audit 2024-03-24T11:38:55.181962+0000 mon.smithi203 (mon.0) 1104 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:56.162 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:55 smithi204 bash[23543]: audit 2024-03-24T11:38:55.194618+0000 mon.smithi203 (mon.0) 1105 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:56.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:55 smithi203 bash[18672]: cluster 2024-03-24T11:38:54.172217+0000 mgr.smithi203.vllliu (mgr.14195) 590 : cluster 0 pgmap v351: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:38:56.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:55 smithi203 bash[18672]: audit 2024-03-24T11:38:55.173121+0000 mon.smithi203 (mon.0) 1103 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:56.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:55 smithi203 bash[18672]: audit 2024-03-24T11:38:55.181962+0000 mon.smithi203 (mon.0) 1104 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:38:56.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:55 smithi203 bash[18672]: audit 2024-03-24T11:38:55.194618+0000 mon.smithi203 (mon.0) 1105 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-24T11:38:57.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:56 smithi204 bash[23543]: audit 2024-03-24T11:38:55.079187+0000 mgr.smithi203.vllliu (mgr.14195) 591 : audit 0 from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:57.194 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:56 smithi204 bash[23543]: audit 2024-03-24T11:38:56.266905+0000 mon.smithi203 (mon.0) 1106 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:57.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:56 smithi203 bash[18672]: audit 2024-03-24T11:38:55.079187+0000 mgr.smithi203.vllliu (mgr.14195) 591 : audit 0 from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:57.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:56 smithi203 bash[18672]: audit 2024-03-24T11:38:56.266905+0000 mon.smithi203 (mon.0) 1106 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:38:58.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:57 smithi204 bash[23543]: cluster 2024-03-24T11:38:56.173276+0000 mgr.smithi203.vllliu (mgr.14195) 592 : cluster 0 pgmap v352: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:58.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:57 smithi204 bash[23543]: audit 2024-03-24T11:38:56.472737+0000 mgr.smithi203.vllliu (mgr.14195) 593 : audit 0 from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:58.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:57 smithi203 bash[18672]: cluster 2024-03-24T11:38:56.173276+0000 mgr.smithi203.vllliu (mgr.14195) 592 : cluster 0 pgmap v352: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:38:58.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:57 smithi203 bash[18672]: audit 2024-03-24T11:38:56.472737+0000 mgr.smithi203.vllliu (mgr.14195) 593 : audit 0 from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:59.150 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:58 smithi203 bash[18672]: audit 2024-03-24T11:38:57.886402+0000 mgr.smithi203.vllliu (mgr.14195) 594 : audit 0 from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:38:59.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:58 smithi204 bash[23543]: audit 2024-03-24T11:38:57.886402+0000 mgr.smithi203.vllliu (mgr.14195) 594 : audit 0 from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:00.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:38:59 smithi204 bash[23543]: cluster 2024-03-24T11:38:58.174461+0000 mgr.smithi203.vllliu (mgr.14195) 595 : cluster 0 pgmap v353: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:00.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:38:59 smithi203 bash[18672]: cluster 2024-03-24T11:38:58.174461+0000 mgr.smithi203.vllliu (mgr.14195) 595 : cluster 0 pgmap v353: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:01.193 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:00 smithi204 bash[23543]: audit 2024-03-24T11:38:59.295102+0000 mgr.smithi203.vllliu (mgr.14195) 596 : audit 0 from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:01.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:00 smithi203 bash[18672]: audit 2024-03-24T11:38:59.295102+0000 mgr.smithi203.vllliu (mgr.14195) 596 : audit 0 from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:02.144 INFO:teuthology.orchestra.run.smithi203.stdout:haproxy.rgw.foo.smithi204.bplbxy smithi204 *:9000,9001 running (6s) 1s ago 4m 4740k - 2.3.17-d1c9119 e85424b0d443 c3c6b7d68b63 2024-03-24T11:39:02.149 INFO:teuthology.orchestra.run.smithi203.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-03-24T11:39:02.149 INFO:teuthology.orchestra.run.smithi203.stderr: Dload Upload Total Spent Left Speed 2024-03-24T11:39:02.150 INFO:teuthology.orchestra.run.smithi203.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-03-24T11:39:02.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: cluster 2024-03-24T11:39:00.175801+0000 mgr.smithi203.vllliu (mgr.14195) 597 : cluster 0 pgmap v354: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:02.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: audit 2024-03-24T11:39:00.704441+0000 mgr.smithi203.vllliu (mgr.14195) 598 : audit 0 from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:02.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: audit 2024-03-24T11:39:01.006095+0000 mon.smithi203 (mon.0) 1107 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:39:02.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: audit 2024-03-24T11:39:01.019719+0000 mon.smithi203 (mon.0) 1108 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:39:02.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: audit 2024-03-24T11:39:01.022737+0000 mon.smithi203 (mon.0) 1109 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:39:02.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: audit 2024-03-24T11:39:01.024643+0000 mon.smithi203 (mon.0) 1110 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:39:02.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: audit 2024-03-24T11:39:01.035458+0000 mon.smithi203 (mon.0) 1111 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:39:02.263 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:02 smithi203 bash[18672]: audit 2024-03-24T11:39:01.043715+0000 mon.smithi203 (mon.0) 1112 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: cluster 2024-03-24T11:39:00.175801+0000 mgr.smithi203.vllliu (mgr.14195) 597 : cluster 0 pgmap v354: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: audit 2024-03-24T11:39:00.704441+0000 mgr.smithi203.vllliu (mgr.14195) 598 : audit 0 from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: audit 2024-03-24T11:39:01.006095+0000 mon.smithi203 (mon.0) 1107 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: audit 2024-03-24T11:39:01.019719+0000 mon.smithi203 (mon.0) 1108 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: audit 2024-03-24T11:39:01.022737+0000 mon.smithi203 (mon.0) 1109 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: audit 2024-03-24T11:39:01.024643+0000 mon.smithi203 (mon.0) 1110 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: audit 2024-03-24T11:39:01.035458+0000 mon.smithi203 (mon.0) 1111 : audit 1 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' 2024-03-24T11:39:02.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:02 smithi204 bash[23543]: audit 2024-03-24T11:39:01.043715+0000 mon.smithi203 (mon.0) 1112 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-24T11:39:02.859 INFO:teuthology.orchestra.run.smithi203.stdout:anonymous 2024-03-24T11:39:02.860 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-24T11:39:02.870 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi203.front.sepia.ceph.com 2024-03-24T11:39:02.872 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-03-24T11:39:04.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:04 smithi203 bash[18672]: audit 2024-03-24T11:39:02.089534+0000 mgr.smithi203.vllliu (mgr.14195) 599 : audit 0 from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:04.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:04 smithi203 bash[18672]: cluster 2024-03-24T11:39:02.176391+0000 mgr.smithi203.vllliu (mgr.14195) 600 : cluster 0 pgmap v355: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:04.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:04 smithi204 bash[23543]: audit 2024-03-24T11:39:02.089534+0000 mgr.smithi203.vllliu (mgr.14195) 599 : audit 0 from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:04.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:04 smithi204 bash[23543]: cluster 2024-03-24T11:39:02.176391+0000 mgr.smithi203.vllliu (mgr.14195) 600 : cluster 0 pgmap v355: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:06.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:06 smithi203 bash[18672]: cluster 2024-03-24T11:39:04.177303+0000 mgr.smithi203.vllliu (mgr.14195) 601 : cluster 0 pgmap v356: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:06.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:06 smithi204 bash[23543]: cluster 2024-03-24T11:39:04.177303+0000 mgr.smithi203.vllliu (mgr.14195) 601 : cluster 0 pgmap v356: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:07.697 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:39:08.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:08 smithi203 bash[18672]: cluster 2024-03-24T11:39:06.178435+0000 mgr.smithi203.vllliu (mgr.14195) 602 : cluster 0 pgmap v357: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:08.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:08 smithi204 bash[23543]: cluster 2024-03-24T11:39:06.178435+0000 mgr.smithi203.vllliu (mgr.14195) 602 : cluster 0 pgmap v357: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:10.262 INFO:teuthology.orchestra.run.smithi203.stdout:167 167 2024-03-24T11:39:10.324 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:10 smithi203 bash[18672]: cluster 2024-03-24T11:39:08.179395+0000 mgr.smithi203.vllliu (mgr.14195) 603 : cluster 0 pgmap v358: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:10.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:10 smithi204 bash[23543]: cluster 2024-03-24T11:39:08.179395+0000 mgr.smithi203.vllliu (mgr.14195) 603 : cluster 0 pgmap v358: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:10.945 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch status' 2024-03-24T11:39:12.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:12 smithi204 bash[23543]: cluster 2024-03-24T11:39:10.180668+0000 mgr.smithi203.vllliu (mgr.14195) 604 : cluster 0 pgmap v359: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:12.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:12 smithi204 bash[23543]: audit 2024-03-24T11:39:11.268312+0000 mon.smithi203 (mon.0) 1113 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:12.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:12 smithi203 bash[18672]: cluster 2024-03-24T11:39:10.180668+0000 mgr.smithi203.vllliu (mgr.14195) 604 : cluster 0 pgmap v359: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:12.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:12 smithi203 bash[18672]: audit 2024-03-24T11:39:11.268312+0000 mon.smithi203 (mon.0) 1113 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:14.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:14 smithi204 bash[23543]: cluster 2024-03-24T11:39:12.181499+0000 mgr.smithi203.vllliu (mgr.14195) 605 : cluster 0 pgmap v360: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:14.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:14 smithi203 bash[18672]: cluster 2024-03-24T11:39:12.181499+0000 mgr.smithi203.vllliu (mgr.14195) 605 : cluster 0 pgmap v360: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:15.786 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:39:16.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:16 smithi203 bash[18672]: cluster 2024-03-24T11:39:14.182398+0000 mgr.smithi203.vllliu (mgr.14195) 606 : cluster 0 pgmap v361: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:16.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:16 smithi204 bash[23543]: cluster 2024-03-24T11:39:14.182398+0000 mgr.smithi203.vllliu (mgr.14195) 606 : cluster 0 pgmap v361: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:18.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:18 smithi204 bash[23543]: cluster 2024-03-24T11:39:16.183543+0000 mgr.smithi203.vllliu (mgr.14195) 607 : cluster 0 pgmap v362: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:18.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:18 smithi203 bash[18672]: cluster 2024-03-24T11:39:16.183543+0000 mgr.smithi203.vllliu (mgr.14195) 607 : cluster 0 pgmap v362: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:18.523 INFO:teuthology.orchestra.run.smithi203.stdout:Backend: cephadm 2024-03-24T11:39:18.523 INFO:teuthology.orchestra.run.smithi203.stdout:Available: Yes 2024-03-24T11:39:18.523 INFO:teuthology.orchestra.run.smithi203.stdout:Paused: No 2024-03-24T11:39:19.183 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ps' 2024-03-24T11:39:20.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:20 smithi203 bash[18672]: cluster 2024-03-24T11:39:18.184217+0000 mgr.smithi203.vllliu (mgr.14195) 608 : cluster 0 pgmap v363: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:39:20.262 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:20 smithi203 bash[18672]: audit 2024-03-24T11:39:18.530134+0000 mgr.smithi203.vllliu (mgr.14195) 609 : audit 0 from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:20.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:20 smithi204 bash[23543]: cluster 2024-03-24T11:39:18.184217+0000 mgr.smithi203.vllliu (mgr.14195) 608 : cluster 0 pgmap v363: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:39:20.444 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:20 smithi204 bash[23543]: audit 2024-03-24T11:39:18.530134+0000 mgr.smithi203.vllliu (mgr.14195) 609 : audit 0 from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:22.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:22 smithi204 bash[23543]: cluster 2024-03-24T11:39:20.185407+0000 mgr.smithi203.vllliu (mgr.14195) 610 : cluster 0 pgmap v364: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:22.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:22 smithi203 bash[18672]: cluster 2024-03-24T11:39:20.185407+0000 mgr.smithi203.vllliu (mgr.14195) 610 : cluster 0 pgmap v364: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:24.024 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:39:24.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:24 smithi204 bash[23543]: cluster 2024-03-24T11:39:22.186465+0000 mgr.smithi203.vllliu (mgr.14195) 611 : cluster 0 pgmap v365: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:24.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:24 smithi203 bash[18672]: cluster 2024-03-24T11:39:22.186465+0000 mgr.smithi203.vllliu (mgr.14195) 611 : cluster 0 pgmap v365: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:25.213 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:25 smithi203 bash[18672]: cluster 2024-03-24T11:39:24.187473+0000 mgr.smithi203.vllliu (mgr.14195) 612 : cluster 0 pgmap v366: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:25.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:25 smithi204 bash[23543]: cluster 2024-03-24T11:39:24.187473+0000 mgr.smithi203.vllliu (mgr.14195) 612 : cluster 0 pgmap v366: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:alertmanager.smithi203 smithi203 *:9093,9094 running (10m) 57s ago 11m 13.2M - 0.25.0 c8568f914cd2 5d004c31f39a 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-exporter.smithi203 smithi203 running (12m) 57s ago 12m 8920k - 19.0.0-1667-gdb0330b1 4f325f8440e9 3c0795e1951d 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-exporter.smithi204 smithi204 running (10m) 25s ago 10m 9052k - 19.0.0-1667-gdb0330b1 4f325f8440e9 fa3ac43f0360 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:crash.smithi203 smithi203 running (12m) 57s ago 12m 7115k - 19.0.0-1667-gdb0330b1 4f325f8440e9 62da84279521 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:crash.smithi204 smithi204 running (10m) 25s ago 10m 7088k - 19.0.0-1667-gdb0330b1 4f325f8440e9 07f592d7a027 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:grafana.smithi203 smithi203 *:3000 running (10m) 57s ago 11m 75.7M - 9.4.12 a0ea5e3c46d9 e94d9a22a3ca 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:haproxy.rgw.foo.smithi203.yvjegh smithi203 *:9000,9001 running (63s) 57s ago 4m 4635k - 2.3.17-d1c9119 e85424b0d443 f621034fd44a 2024-03-24T11:39:26.925 INFO:teuthology.orchestra.run.smithi203.stdout:haproxy.rgw.foo.smithi204.bplbxy smithi204 *:9000,9001 running (31s) 25s ago 4m 4740k - 2.3.17-d1c9119 e85424b0d443 c3c6b7d68b63 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:keepalived.rgw.foo.smithi203.ludidq smithi203 running (4m) 57s ago 4m 2612k - 2.2.4 4a3a1ff181d9 fea898a1403c 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:keepalived.rgw.foo.smithi204.fvrujg smithi204 running (4m) 25s ago 4m 2643k - 2.2.4 4a3a1ff181d9 fa5d1a9a4990 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:mgr.smithi203.vllliu smithi203 *:9283,8765,8443 running (13m) 57s ago 13m 507M - 19.0.0-1667-gdb0330b1 4f325f8440e9 69fda37f6866 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:mgr.smithi204.wjonzw smithi204 *:8443,9283,8765 running (10m) 25s ago 10m 438M - 19.0.0-1667-gdb0330b1 4f325f8440e9 e120eacd9aed 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:mon.smithi203 smithi203 running (13m) 57s ago 13m 50.4M 2048M 19.0.0-1667-gdb0330b1 4f325f8440e9 94a0d415e26f 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:mon.smithi204 smithi204 running (10m) 25s ago 10m 38.4M 2048M 19.0.0-1667-gdb0330b1 4f325f8440e9 094d7ac5cf7d 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:node-exporter.smithi203 smithi203 *:9100 running (11m) 57s ago 12m 8664k - 1.5.0 0da6a335fe13 75138fa1366a 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:node-exporter.smithi204 smithi204 *:9100 running (10m) 25s ago 10m 8519k - 1.5.0 0da6a335fe13 06df7f1b95a4 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:osd.0 smithi204 running (9m) 25s ago 9m 64.1M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 9c0c1ceffc84 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:osd.1 smithi203 running (8m) 57s ago 9m 56.1M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 815cea9cd91f 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:osd.2 smithi204 running (8m) 25s ago 8m 57.6M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 c560ebafc851 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:osd.3 smithi203 running (8m) 57s ago 8m 58.6M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 0fdac7507f2c 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:osd.4 smithi204 running (8m) 25s ago 8m 51.9M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 41a78b231318 2024-03-24T11:39:26.926 INFO:teuthology.orchestra.run.smithi203.stdout:osd.5 smithi203 running (8m) 57s ago 8m 51.5M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 375fb0a13899 2024-03-24T11:39:26.927 INFO:teuthology.orchestra.run.smithi203.stdout:osd.6 smithi204 running (8m) 25s ago 8m 58.9M 3772M 19.0.0-1667-gdb0330b1 4f325f8440e9 b58f4473623d 2024-03-24T11:39:26.927 INFO:teuthology.orchestra.run.smithi203.stdout:osd.7 smithi203 running (8m) 57s ago 8m 53.7M 3004M 19.0.0-1667-gdb0330b1 4f325f8440e9 635f74dd8e67 2024-03-24T11:39:26.927 INFO:teuthology.orchestra.run.smithi203.stdout:prometheus.smithi203 smithi203 *:9095 running (4m) 57s ago 11m 59.3M - 2.43.0 a07b618ecd1d 9d0fc6115d92 2024-03-24T11:39:26.927 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi203.asziaw smithi203 *:8000 running (3m) 57s ago 5m 101M - 19.0.0-1667-gdb0330b1 4f325f8440e9 0dcea527292e 2024-03-24T11:39:26.927 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi203.yqwhvf smithi203 *:8001 running (2m) 57s ago 5m 96.6M - 19.0.0-1667-gdb0330b1 4f325f8440e9 d8ddb2582ab7 2024-03-24T11:39:26.927 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi204.ghlqcf smithi204 *:8000 running (2m) 25s ago 5m 95.7M - 19.0.0-1667-gdb0330b1 4f325f8440e9 bdd413466e65 2024-03-24T11:39:26.927 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo.smithi204.rcygym smithi204 *:8001 running (95s) 25s ago 5m 92.8M - 19.0.0-1667-gdb0330b1 4f325f8440e9 25a315f4b4ec 2024-03-24T11:39:27.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:27 smithi203 bash[18672]: cluster 2024-03-24T11:39:26.188638+0000 mgr.smithi203.vllliu (mgr.14195) 613 : cluster 0 pgmap v367: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:27.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:27 smithi203 bash[18672]: audit 2024-03-24T11:39:26.268454+0000 mon.smithi203 (mon.0) 1114 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:27.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:27 smithi203 bash[18672]: audit 2024-03-24T11:39:26.872675+0000 mgr.smithi203.vllliu (mgr.14195) 614 : audit 0 from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:27.582 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ls' 2024-03-24T11:39:27.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:27 smithi204 bash[23543]: cluster 2024-03-24T11:39:26.188638+0000 mgr.smithi203.vllliu (mgr.14195) 613 : cluster 0 pgmap v367: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:27.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:27 smithi204 bash[23543]: audit 2024-03-24T11:39:26.268454+0000 mon.smithi203 (mon.0) 1114 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:27.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:27 smithi204 bash[23543]: audit 2024-03-24T11:39:26.872675+0000 mgr.smithi203.vllliu (mgr.14195) 614 : audit 0 from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:29.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:29 smithi203 bash[18672]: cluster 2024-03-24T11:39:28.189631+0000 mgr.smithi203.vllliu (mgr.14195) 615 : cluster 0 pgmap v368: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:29.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:29 smithi204 bash[23543]: cluster 2024-03-24T11:39:28.189631+0000 mgr.smithi203.vllliu (mgr.14195) 615 : cluster 0 pgmap v368: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:31.511 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:31 smithi203 bash[18672]: cluster 2024-03-24T11:39:30.190808+0000 mgr.smithi203.vllliu (mgr.14195) 616 : cluster 0 pgmap v369: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:31.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:31 smithi204 bash[23543]: cluster 2024-03-24T11:39:30.190808+0000 mgr.smithi203.vllliu (mgr.14195) 616 : cluster 0 pgmap v369: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:32.427 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:39:33.440 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:33 smithi203 bash[18672]: cluster 2024-03-24T11:39:32.191890+0000 mgr.smithi203.vllliu (mgr.14195) 617 : cluster 0 pgmap v370: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:33.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:33 smithi204 bash[23543]: cluster 2024-03-24T11:39:32.191890+0000 mgr.smithi203.vllliu (mgr.14195) 617 : cluster 0 pgmap v370: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:35.211 INFO:teuthology.orchestra.run.smithi203.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-24T11:39:35.211 INFO:teuthology.orchestra.run.smithi203.stdout:alertmanager ?:9093,9094 1/1 65s ago 12m count:1 2024-03-24T11:39:35.211 INFO:teuthology.orchestra.run.smithi203.stdout:ceph-exporter 2/2 65s ago 12m * 2024-03-24T11:39:35.211 INFO:teuthology.orchestra.run.smithi203.stdout:crash 2/2 65s ago 12m * 2024-03-24T11:39:35.211 INFO:teuthology.orchestra.run.smithi203.stdout:grafana ?:3000 1/1 65s ago 12m count:1 2024-03-24T11:39:35.211 INFO:teuthology.orchestra.run.smithi203.stdout:ingress.rgw.foo 10.0.31.203:9000,9001 4/4 65s ago 5m count:2 2024-03-24T11:39:35.212 INFO:teuthology.orchestra.run.smithi203.stdout:mgr 2/2 65s ago 13m count:2 2024-03-24T11:39:35.212 INFO:teuthology.orchestra.run.smithi203.stdout:mon 2/2 65s ago 11m smithi203:172.21.15.203=smithi203;smithi204:172.21.15.204=smithi204;count:2 2024-03-24T11:39:35.212 INFO:teuthology.orchestra.run.smithi203.stdout:node-exporter ?:9100 2/2 65s ago 12m * 2024-03-24T11:39:35.212 INFO:teuthology.orchestra.run.smithi203.stdout:osd.all-available-devices 8 65s ago 10m * 2024-03-24T11:39:35.212 INFO:teuthology.orchestra.run.smithi203.stdout:prometheus ?:9095 1/1 65s ago 12m count:1 2024-03-24T11:39:35.212 INFO:teuthology.orchestra.run.smithi203.stdout:rgw.foo ?:8000 4/4 65s ago 5m count:4;* 2024-03-24T11:39:35.511 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:35 smithi203 bash[18672]: cluster 2024-03-24T11:39:34.192842+0000 mgr.smithi203.vllliu (mgr.14195) 618 : cluster 0 pgmap v371: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:35.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:35 smithi204 bash[23543]: cluster 2024-03-24T11:39:34.192842+0000 mgr.smithi203.vllliu (mgr.14195) 618 : cluster 0 pgmap v371: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-03-24T11:39:35.964 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch host ls' 2024-03-24T11:39:36.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:36 smithi204 bash[23543]: audit 2024-03-24T11:39:35.210588+0000 mgr.smithi203.vllliu (mgr.14195) 619 : audit 0 from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:36.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:36 smithi203 bash[18672]: audit 2024-03-24T11:39:35.210588+0000 mgr.smithi203.vllliu (mgr.14195) 619 : audit 0 from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:37.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:37 smithi204 bash[23543]: cluster 2024-03-24T11:39:36.193621+0000 mgr.smithi203.vllliu (mgr.14195) 620 : cluster 0 pgmap v372: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:37.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:37 smithi203 bash[18672]: cluster 2024-03-24T11:39:36.193621+0000 mgr.smithi203.vllliu (mgr.14195) 620 : cluster 0 pgmap v372: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:39.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:39 smithi204 bash[23543]: cluster 2024-03-24T11:39:38.194630+0000 mgr.smithi203.vllliu (mgr.14195) 621 : cluster 0 pgmap v373: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:39.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:39 smithi203 bash[18672]: cluster 2024-03-24T11:39:38.194630+0000 mgr.smithi203.vllliu (mgr.14195) 621 : cluster 0 pgmap v373: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:40.789 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:39:41.666 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:41 smithi203 bash[18672]: cluster 2024-03-24T11:39:40.195885+0000 mgr.smithi203.vllliu (mgr.14195) 622 : cluster 0 pgmap v374: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:41.666 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:41 smithi203 bash[18672]: audit 2024-03-24T11:39:41.269350+0000 mon.smithi203 (mon.0) 1115 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:41.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:41 smithi204 bash[23543]: cluster 2024-03-24T11:39:40.195885+0000 mgr.smithi203.vllliu (mgr.14195) 622 : cluster 0 pgmap v374: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:41.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:41 smithi204 bash[23543]: audit 2024-03-24T11:39:41.269350+0000 mon.smithi203 (mon.0) 1115 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:43.458 INFO:teuthology.orchestra.run.smithi203.stdout:HOST ADDR LABELS STATUS 2024-03-24T11:39:43.459 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 172.21.15.203 2024-03-24T11:39:43.459 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 172.21.15.204 2024-03-24T11:39:43.459 INFO:teuthology.orchestra.run.smithi203.stdout:2 hosts in cluster 2024-03-24T11:39:43.472 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:43 smithi203 bash[18672]: cluster 2024-03-24T11:39:42.196999+0000 mgr.smithi203.vllliu (mgr.14195) 623 : cluster 0 pgmap v375: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:43.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:43 smithi204 bash[23543]: cluster 2024-03-24T11:39:42.196999+0000 mgr.smithi203.vllliu (mgr.14195) 623 : cluster 0 pgmap v375: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:44.200 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch device ls' 2024-03-24T11:39:44.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:44 smithi203 bash[18672]: audit 2024-03-24T11:39:43.464026+0000 mgr.smithi203.vllliu (mgr.14195) 624 : audit 0 from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:44.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:44 smithi204 bash[23543]: audit 2024-03-24T11:39:43.464026+0000 mgr.smithi203.vllliu (mgr.14195) 624 : audit 0 from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:45.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:45 smithi204 bash[23543]: cluster 2024-03-24T11:39:44.197921+0000 mgr.smithi203.vllliu (mgr.14195) 625 : cluster 0 pgmap v376: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:45.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:45 smithi203 bash[18672]: cluster 2024-03-24T11:39:44.197921+0000 mgr.smithi203.vllliu (mgr.14195) 625 : cluster 0 pgmap v376: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:47.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:47 smithi204 bash[23543]: cluster 2024-03-24T11:39:46.199036+0000 mgr.smithi203.vllliu (mgr.14195) 626 : cluster 0 pgmap v377: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:47.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:47 smithi203 bash[18672]: cluster 2024-03-24T11:39:46.199036+0000 mgr.smithi203.vllliu (mgr.14195) 626 : cluster 0 pgmap v377: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:49.030 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:39:49.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:49 smithi204 bash[23543]: cluster 2024-03-24T11:39:48.200055+0000 mgr.smithi203.vllliu (mgr.14195) 627 : cluster 0 pgmap v378: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:39:49.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:49 smithi203 bash[18672]: cluster 2024-03-24T11:39:48.200055+0000 mgr.smithi203.vllliu (mgr.14195) 627 : cluster 0 pgmap v378: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail 2024-03-24T11:39:51.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:51 smithi204 bash[23543]: cluster 2024-03-24T11:39:50.201274+0000 mgr.smithi203.vllliu (mgr.14195) 628 : cluster 0 pgmap v379: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:51.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:51 smithi203 bash[18672]: cluster 2024-03-24T11:39:50.201274+0000 mgr.smithi203.vllliu (mgr.14195) 628 : cluster 0 pgmap v379: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:51.844 INFO:teuthology.orchestra.run.smithi203.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-03-24T11:39:51.844 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GK400BGN 372G No 5m ago Has a FileSystem, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme1n1 ssd Linux_0b25f9b27df60a33ff51 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme2n1 ssd Linux_bfe54781a8d7d145a3b8 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme3n1 ssd Linux_2091812c7351b363b177 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi203 /dev/nvme4n1 ssd Linux_3942be416c0b518d6210 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300GD400BGN 372G No 5m ago Has a FileSystem, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme1n1 ssd Linux_8c75a5a110789ca722a8 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme2n1 ssd Linux_6abf8075a99693bb58b2 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme3n1 ssd Linux_5fa89de2576c082c2216 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:51.845 INFO:teuthology.orchestra.run.smithi203.stdout:smithi204 /dev/nvme4n1 ssd Linux_8e117de33d982c545b58 89.4G No 5m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-03-24T11:39:52.550 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:db0330b1e4e2470d52b750e251e55a522b4f7d69 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-03-24T11:39:52.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:52 smithi204 bash[23543]: audit 2024-03-24T11:39:51.842193+0000 mgr.smithi203.vllliu (mgr.14195) 629 : audit 0 from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:52.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:52 smithi203 bash[18672]: audit 2024-03-24T11:39:51.842193+0000 mgr.smithi203.vllliu (mgr.14195) 629 : audit 0 from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-24T11:39:53.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:53 smithi203 bash[18672]: cluster 2024-03-24T11:39:52.202438+0000 mgr.smithi203.vllliu (mgr.14195) 630 : cluster 0 pgmap v380: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:53.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:53 smithi204 bash[23543]: cluster 2024-03-24T11:39:52.202438+0000 mgr.smithi203.vllliu (mgr.14195) 630 : cluster 0 pgmap v380: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:55.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:55 smithi204 bash[23543]: cluster 2024-03-24T11:39:54.203387+0000 mgr.smithi203.vllliu (mgr.14195) 631 : cluster 0 pgmap v381: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:55.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:55 smithi203 bash[18672]: cluster 2024-03-24T11:39:54.203387+0000 mgr.smithi203.vllliu (mgr.14195) 631 : cluster 0 pgmap v381: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-03-24T11:39:56.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:56 smithi204 bash[23543]: audit 2024-03-24T11:39:56.269613+0000 mon.smithi203 (mon.0) 1116 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:56.762 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:56 smithi203 bash[18672]: audit 2024-03-24T11:39:56.269613+0000 mon.smithi203 (mon.0) 1116 : audit 0 from='mgr.14195 172.21.15.203:0/1686569074' entity='mgr.smithi203.vllliu' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-24T11:39:57.385 INFO:teuthology.orchestra.run.smithi203.stderr:Inferring config /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/mon.smithi203/config 2024-03-24T11:39:57.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:57 smithi204 bash[23543]: cluster 2024-03-24T11:39:56.204472+0000 mgr.smithi203.vllliu (mgr.14195) 632 : cluster 0 pgmap v382: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:57.763 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:57 smithi203 bash[18672]: cluster 2024-03-24T11:39:56.204472+0000 mgr.smithi203.vllliu (mgr.14195) 632 : cluster 0 pgmap v382: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:59.606 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:39:59 smithi204 bash[23543]: cluster 2024-03-24T11:39:58.205243+0000 mgr.smithi203.vllliu (mgr.14195) 633 : cluster 0 pgmap v383: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:39:59.732 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:39:59 smithi203 bash[18672]: cluster 2024-03-24T11:39:58.205243+0000 mgr.smithi203.vllliu (mgr.14195) 633 : cluster 0 pgmap v383: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-03-24T11:40:00.168 INFO:teuthology.orchestra.run.smithi203.stdout:osd.all-available-devices 8 90s ago 10m * 2024-03-24T11:40:00.512 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:40:00 smithi203 bash[18672]: cluster 2024-03-24T11:40:00.000126+0000 mon.smithi203 (mon.0) 1117 : cluster 1 overall HEALTH_OK 2024-03-24T11:40:00.693 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:40:00 smithi204 bash[23543]: cluster 2024-03-24T11:40:00.000126+0000 mon.smithi203 (mon.0) 1117 : cluster 1 overall HEALTH_OK 2024-03-24T11:40:00.820 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-03-24T11:40:00.836 INFO:tasks.vip:Removing 10.0.15.203 (and any VIPs) on smithi203.front.sepia.ceph.com iface enp3s0f1... 2024-03-24T11:40:00.836 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip addr del 10.0.15.203/16 dev enp3s0f1 2024-03-24T11:40:00.851 DEBUG:teuthology.orchestra.run.smithi203:> sudo ip addr del 10.0.31.203/16 dev enp3s0f1 2024-03-24T11:40:00.905 INFO:tasks.vip:Removing 10.0.15.204 (and any VIPs) on smithi204.front.sepia.ceph.com iface enp3s0f1... 2024-03-24T11:40:00.905 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.15.204/16 dev enp3s0f1 2024-03-24T11:40:00.919 DEBUG:teuthology.orchestra.run.smithi204:> sudo ip addr del 10.0.31.203/16 dev enp3s0f1 2024-03-24T11:40:00.973 INFO:teuthology.orchestra.run.smithi204.stderr:RTNETLINK answers: Cannot assign requested address 2024-03-24T11:40:00.974 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-03-24T11:40:00.974 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-24T11:40:00.991 INFO:tasks.cephadm:Teardown begin 2024-03-24T11:40:00.991 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:40:01.006 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:40:01.029 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-24T11:40:01.029 DEBUG:teuthology.orchestra.run.smithi203:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-24T11:40:01.053 DEBUG:teuthology.orchestra.run.smithi204:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-24T11:40:01.081 INFO:tasks.cephadm:Stopping all daemons... 2024-03-24T11:40:01.081 INFO:tasks.cephadm.mon.smithi203:Stopping mon.smithi203... 2024-03-24T11:40:01.082 DEBUG:teuthology.orchestra.run.smithi203:> sudo systemctl stop ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203 2024-03-24T11:40:01.235 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:40:01 smithi203 systemd[1]: Stopping Ceph mon.smithi203 for 0c0c3d22-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:40:01.389 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:40:01 smithi203 bash[18672]: debug 2024-03-24T11:40:01.236+0000 7fefcfd7e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi203 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-24T11:40:01.389 INFO:journalctl@ceph.mon.smithi203.smithi203.stdout:Mar 24 11:40:01 smithi203 bash[18672]: debug 2024-03-24T11:40:01.236+0000 7fefcfd7e700 -1 mon.smithi203@0(leader) e2 *** Got Signal Terminated *** 2024-03-24T11:40:02.049 DEBUG:teuthology.orchestra.run.smithi203:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi203.service' 2024-03-24T11:40:02.094 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:40:02.094 INFO:tasks.cephadm.mon.smithi203:Stopped mon.smithi203 2024-03-24T11:40:02.094 INFO:tasks.cephadm.mon.smithi204:Stopping mon.smithi204... 2024-03-24T11:40:02.094 DEBUG:teuthology.orchestra.run.smithi204:> sudo systemctl stop ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi204 2024-03-24T11:40:02.361 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:40:02 smithi204 systemd[1]: Stopping Ceph mon.smithi204 for 0c0c3d22-e9d1-11ee-95cd-87774f69a715... 2024-03-24T11:40:02.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:40:02 smithi204 bash[23543]: debug 2024-03-24T11:40:02.363+0000 7f23de41f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi204 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-24T11:40:02.443 INFO:journalctl@ceph.mon.smithi204.smithi204.stdout:Mar 24 11:40:02 smithi204 bash[23543]: debug 2024-03-24T11:40:02.363+0000 7f23de41f700 -1 mon.smithi204@1(peon) e2 *** Got Signal Terminated *** 2024-03-24T11:40:03.285 DEBUG:teuthology.orchestra.run.smithi204:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0c0c3d22-e9d1-11ee-95cd-87774f69a715@mon.smithi204.service' 2024-03-24T11:40:03.338 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-24T11:40:03.338 INFO:tasks.cephadm.mon.smithi204:Stopped mon.smithi204 2024-03-24T11:40:03.338 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-24T11:40:03.509 INFO:teuthology.orchestra.run.smithi203.stdout:Deleting cluster with fsid: 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:41:15.638 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-24T11:41:15.804 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:42:23.996 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:42:24.010 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-24T11:42:24.023 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-24T11:42:24.025 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902/remote/smithi203/crash 2024-03-24T11:42:24.025 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/crash -- . 2024-03-24T11:42:24.065 INFO:teuthology.orchestra.run.smithi203.stderr:tar: /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-24T11:42:24.065 INFO:teuthology.orchestra.run.smithi203.stderr:tar: Error is not recoverable: exiting now 2024-03-24T11:42:24.067 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902/remote/smithi204/crash 2024-03-24T11:42:24.068 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/crash -- . 2024-03-24T11:42:24.079 INFO:teuthology.orchestra.run.smithi204.stderr:tar: /var/lib/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-24T11:42:24.079 INFO:teuthology.orchestra.run.smithi204.stderr:tar: Error is not recoverable: exiting now 2024-03-24T11:42:24.080 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-24T11:42:24.081 DEBUG:teuthology.orchestra.run.smithi203:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-24T11:42:24.123 INFO:teuthology.orchestra.run.smithi203.stdout:2024-03-24T11:28:57.549524+0000 mon.smithi203 (mon.0) 251 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-03-24T11:42:24.124 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-24T11:42:24.124 DEBUG:teuthology.orchestra.run.smithi203:> sudo egrep '\[SEC\]' /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-24T11:42:24.179 DEBUG:teuthology.orchestra.run.smithi203:> sudo egrep '\[ERR\]' /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-24T11:42:24.234 DEBUG:teuthology.orchestra.run.smithi203:> sudo egrep '\[WRN\]' /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-03-24T11:42:24.289 INFO:teuthology.orchestra.run.smithi203.stdout:2024-03-24T11:28:57.549524+0000 mon.smithi203 (mon.0) 251 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-03-24T11:42:24.290 INFO:tasks.cephadm:Compressing logs... 2024-03-24T11:42:24.290 DEBUG:teuthology.orchestra.run.smithi203:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-24T11:42:24.335 DEBUG:teuthology.orchestra.run.smithi204:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-24T11:42:24.344 INFO:teuthology.orchestra.run.smithi203.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-24T11:42:24.348 INFO:teuthology.orchestra.run.smithi204.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-24T11:42:24.350 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-24T11:42:24.350 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mgr.smithi203.vllliu.log 2024-03-24T11:42:24.350 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi203.yqwhvf.log 2024-03-24T11:42:24.351 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mgr.smithi203.vllliu.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.7.log 2024-03-24T11:42:24.351 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi203.yqwhvf.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi203.log 2024-03-24T11:42:24.355 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi203.asziaw.log 2024-03-24T11:42:24.355 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-24T11:42:24.355 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi203.log: /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi203.asziaw.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mon.smithi203.log 2024-03-24T11:42:24.355 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.3.log 2024-03-24T11:42:24.355 INFO:teuthology.orchestra.run.smithi203.stderr: 93.1%/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log: -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi203.yqwhvf.log.gz 2024-03-24T11:42:24.356 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mon.smithi203.log: 83.5% 94.4% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi203.log.gz 2024-03-24T11:42:24.356 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.5.log 2024-03-24T11:42:24.356 INFO:teuthology.orchestra.run.smithi203.stderr: -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-24T11:42:24.356 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-24T11:42:24.356 INFO:teuthology.orchestra.run.smithi203.stderr: 92.8% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi203.asziaw.log.gz/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log 2024-03-24T11:42:24.356 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-03-24T11:42:24.356 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-24T11:42:24.357 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log: 88.5% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-24T11:42:24.357 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi203.asziaw.log 2024-03-24T11:42:24.359 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-24T11:42:24.360 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-24T11:42:24.361 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi204.log 2024-03-24T11:42:24.361 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-24T11:42:24.361 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.6.log 2024-03-24T11:42:24.361 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi204.log: /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mgr.smithi204.wjonzw.log 2024-03-24T11:42:24.362 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.6.log: 2024-03-24T11:42:24.363 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-volume.log: 86.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-24T11:42:24.363 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-24T11:42:24.364 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mgr.smithi204.wjonzw.log: gzip -5 --verbose 94.4% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.ceph-exporter.smithi204.log.gz 2024-03-24T11:42:24.364 INFO:teuthology.orchestra.run.smithi204.stderr: -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log 2024-03-24T11:42:24.366 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-24T11:42:24.366 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mon.smithi204.log 2024-03-24T11:42:24.366 INFO:teuthology.orchestra.run.smithi204.stderr: 83.4% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-24T11:42:24.366 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-24T11:42:24.366 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mon.smithi204.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi204.ghlqcf.log 2024-03-24T11:42:24.367 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-24T11:42:24.367 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi204.ghlqcf.log: 88.6% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-24T11:42:24.367 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi204.rcygym.log 2024-03-24T11:42:24.368 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.audit.log: 92.6% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi204.ghlqcf.log.gz 2024-03-24T11:42:24.369 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi203.asziaw.log: 93.5% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi203.asziaw.log.gz 2024-03-24T11:42:24.369 INFO:teuthology.orchestra.run.smithi203.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi203.yqwhvf.log 2024-03-24T11:42:24.370 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.4.log 2024-03-24T11:42:24.370 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi204.rcygym.log: 91.9% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-24T11:42:24.371 INFO:teuthology.orchestra.run.smithi204.stderr: 92.6% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mgr.smithi204.wjonzw.log.gz 2024-03-24T11:42:24.371 INFO:teuthology.orchestra.run.smithi204.stderr:gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi204.ghlqcf.log 2024-03-24T11:42:24.371 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi204.rcygym.log 2024-03-24T11:42:24.371 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi204.ghlqcf.log: 93.1% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi204.rcygym.log.gz 2024-03-24T11:42:24.372 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.audit.log: 91.1% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-24T11:42:24.372 INFO:teuthology.orchestra.run.smithi203.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi203.yqwhvf.log: 91.6% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-24T11:42:24.373 INFO:teuthology.orchestra.run.smithi204.stderr:/var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi204.rcygym.log: 93.5% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ops-log-ceph-client.rgw.foo.smithi204.ghlqcf.log.gz 2024-03-24T11:42:24.373 INFO:teuthology.orchestra.run.smithi203.stderr: 92.5% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi203.yqwhvf.log.gz 2024-03-24T11:42:24.374 INFO:teuthology.orchestra.run.smithi204.stderr: 92.5% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-client.rgw.foo.smithi204.rcygym.log.gz 2024-03-24T11:42:24.376 INFO:teuthology.orchestra.run.smithi204.stderr: 91.2% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-24T11:42:24.499 INFO:teuthology.orchestra.run.smithi204.stderr: 93.0% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mon.smithi204.log.gz 2024-03-24T11:42:24.614 INFO:teuthology.orchestra.run.smithi203.stderr: 88.6% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mgr.smithi203.vllliu.log.gz 2024-03-24T11:42:24.734 INFO:teuthology.orchestra.run.smithi204.stderr: 93.3% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-24T11:42:24.850 INFO:teuthology.orchestra.run.smithi203.stderr: 91.0% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-mon.smithi203.log.gz 2024-03-24T11:42:24.879 INFO:teuthology.orchestra.run.smithi204.stderr: 93.2% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.4.log.gz 2024-03-24T11:42:24.892 INFO:teuthology.orchestra.run.smithi203.stderr: 93.3% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.5.log.gz 2024-03-24T11:42:24.940 INFO:teuthology.orchestra.run.smithi203.stderr: 93.5% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.3.log.gz 2024-03-24T11:42:24.945 INFO:teuthology.orchestra.run.smithi204.stderr: 93.1% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.6.log.gz 2024-03-24T11:42:24.961 INFO:teuthology.orchestra.run.smithi204.stderr: 93.2% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-24T11:42:24.962 INFO:teuthology.orchestra.run.smithi204.stderr: 2024-03-24T11:42:24.962 INFO:teuthology.orchestra.run.smithi204.stderr:real 0m0.622s 2024-03-24T11:42:24.962 INFO:teuthology.orchestra.run.smithi204.stderr:user 0m2.144s 2024-03-24T11:42:24.962 INFO:teuthology.orchestra.run.smithi204.stderr:sys 0m0.126s 2024-03-24T11:42:24.965 INFO:teuthology.orchestra.run.smithi203.stderr: 93.4% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.7.log.gz 2024-03-24T11:42:25.022 INFO:teuthology.orchestra.run.smithi203.stderr: 93.5% -- replaced with /var/log/ceph/0c0c3d22-e9d1-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-24T11:42:25.023 INFO:teuthology.orchestra.run.smithi203.stderr: 2024-03-24T11:42:25.023 INFO:teuthology.orchestra.run.smithi203.stderr:real 0m0.686s 2024-03-24T11:42:25.023 INFO:teuthology.orchestra.run.smithi203.stderr:user 0m3.126s 2024-03-24T11:42:25.023 INFO:teuthology.orchestra.run.smithi203.stderr:sys 0m0.118s 2024-03-24T11:42:25.024 INFO:tasks.cephadm:Archiving logs... 2024-03-24T11:42:25.024 DEBUG:teuthology.misc:Transferring archived files from smithi203:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902/remote/smithi203/log 2024-03-24T11:42:25.025 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-24T11:42:25.442 DEBUG:teuthology.misc:Transferring archived files from smithi204:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902/remote/smithi204/log 2024-03-24T11:42:25.443 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-24T11:42:25.722 INFO:tasks.cephadm:Removing cluster... 2024-03-24T11:42:25.723 DEBUG:teuthology.orchestra.run.smithi203:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 --force 2024-03-24T11:42:25.883 INFO:teuthology.orchestra.run.smithi203.stdout:Deleting cluster with fsid: 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:42:27.004 DEBUG:teuthology.orchestra.run.smithi204:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0c0c3d22-e9d1-11ee-95cd-87774f69a715 --force 2024-03-24T11:42:27.165 INFO:teuthology.orchestra.run.smithi204.stdout:Deleting cluster with fsid: 0c0c3d22-e9d1-11ee-95cd-87774f69a715 2024-03-24T11:42:28.288 INFO:tasks.cephadm:Removing cephadm ... 2024-03-24T11:42:28.288 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-24T11:42:28.294 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-24T11:42:28.300 INFO:tasks.cephadm:Teardown complete 2024-03-24T11:42:28.300 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-03-24T11:42:28.312 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_1... 2024-03-24T11:42:28.312 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_1 2024-03-24T11:42:28.614 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-24T11:42:28.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:28.615 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_2... 2024-03-24T11:42:28.616 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_2 2024-03-24T11:42:28.886 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-24T11:42:28.887 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:28.887 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_3... 2024-03-24T11:42:28.887 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_3 2024-03-24T11:42:29.146 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-24T11:42:29.147 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:29.147 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi203:/dev/vg_nvme/lv_4... 2024-03-24T11:42:29.147 DEBUG:teuthology.orchestra.run.smithi203:> sudo nvme disconnect -n lv_4 2024-03-24T11:42:29.426 INFO:teuthology.orchestra.run.smithi203.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-24T11:42:29.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:29.427 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2024-03-24T11:42:29.428 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/scratch_devs 2024-03-24T11:42:29.442 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_1... 2024-03-24T11:42:29.442 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_1 2024-03-24T11:42:29.720 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-03-24T11:42:29.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:29.722 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_2... 2024-03-24T11:42:29.722 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_2 2024-03-24T11:42:29.992 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-03-24T11:42:29.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:29.994 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_3... 2024-03-24T11:42:29.994 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_3 2024-03-24T11:42:30.248 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-03-24T11:42:30.250 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:30.250 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi204:/dev/vg_nvme/lv_4... 2024-03-24T11:42:30.250 DEBUG:teuthology.orchestra.run.smithi204:> sudo nvme disconnect -n lv_4 2024-03-24T11:42:30.524 INFO:teuthology.orchestra.run.smithi204.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-03-24T11:42:30.525 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:30.526 DEBUG:teuthology.orchestra.run.smithi204:> set -ex 2024-03-24T11:42:30.526 DEBUG:teuthology.orchestra.run.smithi204:> sudo dd of=/scratch_devs 2024-03-24T11:42:30.539 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-24T11:42:30.549 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-24T11:42:30.550 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-24T11:42:30.552 DEBUG:teuthology.orchestra.run.smithi204:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-24T11:42:30.564 INFO:teuthology.orchestra.run.smithi203.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:42:30.565 INFO:teuthology.orchestra.run.smithi203.stdout:============================================================================== 2024-03-24T11:42:30.565 INFO:teuthology.orchestra.run.smithi203.stdout:*hv01.front.sepi 44.4.53.2 2 u 46 64 377 0.070 -8.007 2.021 2024-03-24T11:42:30.565 INFO:teuthology.orchestra.run.smithi203.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 64 377 0.068 -6.416 1.414 2024-03-24T11:42:30.565 INFO:teuthology.orchestra.run.smithi203.stdout:+hv03.front.sepi 74.6.168.72 3 u 44 64 377 0.087 -6.388 1.915 2024-03-24T11:42:30.565 INFO:teuthology.orchestra.run.smithi203.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-24T11:42:30.593 INFO:teuthology.orchestra.run.smithi204.stdout: remote refid st t when poll reach delay offset jitter 2024-03-24T11:42:30.593 INFO:teuthology.orchestra.run.smithi204.stdout:============================================================================== 2024-03-24T11:42:30.593 INFO:teuthology.orchestra.run.smithi204.stdout:*hv01.front.sepi 44.4.53.2 2 u 41 64 377 0.107 -2.910 0.527 2024-03-24T11:42:30.593 INFO:teuthology.orchestra.run.smithi204.stdout:+hv02.front.sepi 63.231.80.2 3 u 50 64 377 0.082 -2.131 0.498 2024-03-24T11:42:30.593 INFO:teuthology.orchestra.run.smithi204.stdout:+hv03.front.sepi 74.6.168.72 3 u 43 64 377 0.063 -0.701 0.912 2024-03-24T11:42:30.593 INFO:teuthology.orchestra.run.smithi204.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-24T11:42:30.593 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-24T11:42:30.603 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-24T11:42:30.604 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-24T11:42:30.622 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-24T11:42:30.632 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-24T11:42:30.645 INFO:teuthology.task.internal:Duration was 1524.865265 seconds 2024-03-24T11:42:30.645 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-24T11:42:30.657 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-24T11:42:30.657 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-24T11:42:30.660 DEBUG:teuthology.orchestra.run.smithi204:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-24T11:42:30.699 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-24T11:42:30.699 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2024-03-24T11:42:30.699 DEBUG:teuthology.orchestra.run.smithi203:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-24T11:42:30.747 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi204.front.sepia.ceph.com 2024-03-24T11:42:30.748 DEBUG:teuthology.orchestra.run.smithi204:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-24T11:42:30.758 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-24T11:42:30.758 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-24T11:42:30.791 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-24T11:42:30.841 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-24T11:42:30.842 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-24T11:42:30.879 DEBUG:teuthology.orchestra.run.smithi204:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-24T11:42:30.990 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-24T11:42:31.002 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-24T11:42:31.002 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-24T11:42:31.015 DEBUG:teuthology.orchestra.run.smithi204:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-24T11:42:31.027 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-24T11:42:31.041 DEBUG:teuthology.orchestra.run.smithi203:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-24T11:42:31.058 DEBUG:teuthology.orchestra.run.smithi204:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-24T11:42:31.066 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2024-03-24T11:42:31.082 INFO:teuthology.orchestra.run.smithi204.stdout:kernel.core_pattern = core 2024-03-24T11:42:31.157 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-24T11:42:31.205 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:31.205 DEBUG:teuthology.orchestra.run.smithi204:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-24T11:42:31.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-24T11:42:31.210 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-24T11:42:31.221 INFO:teuthology.task.internal:Transferring archived files... 2024-03-24T11:42:31.224 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902/remote/smithi203 2024-03-24T11:42:31.224 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-24T11:42:31.275 DEBUG:teuthology.misc:Transferring archived files from smithi204:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902/remote/smithi204 2024-03-24T11:42:31.276 DEBUG:teuthology.orchestra.run.smithi204:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-24T11:42:31.299 INFO:teuthology.task.internal:Removing archive directory... 2024-03-24T11:42:31.299 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-24T11:42:31.321 DEBUG:teuthology.orchestra.run.smithi204:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-24T11:42:31.341 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-24T11:42:31.352 INFO:teuthology.task.internal:Not uploading archives. 2024-03-24T11:42:31.352 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-24T11:42:31.363 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-24T11:42:31.363 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-24T11:42:31.367 DEBUG:teuthology.orchestra.run.smithi204:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-24T11:42:31.371 INFO:teuthology.orchestra.run.smithi203.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 24 11:42 /home/ubuntu/cephtest 2024-03-24T11:42:31.389 INFO:teuthology.orchestra.run.smithi204.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 24 11:42 /home/ubuntu/cephtest 2024-03-24T11:42:31.390 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-24T11:42:31.401 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-24T11:42:31.424 INFO:teuthology.nuke:Checking targets against current locks 2024-03-24T11:42:31.451 DEBUG:teuthology.nuke:shortname: smithi203 2024-03-24T11:42:31.451 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-24T11:42:31.475 DEBUG:teuthology.nuke:shortname: smithi204 2024-03-24T11:42:31.475 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-24T11:42:31.479 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-24 11:07:34.404921', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFtRQsspTRBNl2BFp3IPIgeblX1VwctXprSN2RlQmU4DIQ58QBpdyT2s1F13XYfxgt78ORwagLtmZxXclxj+mZs='} 2024-03-24T11:42:31.503 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi204.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-03-22_21:08:02-orch-squid-distro-default-smithi/7617902', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-24 11:07:34.406436', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPhReoi5UGXPQFI/nNGNB3LnmTR+qK7uzHn3MQUm02j6Oz/RRwDwBMYrCazpMy3+B3WEg0ZQslyO/p8VWXN1u5Y='} 2024-03-24T11:42:31.529 INFO:teuthology.orchestra.console.smithi203:Power off 2024-03-24T11:42:31.529 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-24T11:42:31.555 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2024-03-24T11:42:31.556 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:31.573 INFO:teuthology.orchestra.console.smithi204:Power off 2024-03-24T11:42:31.573 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-24T11:42:31.584 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-03-24T11:42:31.599 DEBUG:teuthology.orchestra.console.smithi204:power off output: Chassis Power Control: Down/Off 2024-03-24T11:42:31.600 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:31.623 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-03-24T11:42:35.586 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:35.624 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:35.697 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-03-24T11:42:35.735 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-03-24T11:42:39.702 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:39.735 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:39.813 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2024-03-24T11:42:39.846 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is on 2024-03-24T11:42:43.816 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:43.847 DEBUG:teuthology.orchestra.console.smithi204:pexpect command: ipmitool -H smithi204.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-24T11:42:43.927 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2024-03-24T11:42:43.958 DEBUG:teuthology.orchestra.console.smithi204:check power output: Chassis Power is off 2024-03-24T11:42:44.029 INFO:teuthology.orchestra.console.smithi203:Power off completed 2024-03-24T11:42:44.059 INFO:teuthology.orchestra.console.smithi204:Power off completed 2024-03-24T11:42:44.163 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 1524.8652648925781 failure_reason: '"2024-03-24T11:28:57.549524+0000 mon.smithi203 (mon.0) 251 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s)" in cluster log' owner: scheduled_teuthology@teuthology success: false 2024-03-24T11:42:44.163 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-24T11:42:44.248 INFO:teuthology.run:FAIL