2023-09-07T07:17:57.891 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-07T07:17:57.892 DEBUG:teuthology.run:Teuthology command: teuthology --name gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi --owner scheduled_gabrioux@teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --archive /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776 -- /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776/orig.config.yaml 2023-09-07T07:17:57.932 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-07T07:17:58.021 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776 branch: wip-guits-testing-2-2023-09-05-1426 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: gabrioux@redhat.com first_in_suite: false job_id: '7390776' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-guits-testing-2-2023-09-05-1426 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2-2023-09-05-1426 sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb owner: scheduled_gabrioux@teuthology priority: 30 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 4231 sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2-2023-09-05-1426 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWZ90pxdVB3NaXOJxeqt+9NSZdlENZbZZKvcyqMjsdhM2/Xw5AvBjH5FbRyq6mnv9UvWxDmibz7QEGMVefgI+4= smithi032.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqtNilkGK2f17BfjVIMhqiPSi0RiGLSRjSQfHrTGE3rUiXpVCQlthTiU4foD/ICc5u56gaqXixrAMo7MKmUuHs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 6 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-07_07:03:32 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1394 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-09-07T07:17:58.022 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa; will attempt to use it 2023-09-07T07:17:58.022 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks 2023-09-07T07:17:58.023 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-07T07:17:58.025 INFO:teuthology.task.internal:Checking packages... 2023-09-07T07:17:58.053 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb' 2023-09-07T07:17:58.053 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-07T07:17:58.054 INFO:teuthology.packaging:ref: None 2023-09-07T07:17:58.054 INFO:teuthology.packaging:tag: None 2023-09-07T07:17:58.055 INFO:teuthology.packaging:branch: wip-guits-testing-2-2023-09-05-1426 2023-09-07T07:17:58.055 INFO:teuthology.packaging:sha1: 68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:17:58.055 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2-2023-09-05-1426 2023-09-07T07:17:58.198 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-387.g68b7f2b3 2023-09-07T07:17:58.199 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-07T07:17:58.206 INFO:teuthology.task.internal:no buildpackages task found 2023-09-07T07:17:58.206 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-07T07:17:58.226 INFO:teuthology.task.internal:Saving configuration 2023-09-07T07:17:58.240 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-07T07:17:58.247 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T07:17:58.271 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:13:05.709602', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWZ90pxdVB3NaXOJxeqt+9NSZdlENZbZZKvcyqMjsdhM2/Xw5AvBjH5FbRyq6mnv9UvWxDmibz7QEGMVefgI+4='} 2023-09-07T07:17:58.297 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:13:05.710978', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqtNilkGK2f17BfjVIMhqiPSi0RiGLSRjSQfHrTGE3rUiXpVCQlthTiU4foD/ICc5u56gaqXixrAMo7MKmUuHs='} 2023-09-07T07:17:58.299 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-07T07:17:58.305 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-09-07T07:17:58.305 INFO:teuthology.task.internal:roles: ubuntu@smithi032.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-09-07T07:17:58.306 INFO:teuthology.run_tasks:Running task console_log... 2023-09-07T07:17:58.377 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f70a000aaf0>, signals=[15]) 2023-09-07T07:17:58.378 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-07T07:17:58.384 INFO:teuthology.task.internal:Opening connections... 2023-09-07T07:17:58.385 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:17:58.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:17:58.454 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi032.front.sepia.ceph.com 2023-09-07T07:17:58.455 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:17:58.524 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-07T07:17:58.531 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2023-09-07T07:17:58.554 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2023-09-07T07:17:58.555 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2023-09-07T07:17:58.616 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="CentOS Stream" 2023-09-07T07:17:58.616 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="8" 2023-09-07T07:17:58.616 INFO:teuthology.orchestra.run.smithi003.stdout:ID="centos" 2023-09-07T07:17:58.616 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="rhel fedora" 2023-09-07T07:17:58.617 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="8" 2023-09-07T07:17:58.617 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el8" 2023-09-07T07:17:58.617 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-07T07:17:58.617 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2023-09-07T07:17:58.617 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-07T07:17:58.618 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://centos.org/" 2023-09-07T07:17:58.618 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-07T07:17:58.618 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-07T07:17:58.618 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-07T07:17:58.619 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2023-09-07T07:17:58.660 DEBUG:teuthology.orchestra.run.smithi032:> uname -m 2023-09-07T07:17:58.683 INFO:teuthology.orchestra.run.smithi032.stdout:x86_64 2023-09-07T07:17:58.683 DEBUG:teuthology.orchestra.run.smithi032:> cat /etc/os-release 2023-09-07T07:17:58.744 INFO:teuthology.orchestra.run.smithi032.stdout:NAME="CentOS Stream" 2023-09-07T07:17:58.745 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION="8" 2023-09-07T07:17:58.745 INFO:teuthology.orchestra.run.smithi032.stdout:ID="centos" 2023-09-07T07:17:58.745 INFO:teuthology.orchestra.run.smithi032.stdout:ID_LIKE="rhel fedora" 2023-09-07T07:17:58.745 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_ID="8" 2023-09-07T07:17:58.746 INFO:teuthology.orchestra.run.smithi032.stdout:PLATFORM_ID="platform:el8" 2023-09-07T07:17:58.746 INFO:teuthology.orchestra.run.smithi032.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-07T07:17:58.746 INFO:teuthology.orchestra.run.smithi032.stdout:ANSI_COLOR="0;31" 2023-09-07T07:17:58.747 INFO:teuthology.orchestra.run.smithi032.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-07T07:17:58.747 INFO:teuthology.orchestra.run.smithi032.stdout:HOME_URL="https://centos.org/" 2023-09-07T07:17:58.747 INFO:teuthology.orchestra.run.smithi032.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-07T07:17:58.748 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-07T07:17:58.749 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-07T07:17:58.749 INFO:teuthology.lock.ops:Updating smithi032.front.sepia.ceph.com on lock server 2023-09-07T07:17:58.775 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-07T07:17:58.784 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-07T07:17:58.790 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-07T07:17:58.790 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2023-09-07T07:17:58.793 DEBUG:teuthology.orchestra.run.smithi032:> test '!' -e /home/ubuntu/cephtest 2023-09-07T07:17:58.814 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-07T07:17:58.821 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-07T07:17:58.821 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2023-09-07T07:17:58.855 DEBUG:teuthology.orchestra.run.smithi032:> test -z $(ls -A /var/lib/ceph) 2023-09-07T07:17:58.886 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-07T07:17:58.938 INFO:teuthology.run_tasks:Running task kernel... 2023-09-07T07:17:58.953 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-07T07:17:58.954 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-07T07:17:58.954 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-07T07:17:58.955 DEBUG:teuthology.orchestra.run.smithi032:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-07T07:17:58.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:17:58.976 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2023-09-07T07:17:58.976 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:17:58.977 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-09-07T07:17:59.037 INFO:teuthology.orchestra.run.smithi032.stdout:4.18.0-489.el8.x86_64 2023-09-07T07:17:59.038 INFO:teuthology.task.kernel:Running kernel on smithi032: 4.18.0-489.el8.x86_64 2023-09-07T07:17:59.038 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum install -y kernel 2023-09-07T07:17:59.040 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-489.el8.x86_64 2023-09-07T07:17:59.040 INFO:teuthology.task.kernel:Running kernel on smithi003: 4.18.0-489.el8.x86_64 2023-09-07T07:17:59.040 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2023-09-07T07:18:03.882 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - AppStream 15 MB/s | 33 MB 00:02 2023-09-07T07:18:03.986 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 8 - AppStream 14 MB/s | 33 MB 00:02 2023-09-07T07:18:12.250 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 47 MB 00:01 2023-09-07T07:18:12.445 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 47 MB 00:02 2023-09-07T07:18:19.790 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - Extras 46 kB/s | 18 kB 00:00 2023-09-07T07:18:19.811 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 8 - Extras 76 kB/s | 18 kB 00:00 2023-09-07T07:18:20.491 INFO:teuthology.orchestra.run.smithi003.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-09-07T07:18:20.512 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-09-07T07:18:20.847 INFO:teuthology.orchestra.run.smithi032.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-09-07T07:18:20.892 INFO:teuthology.orchestra.run.smithi003.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-09-07T07:18:21.626 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 27 MB/s | 16 MB 00:00 2023-09-07T07:18:21.883 INFO:teuthology.orchestra.run.smithi032.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-09-07T07:18:25.635 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 404 kB/s | 24 kB 00:00 2023-09-07T07:18:25.823 INFO:teuthology.orchestra.run.smithi032.stdout:lab-extras 495 kB/s | 24 kB 00:00 2023-09-07T07:18:29.351 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-07T07:18:29.351 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-07T07:18:29.597 INFO:teuthology.orchestra.run.smithi032.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-07T07:18:29.598 INFO:teuthology.orchestra.run.smithi032.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-07T07:18:29.598 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-09-07T07:18:29.599 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:18:29.599 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-09-07T07:18:29.599 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:18:29.600 INFO:teuthology.orchestra.run.smithi003.stdout:Installing: 2023-09-07T07:18:29.600 INFO:teuthology.orchestra.run.smithi003.stdout: kernel x86_64 4.18.0-513.el8 baseos 10 M 2023-09-07T07:18:29.600 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-09-07T07:18:29.600 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-core x86_64 4.18.0-513.el8 baseos 43 M 2023-09-07T07:18:29.600 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules x86_64 4.18.0-513.el8 baseos 35 M 2023-09-07T07:18:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:18:29.601 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-09-07T07:18:29.601 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:18:29.601 INFO:teuthology.orchestra.run.smithi003.stdout:Install 3 Packages 2023-09-07T07:18:29.601 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:18:29.602 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 88 M 2023-09-07T07:18:29.602 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 96 M 2023-09-07T07:18:29.603 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-09-07T07:18:29.833 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-09-07T07:18:29.834 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:18:29.834 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2023-09-07T07:18:29.834 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:18:29.835 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2023-09-07T07:18:29.835 INFO:teuthology.orchestra.run.smithi032.stdout: kernel x86_64 4.18.0-513.el8 baseos 10 M 2023-09-07T07:18:29.835 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2023-09-07T07:18:29.836 INFO:teuthology.orchestra.run.smithi032.stdout: kernel-core x86_64 4.18.0-513.el8 baseos 43 M 2023-09-07T07:18:29.836 INFO:teuthology.orchestra.run.smithi032.stdout: kernel-modules x86_64 4.18.0-513.el8 baseos 35 M 2023-09-07T07:18:29.836 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:18:29.836 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2023-09-07T07:18:29.837 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:18:29.837 INFO:teuthology.orchestra.run.smithi032.stdout:Install 3 Packages 2023-09-07T07:18:29.837 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:18:29.838 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 88 M 2023-09-07T07:18:29.838 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 96 M 2023-09-07T07:18:29.838 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2023-09-07T07:18:30.794 INFO:teuthology.orchestra.run.smithi003.stdout:(1/3): kernel-4.18.0-513.el8.x86_64.rpm 9.9 MB/s | 10 MB 00:01 2023-09-07T07:18:31.116 INFO:teuthology.orchestra.run.smithi032.stdout:(1/3): kernel-4.18.0-513.el8.x86_64.rpm 9.2 MB/s | 10 MB 00:01 2023-09-07T07:18:32.383 INFO:teuthology.orchestra.run.smithi032.stdout:(2/3): kernel-modules-4.18.0-513.el8.x86_64.rpm 15 MB/s | 35 MB 00:02 2023-09-07T07:18:32.911 INFO:teuthology.orchestra.run.smithi003.stdout:(2/3): kernel-modules-4.18.0-513.el8.x86_64.rpm 11 MB/s | 35 MB 00:03 2023-09-07T07:18:33.328 INFO:teuthology.orchestra.run.smithi003.stdout:(3/3): kernel-core-4.18.0-513.el8.x86_64.rpm 12 MB/s | 43 MB 00:03 2023-09-07T07:18:33.328 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:18:33.328 INFO:teuthology.orchestra.run.smithi003.stdout:Total 24 MB/s | 88 MB 00:03 2023-09-07T07:18:33.854 INFO:teuthology.orchestra.run.smithi032.stdout:(3/3): kernel-core-4.18.0-513.el8.x86_64.rpm 11 MB/s | 43 MB 00:03 2023-09-07T07:18:33.855 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:18:33.855 INFO:teuthology.orchestra.run.smithi032.stdout:Total 22 MB/s | 88 MB 00:04 2023-09-07T07:18:34.036 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-09-07T07:18:34.485 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-09-07T07:18:34.486 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-09-07T07:18:34.558 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2023-09-07T07:18:35.018 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2023-09-07T07:18:35.018 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2023-09-07T07:18:35.764 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-09-07T07:18:35.787 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-09-07T07:18:36.310 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2023-09-07T07:18:36.325 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2023-09-07T07:18:38.856 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-09-07T07:18:39.227 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2023-09-07T07:18:39.367 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:18:39.769 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:18:43.260 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:18:43.491 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:18:43.608 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:18:43.886 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:18:47.229 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:18:47.512 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:18:47.533 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:18:47.804 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:11.041 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:11.066 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:11.396 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:11.406 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:11.407 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:19:11.407 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-core-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:19:11.420 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:11.855 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: kernel-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:11.855 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : kernel-4.18.0-513.el8.x86_64 1/3 2023-09-07T07:19:11.856 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : kernel-core-4.18.0-513.el8.x86_64 2/3 2023-09-07T07:19:12.137 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:12.137 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:19:12.137 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-09-07T07:19:12.137 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-4.18.0-513.el8.x86_64 kernel-core-4.18.0-513.el8.x86_64 2023-09-07T07:19:12.138 INFO:teuthology.orchestra.run.smithi003.stdout: kernel-modules-4.18.0-513.el8.x86_64 2023-09-07T07:19:12.138 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:19:12.138 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-09-07T07:19:12.318 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:19:12.546 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:19:12.546 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:19:12.547 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-513.el8.x86_64 2023-09-07T07:19:12.547 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-07T07:19:12.547 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-07T07:19:12.547 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-07T07:19:12.548 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi003.front.sepia.ceph.com, path=None, version=distro) 2023-09-07T07:19:12.548 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:19:12.593 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-07T07:19:12.593 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:19:12.593 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2023-09-07T07:19:12.593 INFO:teuthology.orchestra.run.smithi032.stdout: kernel-4.18.0-513.el8.x86_64 kernel-core-4.18.0-513.el8.x86_64 2023-09-07T07:19:12.594 INFO:teuthology.orchestra.run.smithi032.stdout: kernel-modules-4.18.0-513.el8.x86_64 2023-09-07T07:19:12.594 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:19:12.594 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-09-07T07:19:12.735 DEBUG:teuthology.orchestra.run.smithi032:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:19:12.767 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:19:12.767 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:19:12.768 DEBUG:teuthology.orchestra.run.smithi003:> sudo rpm -qi grub2-tools 2023-09-07T07:19:12.802 INFO:teuthology.orchestra.run.smithi003.stdout:Name : grub2-tools 2023-09-07T07:19:12.803 INFO:teuthology.orchestra.run.smithi003.stdout:Epoch : 1 2023-09-07T07:19:12.803 INFO:teuthology.orchestra.run.smithi003.stdout:Version : 2.02 2023-09-07T07:19:12.803 INFO:teuthology.orchestra.run.smithi003.stdout:Release : 129.el8 2023-09-07T07:19:12.803 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: x86_64 2023-09-07T07:19:12.803 INFO:teuthology.orchestra.run.smithi003.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-07T07:19:12.804 INFO:teuthology.orchestra.run.smithi003.stdout:Group : System Environment/Base 2023-09-07T07:19:12.804 INFO:teuthology.orchestra.run.smithi003.stdout:Size : 9265586 2023-09-07T07:19:12.804 INFO:teuthology.orchestra.run.smithi003.stdout:License : GPLv3+ 2023-09-07T07:19:12.804 INFO:teuthology.orchestra.run.smithi003.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-07T07:19:12.804 INFO:teuthology.orchestra.run.smithi003.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-07T07:19:12.805 INFO:teuthology.orchestra.run.smithi003.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-07T07:19:12.805 INFO:teuthology.orchestra.run.smithi003.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-07T07:19:12.805 INFO:teuthology.orchestra.run.smithi003.stdout:Relocations : (not relocatable) 2023-09-07T07:19:12.805 INFO:teuthology.orchestra.run.smithi003.stdout:Packager : CentOS BuildSystem 2023-09-07T07:19:12.805 INFO:teuthology.orchestra.run.smithi003.stdout:Vendor : CentOS 2023-09-07T07:19:12.806 INFO:teuthology.orchestra.run.smithi003.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-07T07:19:12.806 INFO:teuthology.orchestra.run.smithi003.stdout:Summary : Support tools for GRUB. 2023-09-07T07:19:12.806 INFO:teuthology.orchestra.run.smithi003.stdout:Description : 2023-09-07T07:19:12.807 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:19:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-07T07:19:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-07T07:19:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-07T07:19:12.807 INFO:teuthology.orchestra.run.smithi003.stdout:hardware devices. 2023-09-07T07:19:12.807 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:19:12.808 INFO:teuthology.orchestra.run.smithi003.stdout:This subpackage provides tools for support of all platforms. 2023-09-07T07:19:12.809 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-07T07:19:12.809 INFO:teuthology.task.kernel:Updating grub on smithi003 to boot 4.18.0-513.el8.x86_64 2023-09-07T07:19:12.809 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-07T07:19:12.996 INFO:teuthology.orchestra.run.smithi032.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:19:12.996 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:19:12.997 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-513.el8.x86_64 2023-09-07T07:19:12.997 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-07T07:19:12.997 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-07T07:19:12.997 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-07T07:19:12.998 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi032.front.sepia.ceph.com, path=None, version=distro) 2023-09-07T07:19:12.998 DEBUG:teuthology.orchestra.run.smithi032:> rpm -q kernel | sort -rV | head -n 1 2023-09-07T07:19:13.216 INFO:teuthology.orchestra.run.smithi032.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-07T07:19:13.216 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-07T07:19:13.217 DEBUG:teuthology.orchestra.run.smithi032:> sudo rpm -qi grub2-tools 2023-09-07T07:19:13.251 INFO:teuthology.orchestra.run.smithi032.stdout:Name : grub2-tools 2023-09-07T07:19:13.252 INFO:teuthology.orchestra.run.smithi032.stdout:Epoch : 1 2023-09-07T07:19:13.252 INFO:teuthology.orchestra.run.smithi032.stdout:Version : 2.02 2023-09-07T07:19:13.252 INFO:teuthology.orchestra.run.smithi032.stdout:Release : 129.el8 2023-09-07T07:19:13.252 INFO:teuthology.orchestra.run.smithi032.stdout:Architecture: x86_64 2023-09-07T07:19:13.253 INFO:teuthology.orchestra.run.smithi032.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-07T07:19:13.253 INFO:teuthology.orchestra.run.smithi032.stdout:Group : System Environment/Base 2023-09-07T07:19:13.253 INFO:teuthology.orchestra.run.smithi032.stdout:Size : 9265586 2023-09-07T07:19:13.253 INFO:teuthology.orchestra.run.smithi032.stdout:License : GPLv3+ 2023-09-07T07:19:13.253 INFO:teuthology.orchestra.run.smithi032.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-07T07:19:13.254 INFO:teuthology.orchestra.run.smithi032.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-07T07:19:13.254 INFO:teuthology.orchestra.run.smithi032.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-07T07:19:13.254 INFO:teuthology.orchestra.run.smithi032.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-07T07:19:13.254 INFO:teuthology.orchestra.run.smithi032.stdout:Relocations : (not relocatable) 2023-09-07T07:19:13.254 INFO:teuthology.orchestra.run.smithi032.stdout:Packager : CentOS BuildSystem 2023-09-07T07:19:13.255 INFO:teuthology.orchestra.run.smithi032.stdout:Vendor : CentOS 2023-09-07T07:19:13.255 INFO:teuthology.orchestra.run.smithi032.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-07T07:19:13.255 INFO:teuthology.orchestra.run.smithi032.stdout:Summary : Support tools for GRUB. 2023-09-07T07:19:13.255 INFO:teuthology.orchestra.run.smithi032.stdout:Description : 2023-09-07T07:19:13.255 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:19:13.256 INFO:teuthology.orchestra.run.smithi032.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-07T07:19:13.256 INFO:teuthology.orchestra.run.smithi032.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-07T07:19:13.256 INFO:teuthology.orchestra.run.smithi032.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-07T07:19:13.257 INFO:teuthology.orchestra.run.smithi032.stdout:hardware devices. 2023-09-07T07:19:13.257 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:19:13.257 INFO:teuthology.orchestra.run.smithi032.stdout:This subpackage provides tools for support of all platforms. 2023-09-07T07:19:13.258 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-07T07:19:13.258 INFO:teuthology.task.kernel:Updating grub on smithi032 to boot 4.18.0-513.el8.x86_64 2023-09-07T07:19:13.259 DEBUG:teuthology.orchestra.run.smithi032:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-07T07:19:14.291 INFO:teuthology.orchestra.run.smithi003.stderr:Generating grub configuration file ... 2023-09-07T07:19:14.596 INFO:teuthology.orchestra.run.smithi032.stderr:Generating grub configuration file ... 2023-09-07T07:19:16.436 INFO:teuthology.orchestra.run.smithi003.stderr:done 2023-09-07T07:19:16.438 DEBUG:teuthology.orchestra.run.smithi003:> mktemp 2023-09-07T07:19:16.460 INFO:teuthology.orchestra.run.smithi003.stdout:/tmp/tmp.E0uedaWm12 2023-09-07T07:19:16.461 DEBUG:teuthology.orchestra.run.smithi003:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.E0uedaWm12 2023-09-07T07:19:16.535 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0666 /tmp/tmp.E0uedaWm12 2023-09-07T07:19:16.591 INFO:teuthology.orchestra.run.smithi032.stderr:done 2023-09-07T07:19:16.592 DEBUG:teuthology.orchestra.run.smithi032:> mktemp 2023-09-07T07:19:16.625 INFO:teuthology.orchestra.run.smithi032.stdout:/tmp/tmp.QVYvcFV6hF 2023-09-07T07:19:16.626 DEBUG:teuthology.orchestra.run.smithi032:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.QVYvcFV6hF 2023-09-07T07:19:16.678 DEBUG:teuthology.orchestra.remote:smithi003:/tmp/tmp.E0uedaWm12 is 6KB 2023-09-07T07:19:16.697 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 0666 /tmp/tmp.QVYvcFV6hF 2023-09-07T07:19:16.726 DEBUG:teuthology.orchestra.run.smithi003:> rm -fr /tmp/tmp.E0uedaWm12 2023-09-07T07:19:16.744 DEBUG:teuthology.orchestra.run.smithi003:> sudo /bin/ls /boot/loader/entries || true 2023-09-07T07:19:16.823 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-07T07:19:16.824 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-07T07:19:16.824 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-07T07:19:16.824 INFO:teuthology.orchestra.run.smithi003.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64.conf 2023-09-07T07:19:16.825 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64 2023-09-07T07:19:16.839 DEBUG:teuthology.orchestra.remote:smithi032:/tmp/tmp.QVYvcFV6hF is 6KB 2023-09-07T07:19:16.889 DEBUG:teuthology.orchestra.run.smithi032:> rm -fr /tmp/tmp.QVYvcFV6hF 2023-09-07T07:19:16.907 DEBUG:teuthology.orchestra.run.smithi032:> sudo /bin/ls /boot/loader/entries || true 2023-09-07T07:19:16.972 INFO:teuthology.orchestra.run.smithi032.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-07T07:19:16.973 INFO:teuthology.orchestra.run.smithi032.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-07T07:19:16.973 INFO:teuthology.orchestra.run.smithi032.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-07T07:19:16.973 INFO:teuthology.orchestra.run.smithi032.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64.conf 2023-09-07T07:19:16.974 DEBUG:teuthology.orchestra.run.smithi032:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64 2023-09-07T07:19:17.005 DEBUG:teuthology.orchestra.run.smithi003:> sudo shutdown -r now 2023-09-07T07:19:17.144 DEBUG:teuthology.orchestra.run.smithi032:> sudo shutdown -r now 2023-09-07T07:19:47.034 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-07T07:19:47.035 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-09-07T07:19:47.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:19:47.147 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-07T07:19:47.148 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-09-07T07:19:47.148 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:20:05.530 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2023-09-07T07:20:05.531 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-09-07T07:20:14.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-09-07T07:20:14.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:20:14.540 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-09-07T07:20:14.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:20:32.922 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.32 2023-09-07T07:20:44.934 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-09-07T07:20:44.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:20:45.203 DEBUG:teuthology.orchestra.run.smithi032:> true 2023-09-07T07:20:45.564 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-09-07T07:20:45.564 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-513.el8.x86_64"... 2023-09-07T07:20:45.565 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2023-09-07T07:20:45.626 INFO:teuthology.orchestra.run.smithi032.stdout:4.18.0-513.el8.x86_64 2023-09-07T07:20:45.626 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-513.el8.x86_64 vs 4.18.0-513.el8.x86_64 2023-09-07T07:20:45.626 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-07T07:20:45.627 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-07T07:20:46.628 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-07T07:20:46.628 DEBUG:teuthology.orchestra.run.smithi032:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-07T07:20:46.714 INFO:teuthology.orchestra.run.smithi032.stdout:ttyS1 2023-09-07T07:20:46.729 DEBUG:teuthology.parallel:result is None 2023-09-07T07:21:14.542 DEBUG:teuthology.orchestra.remote:timed out 2023-09-07T07:21:26.543 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-09-07T07:21:26.544 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:21:26.875 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-09-07T07:21:27.184 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-09-07T07:21:27.184 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-513.el8.x86_64"... 2023-09-07T07:21:27.184 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-09-07T07:21:27.207 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-513.el8.x86_64 2023-09-07T07:21:27.207 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-513.el8.x86_64 vs 4.18.0-513.el8.x86_64 2023-09-07T07:21:27.207 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-07T07:21:27.208 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-07T07:21:28.209 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-07T07:21:28.209 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-07T07:21:28.290 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2023-09-07T07:21:28.304 DEBUG:teuthology.parallel:result is None 2023-09-07T07:21:28.304 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-07T07:21:28.311 INFO:teuthology.task.internal:Creating test directory... 2023-09-07T07:21:28.312 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-07T07:21:28.314 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-07T07:21:28.341 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-07T07:21:28.348 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-07T07:21:28.358 INFO:teuthology.task.internal:Creating archive directory... 2023-09-07T07:21:28.359 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-07T07:21:28.377 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-07T07:21:28.435 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-07T07:21:28.442 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-07T07:21:28.443 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-07T07:21:28.445 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-07T07:21:28.485 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:21:28.490 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:21:28.497 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:21:28.503 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-07T07:21:28.504 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-07T07:21:28.536 INFO:teuthology.task.internal:Configuring sudo... 2023-09-07T07:21:28.536 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-07T07:21:28.542 DEBUG:teuthology.orchestra.run.smithi032:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-07T07:21:28.577 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-07T07:21:28.587 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-07T07:21:28.589 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-07T07:21:28.618 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-07T07:21:28.641 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:21:28.730 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:21:28.783 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:21:28.874 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:21:28.924 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:21:28.924 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-07T07:21:28.999 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:21:29.051 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-07T07:21:29.115 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:21:29.165 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-07T07:21:29.215 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-09-07T07:21:29.216 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-07T07:21:29.290 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2023-09-07T07:21:29.293 DEBUG:teuthology.orchestra.run.smithi032:> sudo service rsyslog restart 2023-09-07T07:21:29.360 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T07:21:29.411 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T07:21:29.697 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-07T07:21:29.705 INFO:teuthology.task.internal:Starting timer... 2023-09-07T07:21:29.705 INFO:teuthology.run_tasks:Running task pcp... 2023-09-07T07:21:29.717 INFO:teuthology.run_tasks:Running task selinux... 2023-09-07T07:21:29.726 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-07T07:21:29.726 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2023-09-07T07:21:29.845 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: 2023-09-07T07:21:29.847 DEBUG:teuthology.orchestra.run.smithi032:> sudo service auditd rotate 2023-09-07T07:21:29.929 INFO:teuthology.orchestra.run.smithi032.stdout:Rotating logs: 2023-09-07T07:21:29.931 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-07T07:21:29.931 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2023-09-07T07:21:29.984 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2023-09-07T07:21:29.985 DEBUG:teuthology.orchestra.run.smithi032:> /usr/sbin/getenforce 2023-09-07T07:21:30.169 INFO:teuthology.orchestra.run.smithi032.stdout:Permissive 2023-09-07T07:21:30.169 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi032.front.sepia.ceph.com': 'permissive'} 2023-09-07T07:21:30.170 DEBUG:teuthology.orchestra.run.smithi003:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T07:21:30.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:21:30.205 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T07:21:30.239 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T07:21:30.240 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-07T07:21:30.241 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2023-09-07T07:21:30.280 DEBUG:teuthology.orchestra.run.smithi032:> sudo /usr/sbin/setenforce permissive 2023-09-07T07:21:30.314 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-07T07:21:30.328 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-07T07:21:30.328 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-07T07:21:30.349 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-09-07T07:21:30.351 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi032.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-07T07:29:46.608 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi032.front.sepia.ceph.com')] 2023-09-07T07:29:46.609 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-09-07T07:29:46.610 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:29:46.681 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-09-07T07:29:46.757 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-09-07T07:29:46.758 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-09-07T07:29:46.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-07T07:29:46.831 DEBUG:teuthology.orchestra.run.smithi032:> true 2023-09-07T07:29:46.910 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi032.front.sepia.ceph.com' 2023-09-07T07:29:46.911 INFO:teuthology.run_tasks:Running task clock... 2023-09-07T07:29:46.930 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-07T07:29:46.931 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-07T07:29:46.931 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:29:46.939 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-07T07:29:46.940 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T07:29:46.978 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-07T07:29:46.994 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-07T07:29:46.996 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-07T07:29:47.011 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-07T07:29:47.075 INFO:teuthology.orchestra.run.smithi003.stderr:sudo: ntpd: command not found 2023-09-07T07:29:47.087 INFO:teuthology.orchestra.run.smithi032.stderr:sudo: ntpd: command not found 2023-09-07T07:29:47.089 INFO:teuthology.orchestra.run.smithi003.stdout:506 Cannot talk to daemon 2023-09-07T07:29:47.102 INFO:teuthology.orchestra.run.smithi032.stdout:506 Cannot talk to daemon 2023-09-07T07:29:47.106 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-07T07:29:47.118 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-07T07:29:47.121 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-07T07:29:47.134 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-07T07:29:47.198 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-09-07T07:29:47.200 INFO:teuthology.orchestra.run.smithi032.stderr:bash: ntpq: command not found 2023-09-07T07:29:47.202 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T07:29:47.203 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-09-07T07:29:47.203 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.203 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.203 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.203 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.206 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T07:29:47.206 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2023-09-07T07:29:47.206 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.206 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.207 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.207 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T07:29:47.207 INFO:teuthology.run_tasks:Running task pexec... 2023-09-07T07:29:47.226 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-07T07:29:47.227 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:29:47.227 DEBUG:teuthology.orchestra.run.smithi003:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-07T07:29:47.228 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi032.front.sepia.ceph.com 2023-09-07T07:29:47.228 DEBUG:teuthology.orchestra.run.smithi032:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-07T07:29:48.258 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:45 ago on Thu 07 Sep 2023 07:28:03 AM UTC. 2023-09-07T07:29:48.262 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:47 ago on Thu 07 Sep 2023 07:28:01 AM UTC. 2023-09-07T07:29:50.468 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-09-07T07:29:50.469 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:29:50.469 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-09-07T07:29:50.469 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:29:50.469 INFO:teuthology.orchestra.run.smithi003.stdout:Resetting modules: 2023-09-07T07:29:50.470 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools 2023-09-07T07:29:50.470 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:29:50.470 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-09-07T07:29:50.470 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:29:50.470 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:29:50.479 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-09-07T07:29:50.480 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:29:50.481 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2023-09-07T07:29:50.481 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:29:50.481 INFO:teuthology.orchestra.run.smithi032.stdout:Resetting modules: 2023-09-07T07:29:50.481 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools 2023-09-07T07:29:50.481 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:29:50.482 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2023-09-07T07:29:50.482 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:29:50.482 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:29:50.753 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-09-07T07:29:50.766 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-09-07T07:29:51.830 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:48 ago on Thu 07 Sep 2023 07:28:03 AM UTC. 2023-09-07T07:29:51.835 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:01:50 ago on Thu 07 Sep 2023 07:28:01 AM UTC. 2023-09-07T07:29:54.029 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-09-07T07:29:54.030 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2023-09-07T07:29:54.192 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:29:54.193 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-09-07T07:29:54.193 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:29:54.193 INFO:teuthology.orchestra.run.smithi003.stdout:Installing group/module packages: 2023-09-07T07:29:54.193 INFO:teuthology.orchestra.run.smithi003.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-07T07:29:54.194 INFO:teuthology.orchestra.run.smithi003.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-07T07:29:54.194 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-07T07:29:54.194 INFO:teuthology.orchestra.run.smithi003.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-07T07:29:54.194 INFO:teuthology.orchestra.run.smithi003.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-07T07:29:54.195 INFO:teuthology.orchestra.run.smithi003.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-07T07:29:54.195 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-07T07:29:54.195 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-07T07:29:54.195 INFO:teuthology.orchestra.run.smithi003.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-07T07:29:54.195 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-09-07T07:29:54.196 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-07T07:29:54.196 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-07T07:29:54.196 INFO:teuthology.orchestra.run.smithi003.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-07T07:29:54.196 INFO:teuthology.orchestra.run.smithi003.stdout:Installing weak dependencies: 2023-09-07T07:29:54.196 INFO:teuthology.orchestra.run.smithi003.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-07T07:29:54.197 INFO:teuthology.orchestra.run.smithi003.stdout:Installing module profiles: 2023-09-07T07:29:54.197 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools/common 2023-09-07T07:29:54.197 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:29:54.197 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling module streams: 2023-09-07T07:29:54.197 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools rhel8 2023-09-07T07:29:54.198 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:29:54.198 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-09-07T07:29:54.198 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-09-07T07:29:54.198 INFO:teuthology.orchestra.run.smithi003.stdout:Install 13 Packages 2023-09-07T07:29:54.198 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:29:54.200 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 26 M 2023-09-07T07:29:54.200 INFO:teuthology.orchestra.run.smithi003.stdout:Installed size: 87 M 2023-09-07T07:29:54.200 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-09-07T07:29:54.200 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:29:54.200 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2023-09-07T07:29:54.201 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:29:54.201 INFO:teuthology.orchestra.run.smithi032.stdout:Installing group/module packages: 2023-09-07T07:29:54.201 INFO:teuthology.orchestra.run.smithi032.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-07T07:29:54.201 INFO:teuthology.orchestra.run.smithi032.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-07T07:29:54.201 INFO:teuthology.orchestra.run.smithi032.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-07T07:29:54.202 INFO:teuthology.orchestra.run.smithi032.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-07T07:29:54.202 INFO:teuthology.orchestra.run.smithi032.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-07T07:29:54.202 INFO:teuthology.orchestra.run.smithi032.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-07T07:29:54.202 INFO:teuthology.orchestra.run.smithi032.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-07T07:29:54.202 INFO:teuthology.orchestra.run.smithi032.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-07T07:29:54.203 INFO:teuthology.orchestra.run.smithi032.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-07T07:29:54.203 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2023-09-07T07:29:54.203 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-07T07:29:54.203 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-07T07:29:54.203 INFO:teuthology.orchestra.run.smithi032.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-07T07:29:54.204 INFO:teuthology.orchestra.run.smithi032.stdout:Installing weak dependencies: 2023-09-07T07:29:54.204 INFO:teuthology.orchestra.run.smithi032.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-07T07:29:54.204 INFO:teuthology.orchestra.run.smithi032.stdout:Installing module profiles: 2023-09-07T07:29:54.204 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools/common 2023-09-07T07:29:54.204 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:29:54.205 INFO:teuthology.orchestra.run.smithi032.stdout:Enabling module streams: 2023-09-07T07:29:54.205 INFO:teuthology.orchestra.run.smithi032.stdout: container-tools rhel8 2023-09-07T07:29:54.205 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:29:54.205 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2023-09-07T07:29:54.205 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2023-09-07T07:29:54.206 INFO:teuthology.orchestra.run.smithi032.stdout:Install 13 Packages 2023-09-07T07:29:54.206 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:29:54.206 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 26 M 2023-09-07T07:29:54.206 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 87 M 2023-09-07T07:29:54.206 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2023-09-07T07:29:54.769 INFO:teuthology.orchestra.run.smithi032.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.4 MB/s | 739 kB 00:00 2023-09-07T07:29:54.784 INFO:teuthology.orchestra.run.smithi003.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 1.3 MB/s | 739 kB 00:00 2023-09-07T07:29:54.859 INFO:teuthology.orchestra.run.smithi003.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.6 MB/s | 1.0 MB 00:00 2023-09-07T07:29:54.877 INFO:teuthology.orchestra.run.smithi032.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 1.6 MB/s | 1.0 MB 00:00 2023-09-07T07:29:54.885 INFO:teuthology.orchestra.run.smithi003.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 377 kB/s | 38 kB 00:00 2023-09-07T07:29:54.902 INFO:teuthology.orchestra.run.smithi032.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 284 kB/s | 38 kB 00:00 2023-09-07T07:29:54.960 INFO:teuthology.orchestra.run.smithi003.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.3 MB/s | 239 kB 00:00 2023-09-07T07:29:54.978 INFO:teuthology.orchestra.run.smithi032.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 2.3 MB/s | 239 kB 00:00 2023-09-07T07:29:55.069 INFO:teuthology.orchestra.run.smithi003.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.6 MB/s | 177 kB 00:00 2023-09-07T07:29:55.086 INFO:teuthology.orchestra.run.smithi032.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 1.6 MB/s | 177 kB 00:00 2023-09-07T07:29:55.195 INFO:teuthology.orchestra.run.smithi032.stdout:(6/13): buildah-1.31.3-1.module_el8+664+4072b3a 9.2 MB/s | 8.8 MB 00:00 2023-09-07T07:29:55.211 INFO:teuthology.orchestra.run.smithi003.stdout:(6/13): buildah-1.31.3-1.module_el8+664+4072b3a 9.1 MB/s | 8.8 MB 00:00 2023-09-07T07:29:55.220 INFO:teuthology.orchestra.run.smithi032.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 185 kB/s | 25 kB 00:00 2023-09-07T07:29:55.227 INFO:teuthology.orchestra.run.smithi003.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 156 kB/s | 25 kB 00:00 2023-09-07T07:29:55.295 INFO:teuthology.orchestra.run.smithi003.stdout:(8/13): netavark-1.7.0-1.module_el8+487+8e42a27 9.2 MB/s | 3.7 MB 00:00 2023-09-07T07:29:55.295 INFO:teuthology.orchestra.run.smithi032.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 937 kB/s | 94 kB 00:00 2023-09-07T07:29:55.320 INFO:teuthology.orchestra.run.smithi003.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 865 kB/s | 94 kB 00:00 2023-09-07T07:29:55.363 INFO:teuthology.orchestra.run.smithi032.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 8.1 MB/s | 3.7 MB 00:00 2023-09-07T07:29:55.445 INFO:teuthology.orchestra.run.smithi003.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 421 kB/s | 53 kB 00:00 2023-09-07T07:29:55.463 INFO:teuthology.orchestra.run.smithi032.stdout:(10/13): udica-0.2.6-20.module_el8+487+8e42a277 527 kB/s | 53 kB 00:00 2023-09-07T07:29:55.545 INFO:teuthology.orchestra.run.smithi003.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-09-07T07:29:55.563 INFO:teuthology.orchestra.run.smithi032.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-09-07T07:29:55.746 INFO:teuthology.orchestra.run.smithi003.stdout:(12/13): skopeo-1.13.3-1.module_el8+664+4072b3a 16 MB/s | 8.1 MB 00:00 2023-09-07T07:29:55.914 INFO:teuthology.orchestra.run.smithi032.stdout:(12/13): skopeo-1.13.3-1.module_el8+664+4072b3a 12 MB/s | 8.1 MB 00:00 2023-09-07T07:29:56.288 INFO:teuthology.orchestra.run.smithi003.stdout:(13/13): toolbox-0.0.99.4-5.module_el8+649+e2de 2.6 MB/s | 2.5 MB 00:00 2023-09-07T07:29:56.288 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:29:56.288 INFO:teuthology.orchestra.run.smithi003.stdout:Total 12 MB/s | 26 MB 00:02 2023-09-07T07:29:56.414 INFO:teuthology.orchestra.run.smithi032.stdout:(13/13): toolbox-0.0.99.4-5.module_el8+649+e2de 2.3 MB/s | 2.5 MB 00:01 2023-09-07T07:29:56.414 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2023-09-07T07:29:56.415 INFO:teuthology.orchestra.run.smithi032.stdout:Total 12 MB/s | 26 MB 00:02 2023-09-07T07:29:56.574 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-09-07T07:29:56.598 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-09-07T07:29:56.598 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-09-07T07:29:56.704 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2023-09-07T07:29:56.729 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2023-09-07T07:29:56.730 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2023-09-07T07:29:56.867 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-09-07T07:29:56.871 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-09-07T07:29:56.999 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2023-09-07T07:29:57.003 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2023-09-07T07:29:57.553 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-09-07T07:29:57.708 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2023-09-07T07:29:57.785 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-07T07:29:57.913 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-07T07:29:57.944 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-07T07:29:58.072 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-07T07:29:58.116 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-07T07:29:58.296 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-07T07:29:58.372 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:29:58.540 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:29:58.957 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-07T07:29:59.134 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-07T07:29:59.952 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:30:00.114 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:30:00.189 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-07T07:30:00.322 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-07T07:30:00.394 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-07T07:30:00.553 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-07T07:30:00.666 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-07T07:30:00.802 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-07T07:30:01.077 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-07T07:30:01.241 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-07T07:30:02.015 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:30:02.239 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:30:02.246 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-07T07:30:02.434 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:30:02.471 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-07T07:30:02.665 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:30:02.921 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:30:02.921 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-07T07:30:02.921 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-07T07:30:02.922 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-07T07:30:02.922 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:30:02.922 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-07T07:30:02.922 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:30:02.922 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-07T07:30:02.923 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-07T07:30:02.923 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-07T07:30:02.923 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-07T07:30:02.923 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:30:02.923 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-07T07:30:03.161 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-07T07:30:03.162 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-07T07:30:03.162 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-07T07:30:03.162 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-07T07:30:03.162 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-07T07:30:03.163 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-07T07:30:03.163 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-07T07:30:03.163 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-07T07:30:03.163 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-07T07:30:03.163 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-07T07:30:03.163 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-07T07:30:03.164 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-07T07:30:03.164 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-07T07:30:03.718 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-07T07:30:03.718 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:30:03.719 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-09-07T07:30:03.719 INFO:teuthology.orchestra.run.smithi003.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:30:03.719 INFO:teuthology.orchestra.run.smithi003.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:30:03.719 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-07T07:30:03.719 INFO:teuthology.orchestra.run.smithi003.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-07T07:30:03.720 INFO:teuthology.orchestra.run.smithi003.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-07T07:30:03.720 INFO:teuthology.orchestra.run.smithi003.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:30:03.720 INFO:teuthology.orchestra.run.smithi003.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-07T07:30:03.720 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-07T07:30:03.720 INFO:teuthology.orchestra.run.smithi003.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-07T07:30:03.720 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:30:03.721 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-07T07:30:03.721 INFO:teuthology.orchestra.run.smithi003.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-07T07:30:03.721 INFO:teuthology.orchestra.run.smithi003.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-07T07:30:03.721 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:30:03.721 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-09-07T07:30:03.975 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:04.190 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-07T07:30:04.191 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:30:04.191 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2023-09-07T07:30:04.192 INFO:teuthology.orchestra.run.smithi032.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:30:04.192 INFO:teuthology.orchestra.run.smithi032.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:30:04.192 INFO:teuthology.orchestra.run.smithi032.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-07T07:30:04.192 INFO:teuthology.orchestra.run.smithi032.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-07T07:30:04.192 INFO:teuthology.orchestra.run.smithi032.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-07T07:30:04.193 INFO:teuthology.orchestra.run.smithi032.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-07T07:30:04.193 INFO:teuthology.orchestra.run.smithi032.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-07T07:30:04.193 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-07T07:30:04.193 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-07T07:30:04.193 INFO:teuthology.orchestra.run.smithi032.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-07T07:30:04.194 INFO:teuthology.orchestra.run.smithi032.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-07T07:30:04.194 INFO:teuthology.orchestra.run.smithi032.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-07T07:30:04.194 INFO:teuthology.orchestra.run.smithi032.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-07T07:30:04.194 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:30:04.194 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2023-09-07T07:30:04.463 DEBUG:teuthology.parallel:result is None 2023-09-07T07:30:04.464 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-07T07:30:04.563 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v16.2.5', 'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb'} 2023-09-07T07:30:04.564 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v16.2.5 2023-09-07T07:30:04.564 INFO:tasks.cephadm:Cluster fsid is 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:04.565 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-07T07:30:04.566 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-07T07:30:04.566 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi003': '172.21.15.3', 'mon.smithi032': '172.21.15.32'} 2023-09-07T07:30:04.566 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-07T07:30:04.567 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2023-09-07T07:30:04.604 DEBUG:teuthology.orchestra.run.smithi032:> sudo hostname $(hostname -s) 2023-09-07T07:30:04.641 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-09-07T07:30:04.642 DEBUG:teuthology.orchestra.run.smithi003:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-07T07:30:05.116 INFO:teuthology.orchestra.run.smithi003.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Sep 7 07:30 /home/ubuntu/cephtest/cephadm 2023-09-07T07:30:05.117 DEBUG:teuthology.orchestra.run.smithi032:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-07T07:30:05.458 INFO:teuthology.orchestra.run.smithi032.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Sep 7 07:30 /home/ubuntu/cephtest/cephadm 2023-09-07T07:30:05.459 DEBUG:teuthology.orchestra.run.smithi003:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-07T07:30:05.484 DEBUG:teuthology.orchestra.run.smithi032:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-07T07:30:05.519 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v16.2.5 on all hosts... 2023-09-07T07:30:05.519 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2023-09-07T07:30:05.526 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 pull 2023-09-07T07:30:07.247 INFO:teuthology.orchestra.run.smithi032.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2023-09-07T07:30:07.265 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2023-09-07T07:30:29.298 INFO:teuthology.orchestra.run.smithi032.stdout:{ 2023-09-07T07:30:29.298 INFO:teuthology.orchestra.run.smithi032.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-09-07T07:30:29.298 INFO:teuthology.orchestra.run.smithi032.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-09-07T07:30:29.299 INFO:teuthology.orchestra.run.smithi032.stdout: "repo_digests": [ 2023-09-07T07:30:29.299 INFO:teuthology.orchestra.run.smithi032.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-09-07T07:30:29.299 INFO:teuthology.orchestra.run.smithi032.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-09-07T07:30:29.299 INFO:teuthology.orchestra.run.smithi032.stdout: ] 2023-09-07T07:30:29.299 INFO:teuthology.orchestra.run.smithi032.stdout:} 2023-09-07T07:30:33.811 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:30:33.812 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph_version": "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)", 2023-09-07T07:30:33.812 INFO:teuthology.orchestra.run.smithi003.stdout: "image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", 2023-09-07T07:30:33.812 INFO:teuthology.orchestra.run.smithi003.stdout: "repo_digests": [ 2023-09-07T07:30:33.812 INFO:teuthology.orchestra.run.smithi003.stdout: "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", 2023-09-07T07:30:33.812 INFO:teuthology.orchestra.run.smithi003.stdout: "quay.io/ceph/ceph@sha256:eb5600add17bccbe73ff1ee92faae1fce95007dcc51123f8c8a6258a090d2b03" 2023-09-07T07:30:33.813 INFO:teuthology.orchestra.run.smithi003.stdout: ] 2023-09-07T07:30:33.813 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:30:33.838 DEBUG:teuthology.orchestra.run.smithi003:> sudo mkdir -p /etc/ceph 2023-09-07T07:30:33.876 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /etc/ceph 2023-09-07T07:30:33.917 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 777 /etc/ceph 2023-09-07T07:30:33.952 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 777 /etc/ceph 2023-09-07T07:30:33.992 INFO:tasks.cephadm:Writing seed config... 2023-09-07T07:30:33.993 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-07T07:30:33.994 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-07T07:30:33.994 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-07T07:30:33.994 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-07T07:30:33.994 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-07T07:30:33.995 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-07T07:30:33.995 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-07T07:30:33.995 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-07T07:30:33.996 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:30:33.996 DEBUG:teuthology.orchestra.run.smithi003:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-07T07:30:34.019 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-09-07T07:30:34.020 DEBUG:teuthology.orchestra.run.smithi003:mon.smithi003> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003.service 2023-09-07T07:30:34.062 INFO:tasks.cephadm:Bootstrapping... 2023-09-07T07:30:34.063 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.3 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:30:34.097 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:-- Logs begin at Thu 2023-09-07 07:20:39 UTC. -- 2023-09-07T07:30:34.289 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-07T07:30:34.313 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 4.6.1 2023-09-07T07:30:34.326 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying podman|docker is present... 2023-09-07T07:30:34.327 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-07T07:30:34.348 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 4.6.1 2023-09-07T07:30:34.371 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying lvm2 is present... 2023-09-07T07:30:34.371 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying time synchronization is in place... 2023-09-07T07:30:34.372 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled chrony.service 2023-09-07T07:30:34.378 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-07T07:30:34.379 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active chrony.service 2023-09-07T07:30:34.385 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-09-07T07:30:34.385 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled chronyd.service 2023-09-07T07:30:34.391 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: enabled 2023-09-07T07:30:34.392 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active chronyd.service 2023-09-07T07:30:34.398 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: active 2023-09-07T07:30:34.399 INFO:teuthology.orchestra.run.smithi003.stderr:Unit chronyd.service is enabled and running 2023-09-07T07:30:34.399 INFO:teuthology.orchestra.run.smithi003.stderr:Repeating the final host check... 2023-09-07T07:30:34.399 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-09-07T07:30:34.421 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 4.6.1 2023-09-07T07:30:34.433 INFO:teuthology.orchestra.run.smithi003.stderr:podman|docker (/bin/podman) is present 2023-09-07T07:30:34.433 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl is present 2023-09-07T07:30:34.434 INFO:teuthology.orchestra.run.smithi003.stderr:lvcreate is present 2023-09-07T07:30:34.434 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled chrony.service 2023-09-07T07:30:34.439 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-07T07:30:34.440 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active chrony.service 2023-09-07T07:30:34.445 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-09-07T07:30:34.446 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled chronyd.service 2023-09-07T07:30:34.452 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: enabled 2023-09-07T07:30:34.453 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active chronyd.service 2023-09-07T07:30:34.458 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: active 2023-09-07T07:30:34.459 INFO:teuthology.orchestra.run.smithi003.stderr:Unit chronyd.service is enabled and running 2023-09-07T07:30:34.459 INFO:teuthology.orchestra.run.smithi003.stderr:Host looks OK 2023-09-07T07:30:34.460 INFO:teuthology.orchestra.run.smithi003.stderr:Cluster fsid: 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:34.460 INFO:teuthology.orchestra.run.smithi003.stderr:Acquiring lock 139953188569216 on /run/cephadm/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:30:34.461 INFO:teuthology.orchestra.run.smithi003.stderr:Lock 139953188569216 acquired on /run/cephadm/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:30:34.461 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying IP 172.21.15.3 port 3300 ... 2023-09-07T07:30:34.461 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying IP 172.21.15.3 port 6789 ... 2023-09-07T07:30:34.462 INFO:teuthology.orchestra.run.smithi003.stderr:Base mon IP is 172.21.15.3, final addrv is [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2023-09-07T07:30:34.462 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /sbin/ip route ls 2023-09-07T07:30:34.463 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.3 metric 100 2023-09-07T07:30:34.464 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 metric 100 2023-09-07T07:30:34.464 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /sbin/ip -6 route ls 2023-09-07T07:30:34.467 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-09-07T07:30:34.467 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-09-07T07:30:34.467 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2023-09-07T07:30:34.468 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /sbin/ip -6 addr ls 2023-09-07T07:30:34.470 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-07T07:30:34.470 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-09-07T07:30:34.470 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-07T07:30:34.471 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-09-07T07:30:34.471 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15dc/64 scope link 2023-09-07T07:30:34.471 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-07T07:30:34.471 INFO:teuthology.orchestra.run.smithi003.stderr:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2023-09-07T07:30:34.472 INFO:teuthology.orchestra.run.smithi003.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-07T07:30:34.472 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay.io/ceph/ceph:v16.2.5... 2023-09-07T07:30:34.473 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman pull quay.io/ceph/ceph:v16.2.5 2023-09-07T07:30:34.556 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v16.2.5... 2023-09-07T07:30:34.873 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Getting image source signatures 2023-09-07T07:30:34.874 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-09-07T07:30:34.874 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-09-07T07:30:34.874 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-09-07T07:30:34.934 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Writing manifest to image destination 2023-09-07T07:30:35.087 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-09-07T07:30:35.098 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --version 2023-09-07T07:30:35.472 INFO:teuthology.orchestra.run.smithi003.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-09-07T07:30:35.820 INFO:teuthology.orchestra.run.smithi003.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-09-07T07:30:35.821 INFO:teuthology.orchestra.run.smithi003.stderr:Extracting ceph user uid/gid from container image... 2023-09-07T07:30:35.821 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-09-07T07:30:36.222 INFO:teuthology.orchestra.run.smithi003.stderr:stat: 167 167 2023-09-07T07:30:36.532 INFO:teuthology.orchestra.run.smithi003.stderr:Creating initial keys... 2023-09-07T07:30:36.533 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-07T07:30:36.816 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-authtool: AQAcfPlkrqjhLxAA0pFegsnWHiKKkrx0UWZt+w== 2023-09-07T07:30:37.141 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-07T07:30:37.416 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-authtool: AQAdfPlkYv8WGBAA7d/bYb9FjXzE5Sd4paKRng== 2023-09-07T07:30:37.767 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/ceph:v16.2.5 --gen-print-key 2023-09-07T07:30:38.050 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-authtool: AQAefPlk2O9bAhAA1x0bXaqCpdy4hresaWXEZw== 2023-09-07T07:30:38.464 INFO:teuthology.orchestra.run.smithi003.stderr:Creating initial monmap... 2023-09-07T07:30:38.464 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmp4q2tru38:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --create --clobber --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da --addv smithi003 [v2:172.21.15.3:3300,v1:172.21.15.3:6789] /tmp/monmap 2023-09-07T07:30:38.846 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-07T07:30:38.846 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:38.846 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-07T07:30:39.184 INFO:teuthology.orchestra.run.smithi003.stderr:monmaptool for smithi003 [v2:172.21.15.3:3300,v1:172.21.15.3:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-07T07:30:39.185 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: set fsid to 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:39.185 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-07T07:30:39.185 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:30:39.186 INFO:teuthology.orchestra.run.smithi003.stderr:Creating mon... 2023-09-07T07:30:39.187 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003:/var/lib/ceph/mon/ceph-smithi003:z -v /tmp/ceph-tmpvusmb9tb:/tmp/keyring:z -v /tmp/ceph-tmp4q2tru38:/tmp/monmap:z quay.io/ceph/ceph:v16.2.5 --mkfs -i smithi003 --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --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 2023-09-07T07:30:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.461+0000 7f18c4a16700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:30:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.462+0000 7f18c4a16700 1 imported monmap: 2023-09-07T07:30:39.492 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: epoch 0 2023-09-07T07:30:39.493 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:39.493 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: last_changed 2023-09-07T07:30:38.834031+0000 2023-09-07T07:30:39.493 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: created 2023-09-07T07:30:38.834031+0000 2023-09-07T07:30:39.493 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-09-07T07:30:39.493 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-09-07T07:30:39.494 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.smithi003 2023-09-07T07:30:39.494 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.494 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.462+0000 7f18c4a16700 0 /usr/bin/ceph-mon: set fsid to 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:39.494 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: RocksDB version: 6.8.1 2023-09-07T07:30:39.494 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.495 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-07T07:30:39.495 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Compile date Jul 8 2021 2023-09-07T07:30:39.495 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: DB SUMMARY 2023-09-07T07:30:39.495 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.495 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi003/store.db dir, Total Num: 0, files: 2023-09-07T07:30:39.495 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.496 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi003/store.db: 2023-09-07T07:30:39.496 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.496 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.error_if_exists: 0 2023-09-07T07:30:39.496 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.create_if_missing: 1 2023-09-07T07:30:39.496 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.paranoid_checks: 1 2023-09-07T07:30:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.env: 0x55b2f9caf1c0 2023-09-07T07:30:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.fs: Posix File System 2023-09-07T07:30:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.info_log: 0x55b2fba69000 2023-09-07T07:30:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:30:39.497 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.statistics: (nil) 2023-09-07T07:30:39.498 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.use_fsync: 0 2023-09-07T07:30:39.498 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_log_file_size: 0 2023-09-07T07:30:39.498 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:30:39.498 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:30:39.498 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:30:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:30:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.allow_fallocate: 1 2023-09-07T07:30:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:30:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:30:39.499 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.use_direct_reads: 0 2023-09-07T07:30:39.500 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:30:39.500 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:30:39.500 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.db_log_dir: 2023-09-07T07:30:39.500 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi003/store.db 2023-09-07T07:30:39.500 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:30:39.501 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_subcompactions: 1 2023-09-07T07:30:39.501 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_background_flushes: -1 2023-09-07T07:30:39.501 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:30:39.501 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:30:39.501 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:30:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:30:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:30:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:30:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:30:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.write_buffer_manager: 0x55b2fba71530 2023-09-07T07:30:39.502 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:30:39.503 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-07T07:30:39.503 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:30:39.503 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:30:39.503 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:30:39.503 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:30:39.504 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:30:39.504 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:30:39.504 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:30:39.504 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.unordered_write: 0 2023-09-07T07:30:39.504 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:30:39.505 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:30:39.505 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:30:39.505 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:30:39.505 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.row_cache: None 2023-09-07T07:30:39.505 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.wal_filter: None 2023-09-07T07:30:39.505 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:30:39.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:30:39.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.preserve_deletes: 0 2023-09-07T07:30:39.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.two_write_queues: 0 2023-09-07T07:30:39.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:30:39.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.atomic_flush: 0 2023-09-07T07:30:39.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:30:39.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:30:39.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:30:39.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.log_readahead_size: 0 2023-09-07T07:30:39.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-07T07:30:39.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_background_jobs: 2 2023-09-07T07:30:39.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_background_compactions: -1 2023-09-07T07:30:39.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:30:39.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:30:39.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:30:39.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:30:39.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:30:39.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:30:39.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:30:39.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:30:39.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.max_open_files: -1 2023-09-07T07:30:39.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:30:39.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:30:39.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:30:39.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:30:39.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Compression algorithms supported: 2023-09-07T07:30:39.511 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:30:39.511 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kZSTD supported: 0 2023-09-07T07:30:39.511 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kXpressCompression supported: 0 2023-09-07T07:30:39.511 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:30:39.511 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kLZ4Compression supported: 1 2023-09-07T07:30:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kBZip2Compression supported: 0 2023-09-07T07:30:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kZlibCompression supported: 1 2023-09-07T07:30:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: kSnappyCompression supported: 1 2023-09-07T07:30:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.463+0000 7f18c4a16700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:30:39.512 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.464+0000 7f18c4a16700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-09-07T07:30:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.464+0000 7f18c4a16700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000001 2023-09-07T07:30:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-07T07:30:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.513 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:30:39.514 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.merge_operator: 2023-09-07T07:30:39.514 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_filter: None 2023-09-07T07:30:39.514 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:30:39.514 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:30:39.514 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:30:39.515 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b2fb982160) 2023-09-07T07:30:39.515 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-09-07T07:30:39.515 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:30:39.515 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:30:39.515 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-09-07T07:30:39.516 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: index_type: 0 2023-09-07T07:30:39.516 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-09-07T07:30:39.516 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-09-07T07:30:39.516 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:30:39.516 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-09-07T07:30:39.516 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: checksum: 1 2023-09-07T07:30:39.517 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-09-07T07:30:39.517 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache: 0x55b2fb9b8d10 2023-09-07T07:30:39.517 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-09-07T07:30:39.517 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-09-07T07:30:39.517 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-09-07T07:30:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-09-07T07:30:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-09-07T07:30:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-09-07T07:30:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-09-07T07:30:39.518 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-09-07T07:30:39.519 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-09-07T07:30:39.519 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-09-07T07:30:39.519 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-09-07T07:30:39.519 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-09-07T07:30:39.519 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-09-07T07:30:39.519 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-09-07T07:30:39.520 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-09-07T07:30:39.520 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-07T07:30:39.520 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-09-07T07:30:39.520 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-09-07T07:30:39.520 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-09-07T07:30:39.521 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: format_version: 2 2023-09-07T07:30:39.521 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-09-07T07:30:39.521 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_align: 0 2023-09-07T07:30:39.521 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.521 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:30:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:30:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compression: NoCompression 2023-09-07T07:30:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:30:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:30:39.522 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:30:39.523 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.num_levels: 7 2023-09-07T07:30:39.523 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:30:39.523 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:30:39.523 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:30:39.523 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:30:39.523 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:30:39.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:30:39.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:30:39.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:30:39.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:30:39.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:30:39.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:30:39.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:30:39.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:30:39.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:30:39.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:30:39.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:30:39.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:30:39.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:30:39.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:30:39.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:30:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:30:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:30:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:30:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:30:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:30:39.527 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:30:39.528 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:30:39.528 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:30:39.528 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:30:39.528 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:30:39.528 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:30:39.529 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:30:39.529 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-07T07:30:39.529 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:30:39.529 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:30:39.529 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-07T07:30:39.529 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:30:39.530 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:30:39.530 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:30:39.530 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:30:39.530 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:30:39.530 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:30:39.531 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:30:39.531 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:30:39.531 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:30:39.531 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:30:39.531 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:30:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.table_properties_collectors: 2023-09-07T07:30:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.inplace_update_support: 0 2023-09-07T07:30:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:30:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:30:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:30:39.532 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:30:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.bloom_locality: 0 2023-09-07T07:30:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.max_successive_merges: 0 2023-09-07T07:30:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:30:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:30:39.533 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-07T07:30:39.534 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:30:39.534 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.ttl: 2592000 2023-09-07T07:30:39.534 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:30:39.534 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-07T07:30:39.534 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.535 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.465+0000 7f18c4a16700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-09-07T07:30:39.535 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.535 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.466+0000 7f18c4a16700 4 rocksdb: DB pointer 0x55b2fba7d800 2023-09-07T07:30:39.535 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.467+0000 7f18ad89f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-07T07:30:39.535 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.467+0000 7f18ad89f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-07T07:30:39.536 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-09-07T07:30:39.536 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:30:39.536 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:30:39.536 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:30:39.536 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:30:39.536 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:30:39.537 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-07T07:30:39.537 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:30:39.537 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.537 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-07T07:30:39.537 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:39.538 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:39.538 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-07T07:30:39.538 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-07T07:30:39.538 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.538 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-07T07:30:39.539 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:39.539 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:39.539 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:30:39.539 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:39.539 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:39.539 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:30:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:30:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:30:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:39.540 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:30:39.541 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.541 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:30:39.541 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.541 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-07T07:30:39.541 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:39.541 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:39.542 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-07T07:30:39.542 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-07T07:30:39.542 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.542 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-09-07T07:30:39.542 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:39.543 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:39.543 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:30:39.543 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:39.543 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:39.543 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:30:39.544 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:30:39.544 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:30:39.544 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:39.544 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:39.544 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:30:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:30:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-09-07T07:30:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.468+0000 7f18c4a16700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-09-07T07:30:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.468+0000 7f18c4a16700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-09-07T07:30:39.545 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-09-07T07:30:39.468+0000 7f18c4a16700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi003 for mon.smithi003 2023-09-07T07:30:39.808 INFO:teuthology.orchestra.run.smithi003.stderr:create mon.smithi003 on 2023-09-07T07:30:39.809 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:39.815 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl disable ceph.target 2023-09-07T07:30:39.924 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl enable ceph.target 2023-09-07T07:30:39.931 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-07T07:30:40.022 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl start ceph.target 2023-09-07T07:30:40.030 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl enable ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target 2023-09-07T07:30:40.037 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target → /etc/systemd/system/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target. 2023-09-07T07:30:40.038 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target → /etc/systemd/system/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target. 2023-09-07T07:30:40.125 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl start ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target 2023-09-07T07:30:40.133 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl daemon-reload 2023-09-07T07:30:40.232 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003 2023-09-07T07:30:40.262 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl reset-failed ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003 2023-09-07T07:30:40.268 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to reset failed state of unit ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003.service: Unit ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003.service not loaded. 2023-09-07T07:30:40.268 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl enable ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003 2023-09-07T07:30:40.275 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target.wants/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003.service → /etc/systemd/system/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@.service. 2023-09-07T07:30:40.372 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl start ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003 2023-09-07T07:30:40.381 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:40 smithi003 systemd[1]: Starting Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:30:40.688 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-07T07:30:40.699 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-09-07T07:30:40.700 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active firewalld.service 2023-09-07T07:30:40.709 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-09-07T07:30:40.709 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-09-07T07:30:40.710 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to enable service . firewalld.service is not available 2023-09-07T07:30:40.710 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mon to start... 2023-09-07T07:30:40.711 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mon... 2023-09-07T07:30:40.711 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003:/var/lib/ceph/mon/ceph-smithi003:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status 2023-09-07T07:30:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:40 smithi003 bash[106864]: c21867fe4abaddbcde2810d6475f08b2db3c26bb992dc3b17766c6c9aa911e8d 2023-09-07T07:30:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:40 smithi003 systemd[1]: Started Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:30:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: cluster 2023-09-07T07:30:40.731213+0000 mon.smithi003 (mon.0) 0 : [INF] mkfs 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:40.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: cluster 2023-09-07T07:30:40.713155+0000 mon.smithi003 (mon.0) 1 : cluster [INF] mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-09-07T07:30:41.217 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: cluster: 2023-09-07T07:30:41.218 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: id: 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:41.218 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-09-07T07:30:41.218 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:41.218 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: services: 2023-09-07T07:30:41.218 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi003 (age 0.485677s) 2023-09-07T07:30:41.219 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mgr: no daemons active 2023-09-07T07:30:41.219 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-09-07T07:30:41.219 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:41.219 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: data: 2023-09-07T07:30:41.219 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-09-07T07:30:41.220 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-09-07T07:30:41.220 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-09-07T07:30:41.220 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: pgs: 2023-09-07T07:30:41.220 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:41.603 INFO:teuthology.orchestra.run.smithi003.stderr:mon is available 2023-09-07T07:30:41.603 INFO:teuthology.orchestra.run.smithi003.stderr:Assimilating anything we can from ceph.conf... 2023-09-07T07:30:41.603 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003:/var/lib/ceph/mon/ceph-smithi003:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi003/config 2023-09-07T07:30:41.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: cluster 2023-09-07T07:30:40.729846+0000 mon.smithi003 (mon.0) 2 : cluster [INF] mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-09-07T07:30:41.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: cluster 2023-09-07T07:30:40.730115+0000 mon.smithi003 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0]} 2023-09-07T07:30:41.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: cluster 2023-09-07T07:30:40.733740+0000 mon.smithi003 (mon.0) 4 : cluster [DBG] fsmap 2023-09-07T07:30:41.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: cluster 2023-09-07T07:30:40.737700+0000 mon.smithi003 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-09-07T07:30:41.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: cluster 2023-09-07T07:30:40.738205+0000 mon.smithi003 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-09-07T07:30:41.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: audit 2023-09-07T07:30:41.215486+0000 mon.smithi003 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.3:0/2296261953' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-07T07:30:42.096 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:42.096 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [global] 2023-09-07T07:30:42.096 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: fsid = 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:42.097 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: log_to_journald = false 2023-09-07T07:30:42.097 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2023-09-07T07:30:42.097 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-07T07:30:42.097 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-07T07:30:42.097 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-07T07:30:42.098 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-07T07:30:42.098 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:42.098 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [mgr] 2023-09-07T07:30:42.098 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-07T07:30:42.098 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:42.099 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [osd] 2023-09-07T07:30:42.099 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-07T07:30:42.099 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-07T07:30:42.444 INFO:teuthology.orchestra.run.smithi003.stderr:Generating new minimal ceph.conf... 2023-09-07T07:30:42.444 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z -v /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003:/var/lib/ceph/mon/ceph-smithi003:z quay.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi003/config 2023-09-07T07:30:43.058 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: audit 2023-09-07T07:30:42.090565+0000 mon.smithi003 (mon.0) 8 : audit [INF] from='client.? 172.21.15.3:0/3325338798' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-07T07:30:43.058 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: audit 2023-09-07T07:30:42.094082+0000 mon.smithi003 (mon.0) 9 : audit [INF] from='client.? 172.21.15.3:0/3325338798' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-07T07:30:43.245 INFO:teuthology.orchestra.run.smithi003.stderr:Restarting the monitor... 2023-09-07T07:30:43.245 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl restart ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003 2023-09-07T07:30:43.322 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:43 smithi003 systemd[1]: Stopping Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:30:43.323 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: debug 2023-09-07T07:30:43.320+0000 7f97ce6a4700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi003 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-09-07T07:30:43.601 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[106879]: debug 2023-09-07T07:30:43.320+0000 7f97ce6a4700 -1 mon.smithi003@0(leader) e1 *** Got Signal Terminated *** 2023-09-07T07:30:43.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:43 smithi003 podman[107200]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003 2023-09-07T07:30:43.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:43 smithi003 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003.service: Succeeded. 2023-09-07T07:30:43.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:43 smithi003 systemd[1]: Stopped Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:30:43.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:43 smithi003 systemd[1]: Starting Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:30:44.069 INFO:teuthology.orchestra.run.smithi003.stderr:Setting mon public_network to 172.21.0.0/20 2023-09-07T07:30:44.069 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-09-07T07:30:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 bash[107270]: 89146cab85584bab80fccb04e87658e76cf1bd4158812e9f6d0efff3f355beb1 2023-09-07T07:30:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.065+0000 7f57af8c4700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:30:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.065+0000 7f57af8c4700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-09-07T07:30:44.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.065+0000 7f57af8c4700 0 pidfile_write: ignore empty --pid-file 2023-09-07T07:30:44.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 systemd[1]: Started Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:30:44.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.070+0000 7f57af8c4700 0 load: jerasure load: lrc load: isa 2023-09-07T07:30:44.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: RocksDB version: 6.8.1 2023-09-07T07:30:44.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-07T07:30:44.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Compile date Jul 8 2021 2023-09-07T07:30:44.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: DB SUMMARY 2023-09-07T07:30:44.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: CURRENT file: CURRENT 2023-09-07T07:30:44.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: IDENTITY file: IDENTITY 2023-09-07T07:30:44.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-09-07T07:30:44.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi003/store.db dir, Total Num: 1, files: 000004.sst 2023-09-07T07:30:44.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi003/store.db: 000006.log size: 80580 ; 2023-09-07T07:30:44.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.error_if_exists: 0 2023-09-07T07:30:44.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.create_if_missing: 0 2023-09-07T07:30:44.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.paranoid_checks: 1 2023-09-07T07:30:44.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.env: 0x5564147891c0 2023-09-07T07:30:44.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.fs: Posix File System 2023-09-07T07:30:44.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.info_log: 0x556415c1fa40 2023-09-07T07:30:44.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:30:44.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.statistics: (nil) 2023-09-07T07:30:44.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.use_fsync: 0 2023-09-07T07:30:44.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_log_file_size: 0 2023-09-07T07:30:44.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:30:44.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:30:44.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:30:44.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:30:44.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.allow_fallocate: 1 2023-09-07T07:30:44.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:30:44.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:30:44.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.use_direct_reads: 0 2023-09-07T07:30:44.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:30:44.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:30:44.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.db_log_dir: 2023-09-07T07:30:44.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi003/store.db 2023-09-07T07:30:44.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:30:44.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_subcompactions: 1 2023-09-07T07:30:44.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_background_flushes: -1 2023-09-07T07:30:44.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:30:44.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:30:44.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:30:44.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:30:44.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:30:44.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:30:44.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:30:44.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.write_buffer_manager: 0x556416896030 2023-09-07T07:30:44.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:30:44.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-07T07:30:44.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:30:44.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:30:44.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:30:44.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:30:44.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:30:44.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:30:44.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:30:44.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.unordered_write: 0 2023-09-07T07:30:44.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:30:44.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:30:44.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:30:44.451 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:30:44.451 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.row_cache: None 2023-09-07T07:30:44.451 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.wal_filter: None 2023-09-07T07:30:44.451 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:30:44.451 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:30:44.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.preserve_deletes: 0 2023-09-07T07:30:44.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.two_write_queues: 0 2023-09-07T07:30:44.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:30:44.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.atomic_flush: 0 2023-09-07T07:30:44.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:30:44.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:30:44.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:30:44.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.log_readahead_size: 0 2023-09-07T07:30:44.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-07T07:30:44.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_background_jobs: 2 2023-09-07T07:30:44.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_background_compactions: -1 2023-09-07T07:30:44.454 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:30:44.456 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:30:44.456 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:30:44.456 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:30:44.456 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:30:44.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:30:44.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:30:44.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:30:44.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_open_files: -1 2023-09-07T07:30:44.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:30:44.458 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:30:44.458 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:30:44.458 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:30:44.458 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Compression algorithms supported: 2023-09-07T07:30:44.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:30:44.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kZSTD supported: 0 2023-09-07T07:30:44.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kXpressCompression supported: 0 2023-09-07T07:30:44.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:30:44.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kLZ4Compression supported: 1 2023-09-07T07:30:44.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kBZip2Compression supported: 0 2023-09-07T07:30:44.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kZlibCompression supported: 1 2023-09-07T07:30:44.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: kSnappyCompression supported: 1 2023-09-07T07:30:44.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:30:44.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000005 2023-09-07T07:30:44.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-07T07:30:44.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:30:44.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.merge_operator: 2023-09-07T07:30:44.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_filter: None 2023-09-07T07:30:44.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:30:44.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:30:44.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:30:44.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556415b39cc0) 2023-09-07T07:30:44.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cache_index_and_filter_blocks: 1 2023-09-07T07:30:44.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:30:44.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:30:44.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: pin_top_level_index_and_filter: 1 2023-09-07T07:30:44.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: index_type: 0 2023-09-07T07:30:44.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: data_block_index_type: 0 2023-09-07T07:30:44.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: index_shortening: 1 2023-09-07T07:30:44.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:30:44.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: hash_index_allow_collision: 1 2023-09-07T07:30:44.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: checksum: 1 2023-09-07T07:30:44.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: no_block_cache: 0 2023-09-07T07:30:44.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_cache: 0x556415b6ef10 2023-09-07T07:30:44.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_cache_name: BinnedLRUCache 2023-09-07T07:30:44.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_cache_options: 2023-09-07T07:30:44.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: capacity : 536870912 2023-09-07T07:30:44.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: num_shard_bits : 4 2023-09-07T07:30:44.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: strict_capacity_limit : 0 2023-09-07T07:30:44.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: high_pri_pool_ratio: 0.000 2023-09-07T07:30:44.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_cache_compressed: (nil) 2023-09-07T07:30:44.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: persistent_cache: (nil) 2023-09-07T07:30:44.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_size: 4096 2023-09-07T07:30:44.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_size_deviation: 10 2023-09-07T07:30:44.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_restart_interval: 16 2023-09-07T07:30:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: index_block_restart_interval: 1 2023-09-07T07:30:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: metadata_block_size: 4096 2023-09-07T07:30:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: partition_filters: 0 2023-09-07T07:30:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: use_delta_encoding: 1 2023-09-07T07:30:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-07T07:30:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: whole_key_filtering: 1 2023-09-07T07:30:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: verify_compression: 0 2023-09-07T07:30:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: read_amp_bytes_per_bit: 0 2023-09-07T07:30:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: format_version: 2 2023-09-07T07:30:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: enable_index_compression: 1 2023-09-07T07:30:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: block_align: 0 2023-09-07T07:30:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:30:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:30:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compression: NoCompression 2023-09-07T07:30:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:30:44.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:30:44.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:30:44.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.num_levels: 7 2023-09-07T07:30:44.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:30:44.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:30:44.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:30:44.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:30:44.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:30:44.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:30:44.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:30:44.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:30:44.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:30:44.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:30:44.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:30:44.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:30:44.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:30:44.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:30:44.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:30:44.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:30:44.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:30:44.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:30:44.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:30:44.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:30:44.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:30:44.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:30:44.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:30:44.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:30:44.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:30:44.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:30:44.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:30:44.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:30:44.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:30:44.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:30:44.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:30:44.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:30:44.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-07T07:30:44.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:30:44.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:30:44.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-07T07:30:44.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:30:44.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:30:44.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:30:44.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:30:44.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:30:44.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:30:44.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:30:44.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:30:44.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:30:44.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:30:44.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:30:44.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.table_properties_collectors: 2023-09-07T07:30:44.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.inplace_update_support: 0 2023-09-07T07:30:44.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:30:44.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:30:44.482 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:30:44.482 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:30:44.482 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.bloom_locality: 0 2023-09-07T07:30:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.max_successive_merges: 0 2023-09-07T07:30:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:30:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:30:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-07T07:30:44.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:30:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.ttl: 2592000 2023-09-07T07:30:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.071+0000 7f57af8c4700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:30:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.072+0000 7f57af8c4700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-07T07:30:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.072+0000 7f57af8c4700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-09-07T07:30:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.072+0000 7f57af8c4700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071844074176, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-09-07T07:30:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.072+0000 7f57af8c4700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-09-07T07:30:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.073+0000 7f57af8c4700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-07T07:30:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.073+0000 7f57af8c4700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071844075239, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77468, "table_properties": {"data_size": 75765, "index_size": 308, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9398, "raw_average_key_size": 47, "raw_value_size": 70342, "raw_average_value_size": 357, "num_data_blocks": 10, "num_entries": 197, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1694071844, "oldest_key_time": 3, "file_creation_time": 0}} 2023-09-07T07:30:44.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.073+0000 7f57af8c4700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-09-07T07:30:44.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.074+0000 7f57af8c4700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071844075778, "job": 1, "event": "recovery_finished"} 2023-09-07T07:30:44.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.075+0000 7f57af8c4700 4 rocksdb: DB pointer 0x556415c33800 2023-09-07T07:30:44.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.075+0000 7f57966cc700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-07T07:30:44.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.075+0000 7f57966cc700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-07T07:30:44.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ** DB Stats ** 2023-09-07T07:30:44.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:30:44.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:30:44.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:30:44.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:30:44.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:30:44.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-07T07:30:44.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:30:44.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ** Compaction Stats [default] ** 2023-09-07T07:30:44.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:44.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:44.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: L0 2/0 77.34 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.9 0.00 0.00 1 0.001 0 0 2023-09-07T07:30:44.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Sum 2/0 77.34 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.9 0.00 0.00 1 0.001 0 0 2023-09-07T07:30:44.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.9 0.00 0.00 1 0.001 0 0 2023-09-07T07:30:44.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ** Compaction Stats [default] ** 2023-09-07T07:30:44.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:44.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:44.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 106.9 0.00 0.00 1 0.001 0 0 2023-09-07T07:30:44.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:30:44.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:44.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:44.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:30:44.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:30:44.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:30:44.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Cumulative compaction: 0.00 GB write, 20.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:44.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Interval compaction: 0.00 GB write, 20.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:44.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:30:44.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:30:44.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ** Compaction Stats [default] ** 2023-09-07T07:30:44.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:44.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:44.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: L0 2/0 77.34 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.9 0.00 0.00 1 0.001 0 0 2023-09-07T07:30:44.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Sum 2/0 77.34 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.9 0.00 0.00 1 0.001 0 0 2023-09-07T07:30:44.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-07T07:30:44.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ** Compaction Stats [default] ** 2023-09-07T07:30:44.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:30:44.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:30:44.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 106.9 0.00 0.00 1 0.001 0 0 2023-09-07T07:30:44.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:30:44.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:44.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:30:44.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:30:44.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:30:44.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:30:44.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Cumulative compaction: 0.00 GB write, 19.91 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:44.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:30:44.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:30:44.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:30:44.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.076+0000 7f57af8c4700 0 starting mon.smithi003 rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi003 fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:44.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.077+0000 7f57af8c4700 1 mon.smithi003@-1(???) e1 preinit fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:44.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.078+0000 7f57af8c4700 0 mon.smithi003@-1(???).mds e1 new map 2023-09-07T07:30:44.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.078+0000 7f57af8c4700 0 mon.smithi003@-1(???).mds e1 print_map 2023-09-07T07:30:44.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: e1 2023-09-07T07:30:44.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: enable_multiple, ever_enabled_multiple: 1,1 2023-09-07T07:30:44.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:30:44.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: legacy client fscid: -1 2023-09-07T07:30:44.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: No filesystems configured 2023-09-07T07:30:44.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: 2023-09-07T07:30:44.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.078+0000 7f57af8c4700 0 mon.smithi003@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-07T07:30:44.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.078+0000 7f57af8c4700 0 mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:30:44.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.078+0000 7f57af8c4700 0 mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:30:44.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.078+0000 7f57af8c4700 0 mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:30:44.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:42.090565+0000 mon.smithi003 (mon.0) 8 : audit [INF] from='client.? 172.21.15.3:0/3325338798' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-07T07:30:44.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:42.094082+0000 mon.smithi003 (mon.0) 9 : audit [INF] from='client.? 172.21.15.3:0/3325338798' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-07T07:30:44.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.078+0000 7f57af8c4700 1 mon.smithi003@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-07T07:30:44.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expand map: {default=false} 2023-09-07T07:30:44.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta from 'false' to 'false' 2023-09-07T07:30:44.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expanded map: {default=false} 2023-09-07T07:30:44.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expand map: {default=info} 2023-09-07T07:30:44.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta from 'info' to 'info' 2023-09-07T07:30:44.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expanded map: {default=info} 2023-09-07T07:30:44.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expand map: {default=daemon} 2023-09-07T07:30:44.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-09-07T07:30:44.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expanded map: {default=daemon} 2023-09-07T07:30:44.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expand map: {default=debug} 2023-09-07T07:30:44.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta from 'debug' to 'debug' 2023-09-07T07:30:44.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:30:44.079+0000 7f57af8c4700 20 expand_channel_meta expanded map: {default=debug} 2023-09-07T07:30:44.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:44.096312+0000 mon.smithi003 (mon.0) 1 : cluster [INF] mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-09-07T07:30:44.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:44.096424+0000 mon.smithi003 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0]} 2023-09-07T07:30:44.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:44.096492+0000 mon.smithi003 (mon.0) 3 : cluster [DBG] fsmap 2023-09-07T07:30:44.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:44.096529+0000 mon.smithi003 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-09-07T07:30:44.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:44.097021+0000 mon.smithi003 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-09-07T07:30:44.869 INFO:teuthology.orchestra.run.smithi003.stderr:Wrote config to /etc/ceph/ceph.conf 2023-09-07T07:30:44.869 INFO:teuthology.orchestra.run.smithi003.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:30:44.869 INFO:teuthology.orchestra.run.smithi003.stderr:Creating mgr... 2023-09-07T07:30:44.870 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying port 9283 ... 2023-09-07T07:30:44.872 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl daemon-reload 2023-09-07T07:30:44.991 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mgr.smithi003.oqouau 2023-09-07T07:30:45.019 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl reset-failed ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mgr.smithi003.oqouau 2023-09-07T07:30:45.025 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to reset failed state of unit ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mgr.smithi003.oqouau.service: Unit ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mgr.smithi003.oqouau.service not loaded. 2023-09-07T07:30:45.025 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl enable ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mgr.smithi003.oqouau 2023-09-07T07:30:45.032 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.target.wants/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mgr.smithi003.oqouau.service → /etc/systemd/system/ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@.service. 2023-09-07T07:30:45.124 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl start ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mgr.smithi003.oqouau 2023-09-07T07:30:45.462 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-07T07:30:45.473 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-09-07T07:30:45.474 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active firewalld.service 2023-09-07T07:30:45.483 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-09-07T07:30:45.483 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-09-07T07:30:45.484 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to enable service . firewalld.service is not available 2023-09-07T07:30:45.484 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-07T07:30:45.492 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-09-07T07:30:45.493 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active firewalld.service 2023-09-07T07:30:45.501 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-09-07T07:30:45.502 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-09-07T07:30:45.503 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-07T07:30:45.503 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr to start... 2023-09-07T07:30:45.503 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr... 2023-09-07T07:30:45.503 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-07T07:30:45.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:44.521321+0000 mon.smithi003 (mon.0) 6 : audit [INF] from='client.? 172.21.15.3:0/1947481119' entity='client.admin' 2023-09-07T07:30:46.020 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:46.025 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:30:46.026 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsid": "5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:30:46.026 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "health": { 2023-09-07T07:30:46.026 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-07T07:30:46.026 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "checks": {}, 2023-09-07T07:30:46.027 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mutes": [] 2023-09-07T07:30:46.027 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:46.027 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-07T07:30:46.027 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum": [ 2023-09-07T07:30:46.027 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 0 2023-09-07T07:30:46.028 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:46.028 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-07T07:30:46.028 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "smithi003" 2023-09-07T07:30:46.028 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:46.028 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-09-07T07:30:46.029 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "monmap": { 2023-09-07T07:30:46.029 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:46.029 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-07T07:30:46.029 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-07T07:30:46.029 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:46.030 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osdmap": { 2023-09-07T07:30:46.030 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:46.030 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-07T07:30:46.030 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-07T07:30:46.030 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-07T07:30:46.031 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-07T07:30:46.031 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-07T07:30:46.031 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-07T07:30:46.031 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:46.031 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgmap": { 2023-09-07T07:30:46.032 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-07T07:30:46.032 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-07T07:30:46.032 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-07T07:30:46.032 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-07T07:30:46.032 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-07T07:30:46.033 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-07T07:30:46.033 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-07T07:30:46.033 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-07T07:30:46.033 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:46.033 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsmap": { 2023-09-07T07:30:46.033 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:46.034 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-07T07:30:46.034 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-07T07:30:46.034 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:46.034 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-07T07:30:46.034 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": false, 2023-09-07T07:30:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-07T07:30:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modules": [ 2023-09-07T07:30:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "iostat", 2023-09-07T07:30:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "nfs", 2023-09-07T07:30:46.035 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "restful" 2023-09-07T07:30:46.036 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:46.036 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:46.037 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:46.037 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "servicemap": { 2023-09-07T07:30:46.037 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:46.037 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modified": "2023-09-07T07:30:40.731692+0000", 2023-09-07T07:30:46.038 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:46.038 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:46.038 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-07T07:30:46.038 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:30:46.368 INFO:teuthology.orchestra.run.smithi003.stderr:mgr not available, waiting (1/15)... 2023-09-07T07:30:46.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:46.020040+0000 mon.smithi003 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.3:0/1695137706' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:30:48.370 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-07T07:30:48.892 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:48.892 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:30:48.892 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsid": "5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:30:48.893 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "health": { 2023-09-07T07:30:48.893 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-07T07:30:48.893 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "checks": {}, 2023-09-07T07:30:48.893 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mutes": [] 2023-09-07T07:30:48.893 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:48.894 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-07T07:30:48.894 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum": [ 2023-09-07T07:30:48.894 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 0 2023-09-07T07:30:48.894 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:48.894 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-07T07:30:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "smithi003" 2023-09-07T07:30:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-09-07T07:30:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "monmap": { 2023-09-07T07:30:48.895 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-07T07:30:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-07T07:30:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osdmap": { 2023-09-07T07:30:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:48.896 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-07T07:30:48.897 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-07T07:30:48.897 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-07T07:30:48.897 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-07T07:30:48.897 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-07T07:30:48.897 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-07T07:30:48.898 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:48.898 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgmap": { 2023-09-07T07:30:48.898 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-07T07:30:48.898 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-07T07:30:48.898 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-07T07:30:48.899 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-07T07:30:48.899 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-07T07:30:48.899 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-07T07:30:48.899 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-07T07:30:48.899 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-07T07:30:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsmap": { 2023-09-07T07:30:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-07T07:30:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-07T07:30:48.900 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-07T07:30:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": false, 2023-09-07T07:30:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-07T07:30:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modules": [ 2023-09-07T07:30:48.901 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "iostat", 2023-09-07T07:30:48.902 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "nfs", 2023-09-07T07:30:48.902 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "restful" 2023-09-07T07:30:48.902 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:48.902 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:48.902 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:48.903 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "servicemap": { 2023-09-07T07:30:48.903 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:48.903 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modified": "2023-09-07T07:30:40.731692+0000", 2023-09-07T07:30:48.903 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:48.904 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:48.904 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-07T07:30:48.904 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:30:49.177 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:48.883543+0000 mon.smithi003 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.3:0/1614620413' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:30:49.233 INFO:teuthology.orchestra.run.smithi003.stderr:mgr not available, waiting (2/15)... 2023-09-07T07:30:51.236 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-07T07:30:51.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:51.349439+0000 mon.smithi003 (mon.0) 9 : cluster [INF] Activating manager daemon smithi003.oqouau 2023-09-07T07:30:51.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:51.352730+0000 mon.smithi003 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi003.oqouau(active, starting, since 0.00339636s) 2023-09-07T07:30:51.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.353753+0000 mon.smithi003 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:30:51.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.353957+0000 mon.smithi003 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:30:51.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.354151+0000 mon.smithi003 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:30:51.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.354607+0000 mon.smithi003 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:30:51.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.355569+0000 mon.smithi003 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:30:51.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:51.370097+0000 mon.smithi003 (mon.0) 16 : cluster [INF] Manager daemon smithi003.oqouau is now available 2023-09-07T07:30:51.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.381578+0000 mon.smithi003 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' 2023-09-07T07:30:51.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.386506+0000 mon.smithi003 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:30:51.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.388056+0000 mon.smithi003 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:30:51.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.397035+0000 mon.smithi003 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' 2023-09-07T07:30:51.691 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:51.691 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:30:51.691 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsid": "5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:30:51.691 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "health": { 2023-09-07T07:30:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-07T07:30:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "checks": {}, 2023-09-07T07:30:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mutes": [] 2023-09-07T07:30:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:51.692 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-07T07:30:51.693 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum": [ 2023-09-07T07:30:51.693 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 0 2023-09-07T07:30:51.693 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:51.693 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-07T07:30:51.693 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "smithi003" 2023-09-07T07:30:51.694 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:51.694 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-09-07T07:30:51.694 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "monmap": { 2023-09-07T07:30:51.695 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:51.695 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-07T07:30:51.695 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-07T07:30:51.695 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:51.695 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osdmap": { 2023-09-07T07:30:51.696 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:51.696 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-07T07:30:51.696 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-07T07:30:51.696 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-07T07:30:51.699 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-07T07:30:51.700 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-07T07:30:51.700 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-07T07:30:51.700 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:51.700 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgmap": { 2023-09-07T07:30:51.701 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-07T07:30:51.701 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-07T07:30:51.701 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-07T07:30:51.701 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-07T07:30:51.701 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-07T07:30:51.702 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-07T07:30:51.702 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-07T07:30:51.702 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-07T07:30:51.702 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:51.702 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsmap": { 2023-09-07T07:30:51.703 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:51.703 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-07T07:30:51.703 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-07T07:30:51.703 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:51.703 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-07T07:30:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": false, 2023-09-07T07:30:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-07T07:30:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modules": [ 2023-09-07T07:30:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "iostat", 2023-09-07T07:30:51.704 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "nfs", 2023-09-07T07:30:51.705 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "restful" 2023-09-07T07:30:51.705 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:51.705 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:51.706 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:51.706 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "servicemap": { 2023-09-07T07:30:51.706 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:51.706 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modified": "2023-09-07T07:30:40.731692+0000", 2023-09-07T07:30:51.706 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:51.707 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:51.707 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-07T07:30:51.707 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:30:52.033 INFO:teuthology.orchestra.run.smithi003.stderr:mgr not available, waiting (3/15)... 2023-09-07T07:30:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.401872+0000 mon.smithi003 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.3:0/278449362' entity='mgr.smithi003.oqouau' 2023-09-07T07:30:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:51.684683+0000 mon.smithi003 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.3:0/1179156573' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:30:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:52.355916+0000 mon.smithi003 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi003.oqouau(active, since 1.00659s) 2023-09-07T07:30:54.036 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-09-07T07:30:54.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:53.412787+0000 mon.smithi003 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi003.oqouau(active, since 2s) 2023-09-07T07:30:55.625 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:55.626 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:30:55.626 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsid": "5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da", 2023-09-07T07:30:55.626 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "health": { 2023-09-07T07:30:55.626 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-07T07:30:55.627 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "checks": {}, 2023-09-07T07:30:55.627 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mutes": [] 2023-09-07T07:30:55.627 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:55.627 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-07T07:30:55.627 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum": [ 2023-09-07T07:30:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 0 2023-09-07T07:30:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-07T07:30:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "smithi003" 2023-09-07T07:30:55.628 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:55.629 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-09-07T07:30:55.629 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "monmap": { 2023-09-07T07:30:55.629 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:55.629 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-09-07T07:30:55.629 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-07T07:30:55.630 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:55.630 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osdmap": { 2023-09-07T07:30:55.630 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:55.630 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-07T07:30:55.630 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-07T07:30:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-07T07:30:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-07T07:30:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-07T07:30:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-07T07:30:55.631 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:55.632 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgmap": { 2023-09-07T07:30:55.632 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-07T07:30:55.632 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-07T07:30:55.632 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-07T07:30:55.632 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-07T07:30:55.633 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-07T07:30:55.633 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-07T07:30:55.633 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-07T07:30:55.633 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-07T07:30:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsmap": { 2023-09-07T07:30:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-07T07:30:55.634 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-07T07:30:55.635 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:55.635 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-07T07:30:55.635 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": true, 2023-09-07T07:30:55.635 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-07T07:30:55.636 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modules": [ 2023-09-07T07:30:55.636 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "iostat", 2023-09-07T07:30:55.636 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "nfs", 2023-09-07T07:30:55.636 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "restful" 2023-09-07T07:30:55.636 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-09-07T07:30:55.636 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "servicemap": { 2023-09-07T07:30:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-07T07:30:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modified": "2023-09-07T07:30:40.731692+0000", 2023-09-07T07:30:55.637 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-09-07T07:30:55.638 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-09-07T07:30:55.638 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-07T07:30:55.638 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:30:55.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:55.619235+0000 mon.smithi003 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.3:0/2209468431' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-07T07:30:55.975 INFO:teuthology.orchestra.run.smithi003.stderr:mgr is available 2023-09-07T07:30:55.975 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z -v /tmp/tmpzz7pt4j3:/var/lib/ceph/user.conf:z quay.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-09-07T07:30:56.522 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:56.522 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [global] 2023-09-07T07:30:56.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: fsid = 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:30:56.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: log_to_journald = false 2023-09-07T07:30:56.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-07T07:30:56.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-07T07:30:56.524 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-07T07:30:56.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-07T07:30:56.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:56.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [mgr] 2023-09-07T07:30:56.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-07T07:30:56.525 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-09-07T07:30:56.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [osd] 2023-09-07T07:30:56.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-07T07:30:56.526 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-07T07:30:56.803 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:56.521042+0000 mon.smithi003 (mon.0) 26 : audit [INF] from='client.? 172.21.15.3:0/3606648451' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-07T07:30:56.875 INFO:teuthology.orchestra.run.smithi003.stderr:Enabling cephadm module... 2023-09-07T07:30:56.875 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-09-07T07:30:57.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:57.491630+0000 mon.smithi003 (mon.0) 27 : audit [INF] from='client.? 172.21.15.3:0/454715031' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-07T07:30:58.037 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2023-09-07T07:30:58.646 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:30:58.646 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 5, 2023-09-07T07:30:58.646 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": true, 2023-09-07T07:30:58.646 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "active_name": "smithi003.oqouau", 2023-09-07T07:30:58.647 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-07T07:30:58.647 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:30:58.926 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:57.675601+0000 mon.smithi003 (mon.0) 28 : audit [INF] from='client.? 172.21.15.3:0/454715031' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-07T07:30:58.926 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:30:57.675703+0000 mon.smithi003 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi003.oqouau(active, since 6s) 2023-09-07T07:30:58.927 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:30:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:30:58.644387+0000 mon.smithi003 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.3:0/927659389' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-07T07:30:58.990 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for the mgr to restart... 2023-09-07T07:30:58.990 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr epoch 5... 2023-09-07T07:30:58.990 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-09-07T07:31:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:03.518388+0000 mon.smithi003 (mon.0) 31 : cluster [INF] Active manager daemon smithi003.oqouau restarted 2023-09-07T07:31:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:03.518803+0000 mon.smithi003 (mon.0) 32 : cluster [INF] Activating manager daemon smithi003.oqouau 2023-09-07T07:31:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:03.521032+0000 mon.smithi003 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-09-07T07:31:04.585 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:31:04.586 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-09-07T07:31:04.586 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "initialized": true 2023-09-07T07:31:04.586 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:31:04.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:03.572364+0000 mon.smithi003 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi003.oqouau(active, starting, since 0.0536426s) 2023-09-07T07:31:04.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.575344+0000 mon.smithi003 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:31:04.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.576359+0000 mon.smithi003 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:31:04.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.577255+0000 mon.smithi003 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:31:04.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.577448+0000 mon.smithi003 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:31:04.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.577597+0000 mon.smithi003 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:31:04.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:03.591185+0000 mon.smithi003 (mon.0) 40 : cluster [INF] Manager daemon smithi003.oqouau is now available 2023-09-07T07:31:04.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.607375+0000 mon.smithi003 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:04.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.610568+0000 mon.smithi003 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:04.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.613539+0000 mon.smithi003 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:04.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.718094+0000 mon.smithi003 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:04.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.718900+0000 mon.smithi003 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:04.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.720092+0000 mon.smithi003 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:04.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.721694+0000 mon.smithi003 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:04.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.735060+0000 mon.smithi003 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:31:04.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:03.736423+0000 mon.smithi003 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:31:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:04.576984+0000 mgr.smithi003.oqouau (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-07T07:31:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:04.577511+0000 mon.smithi003 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi003.oqouau(active, since 1.05878s) 2023-09-07T07:31:05.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:04.584770+0000 mgr.smithi003.oqouau (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-07T07:31:06.383 INFO:teuthology.orchestra.run.smithi003.stderr:mgr epoch 5 is available 2023-09-07T07:31:06.383 INFO:teuthology.orchestra.run.smithi003.stderr:Setting orchestrator backend to cephadm... 2023-09-07T07:31:06.383 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-09-07T07:31:06.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:05.583242+0000 mon.smithi003 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi003.oqouau(active, since 2s) 2023-09-07T07:31:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:07.941132+0000 mgr.smithi003.oqouau (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:07.945211+0000 mon.smithi003 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:09.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:07.949203+0000 mon.smithi003 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:09.256 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-09-07T07:31:09.813 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: value unchanged 2023-09-07T07:31:10.156 INFO:teuthology.orchestra.run.smithi003.stderr:Generating ssh key... 2023-09-07T07:31:10.156 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-09-07T07:31:11.062 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:09.812450+0000 mgr.smithi003.oqouau (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:11.231 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-09-07T07:31:11.791 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4HpY/MaxsmGYfnoHimbw6muqkiDeyQYB7SIu+v148gvCfaladzza+tdJvf4ag70zXK2d10OupI8AcFoY+CFWYVwASf4Aj7RO7gOfBuiVB5G0RgGZ2xzWDvdAheZnG4qbeDYQv0mHOe+4O9QT9dWdtDqaInSbB2GxNH8so9RXkKvzLQPHQ0dXkkoZpreex02r+/7aEPXVpaXj1+hQ+T6NRbKw9PMoK9+0JxU+2VqorvH6HGNFWQm5f0s9wIWMgJWkx+KGP844ctKnMbCC1nDieVvOg5u7kHHmYOyRq6ItXYHoiC5w+iFBOBmybFkryq1VtKGrpgmVdDr6eBySH0BcD8a47B0NTXAeOKcdQjvU2hpVMd6qNRjJL3+Go14IsM6/IN7gTI1q/CUWX3pYz43UFoHBHuR2iJc/uybKERr3+ULsYyKw2k8OgiJq96XuBj1RTrTvqo7g4IMPDtQ/Pf1wi9YtjAo/zLSmqAx6QsmgS5PVo0e7BrSwGaZrPMzZdsas= ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:31:12.079 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:10.718141+0000 mgr.smithi003.oqouau (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-09-07T07:31:12.079 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:10.889508+0000 mon.smithi003 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:12.079 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:10.892056+0000 mon.smithi003 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:12.180 INFO:teuthology.orchestra.run.smithi003.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-07T07:31:12.181 INFO:teuthology.orchestra.run.smithi003.stderr:Adding key to root@localhost authorized_keys... 2023-09-07T07:31:12.181 INFO:teuthology.orchestra.run.smithi003.stderr:Adding host smithi003... 2023-09-07T07:31:12.182 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch host add smithi003 172.21.15.3 2023-09-07T07:31:13.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:11.790171+0000 mgr.smithi003.oqouau (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:13.417 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Added host 'smithi003' with addr '172.21.15.3' 2023-09-07T07:31:13.721 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying mon service with default placement... 2023-09-07T07:31:13.722 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mon 2023-09-07T07:31:14.296 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled mon update... 2023-09-07T07:31:14.588 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:12.760115+0000 mgr.smithi003.oqouau (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:14.588 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:13.414596+0000 mon.smithi003 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:14.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:13.414912+0000 mgr.smithi003.oqouau (mgr.14118) 9 : cephadm [INF] Added host smithi003 2023-09-07T07:31:14.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:13.415173+0000 mon.smithi003 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:14.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:14.295390+0000 mon.smithi003 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:14.758 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying mgr service with default placement... 2023-09-07T07:31:14.758 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply mgr 2023-09-07T07:31:15.671 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-09-07T07:31:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:14.291403+0000 mgr.smithi003.oqouau (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:14.292210+0000 mgr.smithi003.oqouau (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-09-07T07:31:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:15.315836+0000 mon.smithi003 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:16.015 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying crash service with default placement... 2023-09-07T07:31:16.016 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply crash 2023-09-07T07:31:16.656 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled crash update... 2023-09-07T07:31:16.829 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:15.566980+0000 mon.smithi003 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:16.829 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:15.667173+0000 mgr.smithi003.oqouau (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:16.830 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:15.667764+0000 mgr.smithi003.oqouau (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-09-07T07:31:16.830 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:15.670200+0000 mon.smithi003 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:17.004 INFO:teuthology.orchestra.run.smithi003.stderr:Enabling mgr prometheus module... 2023-09-07T07:31:17.005 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-09-07T07:31:17.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:16.641796+0000 mon.smithi003 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:17.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:16.651273+0000 mgr.smithi003.oqouau (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:17.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:16.651952+0000 mgr.smithi003.oqouau (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-09-07T07:31:17.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:16.655289+0000 mon.smithi003 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.3:0/3315883718' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:18.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:17.848187+0000 mon.smithi003 (mon.0) 64 : audit [INF] from='client.? 172.21.15.3:0/2501776693' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-07T07:31:18.980 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying prometheus service with default placement... 2023-09-07T07:31:18.980 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-09-07T07:31:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:18.646652+0000 mon.smithi003 (mon.0) 65 : audit [INF] from='client.? 172.21.15.3:0/2501776693' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-07T07:31:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:18.646743+0000 mon.smithi003 (mon.0) 66 : cluster [DBG] mgrmap e9: smithi003.oqouau(active, since 15s) 2023-09-07T07:31:25.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:24.456311+0000 mon.smithi003 (mon.0) 67 : cluster [INF] Active manager daemon smithi003.oqouau restarted 2023-09-07T07:31:25.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:24.456813+0000 mon.smithi003 (mon.0) 68 : cluster [INF] Activating manager daemon smithi003.oqouau 2023-09-07T07:31:25.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:24.459737+0000 mon.smithi003 (mon.0) 69 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-09-07T07:31:26.108 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-09-07T07:31:26.294 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:25.094770+0000 mon.smithi003 (mon.0) 70 : cluster [DBG] mgrmap e10: smithi003.oqouau(active, starting, since 0.638041s) 2023-09-07T07:31:26.294 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.096296+0000 mon.smithi003 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:31:26.295 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.097282+0000 mon.smithi003 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:31:26.295 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.098205+0000 mon.smithi003 (mon.0) 73 : audit [DBG] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:31:26.295 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.098465+0000 mon.smithi003 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:31:26.295 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.098685+0000 mon.smithi003 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:31:26.295 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:25.113046+0000 mon.smithi003 (mon.0) 76 : cluster [INF] Manager daemon smithi003.oqouau is now available 2023-09-07T07:31:26.296 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.233960+0000 mon.smithi003 (mon.0) 77 : audit [DBG] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:26.296 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.235187+0000 mon.smithi003 (mon.0) 78 : audit [DBG] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:26.296 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.254102+0000 mon.smithi003 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:31:26.296 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:25.264670+0000 mon.smithi003 (mon.0) 80 : audit [INF] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:31:26.437 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying grafana service with default placement... 2023-09-07T07:31:26.437 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply grafana 2023-09-07T07:31:27.024 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-09-07T07:31:27.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:26.102571+0000 mon.smithi003 (mon.0) 81 : cluster [DBG] mgrmap e11: smithi003.oqouau(active, since 1.64585s) 2023-09-07T07:31:27.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:26.104348+0000 mgr.smithi003.oqouau (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-09-07T07:31:27.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:26.106717+0000 mon.smithi003 (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:27.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:26.469951+0000 mon.smithi003 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:27.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:27.023783+0000 mon.smithi003 (mon.0) 84 : audit [INF] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:27.578 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying node-exporter service with default placement... 2023-09-07T07:31:27.578 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-09-07T07:31:28.121 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-09-07T07:31:28.470 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying alertmanager service with default placement... 2023-09-07T07:31:28.470 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-09-07T07:31:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:27.020693+0000 mgr.smithi003.oqouau (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:27.021294+0000 mgr.smithi003.oqouau (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-09-07T07:31:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:27.474397+0000 mon.smithi003 (mon.0) 85 : cluster [DBG] mgrmap e12: smithi003.oqouau(active, since 3s) 2023-09-07T07:31:28.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:28.119858+0000 mon.smithi003 (mon.0) 86 : audit [INF] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:29.068 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-09-07T07:31:29.420 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-09-07T07:31:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:28.116616+0000 mgr.smithi003.oqouau (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:28.117383+0000 mgr.smithi003.oqouau (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-09-07T07:31:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:29.067466+0000 mon.smithi003 (mon.0) 87 : audit [INF] from='mgr.14146 172.21.15.3:0/454452508' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:30.411 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-09-07T07:31:30.570 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:29.064398+0000 mgr.smithi003.oqouau (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:30.571 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:29.064998+0000 mgr.smithi003.oqouau (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-09-07T07:31:30.571 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:29.956678+0000 mon.smithi003 (mon.0) 88 : audit [INF] from='client.? 172.21.15.3:0/3958112581' entity='client.admin' 2023-09-07T07:31:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:Enabling the dashboard module... 2023-09-07T07:31:31.286 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-09-07T07:31:32.335 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 mgr stat 2023-09-07T07:31:32.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:30.950946+0000 mon.smithi003 (mon.0) 89 : audit [INF] from='client.? 172.21.15.3:0/2811277873' entity='client.admin' 2023-09-07T07:31:32.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:31.869028+0000 mon.smithi003 (mon.0) 90 : audit [INF] from='client.? 172.21.15.3:0/1358415092' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-07T07:31:32.979 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:31:32.979 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 13, 2023-09-07T07:31:32.979 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": true, 2023-09-07T07:31:32.979 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "active_name": "smithi003.oqouau", 2023-09-07T07:31:32.980 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-07T07:31:32.980 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:31:33.279 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:31.952416+0000 mon.smithi003 (mon.0) 91 : audit [INF] from='client.? 172.21.15.3:0/1358415092' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-07T07:31:33.279 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:31.952479+0000 mon.smithi003 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi003.oqouau(active, since 7s) 2023-09-07T07:31:33.327 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for the mgr to restart... 2023-09-07T07:31:33.327 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr epoch 13... 2023-09-07T07:31:33.327 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-09-07T07:31:34.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:32.977755+0000 mon.smithi003 (mon.0) 93 : audit [DBG] from='client.? 172.21.15.3:0/1089572578' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-07T07:31:38.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:37.801478+0000 mon.smithi003 (mon.0) 94 : cluster [INF] Active manager daemon smithi003.oqouau restarted 2023-09-07T07:31:38.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:37.801991+0000 mon.smithi003 (mon.0) 95 : cluster [INF] Activating manager daemon smithi003.oqouau 2023-09-07T07:31:38.112 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:37.803769+0000 mon.smithi003 (mon.0) 96 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-09-07T07:31:38.869 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-09-07T07:31:38.869 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-09-07T07:31:38.869 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "initialized": true 2023-09-07T07:31:38.869 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-09-07T07:31:39.092 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:37.854870+0000 mon.smithi003 (mon.0) 97 : cluster [DBG] mgrmap e14: smithi003.oqouau(active, starting, since 0.0529742s) 2023-09-07T07:31:39.092 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:37.857700+0000 mon.smithi003 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:31:39.092 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:37.858605+0000 mon.smithi003 (mon.0) 99 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:31:39.092 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:37.859409+0000 mon.smithi003 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:31:39.093 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:37.859678+0000 mon.smithi003 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:31:39.093 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:37.859954+0000 mon.smithi003 (mon.0) 102 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:31:39.093 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:37.874071+0000 mon.smithi003 (mon.0) 103 : cluster [INF] Manager daemon smithi003.oqouau is now available 2023-09-07T07:31:39.093 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:37.989285+0000 mon.smithi003 (mon.0) 104 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:39.093 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:37.991843+0000 mon.smithi003 (mon.0) 105 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:31:39.094 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:38.020818+0000 mon.smithi003 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:31:39.094 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:38.024263+0000 mon.smithi003 (mon.0) 107 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:31:39.276 INFO:teuthology.orchestra.run.smithi003.stderr:mgr epoch 13 is available 2023-09-07T07:31:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:Generating a dashboard self-signed certificate... 2023-09-07T07:31:39.277 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-09-07T07:31:39.917 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Self-signed certificate created 2023-09-07T07:31:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:38.859629+0000 mgr.smithi003.oqouau (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-07T07:31:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:38.860283+0000 mon.smithi003 (mon.0) 108 : cluster [DBG] mgrmap e15: smithi003.oqouau(active, since 1.05839s) 2023-09-07T07:31:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:38.867987+0000 mgr.smithi003.oqouau (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-07T07:31:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:39.089009+0000 mon.smithi003 (mon.0) 109 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:40.251 INFO:teuthology.orchestra.run.smithi003.stderr:Creating initial admin user... 2023-09-07T07:31:40.252 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpab7abuo3:/tmp/dashboard.pw:z quay.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-09-07T07:31:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:39.835577+0000 mgr.smithi003.oqouau (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:39.913773+0000 mon.smithi003 (mon.0) 110 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:39.916416+0000 mon.smithi003 (mon.0) 111 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:40.105299+0000 mon.smithi003 (mon.0) 112 : cluster [DBG] mgrmap e16: smithi003.oqouau(active, since 2s) 2023-09-07T07:31:41.610 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$/Auf97q0Or8pWog5DA8HfuPT8lQtY2souNUCAd2nAv8f4WjHAZYD.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1694071901, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-07T07:31:41.984 INFO:teuthology.orchestra.run.smithi003.stderr:Fetching dashboard port number... 2023-09-07T07:31:41.984 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=quay.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da:/var/log/ceph:z -v /tmp/ceph-tmpjupy4f7x:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp_upbyie1:/etc/ceph/ceph.conf:z quay.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-09-07T07:31:42.531 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 8443 2023-09-07T07:31:42.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:41.357866+0000 mgr.smithi003.oqouau (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:42.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:41.609914+0000 mon.smithi003 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:42.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:42.531193+0000 mon.smithi003 (mon.0) 114 : audit [DBG] from='client.? 172.21.15.3:0/921029986' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-07T07:31:42.867 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-enabled firewalld.service 2023-09-07T07:31:42.877 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-09-07T07:31:42.877 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: systemctl is-active firewalld.service 2023-09-07T07:31:42.886 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-09-07T07:31:42.887 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-09-07T07:31:42.887 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-07T07:31:42.891 INFO:teuthology.orchestra.run.smithi003.stderr:Ceph Dashboard is now available at: 2023-09-07T07:31:42.891 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.891 INFO:teuthology.orchestra.run.smithi003.stderr: URL: https://smithi003.front.sepia.ceph.com:8443/ 2023-09-07T07:31:42.891 INFO:teuthology.orchestra.run.smithi003.stderr: User: admin 2023-09-07T07:31:42.892 INFO:teuthology.orchestra.run.smithi003.stderr: Password: 12vj4o4lr0 2023-09-07T07:31:42.892 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.892 INFO:teuthology.orchestra.run.smithi003.stderr:You can access the Ceph CLI with: 2023-09-07T07:31:42.892 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.893 INFO:teuthology.orchestra.run.smithi003.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-07T07:31:42.893 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.893 INFO:teuthology.orchestra.run.smithi003.stderr:Please consider enabling telemetry to help improve Ceph: 2023-09-07T07:31:42.893 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.893 INFO:teuthology.orchestra.run.smithi003.stderr: ceph telemetry on 2023-09-07T07:31:42.893 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.894 INFO:teuthology.orchestra.run.smithi003.stderr:For more information see: 2023-09-07T07:31:42.894 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.894 INFO:teuthology.orchestra.run.smithi003.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-09-07T07:31:42.894 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-09-07T07:31:42.894 INFO:teuthology.orchestra.run.smithi003.stderr:Bootstrap complete. 2023-09-07T07:31:42.895 INFO:teuthology.orchestra.run.smithi003.stderr:Releasing lock 139953188569216 on /run/cephadm/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:31:42.895 INFO:teuthology.orchestra.run.smithi003.stderr:Lock 139953188569216 released on /run/cephadm/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da.lock 2023-09-07T07:31:42.932 INFO:tasks.cephadm:Fetching config... 2023-09-07T07:31:42.933 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:31:42.933 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-07T07:31:42.956 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-07T07:31:42.957 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:31:42.957 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-07T07:31:43.018 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-07T07:31:43.018 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:31:43.019 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/keyring of=/dev/stdout 2023-09-07T07:31:43.093 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-07T07:31:43.094 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:31:43.094 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-07T07:31:43.155 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-07T07:31:43.156 DEBUG:teuthology.orchestra.run.smithi003:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4HpY/MaxsmGYfnoHimbw6muqkiDeyQYB7SIu+v148gvCfaladzza+tdJvf4ag70zXK2d10OupI8AcFoY+CFWYVwASf4Aj7RO7gOfBuiVB5G0RgGZ2xzWDvdAheZnG4qbeDYQv0mHOe+4O9QT9dWdtDqaInSbB2GxNH8so9RXkKvzLQPHQ0dXkkoZpreex02r+/7aEPXVpaXj1+hQ+T6NRbKw9PMoK9+0JxU+2VqorvH6HGNFWQm5f0s9wIWMgJWkx+KGP844ctKnMbCC1nDieVvOg5u7kHHmYOyRq6ItXYHoiC5w+iFBOBmybFkryq1VtKGrpgmVdDr6eBySH0BcD8a47B0NTXAeOKcdQjvU2hpVMd6qNRjJL3+Go14IsM6/IN7gTI1q/CUWX3pYz43UFoHBHuR2iJc/uybKERr3+ULsYyKw2k8OgiJq96XuBj1RTrTvqo7g4IMPDtQ/Pf1wi9YtjAo/zLSmqAx6QsmgS5PVo0e7BrSwGaZrPMzZdsas= ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-07T07:31:43.237 INFO:teuthology.orchestra.run.smithi003.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4HpY/MaxsmGYfnoHimbw6muqkiDeyQYB7SIu+v148gvCfaladzza+tdJvf4ag70zXK2d10OupI8AcFoY+CFWYVwASf4Aj7RO7gOfBuiVB5G0RgGZ2xzWDvdAheZnG4qbeDYQv0mHOe+4O9QT9dWdtDqaInSbB2GxNH8so9RXkKvzLQPHQ0dXkkoZpreex02r+/7aEPXVpaXj1+hQ+T6NRbKw9PMoK9+0JxU+2VqorvH6HGNFWQm5f0s9wIWMgJWkx+KGP844ctKnMbCC1nDieVvOg5u7kHHmYOyRq6ItXYHoiC5w+iFBOBmybFkryq1VtKGrpgmVdDr6eBySH0BcD8a47B0NTXAeOKcdQjvU2hpVMd6qNRjJL3+Go14IsM6/IN7gTI1q/CUWX3pYz43UFoHBHuR2iJc/uybKERr3+ULsYyKw2k8OgiJq96XuBj1RTrTvqo7g4IMPDtQ/Pf1wi9YtjAo/zLSmqAx6QsmgS5PVo0e7BrSwGaZrPMzZdsas= ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:31:43.250 DEBUG:teuthology.orchestra.run.smithi032:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4HpY/MaxsmGYfnoHimbw6muqkiDeyQYB7SIu+v148gvCfaladzza+tdJvf4ag70zXK2d10OupI8AcFoY+CFWYVwASf4Aj7RO7gOfBuiVB5G0RgGZ2xzWDvdAheZnG4qbeDYQv0mHOe+4O9QT9dWdtDqaInSbB2GxNH8so9RXkKvzLQPHQ0dXkkoZpreex02r+/7aEPXVpaXj1+hQ+T6NRbKw9PMoK9+0JxU+2VqorvH6HGNFWQm5f0s9wIWMgJWkx+KGP844ctKnMbCC1nDieVvOg5u7kHHmYOyRq6ItXYHoiC5w+iFBOBmybFkryq1VtKGrpgmVdDr6eBySH0BcD8a47B0NTXAeOKcdQjvU2hpVMd6qNRjJL3+Go14IsM6/IN7gTI1q/CUWX3pYz43UFoHBHuR2iJc/uybKERr3+ULsYyKw2k8OgiJq96XuBj1RTrTvqo7g4IMPDtQ/Pf1wi9YtjAo/zLSmqAx6QsmgS5PVo0e7BrSwGaZrPMzZdsas= ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-07T07:31:43.299 INFO:teuthology.orchestra.run.smithi032.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC4HpY/MaxsmGYfnoHimbw6muqkiDeyQYB7SIu+v148gvCfaladzza+tdJvf4ag70zXK2d10OupI8AcFoY+CFWYVwASf4Aj7RO7gOfBuiVB5G0RgGZ2xzWDvdAheZnG4qbeDYQv0mHOe+4O9QT9dWdtDqaInSbB2GxNH8so9RXkKvzLQPHQ0dXkkoZpreex02r+/7aEPXVpaXj1+hQ+T6NRbKw9PMoK9+0JxU+2VqorvH6HGNFWQm5f0s9wIWMgJWkx+KGP844ctKnMbCC1nDieVvOg5u7kHHmYOyRq6ItXYHoiC5w+iFBOBmybFkryq1VtKGrpgmVdDr6eBySH0BcD8a47B0NTXAeOKcdQjvU2hpVMd6qNRjJL3+Go14IsM6/IN7gTI1q/CUWX3pYz43UFoHBHuR2iJc/uybKERr3+ULsYyKw2k8OgiJq96XuBj1RTrTvqo7g4IMPDtQ/Pf1wi9YtjAo/zLSmqAx6QsmgS5PVo0e7BrSwGaZrPMzZdsas= ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:31:43.313 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-07T07:31:45.049 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:43.856493+0000 mon.smithi003 (mon.0) 115 : cluster [DBG] mgrmap e17: smithi003.oqouau(active, since 6s) 2023-09-07T07:31:45.294 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-07T07:31:45.294 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-07T07:31:45.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:44.863986+0000 mon.smithi003 (mon.0) 116 : audit [INF] from='client.? 172.21.15.3:0/4115556731' entity='client.admin' 2023-09-07T07:31:47.340 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi032 2023-09-07T07:31:47.340 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-09-07T07:31:47.341 DEBUG:teuthology.orchestra.run.smithi032:> dd of=/etc/ceph/ceph.conf 2023-09-07T07:31:47.364 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-09-07T07:31:47.364 DEBUG:teuthology.orchestra.run.smithi032:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:31:47.427 INFO:tasks.cephadm:Adding host smithi032 to orchestrator... 2023-09-07T07:31:47.427 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch host add smithi032 2023-09-07T07:31:48.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:46.945497+0000 mgr.smithi003.oqouau (mgr.14166) 5 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:48.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:46.949121+0000 mon.smithi003 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:49.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:48.233573+0000 mon.smithi003 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:49.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:48.693549+0000 mon.smithi003 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:31:49.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:48.699796+0000 mon.smithi003 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:49.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:48.707187+0000 mgr.smithi003.oqouau (mgr.14166) 6 : cephadm [INF] Deploying daemon alertmanager.smithi003 on smithi003 2023-09-07T07:31:49.942 INFO:teuthology.orchestra.run.smithi003.stdout:Added host 'smithi032' with addr '172.21.15.32' 2023-09-07T07:31:51.366 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:49.271608+0000 mgr.smithi003.oqouau (mgr.14166) 7 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:51.366 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:49.941761+0000 mon.smithi003 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:51.367 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:49.942100+0000 mgr.smithi003.oqouau (mgr.14166) 8 : cephadm [INF] Added host smithi032 2023-09-07T07:31:51.390 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch host ls --format=json 2023-09-07T07:31:53.330 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:31:53.330 INFO:teuthology.orchestra.run.smithi003.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.32", "hostname": "smithi032", "labels": [], "status": ""}] 2023-09-07T07:31:53.733 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-07T07:31:53.733 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd crush tunables default 2023-09-07T07:31:54.369 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:53.327849+0000 mgr.smithi003.oqouau (mgr.14166) 9 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:31:55.351 INFO:teuthology.orchestra.run.smithi003.stderr:adjusted tunables profile to default 2023-09-07T07:31:55.559 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:54.334847+0000 mon.smithi003 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:55.559 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:54.336802+0000 mon.smithi003 (mon.0) 123 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:31:55.559 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:54.341354+0000 mon.smithi003 (mon.0) 124 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-07T07:31:55.559 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:54.342048+0000 mon.smithi003 (mon.0) 125 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:31:55.560 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:54.342676+0000 mgr.smithi003.oqouau (mgr.14166) 10 : cephadm [INF] Deploying daemon crash.smithi003 on smithi003 2023-09-07T07:31:55.560 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:55.277967+0000 mon.smithi003 (mon.0) 126 : audit [INF] from='client.? 172.21.15.3:0/988293312' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-07T07:31:55.726 INFO:tasks.cephadm:Adding mon.smithi003 on smithi003 2023-09-07T07:31:55.727 INFO:tasks.cephadm:Adding mon.smithi032 on smithi032 2023-09-07T07:31:55.727 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch apply mon '2;smithi003:172.21.15.3=smithi003;smithi032:172.21.15.32=smithi032' 2023-09-07T07:31:56.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:55.347242+0000 mon.smithi003 (mon.0) 127 : audit [INF] from='client.? 172.21.15.3:0/988293312' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-07T07:31:56.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:55.347295+0000 mon.smithi003 (mon.0) 128 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:31:56.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:56.036309+0000 mon.smithi003 (mon.0) 129 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:56.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:56.177957+0000 mon.smithi003 (mon.0) 130 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:56.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:56.182584+0000 mon.smithi003 (mon.0) 131 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:56.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:56.182965+0000 mon.smithi003 (mon.0) 132 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:31:56.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:56.188507+0000 mon.smithi003 (mon.0) 133 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:57.264 INFO:teuthology.orchestra.run.smithi032.stdout:Scheduled mon update... 2023-09-07T07:31:57.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:56.183314+0000 mgr.smithi003.oqouau (mgr.14166) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:31:57.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:56.193025+0000 mgr.smithi003.oqouau (mgr.14166) 12 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2023-09-07T07:31:57.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:57.263097+0000 mon.smithi003 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:57.775 DEBUG:teuthology.orchestra.run.smithi032:mon.smithi032> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi032.service 2023-09-07T07:31:57.778 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:31:57.778 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:31:57.815 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:-- Logs begin at Thu 2023-09-07 07:20:28 UTC. -- 2023-09-07T07:31:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:57.259142+0000 mgr.smithi003.oqouau (mgr.14166) 13 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi003:172.21.15.3=smithi003;smithi032:172.21.15.32=smithi032", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:31:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:31:57.260485+0000 mgr.smithi003.oqouau (mgr.14166) 14 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=smithi003;smithi032:172.21.15.32=smithi032;count:2 2023-09-07T07:31:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:57.860641+0000 mgr.smithi003.oqouau (mgr.14166) 15 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:31:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:31:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:58.007525+0000 mon.smithi003 (mon.0) 135 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:31:59.261 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:31:59.261 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:31:59.263 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:00.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:31:59.260566+0000 mon.smithi003 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.32:0/3893286403' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:00.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:31:59.860874+0000 mgr.smithi003.oqouau (mgr.14166) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:00.678 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:00.678 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:02.123 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:02.123 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:02.125 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:03.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:01.861131+0000 mgr.smithi003.oqouau (mgr.14166) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:03.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:02.122655+0000 mon.smithi003 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.32:0/1785231916' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:03.628 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:03.628 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:05.073 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:05.074 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:05.075 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:03.861409+0000 mgr.smithi003.oqouau (mgr.14166) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:05.928 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:05.072691+0000 mon.smithi003 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.32:0/1983185671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:05.928 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:05.759171+0000 mon.smithi003 (mon.0) 139 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:06.481 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:06.482 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:07.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:05.761296+0000 mgr.smithi003.oqouau (mgr.14166) 19 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2023-09-07T07:32:07.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:05.861657+0000 mgr.smithi003.oqouau (mgr.14166) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:08.031 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:08.032 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:08.033 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:07.861985+0000 mgr.smithi003.oqouau (mgr.14166) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:08.010192+0000 mon.smithi003 (mon.0) 140 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:08.030690+0000 mon.smithi003 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.32:0/900496897' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:09.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:08.391645+0000 mon.smithi003 (mon.0) 142 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:09.434 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:09.435 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:10.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:09 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:08.398496+0000 mgr.smithi003.oqouau (mgr.14166) 22 : cephadm [INF] Deploying daemon prometheus.smithi003 on smithi003 2023-09-07T07:32:11.014 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:11.014 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:11.016 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:11.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:09.862235+0000 mgr.smithi003.oqouau (mgr.14166) 23 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:11.013578+0000 mon.smithi003 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.32:0/2264316937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:12.411 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:12.411 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:13.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:11.862624+0000 mgr.smithi003.oqouau (mgr.14166) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:14.099 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:14.099 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:14.101 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:14.316 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:13.013698+0000 mon.smithi003 (mon.0) 144 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:14.316 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:13.862913+0000 mgr.smithi003.oqouau (mgr.14166) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:15.417 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:14.098253+0000 mon.smithi003 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.32:0/3443925484' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:15.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:14.528407+0000 mon.smithi003 (mon.0) 146 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:15.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:14.529394+0000 mon.smithi003 (mon.0) 147 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:32:15.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:14.530447+0000 mon.smithi003 (mon.0) 148 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:15.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:14.531133+0000 mon.smithi003 (mon.0) 149 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:32:15.419 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:15.006125+0000 mon.smithi003 (mon.0) 150 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:15.524 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:15.524 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:16.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:15.262462+0000 mon.smithi003 (mon.0) 151 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:16.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:15.863222+0000 mgr.smithi003.oqouau (mgr.14166) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:17.451 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:17.452 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:17.453 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:18.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:17.170678+0000 mon.smithi003 (mon.0) 152 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:18.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:17.171248+0000 mgr.smithi003.oqouau (mgr.14166) 27 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:32:18.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:17.193354+0000 mgr.smithi003.oqouau (mgr.14166) 28 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:32:18.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:17.224417+0000 mon.smithi003 (mon.0) 153 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:18.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:17.450904+0000 mon.smithi003 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.32:0/1361452534' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:18.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:17.863485+0000 mgr.smithi003.oqouau (mgr.14166) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:18.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.016940+0000 mon.smithi003 (mon.0) 155 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:18.989 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:18.990 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.515636+0000 mon.smithi003 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.838084+0000 mon.smithi003 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.838807+0000 mon.smithi003 (mon.0) 158 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:32:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.842227+0000 mon.smithi003 (mon.0) 159 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.844080+0000 mon.smithi003 (mon.0) 160 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:32:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.846060+0000 mon.smithi003 (mon.0) 161 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-07T07:32:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:18.846929+0000 mon.smithi003 (mon.0) 162 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:18.847712+0000 mgr.smithi003.oqouau (mgr.14166) 30 : cephadm [INF] Deploying daemon crash.smithi032 on smithi032 2023-09-07T07:32:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:19.863852+0000 mgr.smithi003.oqouau (mgr.14166) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:21.059 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:21.060 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:21.060 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:21.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:21.056909+0000 mon.smithi003 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.32:0/1326429432' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:22.533 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:22.534 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:21.603177+0000 mon.smithi003 (mon.0) 164 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:21.605373+0000 mon.smithi003 (mon.0) 165 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:32:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:21.609869+0000 mon.smithi003 (mon.0) 166 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-07T07:32:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:21.610756+0000 mon.smithi003 (mon.0) 167 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:32:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:21.611834+0000 mon.smithi003 (mon.0) 168 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:21.612621+0000 mgr.smithi003.oqouau (mgr.14166) 32 : cephadm [INF] Deploying daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:32:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:21.864194+0000 mgr.smithi003.oqouau (mgr.14166) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:24.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:23.020103+0000 mon.smithi003 (mon.0) 169 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:24.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:23.680852+0000 mon.smithi003 (mon.0) 170 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:24.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:23.682771+0000 mon.smithi003 (mon.0) 171 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:32:24.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:23.683775+0000 mon.smithi003 (mon.0) 172 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:24.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:23.684548+0000 mgr.smithi003.oqouau (mgr.14166) 34 : cephadm [INF] Deploying daemon mon.smithi032 on smithi032 2023-09-07T07:32:24.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:23.864514+0000 mgr.smithi003.oqouau (mgr.14166) 35 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:24.550 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:24.550 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:30:38.834031Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-07T07:32:24.553 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2023-09-07T07:32:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:24.549524+0000 mon.smithi003 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.32:0/874970363' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:26.114 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-07T07:32:26.115 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mon dump -f json 2023-09-07T07:32:26.310 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 systemd[1]: Starting Ceph mon.smithi032 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:32:26.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:25.864815+0000 mgr.smithi003.oqouau (mgr.14166) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:26.651 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.307+0000 7f0e4f128700 0 set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:32:26.651 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.307+0000 7f0e4f128700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-09-07T07:32:26.651 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.307+0000 7f0e4f128700 0 pidfile_write: ignore empty --pid-file 2023-09-07T07:32:26.652 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.312+0000 7f0e4f128700 0 load: jerasure load: lrc load: isa 2023-09-07T07:32:26.652 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: RocksDB version: 6.8.1 2023-09-07T07:32:26.652 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.652 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-07T07:32:26.652 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: Compile date Jul 8 2021 2023-09-07T07:32:26.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: DB SUMMARY 2023-09-07T07:32:26.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: CURRENT file: CURRENT 2023-09-07T07:32:26.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: IDENTITY file: IDENTITY 2023-09-07T07:32:26.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-09-07T07:32:26.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi032/store.db dir, Total Num: 0, files: 2023-09-07T07:32:26.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi032/store.db: 000003.log size: 511 ; 2023-09-07T07:32:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: Options.error_if_exists: 0 2023-09-07T07:32:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: Options.create_if_missing: 0 2023-09-07T07:32:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.313+0000 7f0e4f128700 4 rocksdb: Options.paranoid_checks: 1 2023-09-07T07:32:26.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.env: 0x561d1a0611c0 2023-09-07T07:32:26.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.fs: Posix File System 2023-09-07T07:32:26.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.info_log: 0x561d1ad27a40 2023-09-07T07:32:26.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:32:26.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.statistics: (nil) 2023-09-07T07:32:26.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.use_fsync: 0 2023-09-07T07:32:26.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_log_file_size: 0 2023-09-07T07:32:26.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:32:26.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:32:26.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:32:26.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:32:26.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.allow_fallocate: 1 2023-09-07T07:32:26.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:32:26.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:32:26.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.use_direct_reads: 0 2023-09-07T07:32:26.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:32:26.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:32:26.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.db_log_dir: 2023-09-07T07:32:26.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi032/store.db 2023-09-07T07:32:26.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:32:26.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_subcompactions: 1 2023-09-07T07:32:26.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_background_flushes: -1 2023-09-07T07:32:26.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:32:26.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:32:26.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:32:26.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:32:26.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:32:26.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:32:26.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:32:26.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.write_buffer_manager: 0x561d1b99e030 2023-09-07T07:32:26.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:32:26.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-07T07:32:26.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:32:26.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:32:26.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:32:26.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:32:26.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:32:26.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:32:26.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:32:26.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.unordered_write: 0 2023-09-07T07:32:26.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:32:26.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:32:26.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:32:26.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:32:26.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.row_cache: None 2023-09-07T07:32:26.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.wal_filter: None 2023-09-07T07:32:26.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:32:26.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:32:26.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.preserve_deletes: 0 2023-09-07T07:32:26.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.two_write_queues: 0 2023-09-07T07:32:26.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:32:26.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.atomic_flush: 0 2023-09-07T07:32:26.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:32:26.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:32:26.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:32:26.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.log_readahead_size: 0 2023-09-07T07:32:26.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-09-07T07:32:26.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_background_jobs: 2 2023-09-07T07:32:26.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_background_compactions: -1 2023-09-07T07:32:26.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:32:26.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:32:26.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:32:26.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:32:26.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:32:26.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 bash[109305]: a9774f5de77267470f567ec590c8545ce078862fdb873cce67332a51e1905123 2023-09-07T07:32:26.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:32:26.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:32:26.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:32:26.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_open_files: -1 2023-09-07T07:32:26.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:32:26.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:32:26.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:32:26.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:32:26.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Compression algorithms supported: 2023-09-07T07:32:26.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:32:26.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kZSTD supported: 0 2023-09-07T07:32:26.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kXpressCompression supported: 0 2023-09-07T07:32:26.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:32:26.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kLZ4Compression supported: 1 2023-09-07T07:32:26.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kBZip2Compression supported: 0 2023-09-07T07:32:26.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kZlibCompression supported: 1 2023-09-07T07:32:26.672 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: kSnappyCompression supported: 1 2023-09-07T07:32:26.672 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:32:26.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi032/store.db/MANIFEST-000001 2023-09-07T07:32:26.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-09-07T07:32:26.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:32:26.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.merge_operator: 2023-09-07T07:32:26.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_filter: None 2023-09-07T07:32:26.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:32:26.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:32:26.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:32:26.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561d1ac41cc0) 2023-09-07T07:32:26.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cache_index_and_filter_blocks: 1 2023-09-07T07:32:26.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:32:26.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:32:26.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: pin_top_level_index_and_filter: 1 2023-09-07T07:32:26.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: index_type: 0 2023-09-07T07:32:26.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: data_block_index_type: 0 2023-09-07T07:32:26.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: index_shortening: 1 2023-09-07T07:32:26.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:32:26.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: hash_index_allow_collision: 1 2023-09-07T07:32:26.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: checksum: 1 2023-09-07T07:32:26.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: no_block_cache: 0 2023-09-07T07:32:26.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_cache: 0x561d1ac76f10 2023-09-07T07:32:26.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_cache_name: BinnedLRUCache 2023-09-07T07:32:26.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_cache_options: 2023-09-07T07:32:26.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: capacity : 536870912 2023-09-07T07:32:26.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: num_shard_bits : 4 2023-09-07T07:32:26.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: strict_capacity_limit : 0 2023-09-07T07:32:26.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: high_pri_pool_ratio: 0.000 2023-09-07T07:32:26.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_cache_compressed: (nil) 2023-09-07T07:32:26.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: persistent_cache: (nil) 2023-09-07T07:32:26.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_size: 4096 2023-09-07T07:32:26.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_size_deviation: 10 2023-09-07T07:32:26.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_restart_interval: 16 2023-09-07T07:32:26.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: index_block_restart_interval: 1 2023-09-07T07:32:26.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: metadata_block_size: 4096 2023-09-07T07:32:26.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: partition_filters: 0 2023-09-07T07:32:26.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: use_delta_encoding: 1 2023-09-07T07:32:26.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-07T07:32:26.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: whole_key_filtering: 1 2023-09-07T07:32:26.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: verify_compression: 0 2023-09-07T07:32:26.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: read_amp_bytes_per_bit: 0 2023-09-07T07:32:26.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: format_version: 2 2023-09-07T07:32:26.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: enable_index_compression: 1 2023-09-07T07:32:26.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: block_align: 0 2023-09-07T07:32:26.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:32:26.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:32:26.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compression: NoCompression 2023-09-07T07:32:26.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:32:26.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:32:26.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:32:26.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.num_levels: 7 2023-09-07T07:32:26.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:32:26.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:32:26.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:32:26.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:32:26.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:32:26.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:32:26.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:32:26.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:32:26.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:32:26.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:32:26.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:32:26.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:32:26.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:32:26.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:32:26.687 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:32:26.687 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:32:26.688 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:32:26.689 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:32:26.689 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:32:26.689 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:32:26.689 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:32:26.689 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:32:26.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:32:26.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:32:26.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:32:26.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:32:26.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:32:26.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:32:26.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:32:26.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:32:26.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:32:26.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:32:26.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.arena_block_size: 4194304 2023-09-07T07:32:26.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:32:26.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:32:26.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-07T07:32:26.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:32:26.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:32:26.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:32:26.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:32:26.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:32:26.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:32:26.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:32:26.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:32:26.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:32:26.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:32:26.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:32:26.695 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.table_properties_collectors: 2023-09-07T07:32:26.695 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.inplace_update_support: 0 2023-09-07T07:32:26.695 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:32:26.695 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:32:26.695 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:32:26.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:32:26.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.bloom_locality: 0 2023-09-07T07:32:26.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.max_successive_merges: 0 2023-09-07T07:32:26.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:32:26.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:32:26.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.force_consistency_checks: 0 2023-09-07T07:32:26.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:32:26.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.ttl: 2592000 2023-09-07T07:32:26.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.314+0000 7f0e4f128700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:32:26.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.315+0000 7f0e4f128700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi032/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-07T07:32:26.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.315+0000 7f0e4f128700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-09-07T07:32:26.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.315+0000 7f0e4f128700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071946316881, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-09-07T07:32:26.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.315+0000 7f0e4f128700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-09-07T07:32:26.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.315+0000 7f0e4f128700 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-09-07T07:32:26.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.316+0000 7f0e4f128700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071946317471, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1694071946, "oldest_key_time": 3, "file_creation_time": 0}} 2023-09-07T07:32:26.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.316+0000 7f0e4f128700 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-09-07T07:32:26.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.316+0000 7f0e4f128700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1694071946317971, "job": 1, "event": "recovery_finished"} 2023-09-07T07:32:26.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.317+0000 7f0e4f128700 4 rocksdb: DB pointer 0x561d1ad3b800 2023-09-07T07:32:26.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.317+0000 7f0e35f30700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-09-07T07:32:26.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.317+0000 7f0e35f30700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-09-07T07:32:26.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ** DB Stats ** 2023-09-07T07:32:26.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:32:26.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:32:26.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:32:26.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:32:26.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:32:26.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-07T07:32:26.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:32:26.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ** Compaction Stats [default] ** 2023-09-07T07:32:26.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:32:26.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:32:26.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-09-07T07:32:26.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-09-07T07:32:26.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-09-07T07:32:26.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ** Compaction Stats [default] ** 2023-09-07T07:32:26.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:32:26.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:32:26.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-09-07T07:32:26.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:32:26.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:32:26.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:32:26.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:32:26.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:32:26.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:32:26.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Cumulative compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:32:26.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Interval compaction: 0.00 GB write, 0.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:32:26.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:32:26.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:32:26.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ** Compaction Stats [default] ** 2023-09-07T07:32:26.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:32:26.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:32:26.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-09-07T07:32:26.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-09-07T07:32:26.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-09-07T07:32:26.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ** Compaction Stats [default] ** 2023-09-07T07:32:26.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2023-09-07T07:32:26.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:32:26.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.5 0.00 0.00 1 0.001 0 0 2023-09-07T07:32:26.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:32:26.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:32:26.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:32:26.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:32:26.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:32:26.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:32:26.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:32:26.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:32:26.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:32:26.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:32:26.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.317+0000 7f0e4f128700 0 mon.smithi032 does not exist in monmap, will attempt to join an existing cluster 2023-09-07T07:32:26.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.318+0000 7f0e4f128700 0 using public_addr v2:172.21.15.32:0/0 -> [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] 2023-09-07T07:32:26.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.318+0000 7f0e4f128700 0 starting mon.smithi032 rank -1 at public addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] at bind addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi032 fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:32:26.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.320+0000 7f0e4f128700 1 mon.smithi032@-1(???) e0 preinit fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:32:26.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 systemd[1]: Started Ceph mon.smithi032 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:32:26.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.355+0000 7f0e38735700 0 mon.smithi032@-1(synchronizing).mds e1 new map 2023-09-07T07:32:26.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.355+0000 7f0e38735700 0 mon.smithi032@-1(synchronizing).mds e1 print_map 2023-09-07T07:32:26.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: e1 2023-09-07T07:32:26.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: enable_multiple, ever_enabled_multiple: 1,1 2023-09-07T07:32:26.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:32:26.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: legacy client fscid: -1 2023-09-07T07:32:26.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: No filesystems configured 2023-09-07T07:32:26.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: 2023-09-07T07:32:26.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.355+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-07T07:32:26.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.355+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-07T07:32:26.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.356+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-07T07:32:26.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.356+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-07T07:32:26.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.356+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-07T07:32:26.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.356+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-07T07:32:26.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.356+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-07T07:32:26.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:25.864815+0000 mgr.smithi003.oqouau (mgr.14166) 36 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:26.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.357+0000 7f0e38735700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-07T07:32:26.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.357+0000 7f0e38735700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:32:26.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.357+0000 7f0e38735700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:32:26.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.357+0000 7f0e38735700 0 mon.smithi032@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-07T07:32:26.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.357+0000 7f0e38735700 1 mon.smithi032@-1(synchronizing).paxosservice(auth 1..7) refresh upgraded, format 0 -> 3 2023-09-07T07:32:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expand map: {default=false} 2023-09-07T07:32:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta from 'false' to 'false' 2023-09-07T07:32:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expanded map: {default=false} 2023-09-07T07:32:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expand map: {default=info} 2023-09-07T07:32:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta from 'info' to 'info' 2023-09-07T07:32:26.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expanded map: {default=info} 2023-09-07T07:32:26.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expand map: {default=daemon} 2023-09-07T07:32:26.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-09-07T07:32:26.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expanded map: {default=daemon} 2023-09-07T07:32:26.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expand map: {default=debug} 2023-09-07T07:32:26.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta from 'debug' to 'debug' 2023-09-07T07:32:26.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:32:26.359+0000 7f0e38735700 20 expand_channel_meta expanded map: {default=debug} 2023-09-07T07:32:31.817 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:26.368691+0000 mon.smithi003 (mon.0) 175 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:32:31.817 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:26.368921+0000 mon.smithi003 (mon.0) 176 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.818 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:26.369045+0000 mon.smithi003 (mon.0) 177 : cluster [INF] mon.smithi003 calling monitor election 2023-09-07T07:32:31.818 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:27.363526+0000 mon.smithi003 (mon.0) 178 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.818 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:27.865090+0000 mgr.smithi003.oqouau (mgr.14166) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:31.818 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:28.363653+0000 mon.smithi003 (mon.0) 179 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.819 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:28.366151+0000 mon.smithi032 (mon.1) 1 : cluster [INF] mon.smithi032 calling monitor election 2023-09-07T07:32:31.819 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:29.363620+0000 mon.smithi003 (mon.0) 180 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.819 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:29.584508+0000 mon.smithi003 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:32:31.819 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:29.865424+0000 mgr.smithi003.oqouau (mgr.14166) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:31.819 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:30.364008+0000 mon.smithi003 (mon.0) 182 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.820 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:31.363932+0000 mon.smithi003 (mon.0) 183 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.820 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.384635+0000 mon.smithi003 (mon.0) 184 : cluster [INF] mon.smithi003 is new leader, mons smithi003,smithi032 in quorum (ranks 0,1) 2023-09-07T07:32:31.820 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.387553+0000 mon.smithi003 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} 2023-09-07T07:32:31.820 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.387600+0000 mon.smithi003 (mon.0) 186 : cluster [DBG] fsmap 2023-09-07T07:32:31.820 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.387625+0000 mon.smithi003 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:32:31.821 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.387835+0000 mon.smithi003 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi003.oqouau(active, since 53s) 2023-09-07T07:32:31.821 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.388962+0000 mon.smithi003 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:32:31.821 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:31.389918+0000 mon.smithi003 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:32:31.821 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.391605+0000 mon.smithi003 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2023-09-07T07:32:31.821 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:31.392083+0000 mon.smithi003 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:32:31.822 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:31.392557+0000 mon.smithi003 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:32:31.822 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:31.393997+0000 mon.smithi003 (mon.0) 194 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:31.822 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:31.396799+0000 mon.smithi003 (mon.0) 195 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:31.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:26.368691+0000 mon.smithi003 (mon.0) 175 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:32:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:26.368921+0000 mon.smithi003 (mon.0) 176 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:26.369045+0000 mon.smithi003 (mon.0) 177 : cluster [INF] mon.smithi003 calling monitor election 2023-09-07T07:32:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:27.363526+0000 mon.smithi003 (mon.0) 178 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:27.865090+0000 mgr.smithi003.oqouau (mgr.14166) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:28.363653+0000 mon.smithi003 (mon.0) 179 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:28.366151+0000 mon.smithi032 (mon.1) 1 : cluster [INF] mon.smithi032 calling monitor election 2023-09-07T07:32:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:29.363620+0000 mon.smithi003 (mon.0) 180 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:29.584508+0000 mon.smithi003 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:32:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:29.865424+0000 mgr.smithi003.oqouau (mgr.14166) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:30.364008+0000 mon.smithi003 (mon.0) 182 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:31.363932+0000 mon.smithi003 (mon.0) 183 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.384635+0000 mon.smithi003 (mon.0) 184 : cluster [INF] mon.smithi003 is new leader, mons smithi003,smithi032 in quorum (ranks 0,1) 2023-09-07T07:32:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.387553+0000 mon.smithi003 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} 2023-09-07T07:32:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.387600+0000 mon.smithi003 (mon.0) 186 : cluster [DBG] fsmap 2023-09-07T07:32:31.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.387625+0000 mon.smithi003 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-09-07T07:32:31.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.387835+0000 mon.smithi003 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi003.oqouau(active, since 53s) 2023-09-07T07:32:31.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.388962+0000 mon.smithi003 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:32:31.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:31.389918+0000 mon.smithi003 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:32:31.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.391605+0000 mon.smithi003 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2023-09-07T07:32:31.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:31.392083+0000 mon.smithi003 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:32:31.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:31.392557+0000 mon.smithi003 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.32:0/2909248899' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:32:31.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:31.393997+0000 mon.smithi003 (mon.0) 194 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:31.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:31.396799+0000 mon.smithi003 (mon.0) 195 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:32.039 INFO:teuthology.orchestra.run.smithi032.stdout: 2023-09-07T07:32:32.039 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":2,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","modified":"2023-09-07T07:32:26.365249Z","created":"2023-09-07T07:30:38.834031Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi032","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:3300","nonce":0},{"type":"v1","addr":"172.21.15.32:6789","nonce":0}]},"addr":"172.21.15.32:6789/0","public_addr":"172.21.15.32:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-07T07:32:32.040 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 2 2023-09-07T07:32:32.422 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-07T07:32:32.422 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph config generate-minimal-conf 2023-09-07T07:32:32.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:31.395980+0000 mgr.smithi003.oqouau (mgr.14166) 39 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2023-09-07T07:32:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.448664+0000 mon.smithi003 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi003.oqouau(active, since 53s), standbys: smithi032.jvdzvt 2023-09-07T07:32:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:31.448797+0000 mon.smithi003 (mon.0) 197 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:32:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:31.865800+0000 mgr.smithi003.oqouau (mgr.14166) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:32.036897+0000 mon.smithi003 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.32:0/3642446913' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:32.364858+0000 mon.smithi003 (mon.0) 199 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:31.395980+0000 mgr.smithi003.oqouau (mgr.14166) 39 : cephadm [INF] Deploying daemon node-exporter.smithi032 on smithi032 2023-09-07T07:32:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.448664+0000 mon.smithi003 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi003.oqouau(active, since 53s), standbys: smithi032.jvdzvt 2023-09-07T07:32:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:31.448797+0000 mon.smithi003 (mon.0) 197 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:32:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:31.865800+0000 mgr.smithi003.oqouau (mgr.14166) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:32.036897+0000 mon.smithi003 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.32:0/3642446913' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-07T07:32:32.768 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:32.364858+0000 mon.smithi003 (mon.0) 199 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:32:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:33.866143+0000 mgr.smithi003.oqouau (mgr.14166) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:35.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:34.148761+0000 mon.smithi003 (mon.0) 200 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:35.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:34.150285+0000 mon.smithi003 (mon.0) 201 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:32:35.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:34.151527+0000 mon.smithi003 (mon.0) 202 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:35.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:34.152374+0000 mon.smithi003 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:32:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:33.866143+0000 mgr.smithi003.oqouau (mgr.14166) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:35.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:34.148761+0000 mon.smithi003 (mon.0) 200 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:35.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:34.150285+0000 mon.smithi003 (mon.0) 201 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:32:35.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:34.151527+0000 mon.smithi003 (mon.0) 202 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:35.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:34.152374+0000 mon.smithi003 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:32:35.542 INFO:teuthology.orchestra.run.smithi003.stdout:# minimal ceph.conf for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:32:35.542 INFO:teuthology.orchestra.run.smithi003.stdout:[global] 2023-09-07T07:32:35.543 INFO:teuthology.orchestra.run.smithi003.stdout: fsid = 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:32:35.543 INFO:teuthology.orchestra.run.smithi003.stdout: mon_host = [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] 2023-09-07T07:32:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:35.485771+0000 mon.smithi003 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:35.486255+0000 mgr.smithi003.oqouau (mgr.14166) 42 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:32:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:35.529719+0000 mgr.smithi003.oqouau (mgr.14166) 43 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:32:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:35.542093+0000 mon.smithi003 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.3:0/1305617279' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:35.563289+0000 mon.smithi003 (mon.0) 206 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:35.866546+0000 mgr.smithi003.oqouau (mgr.14166) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:36.401376+0000 mon.smithi003 (mon.0) 207 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:35.485771+0000 mon.smithi003 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:35.486255+0000 mgr.smithi003.oqouau (mgr.14166) 42 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:32:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:35.529719+0000 mgr.smithi003.oqouau (mgr.14166) 43 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:32:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:35.542093+0000 mon.smithi003 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.3:0/1305617279' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:35.563289+0000 mon.smithi003 (mon.0) 206 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:35.866546+0000 mgr.smithi003.oqouau (mgr.14166) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:36.401376+0000 mon.smithi003 (mon.0) 207 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:37.144 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-07T07:32:37.145 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:32:37.145 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.conf 2023-09-07T07:32:37.181 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:32:37.182 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:32:37.257 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-09-07T07:32:37.258 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.conf 2023-09-07T07:32:37.300 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-09-07T07:32:37.301 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:32:37.376 INFO:tasks.cephadm:Deploying OSDs... 2023-09-07T07:32:37.377 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:32:37.377 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:32:37.400 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-07T07:32:37.400 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2023-09-07T07:32:37.461 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-07T07:32:37.462 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:37.462 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 393513 Links: 1 2023-09-07T07:32:37.462 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:37.462 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:37.462 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-09-07 07:32:14.044386057 +0000 2023-09-07T07:32:37.463 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-09-07 07:29:02.603394635 +0000 2023-09-07T07:32:37.463 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-09-07 07:29:02.603394635 +0000 2023-09-07T07:32:37.463 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-09-07T07:32:37.463 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-07T07:32:37.537 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-09-07T07:32:37.537 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-09-07T07:32:37.538 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000234278 s, 2.2 MB/s 2023-09-07T07:32:37.539 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-07T07:32:37.604 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2023-09-07T07:32:37.665 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-07T07:32:37.665 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:37.666 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 390697 Links: 1 2023-09-07T07:32:37.666 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:37.666 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:37.666 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-09-07 07:32:14.044386057 +0000 2023-09-07T07:32:37.667 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-09-07 07:29:03.155387910 +0000 2023-09-07T07:32:37.667 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-09-07 07:29:03.155387910 +0000 2023-09-07T07:32:37.667 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-09-07T07:32:37.667 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-07T07:32:37.739 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-09-07T07:32:37.739 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-09-07T07:32:37.740 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000240107 s, 2.1 MB/s 2023-09-07T07:32:37.741 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-07T07:32:37.803 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2023-09-07T07:32:37.867 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-07T07:32:37.867 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:37.867 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 389689 Links: 1 2023-09-07T07:32:37.867 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:37.868 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:37.868 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-09-07 07:32:14.044386057 +0000 2023-09-07T07:32:37.868 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-09-07 07:29:03.743380746 +0000 2023-09-07T07:32:37.868 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-09-07 07:29:03.743380746 +0000 2023-09-07T07:32:37.868 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-09-07T07:32:37.869 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-07T07:32:37.939 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-09-07T07:32:37.939 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-09-07T07:32:37.939 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000211603 s, 2.4 MB/s 2023-09-07T07:32:37.940 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-07T07:32:38.003 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2023-09-07T07:32:38.064 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-07T07:32:38.065 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:38.065 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 390789 Links: 1 2023-09-07T07:32:38.065 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:38.065 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:38.065 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-09-07 07:32:14.044386057 +0000 2023-09-07T07:32:38.065 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-09-07 07:29:04.361373218 +0000 2023-09-07T07:32:38.066 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-09-07 07:29:04.361373218 +0000 2023-09-07T07:32:38.066 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-09-07T07:32:38.066 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-07T07:32:38.136 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-09-07T07:32:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-09-07T07:32:38.137 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000249661 s, 2.1 MB/s 2023-09-07T07:32:38.138 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-07T07:32:38.204 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2023-09-07T07:32:38.204 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/scratch_devs of=/dev/stdout 2023-09-07T07:32:38.228 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-09-07T07:32:38.229 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_1 2023-09-07T07:32:38.292 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-07T07:32:38.292 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:38.293 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 394327 Links: 1 2023-09-07T07:32:38.293 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:38.293 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:38.293 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2023-09-07 07:32:31.876482872 +0000 2023-09-07T07:32:38.293 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2023-09-07 07:29:04.139829730 +0000 2023-09-07T07:32:38.293 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2023-09-07 07:29:04.139829730 +0000 2023-09-07T07:32:38.294 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2023-09-07T07:32:38.294 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-07T07:32:38.366 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2023-09-07T07:32:38.366 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2023-09-07T07:32:38.366 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000132617 s, 3.9 MB/s 2023-09-07T07:32:38.367 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-07T07:32:38.433 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_2 2023-09-07T07:32:38.496 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-07T07:32:38.496 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:38.497 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 387841 Links: 1 2023-09-07T07:32:38.497 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:38.497 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:38.497 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2023-09-07 07:32:31.876482872 +0000 2023-09-07T07:32:38.497 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2023-09-07 07:29:04.703818896 +0000 2023-09-07T07:32:38.498 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2023-09-07 07:29:04.703818896 +0000 2023-09-07T07:32:38.498 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2023-09-07T07:32:38.498 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-07T07:32:38.569 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2023-09-07T07:32:38.570 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2023-09-07T07:32:38.570 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.00013192 s, 3.9 MB/s 2023-09-07T07:32:38.571 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-07T07:32:38.636 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_3 2023-09-07T07:32:38.700 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-07T07:32:38.700 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:38.700 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 396508 Links: 1 2023-09-07T07:32:38.701 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:38.701 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:38.701 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2023-09-07 07:32:31.876482872 +0000 2023-09-07T07:32:38.701 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2023-09-07 07:29:05.292807581 +0000 2023-09-07T07:32:38.701 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2023-09-07 07:29:05.292807581 +0000 2023-09-07T07:32:38.702 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2023-09-07T07:32:38.702 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-07T07:32:38.774 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2023-09-07T07:32:38.775 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2023-09-07T07:32:38.775 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000119791 s, 4.3 MB/s 2023-09-07T07:32:38.776 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-07T07:32:38.840 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_4 2023-09-07T07:32:38.905 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-07T07:32:38.905 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-07T07:32:38.905 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 6h/6d Inode: 396586 Links: 1 2023-09-07T07:32:38.906 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-07T07:32:38.906 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2023-09-07T07:32:38.906 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2023-09-07 07:32:31.876482872 +0000 2023-09-07T07:32:38.906 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2023-09-07 07:29:05.862796630 +0000 2023-09-07T07:32:38.906 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2023-09-07 07:29:05.862796630 +0000 2023-09-07T07:32:38.907 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: - 2023-09-07T07:32:38.907 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-07T07:32:38.979 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2023-09-07T07:32:38.980 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2023-09-07T07:32:38.980 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000120573 s, 4.2 MB/s 2023-09-07T07:32:38.981 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-07T07:32:39.046 INFO:tasks.cephadm:Deploying osd.0 on smithi003 with /dev/vg_nvme/lv_4... 2023-09-07T07:32:39.046 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-07T07:32:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:37.866841+0000 mgr.smithi003.oqouau (mgr.14166) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:38.023618+0000 mon.smithi003 (mon.0) 208 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:32:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:38.026141+0000 mon.smithi003 (mon.0) 209 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:32:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:37.866841+0000 mgr.smithi003.oqouau (mgr.14166) 45 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:38.023618+0000 mon.smithi003 (mon.0) 208 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:32:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:38.026141+0000 mon.smithi003 (mon.0) 209 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:32:40.416 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:39.188025+0000 mon.smithi003 (mon.0) 210 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:40.416 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:39.188646+0000 mgr.smithi003.oqouau (mgr.14166) 46 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:32:40.417 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:39.213035+0000 mon.smithi003 (mon.0) 211 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:40.417 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:39.216809+0000 mon.smithi003 (mon.0) 212 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:40.417 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:39.220055+0000 mgr.smithi003.oqouau (mgr.14166) 47 : cephadm [INF] Reconfiguring mon.smithi003 (unknown last config time)... 2023-09-07T07:32:40.417 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:39.220376+0000 mon.smithi003 (mon.0) 213 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:32:40.417 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:39.221168+0000 mon.smithi003 (mon.0) 214 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:32:40.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:39.221910+0000 mon.smithi003 (mon.0) 215 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:40.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:39.222567+0000 mgr.smithi003.oqouau (mgr.14166) 48 : cephadm [INF] Reconfiguring daemon mon.smithi003 on smithi003 2023-09-07T07:32:40.418 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:39.867236+0000 mgr.smithi003.oqouau (mgr.14166) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:40.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:39.188025+0000 mon.smithi003 (mon.0) 210 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:40.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:39.188646+0000 mgr.smithi003.oqouau (mgr.14166) 46 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:32:40.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:39.213035+0000 mon.smithi003 (mon.0) 211 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:40.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:39.216809+0000 mon.smithi003 (mon.0) 212 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:40.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:39.220055+0000 mgr.smithi003.oqouau (mgr.14166) 47 : cephadm [INF] Reconfiguring mon.smithi003 (unknown last config time)... 2023-09-07T07:32:40.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:39.220376+0000 mon.smithi003 (mon.0) 213 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:32:40.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:39.221168+0000 mon.smithi003 (mon.0) 214 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:32:40.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:39.221910+0000 mon.smithi003 (mon.0) 215 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:40.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:39.222567+0000 mgr.smithi003.oqouau (mgr.14166) 48 : cephadm [INF] Reconfiguring daemon mon.smithi003 on smithi003 2023-09-07T07:32:40.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:39.867236+0000 mgr.smithi003.oqouau (mgr.14166) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:40.911 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-07T07:32:40.911 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-07T07:32:40.912 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10+0 records in 2023-09-07T07:32:40.912 INFO:teuthology.orchestra.run.smithi003.stderr:10+0 records out 2023-09-07T07:32:40.912 INFO:teuthology.orchestra.run.smithi003.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0119124 s, 880 MB/s 2023-09-07T07:32:40.912 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 2023-09-07T07:32:40.912 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping successful for: 2023-09-07T07:32:41.520 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi003:vg_nvme/lv_4 2023-09-07T07:32:41.856 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:40.450670+0000 mon.smithi003 (mon.0) 216 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:41.856 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:40.451291+0000 mgr.smithi003.oqouau (mgr.14166) 50 : cephadm [INF] Reconfiguring mgr.smithi003.oqouau (unknown last config time)... 2023-09-07T07:32:41.856 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:40.451566+0000 mon.smithi003 (mon.0) 217 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:32:41.856 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:40.452302+0000 mon.smithi003 (mon.0) 218 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:32:41.857 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:40.452980+0000 mon.smithi003 (mon.0) 219 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:41.857 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:40.453567+0000 mgr.smithi003.oqouau (mgr.14166) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:32:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:40.450670+0000 mon.smithi003 (mon.0) 216 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:40.451291+0000 mgr.smithi003.oqouau (mgr.14166) 50 : cephadm [INF] Reconfiguring mgr.smithi003.oqouau (unknown last config time)... 2023-09-07T07:32:41.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:40.451566+0000 mon.smithi003 (mon.0) 217 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:32:41.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:40.452302+0000 mon.smithi003 (mon.0) 218 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:32:41.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:40.452980+0000 mon.smithi003 (mon.0) 219 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:41.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:40.453567+0000 mgr.smithi003.oqouau (mgr.14166) 51 : cephadm [INF] Reconfiguring daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:32:42.804 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:41.660176+0000 mon.smithi003 (mon.0) 220 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:42.805 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:41.660883+0000 mgr.smithi003.oqouau (mgr.14166) 52 : cephadm [INF] Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-09-07T07:32:42.805 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:41.663570+0000 mgr.smithi003.oqouau (mgr.14166) 53 : cephadm [INF] Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-09-07T07:32:42.805 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:41.867550+0000 mgr.smithi003.oqouau (mgr.14166) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:41.660176+0000 mon.smithi003 (mon.0) 220 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:43.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:41.660883+0000 mgr.smithi003.oqouau (mgr.14166) 52 : cephadm [INF] Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-09-07T07:32:43.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:41.663570+0000 mgr.smithi003.oqouau (mgr.14166) 53 : cephadm [INF] Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-09-07T07:32:43.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:41.867550+0000 mgr.smithi003.oqouau (mgr.14166) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:45.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:43.867818+0000 mgr.smithi003.oqouau (mgr.14166) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:45.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:44.294807+0000 mon.smithi003 (mon.0) 221 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:32:45.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:44.296577+0000 mon.smithi003 (mon.0) 222 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:32:45.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:44.297151+0000 mon.smithi003 (mon.0) 223 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:43.867818+0000 mgr.smithi003.oqouau (mgr.14166) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:45.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:44.294807+0000 mon.smithi003 (mon.0) 221 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:32:45.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:44.296577+0000 mon.smithi003 (mon.0) 222 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:32:45.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:44.297151+0000 mon.smithi003 (mon.0) 223 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:46.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:44.293736+0000 mgr.smithi003.oqouau (mgr.14166) 56 : audit [DBG] from='client.14224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:32:46.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:45.905427+0000 mon.smithi003 (mon.0) 224 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:46.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:45.906397+0000 mon.smithi003 (mon.0) 225 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:32:46.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:45.907120+0000 mon.smithi003 (mon.0) 226 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:46.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:44.293736+0000 mgr.smithi003.oqouau (mgr.14166) 56 : audit [DBG] from='client.14224 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:32:46.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:45.905427+0000 mon.smithi003 (mon.0) 224 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:46.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:45.906397+0000 mon.smithi003 (mon.0) 225 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:32:46.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:45.907120+0000 mon.smithi003 (mon.0) 226 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:47.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:45.868132+0000 mgr.smithi003.oqouau (mgr.14166) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:47.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:45.906108+0000 mgr.smithi003.oqouau (mgr.14166) 58 : cephadm [INF] Reconfiguring crash.smithi003 (monmap changed)... 2023-09-07T07:32:47.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:45.907652+0000 mgr.smithi003.oqouau (mgr.14166) 59 : cephadm [INF] Reconfiguring daemon crash.smithi003 on smithi003 2023-09-07T07:32:47.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:46.744621+0000 mon.smithi003 (mon.0) 227 : audit [INF] from='client.? 172.21.15.3:0/1456096807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f326ca4-800c-47ee-8f9a-5c04e1084556"}]: dispatch 2023-09-07T07:32:47.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:46.748363+0000 mon.smithi003 (mon.0) 228 : audit [INF] from='client.? 172.21.15.3:0/1456096807' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f326ca4-800c-47ee-8f9a-5c04e1084556"}]': finished 2023-09-07T07:32:47.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:46.748403+0000 mon.smithi003 (mon.0) 229 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-09-07T07:32:47.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:46.748497+0000 mon.smithi003 (mon.0) 230 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:32:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:45.868132+0000 mgr.smithi003.oqouau (mgr.14166) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:45.906108+0000 mgr.smithi003.oqouau (mgr.14166) 58 : cephadm [INF] Reconfiguring crash.smithi003 (monmap changed)... 2023-09-07T07:32:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:45.907652+0000 mgr.smithi003.oqouau (mgr.14166) 59 : cephadm [INF] Reconfiguring daemon crash.smithi003 on smithi003 2023-09-07T07:32:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:46.744621+0000 mon.smithi003 (mon.0) 227 : audit [INF] from='client.? 172.21.15.3:0/1456096807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5f326ca4-800c-47ee-8f9a-5c04e1084556"}]: dispatch 2023-09-07T07:32:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:46.748363+0000 mon.smithi003 (mon.0) 228 : audit [INF] from='client.? 172.21.15.3:0/1456096807' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5f326ca4-800c-47ee-8f9a-5c04e1084556"}]': finished 2023-09-07T07:32:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:46.748403+0000 mon.smithi003 (mon.0) 229 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-09-07T07:32:47.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:46.748497+0000 mon.smithi003 (mon.0) 230 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:32:48.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:47.206319+0000 mon.smithi003 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.3:0/3427185106' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:32:48.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:47.206319+0000 mon.smithi003 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.3:0/3427185106' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:32:49.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:47.868477+0000 mgr.smithi003.oqouau (mgr.14166) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:47.868477+0000 mgr.smithi003.oqouau (mgr.14166) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:50.383 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:49.868805+0000 mgr.smithi003.oqouau (mgr.14166) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:49.868805+0000 mgr.smithi003.oqouau (mgr.14166) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:52.021 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:50.944841+0000 mon.smithi003 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:52.021 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:50.945460+0000 mgr.smithi003.oqouau (mgr.14166) 62 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2023-09-07T07:32:52.022 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:50.949917+0000 mgr.smithi003.oqouau (mgr.14166) 63 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2023-09-07T07:32:52.022 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:51.858420+0000 mon.smithi003 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:32:52.022 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:51.859303+0000 mon.smithi003 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:52.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:50.944841+0000 mon.smithi003 (mon.0) 232 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:52.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:50.945460+0000 mgr.smithi003.oqouau (mgr.14166) 62 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2023-09-07T07:32:52.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:50.949917+0000 mgr.smithi003.oqouau (mgr.14166) 63 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2023-09-07T07:32:52.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:51.858420+0000 mon.smithi003 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:32:52.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:51.859303+0000 mon.smithi003 (mon.0) 234 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:32:53.280 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:51.860058+0000 mgr.smithi003.oqouau (mgr.14166) 64 : cephadm [INF] Deploying daemon osd.0 on smithi003 2023-09-07T07:32:53.281 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:51.869150+0000 mgr.smithi003.oqouau (mgr.14166) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:51.860058+0000 mgr.smithi003.oqouau (mgr.14166) 64 : cephadm [INF] Deploying daemon osd.0 on smithi003 2023-09-07T07:32:53.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:51.869150+0000 mgr.smithi003.oqouau (mgr.14166) 65 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:55.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:53.869466+0000 mgr.smithi003.oqouau (mgr.14166) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:55.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:53.920813+0000 mon.smithi003 (mon.0) 235 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:55.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:53.921628+0000 mgr.smithi003.oqouau (mgr.14166) 67 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:32:55.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:53.923926+0000 mgr.smithi003.oqouau (mgr.14166) 68 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:32:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:53.869466+0000 mgr.smithi003.oqouau (mgr.14166) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:55.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:53.920813+0000 mon.smithi003 (mon.0) 235 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:55.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:53.921628+0000 mgr.smithi003.oqouau (mgr.14166) 67 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:32:55.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:53.923926+0000 mgr.smithi003.oqouau (mgr.14166) 68 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:32:56.362 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 0 on host 'smithi003' 2023-09-07T07:32:56.855 DEBUG:teuthology.orchestra.run.smithi003:osd.0> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.0.service 2023-09-07T07:32:56.858 INFO:tasks.cephadm:Deploying osd.1 on smithi003 with /dev/vg_nvme/lv_3... 2023-09-07T07:32:56.858 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-07T07:32:56.896 INFO:journalctl@ceph.osd.0.smithi003.stdout:-- Logs begin at Thu 2023-09-07 07:20:39 UTC. -- 2023-09-07T07:32:57.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:55.869857+0000 mgr.smithi003.oqouau (mgr.14166) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:57.164 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:56.354508+0000 mon.smithi003 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:57.164 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:56.359049+0000 mon.smithi003 (mon.0) 237 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:55.869857+0000 mgr.smithi003.oqouau (mgr.14166) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:57.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:56.354508+0000 mon.smithi003 (mon.0) 236 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:57.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:56.359049+0000 mon.smithi003 (mon.0) 237 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:32:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:32:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:57.870131+0000 mgr.smithi003.oqouau (mgr.14166) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:59.228 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-07T07:32:59.228 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-07T07:32:59.228 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10+0 records in 2023-09-07T07:32:59.228 INFO:teuthology.orchestra.run.smithi003.stderr:10+0 records out 2023-09-07T07:32:59.229 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126739 s, 827 MB/s 2023-09-07T07:32:59.229 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping successful for: 2023-09-07T07:32:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:32:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:57.870131+0000 mgr.smithi003.oqouau (mgr.14166) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:32:59.572 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi003:vg_nvme/lv_3 2023-09-07T07:32:59.905 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:32:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.0[118626]: debug 2023-09-07T07:32:59.582+0000 7f0f837c2080 -1 osd.0 0 log_to_monitors {default=true} 2023-09-07T07:33:00.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:59.119597+0000 mon.smithi003 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:00.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:59.120250+0000 mgr.smithi003.oqouau (mgr.14166) 71 : cephadm [INF] Reconfiguring crash.smithi032 (monmap changed)... 2023-09-07T07:33:00.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:59.120553+0000 mon.smithi003 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:33:00.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:59.121390+0000 mon.smithi003 (mon.0) 240 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:00.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:32:59.122076+0000 mgr.smithi003.oqouau (mgr.14166) 72 : cephadm [INF] Reconfiguring daemon crash.smithi032 on smithi032 2023-09-07T07:33:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:32:59.588451+0000 mon.smithi003 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:33:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:32:59.870488+0000 mgr.smithi003.oqouau (mgr.14166) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:33:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.037615+0000 mon.smithi003 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.038415+0000 mon.smithi003 (mon.0) 243 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:33:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.039241+0000 mon.smithi003 (mon.0) 244 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:33:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.040018+0000 mon.smithi003 (mon.0) 245 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:00.390 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:59.119597+0000 mon.smithi003 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:00.390 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:59.120250+0000 mgr.smithi003.oqouau (mgr.14166) 71 : cephadm [INF] Reconfiguring crash.smithi032 (monmap changed)... 2023-09-07T07:33:00.390 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:59.120553+0000 mon.smithi003 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:33:00.391 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:59.121390+0000 mon.smithi003 (mon.0) 240 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:00.391 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:32:59.122076+0000 mgr.smithi003.oqouau (mgr.14166) 72 : cephadm [INF] Reconfiguring daemon crash.smithi032 on smithi032 2023-09-07T07:33:00.391 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:32:59.588451+0000 mon.smithi003 (mon.0) 241 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:33:00.391 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:32:59.870488+0000 mgr.smithi003.oqouau (mgr.14166) 73 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:33:00.391 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.037615+0000 mon.smithi003 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:00.392 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.038415+0000 mon.smithi003 (mon.0) 243 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:33:00.392 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.039241+0000 mon.smithi003 (mon.0) 244 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:33:00.392 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.040018+0000 mon.smithi003 (mon.0) 245 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:01.380 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:00.038134+0000 mgr.smithi003.oqouau (mgr.14166) 74 : cephadm [INF] Reconfiguring mgr.smithi032.jvdzvt (monmap changed)... 2023-09-07T07:33:01.381 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:00.040775+0000 mgr.smithi003.oqouau (mgr.14166) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:33:01.381 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.125095+0000 mon.smithi003 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:33:01.381 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:00.125169+0000 mon.smithi003 (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-09-07T07:33:01.381 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.125640+0000 mon.smithi003 (mon.0) 248 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:01.381 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.126173+0000 mon.smithi003 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:01.382 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.903259+0000 mon.smithi003 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:01.382 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:00.903789+0000 mgr.smithi003.oqouau (mgr.14166) 76 : cephadm [INF] Reconfiguring mon.smithi032 (monmap changed)... 2023-09-07T07:33:01.382 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.904045+0000 mon.smithi003 (mon.0) 251 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:33:01.382 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.904692+0000 mon.smithi003 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:33:01.382 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.905397+0000 mon.smithi003 (mon.0) 253 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:01.383 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:00.906099+0000 mgr.smithi003.oqouau (mgr.14166) 77 : cephadm [INF] Reconfiguring daemon mon.smithi032 on smithi032 2023-09-07T07:33:01.383 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.947139+0000 mgr.smithi003.oqouau (mgr.14166) 78 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:01.383 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.947861+0000 mon.smithi003 (mon.0) 254 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:01.383 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.949134+0000 mon.smithi003 (mon.0) 255 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:01.383 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:00.949721+0000 mon.smithi003 (mon.0) 256 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:01.434 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.0[118626]: debug 2023-09-07T07:33:01.130+0000 7f0f79d25700 -1 osd.0 0 waiting for initial osdmap 2023-09-07T07:33:01.434 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.0[118626]: debug 2023-09-07T07:33:01.134+0000 7f0f7549f700 -1 osd.0 8 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:33:01.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:00.038134+0000 mgr.smithi003.oqouau (mgr.14166) 74 : cephadm [INF] Reconfiguring mgr.smithi032.jvdzvt (monmap changed)... 2023-09-07T07:33:01.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:00.040775+0000 mgr.smithi003.oqouau (mgr.14166) 75 : cephadm [INF] Reconfiguring daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:33:01.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.125095+0000 mon.smithi003 (mon.0) 246 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:33:01.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:00.125169+0000 mon.smithi003 (mon.0) 247 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2023-09-07T07:33:01.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.125640+0000 mon.smithi003 (mon.0) 248 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:01.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.126173+0000 mon.smithi003 (mon.0) 249 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:01.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.903259+0000 mon.smithi003 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:01.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:00.903789+0000 mgr.smithi003.oqouau (mgr.14166) 76 : cephadm [INF] Reconfiguring mon.smithi032 (monmap changed)... 2023-09-07T07:33:01.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.904045+0000 mon.smithi003 (mon.0) 251 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:33:01.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.904692+0000 mon.smithi003 (mon.0) 252 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:33:01.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.905397+0000 mon.smithi003 (mon.0) 253 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:01.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:00.906099+0000 mgr.smithi003.oqouau (mgr.14166) 77 : cephadm [INF] Reconfiguring daemon mon.smithi032 on smithi032 2023-09-07T07:33:01.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.947139+0000 mgr.smithi003.oqouau (mgr.14166) 78 : audit [DBG] from='client.14242 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:01.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.947861+0000 mon.smithi003 (mon.0) 254 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:01.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.949134+0000 mon.smithi003 (mon.0) 255 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:01.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:00.949721+0000 mon.smithi003 (mon.0) 256 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:02.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:01.127272+0000 mon.smithi003 (mon.0) 257 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:01.127382+0000 mon.smithi003 (mon.0) 258 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-09-07T07:33:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:01.127901+0000 mon.smithi003 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:01.133062+0000 mon.smithi003 (mon.0) 260 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:01.804714+0000 mon.smithi003 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:01.809508+0000 mon.smithi003 (mon.0) 262 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:33:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:01.810011+0000 mgr.smithi003.oqouau (mgr.14166) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:33:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:01.870745+0000 mgr.smithi003.oqouau (mgr.14166) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:33:02.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:01.127272+0000 mon.smithi003 (mon.0) 257 : audit [INF] from='osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:02.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:01.127382+0000 mon.smithi003 (mon.0) 258 : cluster [DBG] osdmap e8: 1 total, 0 up, 1 in 2023-09-07T07:33:02.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:01.127901+0000 mon.smithi003 (mon.0) 259 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:02.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:01.133062+0000 mon.smithi003 (mon.0) 260 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:02.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:01.804714+0000 mon.smithi003 (mon.0) 261 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:02.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:01.809508+0000 mon.smithi003 (mon.0) 262 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:33:02.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:01.810011+0000 mgr.smithi003.oqouau (mgr.14166) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:33:02.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:01.870745+0000 mgr.smithi003.oqouau (mgr.14166) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-07T07:33:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:00.556704+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:03.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:00.556885+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:03.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:02.132517+0000 mon.smithi003 (mon.0) 263 : cluster [INF] osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450] boot 2023-09-07T07:33:03.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:02.132556+0000 mon.smithi003 (mon.0) 264 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-09-07T07:33:03.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:02.133101+0000 mon.smithi003 (mon.0) 265 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:03.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:02.657641+0000 mon.smithi003 (mon.0) 266 : audit [INF] from='client.? 172.21.15.3:0/2726131458' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbafff40-3017-45fe-9ede-06f6a6e2cd7a"}]: dispatch 2023-09-07T07:33:03.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:02.661376+0000 mon.smithi003 (mon.0) 267 : audit [INF] from='client.? 172.21.15.3:0/2726131458' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbafff40-3017-45fe-9ede-06f6a6e2cd7a"}]': finished 2023-09-07T07:33:03.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:02.661419+0000 mon.smithi003 (mon.0) 268 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-09-07T07:33:03.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:02.661524+0000 mon.smithi003 (mon.0) 269 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:03.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:03.117016+0000 mon.smithi003 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.3:0/985310004' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:00.556704+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:00.556885+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:02.132517+0000 mon.smithi003 (mon.0) 263 : cluster [INF] osd.0 [v2:172.21.15.3:6802/3544601450,v1:172.21.15.3:6803/3544601450] boot 2023-09-07T07:33:03.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:02.132556+0000 mon.smithi003 (mon.0) 264 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2023-09-07T07:33:03.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:02.133101+0000 mon.smithi003 (mon.0) 265 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:33:03.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:02.657641+0000 mon.smithi003 (mon.0) 266 : audit [INF] from='client.? 172.21.15.3:0/2726131458' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cbafff40-3017-45fe-9ede-06f6a6e2cd7a"}]: dispatch 2023-09-07T07:33:03.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:02.661376+0000 mon.smithi003 (mon.0) 267 : audit [INF] from='client.? 172.21.15.3:0/2726131458' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cbafff40-3017-45fe-9ede-06f6a6e2cd7a"}]': finished 2023-09-07T07:33:03.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:02.661419+0000 mon.smithi003 (mon.0) 268 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2023-09-07T07:33:03.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:02.661524+0000 mon.smithi003 (mon.0) 269 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:03.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:03.117016+0000 mon.smithi003 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.3:0/985310004' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:04.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:03.871129+0000 mgr.smithi003.oqouau (mgr.14166) 81 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:04.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:03.871129+0000 mgr.smithi003.oqouau (mgr.14166) 81 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:07.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:05.871391+0000 mgr.smithi003.oqouau (mgr.14166) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:05.871391+0000 mgr.smithi003.oqouau (mgr.14166) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:08.153 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:07.431538+0000 mon.smithi003 (mon.0) 271 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:33:08.153 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:07.432411+0000 mon.smithi003 (mon.0) 272 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:08.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:07.431538+0000 mon.smithi003 (mon.0) 271 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:33:08.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:07.432411+0000 mon.smithi003 (mon.0) 272 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:09.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:07.433096+0000 mgr.smithi003.oqouau (mgr.14166) 83 : cephadm [INF] Deploying daemon osd.1 on smithi003 2023-09-07T07:33:09.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:07.871654+0000 mgr.smithi003.oqouau (mgr.14166) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:07.433096+0000 mgr.smithi003.oqouau (mgr.14166) 83 : cephadm [INF] Deploying daemon osd.1 on smithi003 2023-09-07T07:33:09.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:07.871654+0000 mgr.smithi003.oqouau (mgr.14166) 84 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:10.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:09.871999+0000 mgr.smithi003.oqouau (mgr.14166) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:10.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:09.871999+0000 mgr.smithi003.oqouau (mgr.14166) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:10.728 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 1 on host 'smithi003' 2023-09-07T07:33:11.069 DEBUG:teuthology.orchestra.run.smithi003:osd.1> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.1.service 2023-09-07T07:33:11.071 INFO:tasks.cephadm:Deploying osd.2 on smithi003 with /dev/vg_nvme/lv_2... 2023-09-07T07:33:11.071 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-07T07:33:11.113 INFO:journalctl@ceph.osd.1.smithi003.stdout:-- Logs begin at Thu 2023-09-07 07:20:39 UTC. -- 2023-09-07T07:33:11.358 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1[121274]: debug 2023-09-07T07:33:11.187+0000 7fc60f950080 -1 Falling back to public interface 2023-09-07T07:33:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.720700+0000 mon.smithi003 (mon.0) 273 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.725007+0000 mon.smithi003 (mon.0) 274 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.734228+0000 mon.smithi003 (mon.0) 275 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.3:9093"}]: dispatch 2023-09-07T07:33:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.734706+0000 mgr.smithi003.oqouau (mgr.14166) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.3:9093"}]: dispatch 2023-09-07T07:33:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.743057+0000 mon.smithi003 (mon.0) 276 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.747015+0000 mon.smithi003 (mon.0) 277 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:33:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.747370+0000 mgr.smithi003.oqouau (mgr.14166) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:33:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.752614+0000 mon.smithi003 (mon.0) 278 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.3:3000"}]: dispatch 2023-09-07T07:33:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.752917+0000 mgr.smithi003.oqouau (mgr.14166) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.3:3000"}]: dispatch 2023-09-07T07:33:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.756851+0000 mon.smithi003 (mon.0) 279 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.760668+0000 mon.smithi003 (mon.0) 280 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.761074+0000 mgr.smithi003.oqouau (mgr.14166) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.768104+0000 mon.smithi003 (mon.0) 281 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.3:9095"}]: dispatch 2023-09-07T07:33:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.768448+0000 mgr.smithi003.oqouau (mgr.14166) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.3:9095"}]: dispatch 2023-09-07T07:33:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.772606+0000 mon.smithi003 (mon.0) 282 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.774493+0000 mon.smithi003 (mon.0) 283 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:11.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.775718+0000 mon.smithi003 (mon.0) 284 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:11.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:10.776673+0000 mon.smithi003 (mon.0) 285 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:12.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.720700+0000 mon.smithi003 (mon.0) 273 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:12.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.725007+0000 mon.smithi003 (mon.0) 274 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:12.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.734228+0000 mon.smithi003 (mon.0) 275 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.3:9093"}]: dispatch 2023-09-07T07:33:12.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.734706+0000 mgr.smithi003.oqouau (mgr.14166) 86 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.3:9093"}]: dispatch 2023-09-07T07:33:12.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.743057+0000 mon.smithi003 (mon.0) 276 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:12.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.747015+0000 mon.smithi003 (mon.0) 277 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:33:12.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.747370+0000 mgr.smithi003.oqouau (mgr.14166) 87 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:33:12.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.752614+0000 mon.smithi003 (mon.0) 278 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.3:3000"}]: dispatch 2023-09-07T07:33:12.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.752917+0000 mgr.smithi003.oqouau (mgr.14166) 88 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.3:3000"}]: dispatch 2023-09-07T07:33:12.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.756851+0000 mon.smithi003 (mon.0) 279 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:12.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.760668+0000 mon.smithi003 (mon.0) 280 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:12.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.761074+0000 mgr.smithi003.oqouau (mgr.14166) 89 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:33:12.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.768104+0000 mon.smithi003 (mon.0) 281 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.3:9095"}]: dispatch 2023-09-07T07:33:12.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.768448+0000 mgr.smithi003.oqouau (mgr.14166) 90 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.3:9095"}]: dispatch 2023-09-07T07:33:12.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.772606+0000 mon.smithi003 (mon.0) 282 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:12.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.774493+0000 mon.smithi003 (mon.0) 283 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:12.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.775718+0000 mon.smithi003 (mon.0) 284 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:12.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:10.776673+0000 mon.smithi003 (mon.0) 285 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:12.909 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-07T07:33:12.910 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-07T07:33:12.910 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10+0 records in 2023-09-07T07:33:12.910 INFO:teuthology.orchestra.run.smithi003.stderr:10+0 records out 2023-09-07T07:33:12.910 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.015768 s, 665 MB/s 2023-09-07T07:33:12.911 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping successful for: 2023-09-07T07:33:13.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:11.872357+0000 mgr.smithi003.oqouau (mgr.14166) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:13.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:11.880727+0000 mon.smithi003 (mon.0) 286 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:11.872357+0000 mgr.smithi003.oqouau (mgr.14166) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:11.880727+0000 mon.smithi003 (mon.0) 286 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:13.426 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi003:vg_nvme/lv_2 2023-09-07T07:33:14.185 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:33:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1[121274]: debug 2023-09-07T07:33:13.910+0000 7fc60f950080 -1 osd.1 0 log_to_monitors {default=true} 2023-09-07T07:33:15.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:13.872613+0000 mgr.smithi003.oqouau (mgr.14166) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:15.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:13.915471+0000 mon.smithi003 (mon.0) 287 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:33:15.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:13.970763+0000 mon.smithi003 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:15.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:13.872613+0000 mgr.smithi003.oqouau (mgr.14166) 92 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:15.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:13.915471+0000 mon.smithi003 (mon.0) 287 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:33:15.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:13.970763+0000 mon.smithi003 (mon.0) 288 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:16.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:14.888960+0000 mon.smithi003 (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:33:16.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:14.889046+0000 mon.smithi003 (mon.0) 290 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-09-07T07:33:16.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:14.889168+0000 mon.smithi003 (mon.0) 291 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:16.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:14.889539+0000 mon.smithi003 (mon.0) 292 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:16.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:15.137430+0000 mon.smithi003 (mon.0) 293 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:16.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:15.138802+0000 mon.smithi003 (mon.0) 294 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:16.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:15.139411+0000 mon.smithi003 (mon.0) 295 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:16.185 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1[121274]: debug 2023-09-07T07:33:15.894+0000 7fc6076b6700 -1 osd.1 0 waiting for initial osdmap 2023-09-07T07:33:16.185 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1[121274]: debug 2023-09-07T07:33:15.900+0000 7fc60062b700 -1 osd.1 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:33:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:14.888960+0000 mon.smithi003 (mon.0) 289 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:33:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:14.889046+0000 mon.smithi003 (mon.0) 290 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2023-09-07T07:33:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:14.889168+0000 mon.smithi003 (mon.0) 291 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:14.889539+0000 mon.smithi003 (mon.0) 292 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:15.137430+0000 mon.smithi003 (mon.0) 293 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:16.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:15.138802+0000 mon.smithi003 (mon.0) 294 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:16.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:15.139411+0000 mon.smithi003 (mon.0) 295 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:15.136591+0000 mgr.smithi003.oqouau (mgr.14166) 93 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:15.872908+0000 mgr.smithi003.oqouau (mgr.14166) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:15.891770+0000 mon.smithi003 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:15.891867+0000 mon.smithi003 (mon.0) 297 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-09-07T07:33:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:15.892453+0000 mon.smithi003 (mon.0) 298 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:15.897598+0000 mon.smithi003 (mon.0) 299 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:16.845272+0000 mon.smithi003 (mon.0) 300 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:15.136591+0000 mgr.smithi003.oqouau (mgr.14166) 93 : audit [DBG] from='client.14260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:15.872908+0000 mgr.smithi003.oqouau (mgr.14166) 94 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:15.891770+0000 mon.smithi003 (mon.0) 296 : audit [INF] from='osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:15.891867+0000 mon.smithi003 (mon.0) 297 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2023-09-07T07:33:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:15.892453+0000 mon.smithi003 (mon.0) 298 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:15.897598+0000 mon.smithi003 (mon.0) 299 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:17.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:16.845272+0000 mon.smithi003 (mon.0) 300 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:18.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:14.867221+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:18.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:14.867326+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:18.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:16.839955+0000 mgr.smithi003.oqouau (mgr.14166) 95 : cephadm [INF] Detected new or changed devices on smithi003 2023-09-07T07:33:18.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:16.895728+0000 mon.smithi003 (mon.0) 301 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:18.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:16.901292+0000 mon.smithi003 (mon.0) 302 : cluster [INF] osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708] boot 2023-09-07T07:33:18.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:16.901344+0000 mon.smithi003 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-09-07T07:33:18.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:16.902038+0000 mon.smithi003 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:18.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.118773+0000 mon.smithi003 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:18.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.119502+0000 mon.smithi003 (mon.0) 306 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:18.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.125797+0000 mon.smithi003 (mon.0) 307 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:18.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.132812+0000 mon.smithi003 (mon.0) 308 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:18.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.136107+0000 mon.smithi003 (mon.0) 309 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:18.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.137156+0000 mon.smithi003 (mon.0) 310 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:18.089 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.137798+0000 mon.smithi003 (mon.0) 311 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:18.089 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.428197+0000 mon.smithi003 (mon.0) 312 : audit [INF] from='client.? 172.21.15.3:0/951247505' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6694964b-2a6f-4e5f-90c8-1c7bb10d562f"}]: dispatch 2023-09-07T07:33:18.089 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.436538+0000 mon.smithi003 (mon.0) 313 : audit [INF] from='client.? 172.21.15.3:0/951247505' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6694964b-2a6f-4e5f-90c8-1c7bb10d562f"}]': finished 2023-09-07T07:33:18.089 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:17.436609+0000 mon.smithi003 (mon.0) 314 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2023-09-07T07:33:18.089 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.436759+0000 mon.smithi003 (mon.0) 315 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:18.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:17.895242+0000 mon.smithi003 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.3:0/1902811795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:18.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:14.867221+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:18.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:14.867326+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:18.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:16.839955+0000 mgr.smithi003.oqouau (mgr.14166) 95 : cephadm [INF] Detected new or changed devices on smithi003 2023-09-07T07:33:18.147 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:16.895728+0000 mon.smithi003 (mon.0) 301 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:18.148 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:16.901292+0000 mon.smithi003 (mon.0) 302 : cluster [INF] osd.1 [v2:172.21.15.3:6810/3928937708,v1:172.21.15.3:6811/3928937708] boot 2023-09-07T07:33:18.148 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:16.901344+0000 mon.smithi003 (mon.0) 303 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2023-09-07T07:33:18.148 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:16.902038+0000 mon.smithi003 (mon.0) 304 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:33:18.148 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.118773+0000 mon.smithi003 (mon.0) 305 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:18.148 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.119502+0000 mon.smithi003 (mon.0) 306 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:18.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.125797+0000 mon.smithi003 (mon.0) 307 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:18.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.132812+0000 mon.smithi003 (mon.0) 308 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:18.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.136107+0000 mon.smithi003 (mon.0) 309 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:18.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.137156+0000 mon.smithi003 (mon.0) 310 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:18.149 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.137798+0000 mon.smithi003 (mon.0) 311 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:18.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.428197+0000 mon.smithi003 (mon.0) 312 : audit [INF] from='client.? 172.21.15.3:0/951247505' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6694964b-2a6f-4e5f-90c8-1c7bb10d562f"}]: dispatch 2023-09-07T07:33:18.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.436538+0000 mon.smithi003 (mon.0) 313 : audit [INF] from='client.? 172.21.15.3:0/951247505' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6694964b-2a6f-4e5f-90c8-1c7bb10d562f"}]': finished 2023-09-07T07:33:18.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:17.436609+0000 mon.smithi003 (mon.0) 314 : cluster [DBG] osdmap e14: 3 total, 2 up, 3 in 2023-09-07T07:33:18.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.436759+0000 mon.smithi003 (mon.0) 315 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:18.150 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:17.895242+0000 mon.smithi003 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.3:0/1902811795' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:19.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:17.119990+0000 mgr.smithi003.oqouau (mgr.14166) 96 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 6447M 2023-09-07T07:33:19.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:17.873191+0000 mgr.smithi003.oqouau (mgr.14166) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:19.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:18.348963+0000 mon.smithi003 (mon.0) 317 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:17.119990+0000 mgr.smithi003.oqouau (mgr.14166) 96 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 6447M 2023-09-07T07:33:19.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:17.873191+0000 mgr.smithi003.oqouau (mgr.14166) 97 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 4.7 MiB used, 89 GiB / 89 GiB avail 2023-09-07T07:33:19.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:18.348963+0000 mon.smithi003 (mon.0) 317 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:20.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:18.914007+0000 mon.smithi003 (mon.0) 318 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-09-07T07:33:20.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:18.914932+0000 mon.smithi003 (mon.0) 319 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:20.183 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:19.623033+0000 mon.smithi003 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:20.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:18.914007+0000 mon.smithi003 (mon.0) 318 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2023-09-07T07:33:20.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:18.914932+0000 mon.smithi003 (mon.0) 319 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:20.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:19.623033+0000 mon.smithi003 (mon.0) 320 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:21.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:19.873538+0000 mgr.smithi003.oqouau (mgr.14166) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:19.873538+0000 mgr.smithi003.oqouau (mgr.14166) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:23.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:21.873811+0000 mgr.smithi003.oqouau (mgr.14166) 99 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:23.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:22.756415+0000 mon.smithi003 (mon.0) 321 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:23.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:22.761805+0000 mon.smithi003 (mon.0) 322 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:21.873811+0000 mgr.smithi003.oqouau (mgr.14166) 99 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:22.756415+0000 mon.smithi003 (mon.0) 321 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:22.761805+0000 mon.smithi003 (mon.0) 322 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:24.125 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:22.751682+0000 mgr.smithi003.oqouau (mgr.14166) 100 : cephadm [INF] Detected new or changed devices on smithi003 2023-09-07T07:33:24.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:23.437065+0000 mon.smithi003 (mon.0) 323 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:33:24.126 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:23.437930+0000 mon.smithi003 (mon.0) 324 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:24.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:22.751682+0000 mgr.smithi003.oqouau (mgr.14166) 100 : cephadm [INF] Detected new or changed devices on smithi003 2023-09-07T07:33:24.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:23.437065+0000 mon.smithi003 (mon.0) 323 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:33:24.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:23.437930+0000 mon.smithi003 (mon.0) 324 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:25.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:23.438565+0000 mgr.smithi003.oqouau (mgr.14166) 101 : cephadm [INF] Deploying daemon osd.2 on smithi003 2023-09-07T07:33:25.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:23.874243+0000 mgr.smithi003.oqouau (mgr.14166) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:23.438565+0000 mgr.smithi003.oqouau (mgr.14166) 101 : cephadm [INF] Deploying daemon osd.2 on smithi003 2023-09-07T07:33:25.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:23.874243+0000 mgr.smithi003.oqouau (mgr.14166) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:25.929 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 2 on host 'smithi003' 2023-09-07T07:33:26.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:25.914221+0000 mon.smithi003 (mon.0) 325 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:26.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:25.916065+0000 mon.smithi003 (mon.0) 326 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:26.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:25.918529+0000 mon.smithi003 (mon.0) 327 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:26.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:25.918777+0000 mon.smithi003 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:26.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:25.925633+0000 mon.smithi003 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:26.264 DEBUG:teuthology.orchestra.run.smithi003:osd.2> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.2.service 2023-09-07T07:33:26.266 INFO:tasks.cephadm:Deploying osd.3 on smithi003 with /dev/vg_nvme/lv_1... 2023-09-07T07:33:26.266 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-07T07:33:26.306 INFO:journalctl@ceph.osd.2.smithi003.stdout:-- Logs begin at Thu 2023-09-07 07:20:39 UTC. -- 2023-09-07T07:33:26.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:25.914221+0000 mon.smithi003 (mon.0) 325 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:26.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:25.916065+0000 mon.smithi003 (mon.0) 326 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:26.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:25.918529+0000 mon.smithi003 (mon.0) 327 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:26.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:25.918777+0000 mon.smithi003 (mon.0) 328 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:26.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:25.925633+0000 mon.smithi003 (mon.0) 329 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:26.595 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:33:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2[125134]: debug 2023-09-07T07:33:26.385+0000 7fa9c4d28080 -1 Falling back to public interface 2023-09-07T07:33:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:25.874611+0000 mgr.smithi003.oqouau (mgr.14166) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:25.874611+0000 mgr.smithi003.oqouau (mgr.14166) 103 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:28.104 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-07T07:33:28.105 INFO:teuthology.orchestra.run.smithi003.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-07T07:33:28.105 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10+0 records in 2023-09-07T07:33:28.105 INFO:teuthology.orchestra.run.smithi003.stderr:10+0 records out 2023-09-07T07:33:28.105 INFO:teuthology.orchestra.run.smithi003.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0173901 s, 603 MB/s 2023-09-07T07:33:28.105 INFO:teuthology.orchestra.run.smithi003.stderr:--> Zapping successful for: 2023-09-07T07:33:28.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:27.330771+0000 mon.smithi003 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:28.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:27.874870+0000 mgr.smithi003.oqouau (mgr.14166) 104 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:28.652 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi003:vg_nvme/lv_1 2023-09-07T07:33:28.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:27.330771+0000 mon.smithi003 (mon.0) 330 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:28.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:27.874870+0000 mgr.smithi003.oqouau (mgr.14166) 104 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:29.435 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:33:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2[125134]: debug 2023-09-07T07:33:29.134+0000 7fa9c4d28080 -1 osd.2 0 log_to_monitors {default=true} 2023-09-07T07:33:30.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:29.139938+0000 mon.smithi003 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:33:30.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:29.159104+0000 mon.smithi003 (mon.0) 332 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:30.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:29.875182+0000 mgr.smithi003.oqouau (mgr.14166) 105 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:30.424 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:29.139938+0000 mon.smithi003 (mon.0) 331 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:33:30.425 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:29.159104+0000 mon.smithi003 (mon.0) 332 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:30.425 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:29.875182+0000 mgr.smithi003.oqouau (mgr.14166) 105 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:31.393 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2[125134]: debug 2023-09-07T07:33:31.135+0000 7fa9bb28b700 -1 osd.2 0 waiting for initial osdmap 2023-09-07T07:33:31.393 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2[125134]: debug 2023-09-07T07:33:31.139+0000 7fa9b7a07700 -1 osd.2 17 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:33:31.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:30.130577+0000 mon.smithi003 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:33:31.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:30.130647+0000 mon.smithi003 (mon.0) 334 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-09-07T07:33:31.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:30.130787+0000 mon.smithi003 (mon.0) 335 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:31.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:30.131247+0000 mon.smithi003 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:31.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:30.197739+0000 mgr.smithi003.oqouau (mgr.14166) 106 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:31.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:30.198556+0000 mon.smithi003 (mon.0) 337 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:31.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:30.199950+0000 mon.smithi003 (mon.0) 338 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:31.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:30.200642+0000 mon.smithi003 (mon.0) 339 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:31.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:30.130577+0000 mon.smithi003 (mon.0) 333 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:33:31.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:30.130647+0000 mon.smithi003 (mon.0) 334 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2023-09-07T07:33:31.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:30.130787+0000 mon.smithi003 (mon.0) 335 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:31.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:30.131247+0000 mon.smithi003 (mon.0) 336 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:31.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:30.197739+0000 mgr.smithi003.oqouau (mgr.14166) 106 : audit [DBG] from='client.14278 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi003:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:31.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:30.198556+0000 mon.smithi003 (mon.0) 337 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:31.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:30.199950+0000 mon.smithi003 (mon.0) 338 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:31.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:30.200642+0000 mon.smithi003 (mon.0) 339 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:32.142 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:31.131535+0000 mon.smithi003 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:32.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:31.131601+0000 mon.smithi003 (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-09-07T07:33:32.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:31.131998+0000 mon.smithi003 (mon.0) 342 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:32.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:31.136814+0000 mon.smithi003 (mon.0) 343 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:32.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:31.875479+0000 mgr.smithi003.oqouau (mgr.14166) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:32.143 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.041102+0000 mon.smithi003 (mon.0) 344 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:32.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.042162+0000 mon.smithi003 (mon.0) 345 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:32.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.042876+0000 mon.smithi003 (mon.0) 346 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:32.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.043549+0000 mon.smithi003 (mon.0) 347 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:32.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.047619+0000 mon.smithi003 (mon.0) 348 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:32.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.051161+0000 mon.smithi003 (mon.0) 349 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:32.144 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.054503+0000 mon.smithi003 (mon.0) 350 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:32.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.055509+0000 mon.smithi003 (mon.0) 351 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:32.145 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.056138+0000 mon.smithi003 (mon.0) 352 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:32.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:31.131535+0000 mon.smithi003 (mon.0) 340 : audit [INF] from='osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:32.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:31.131601+0000 mon.smithi003 (mon.0) 341 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2023-09-07T07:33:32.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:31.131998+0000 mon.smithi003 (mon.0) 342 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:32.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:31.136814+0000 mon.smithi003 (mon.0) 343 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:32.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:31.875479+0000 mgr.smithi003.oqouau (mgr.14166) 107 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 9.5 MiB used, 179 GiB / 179 GiB avail 2023-09-07T07:33:32.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.041102+0000 mon.smithi003 (mon.0) 344 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:32.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.042162+0000 mon.smithi003 (mon.0) 345 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:32.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.042876+0000 mon.smithi003 (mon.0) 346 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:32.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.043549+0000 mon.smithi003 (mon.0) 347 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:32.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.047619+0000 mon.smithi003 (mon.0) 348 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:32.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.051161+0000 mon.smithi003 (mon.0) 349 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:32.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.054503+0000 mon.smithi003 (mon.0) 350 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:32.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.055509+0000 mon.smithi003 (mon.0) 351 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:32.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.056138+0000 mon.smithi003 (mon.0) 352 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:30.144315+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:33.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:30.144460+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:33.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:32.044087+0000 mgr.smithi003.oqouau (mgr.14166) 108 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 4298M 2023-09-07T07:33:33.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:32.139245+0000 mon.smithi003 (mon.0) 353 : cluster [INF] osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542] boot 2023-09-07T07:33:33.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:32.139296+0000 mon.smithi003 (mon.0) 354 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-09-07T07:33:33.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.139744+0000 mon.smithi003 (mon.0) 355 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:33.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.690894+0000 mon.smithi003 (mon.0) 356 : audit [INF] from='client.? 172.21.15.3:0/4171158849' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69130f7a-f274-487c-99c1-312cfe076bdf"}]: dispatch 2023-09-07T07:33:33.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.695194+0000 mon.smithi003 (mon.0) 357 : audit [INF] from='client.? 172.21.15.3:0/4171158849' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69130f7a-f274-487c-99c1-312cfe076bdf"}]': finished 2023-09-07T07:33:33.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:32.695245+0000 mon.smithi003 (mon.0) 358 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-09-07T07:33:33.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:32.695362+0000 mon.smithi003 (mon.0) 359 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:33.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:30.144315+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:33.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:30.144460+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:33.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:32.044087+0000 mgr.smithi003.oqouau (mgr.14166) 108 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 4298M 2023-09-07T07:33:33.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:32.139245+0000 mon.smithi003 (mon.0) 353 : cluster [INF] osd.2 [v2:172.21.15.3:6818/1862452542,v1:172.21.15.3:6819/1862452542] boot 2023-09-07T07:33:33.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:32.139296+0000 mon.smithi003 (mon.0) 354 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2023-09-07T07:33:33.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.139744+0000 mon.smithi003 (mon.0) 355 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:33:33.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.690894+0000 mon.smithi003 (mon.0) 356 : audit [INF] from='client.? 172.21.15.3:0/4171158849' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "69130f7a-f274-487c-99c1-312cfe076bdf"}]: dispatch 2023-09-07T07:33:33.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.695194+0000 mon.smithi003 (mon.0) 357 : audit [INF] from='client.? 172.21.15.3:0/4171158849' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "69130f7a-f274-487c-99c1-312cfe076bdf"}]': finished 2023-09-07T07:33:33.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:32.695245+0000 mon.smithi003 (mon.0) 358 : cluster [DBG] osdmap e19: 4 total, 3 up, 4 in 2023-09-07T07:33:33.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:32.695362+0000 mon.smithi003 (mon.0) 359 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:33.190420+0000 mon.smithi003 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.3:0/104284575' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:34.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:33.875846+0000 mgr.smithi003.oqouau (mgr.14166) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:34.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:33.190420+0000 mon.smithi003 (mon.0) 360 : audit [DBG] from='client.? 172.21.15.3:0/104284575' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:34.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:33.875846+0000 mgr.smithi003.oqouau (mgr.14166) 109 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:35.753 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:34.589601+0000 mon.smithi003 (mon.0) 361 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:35.754 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:34.595314+0000 mon.smithi003 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:34.589601+0000 mon.smithi003 (mon.0) 361 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:34.595314+0000 mon.smithi003 (mon.0) 362 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:36.792 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:35.876132+0000 mgr.smithi003.oqouau (mgr.14166) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:35.876132+0000 mgr.smithi003.oqouau (mgr.14166) 110 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:37.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:37.686257+0000 mon.smithi003 (mon.0) 363 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:33:37.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:37.687184+0000 mon.smithi003 (mon.0) 364 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:38.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:37.686257+0000 mon.smithi003 (mon.0) 363 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:33:38.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:37.687184+0000 mon.smithi003 (mon.0) 364 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:39.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:37.687889+0000 mgr.smithi003.oqouau (mgr.14166) 111 : cephadm [INF] Deploying daemon osd.3 on smithi003 2023-09-07T07:33:39.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:37.876430+0000 mgr.smithi003.oqouau (mgr.14166) 112 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:39.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:38.027829+0000 mon.smithi003 (mon.0) 365 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:33:39.147 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:38.028014+0000 mon.smithi003 (mon.0) 366 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:33:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:37.687889+0000 mgr.smithi003.oqouau (mgr.14166) 111 : cephadm [INF] Deploying daemon osd.3 on smithi003 2023-09-07T07:33:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:37.876430+0000 mgr.smithi003.oqouau (mgr.14166) 112 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:38.027829+0000 mon.smithi003 (mon.0) 365 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:33:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:38.028014+0000 mon.smithi003 (mon.0) 366 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:33:40.278 INFO:teuthology.orchestra.run.smithi003.stdout:Created osd(s) 3 on host 'smithi003' 2023-09-07T07:33:40.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:39.876810+0000 mgr.smithi003.oqouau (mgr.14166) 113 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:40.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:39.876810+0000 mgr.smithi003.oqouau (mgr.14166) 113 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:40.621 DEBUG:teuthology.orchestra.run.smithi003:osd.3> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.3.service 2023-09-07T07:33:40.623 INFO:tasks.cephadm:Deploying osd.4 on smithi032 with /dev/vg_nvme/lv_4... 2023-09-07T07:33:40.623 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-07T07:33:40.660 INFO:journalctl@ceph.osd.3.smithi003.stdout:-- Logs begin at Thu 2023-09-07 07:20:39 UTC. -- 2023-09-07T07:33:41.004 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:33:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3[128808]: debug 2023-09-07T07:33:40.738+0000 7fcc6ac27080 -1 Falling back to public interface 2023-09-07T07:33:41.311 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:40.261123+0000 mon.smithi003 (mon.0) 367 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:41.311 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:40.262953+0000 mon.smithi003 (mon.0) 368 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:41.311 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:40.263554+0000 mon.smithi003 (mon.0) 369 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:41.312 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:40.267272+0000 mon.smithi003 (mon.0) 370 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:41.312 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:40.274836+0000 mon.smithi003 (mon.0) 371 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:41.312 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:40.277191+0000 mon.smithi003 (mon.0) 372 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-09-07T07:33:41.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:40.261123+0000 mon.smithi003 (mon.0) 367 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:41.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:40.262953+0000 mon.smithi003 (mon.0) 368 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:41.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:40.263554+0000 mon.smithi003 (mon.0) 369 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:41.430 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:40.267272+0000 mon.smithi003 (mon.0) 370 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:41.431 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:40.274836+0000 mon.smithi003 (mon.0) 371 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:41.431 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:40.277191+0000 mon.smithi003 (mon.0) 372 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2023-09-07T07:33:42.115 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-07T07:33:42.115 INFO:teuthology.orchestra.run.smithi032.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-07T07:33:42.115 INFO:teuthology.orchestra.run.smithi032.stderr: stderr: 10+0 records in 2023-09-07T07:33:42.115 INFO:teuthology.orchestra.run.smithi032.stderr:10+0 records out 2023-09-07T07:33:42.116 INFO:teuthology.orchestra.run.smithi032.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00886195 s, 1.2 GB/s 2023-09-07T07:33:42.116 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping successful for: 2023-09-07T07:33:42.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:41.276814+0000 mon.smithi003 (mon.0) 373 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-09-07T07:33:42.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:41.276881+0000 mon.smithi003 (mon.0) 374 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-09-07T07:33:42.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:41.277042+0000 mon.smithi003 (mon.0) 375 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:42.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:41.277886+0000 mon.smithi003 (mon.0) 376 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-09-07T07:33:42.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:41.877254+0000 mgr.smithi003.oqouau (mgr.14166) 114 : cluster [DBG] pgmap v71: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:42.506 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi032:vg_nvme/lv_4 2023-09-07T07:33:42.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:41.276814+0000 mon.smithi003 (mon.0) 373 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2023-09-07T07:33:42.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:41.276881+0000 mon.smithi003 (mon.0) 374 : cluster [DBG] osdmap e20: 4 total, 3 up, 4 in 2023-09-07T07:33:42.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:41.277042+0000 mon.smithi003 (mon.0) 375 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:42.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:41.277886+0000 mon.smithi003 (mon.0) 376 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-09-07T07:33:42.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:41.877254+0000 mgr.smithi003.oqouau (mgr.14166) 114 : cluster [DBG] pgmap v71: 1 pgs: 1 unknown; 0 B data, 14 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:43.481 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:42.281415+0000 mon.smithi003 (mon.0) 377 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-09-07T07:33:43.482 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:42.281499+0000 mon.smithi003 (mon.0) 378 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-09-07T07:33:43.482 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:42.281641+0000 mon.smithi003 (mon.0) 379 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:43.482 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:43.059889+0000 mon.smithi003 (mon.0) 380 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:43.558 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:33:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3[128808]: debug 2023-09-07T07:33:43.471+0000 7fcc6ac27080 -1 osd.3 0 log_to_monitors {default=true} 2023-09-07T07:33:43.559 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:42.281415+0000 mon.smithi003 (mon.0) 377 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-09-07T07:33:43.559 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:42.281499+0000 mon.smithi003 (mon.0) 378 : cluster [DBG] osdmap e21: 4 total, 3 up, 4 in 2023-09-07T07:33:43.559 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:42.281641+0000 mon.smithi003 (mon.0) 379 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:43.560 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:43.059889+0000 mon.smithi003 (mon.0) 380 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:44.536 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:43.476371+0000 mon.smithi003 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:33:44.536 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:43.865231+0000 mgr.smithi003.oqouau (mgr.14166) 115 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:44.536 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:43.866250+0000 mon.smithi003 (mon.0) 382 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:44.536 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:43.868205+0000 mon.smithi003 (mon.0) 383 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:44.536 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:43.868993+0000 mon.smithi003 (mon.0) 384 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:44.537 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:43.877557+0000 mgr.smithi003.oqouau (mgr.14166) 116 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:44.537 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:44.063386+0000 mon.smithi003 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:33:44.537 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:44.063472+0000 mon.smithi003 (mon.0) 386 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-09-07T07:33:44.537 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:44.063613+0000 mon.smithi003 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:44.538 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:44.064051+0000 mon.smithi003 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:43.476371+0000 mon.smithi003 (mon.0) 381 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:33:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:43.865231+0000 mgr.smithi003.oqouau (mgr.14166) 115 : audit [DBG] from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:44.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:43.866250+0000 mon.smithi003 (mon.0) 382 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:44.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:43.868205+0000 mon.smithi003 (mon.0) 383 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:44.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:43.868993+0000 mon.smithi003 (mon.0) 384 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:44.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:43.877557+0000 mgr.smithi003.oqouau (mgr.14166) 116 : cluster [DBG] pgmap v73: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:44.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:44.063386+0000 mon.smithi003 (mon.0) 385 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:33:44.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:44.063472+0000 mon.smithi003 (mon.0) 386 : cluster [DBG] osdmap e22: 4 total, 3 up, 4 in 2023-09-07T07:33:44.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:44.063613+0000 mon.smithi003 (mon.0) 387 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:44.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:44.064051+0000 mon.smithi003 (mon.0) 388 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:33:45.226 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:33:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3[128808]: debug 2023-09-07T07:33:45.066+0000 7fcc6118a700 -1 osd.3 0 waiting for initial osdmap 2023-09-07T07:33:45.226 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:33:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3[128808]: debug 2023-09-07T07:33:45.071+0000 7fcc5b101700 -1 osd.3 23 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:33:46.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.063410+0000 mon.smithi003 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:46.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:45.063492+0000 mon.smithi003 (mon.0) 390 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-09-07T07:33:46.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.063632+0000 mon.smithi003 (mon.0) 391 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:46.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.067377+0000 mon.smithi003 (mon.0) 392 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:46.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:45.555685+0000 mgr.smithi003.oqouau (mgr.14166) 117 : cephadm [INF] Detected new or changed devices on smithi003 2023-09-07T07:33:46.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.561067+0000 mon.smithi003 (mon.0) 393 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:46.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.562165+0000 mon.smithi003 (mon.0) 394 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.562897+0000 mon.smithi003 (mon.0) 395 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.563594+0000 mon.smithi003 (mon.0) 396 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.564275+0000 mon.smithi003 (mon.0) 397 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:45.564788+0000 mgr.smithi003.oqouau (mgr.14166) 118 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 3223M 2023-09-07T07:33:46.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.567892+0000 mon.smithi003 (mon.0) 398 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:46.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.571032+0000 mon.smithi003 (mon.0) 399 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:46.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.574285+0000 mon.smithi003 (mon.0) 400 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:46.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.575236+0000 mon.smithi003 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:46.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.575857+0000 mon.smithi003 (mon.0) 402 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:46.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.624906+0000 mon.smithi032 (mon.1) 2 : audit [INF] from='client.? 172.21.15.32:0/1538906078' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b834340-65a5-44b9-8822-786631dafd2a"}]: dispatch 2023-09-07T07:33:46.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.625398+0000 mon.smithi003 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b834340-65a5-44b9-8822-786631dafd2a"}]: dispatch 2023-09-07T07:33:46.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:45.630118+0000 mon.smithi003 (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513] boot 2023-09-07T07:33:46.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.630179+0000 mon.smithi003 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b834340-65a5-44b9-8822-786631dafd2a"}]': finished 2023-09-07T07:33:46.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:45.630257+0000 mon.smithi003 (mon.0) 406 : cluster [DBG] osdmap e24: 5 total, 4 up, 5 in 2023-09-07T07:33:46.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.630417+0000 mon.smithi003 (mon.0) 407 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:46.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:45.630993+0000 mon.smithi003 (mon.0) 408 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:46.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:45.877848+0000 mgr.smithi003.oqouau (mgr.14166) 119 : cluster [DBG] pgmap v77: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:46.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.063410+0000 mon.smithi003 (mon.0) 389 : audit [INF] from='osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-09-07T07:33:46.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:45.063492+0000 mon.smithi003 (mon.0) 390 : cluster [DBG] osdmap e23: 4 total, 3 up, 4 in 2023-09-07T07:33:46.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.063632+0000 mon.smithi003 (mon.0) 391 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:46.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.067377+0000 mon.smithi003 (mon.0) 392 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:46.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:45.555685+0000 mgr.smithi003.oqouau (mgr.14166) 117 : cephadm [INF] Detected new or changed devices on smithi003 2023-09-07T07:33:46.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.561067+0000 mon.smithi003 (mon.0) 393 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:46.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.562165+0000 mon.smithi003 (mon.0) 394 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.562897+0000 mon.smithi003 (mon.0) 395 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.563594+0000 mon.smithi003 (mon.0) 396 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.564275+0000 mon.smithi003 (mon.0) 397 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:46.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:45.564788+0000 mgr.smithi003.oqouau (mgr.14166) 118 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 3223M 2023-09-07T07:33:46.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.567892+0000 mon.smithi003 (mon.0) 398 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:46.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.571032+0000 mon.smithi003 (mon.0) 399 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:46.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.574285+0000 mon.smithi003 (mon.0) 400 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:46.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.575236+0000 mon.smithi003 (mon.0) 401 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:46.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.575857+0000 mon.smithi003 (mon.0) 402 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:46.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.624906+0000 mon.smithi032 (mon.1) 2 : audit [INF] from='client.? 172.21.15.32:0/1538906078' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b834340-65a5-44b9-8822-786631dafd2a"}]: dispatch 2023-09-07T07:33:46.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.625398+0000 mon.smithi003 (mon.0) 403 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b834340-65a5-44b9-8822-786631dafd2a"}]: dispatch 2023-09-07T07:33:46.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:45.630118+0000 mon.smithi003 (mon.0) 404 : cluster [INF] osd.3 [v2:172.21.15.3:6826/3150694513,v1:172.21.15.3:6827/3150694513] boot 2023-09-07T07:33:46.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.630179+0000 mon.smithi003 (mon.0) 405 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b834340-65a5-44b9-8822-786631dafd2a"}]': finished 2023-09-07T07:33:46.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:45.630257+0000 mon.smithi003 (mon.0) 406 : cluster [DBG] osdmap e24: 5 total, 4 up, 5 in 2023-09-07T07:33:46.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.630417+0000 mon.smithi003 (mon.0) 407 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:33:46.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:45.630993+0000 mon.smithi003 (mon.0) 408 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:46.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:45.877848+0000 mgr.smithi003.oqouau (mgr.14166) 119 : cluster [DBG] pgmap v77: 1 pgs: 1 creating+activating; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-07T07:33:47.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:44.492825+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:47.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:44.493022+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:47.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:46.068423+0000 mon.smithi032 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.32:0/3003211006' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:44.492825+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:33:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:44.493022+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:33:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:46.068423+0000 mon.smithi032 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.32:0/3003211006' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:33:48.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:47.070255+0000 mon.smithi003 (mon.0) 409 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2023-09-07T07:33:48.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:47.070422+0000 mon.smithi003 (mon.0) 410 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:48.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:47.878120+0000 mgr.smithi003.oqouau (mgr.14166) 120 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+activating; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:48.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:47.961919+0000 mon.smithi003 (mon.0) 411 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:48.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:47.965032+0000 mon.smithi003 (mon.0) 412 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:48.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:47.070255+0000 mon.smithi003 (mon.0) 409 : cluster [DBG] osdmap e25: 5 total, 4 up, 5 in 2023-09-07T07:33:48.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:47.070422+0000 mon.smithi003 (mon.0) 410 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:48.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:47.878120+0000 mgr.smithi003.oqouau (mgr.14166) 120 : cluster [DBG] pgmap v79: 1 pgs: 1 creating+activating; 0 B data, 19 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:48.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:47.961919+0000 mon.smithi003 (mon.0) 411 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:48.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:47.965032+0000 mon.smithi003 (mon.0) 412 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:50.380 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:49.878730+0000 mgr.smithi003.oqouau (mgr.14166) 121 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:50.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:49.878730+0000 mgr.smithi003.oqouau (mgr.14166) 121 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:51.398 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:50.454258+0000 mon.smithi003 (mon.0) 413 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:33:51.399 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:50.455158+0000 mon.smithi003 (mon.0) 414 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:51.399 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:50.455887+0000 mgr.smithi003.oqouau (mgr.14166) 122 : cephadm [INF] Deploying daemon osd.4 on smithi032 2023-09-07T07:33:51.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:50.454258+0000 mon.smithi003 (mon.0) 413 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:33:51.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:50.455158+0000 mon.smithi003 (mon.0) 414 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:51.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:50.455887+0000 mgr.smithi003.oqouau (mgr.14166) 122 : cephadm [INF] Deploying daemon osd.4 on smithi032 2023-09-07T07:33:52.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:51.879266+0000 mgr.smithi003.oqouau (mgr.14166) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:52.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:51.879266+0000 mgr.smithi003.oqouau (mgr.14166) 123 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:52.976 INFO:teuthology.orchestra.run.smithi032.stdout:Created osd(s) 4 on host 'smithi032' 2023-09-07T07:33:53.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:52.965521+0000 mon.smithi003 (mon.0) 415 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:53.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:52.968902+0000 mon.smithi003 (mon.0) 416 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:53.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:52.969147+0000 mon.smithi003 (mon.0) 417 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:53.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:52.970762+0000 mon.smithi003 (mon.0) 418 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:53.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:52.973623+0000 mon.smithi003 (mon.0) 419 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:53.312 DEBUG:teuthology.orchestra.run.smithi032:osd.4> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.4.service 2023-09-07T07:33:53.315 INFO:tasks.cephadm:Deploying osd.5 on smithi032 with /dev/vg_nvme/lv_3... 2023-09-07T07:33:53.316 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-07T07:33:53.355 INFO:journalctl@ceph.osd.4.smithi032.stdout:-- Logs begin at Thu 2023-09-07 07:20:28 UTC. -- 2023-09-07T07:33:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:52.965521+0000 mon.smithi003 (mon.0) 415 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:52.968902+0000 mon.smithi003 (mon.0) 416 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:52.969147+0000 mon.smithi003 (mon.0) 417 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:53.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:52.970762+0000 mon.smithi003 (mon.0) 418 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:53.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:52.973623+0000 mon.smithi003 (mon.0) 419 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:53.653 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:33:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4[113218]: debug 2023-09-07T07:33:53.436+0000 7fdfc4257080 -1 Falling back to public interface 2023-09-07T07:33:54.355 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:53.879597+0000 mgr.smithi003.oqouau (mgr.14166) 124 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:54.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:53.879597+0000 mgr.smithi003.oqouau (mgr.14166) 124 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:55.071 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-07T07:33:55.071 INFO:teuthology.orchestra.run.smithi032.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-07T07:33:55.072 INFO:teuthology.orchestra.run.smithi032.stderr: stderr: 10+0 records in 2023-09-07T07:33:55.072 INFO:teuthology.orchestra.run.smithi032.stderr:10+0 records out 2023-09-07T07:33:55.072 INFO:teuthology.orchestra.run.smithi032.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0097476 s, 1.1 GB/s 2023-09-07T07:33:55.072 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping successful for: 2023-09-07T07:33:55.752 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi032:vg_nvme/lv_3 2023-09-07T07:33:56.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:55.022082+0000 mon.smithi003 (mon.0) 420 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:56.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:55.384163+0000 mon.smithi003 (mon.0) 421 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:56.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:55.879950+0000 mgr.smithi003.oqouau (mgr.14166) 125 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:56.286 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:33:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4[113218]: debug 2023-09-07T07:33:56.191+0000 7fdfc4257080 -1 osd.4 0 log_to_monitors {default=true} 2023-09-07T07:33:56.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:55.022082+0000 mon.smithi003 (mon.0) 420 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:56.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:55.384163+0000 mon.smithi003 (mon.0) 421 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:56.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:55.879950+0000 mgr.smithi003.oqouau (mgr.14166) 125 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:57.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:56.197401+0000 mon.smithi003 (mon.0) 422 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:33:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:56.197401+0000 mon.smithi003 (mon.0) 422 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:33:58.346 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4[113218]: debug 2023-09-07T07:33:58.042+0000 7fdfba7ba700 -1 osd.4 0 waiting for initial osdmap 2023-09-07T07:33:58.347 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4[113218]: debug 2023-09-07T07:33:58.047+0000 7fdfb4731700 -1 osd.4 27 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:33:58.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:57.033605+0000 mon.smithi003 (mon.0) 423 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:33:58.347 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:57.033712+0000 mon.smithi003 (mon.0) 424 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-09-07T07:33:58.348 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:57.033864+0000 mon.smithi003 (mon.0) 425 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:58.348 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:57.034295+0000 mon.smithi003 (mon.0) 426 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:33:58.348 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:57.319511+0000 mgr.smithi003.oqouau (mgr.14166) 126 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:58.348 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:57.320377+0000 mon.smithi003 (mon.0) 427 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:58.348 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:57.322252+0000 mon.smithi003 (mon.0) 428 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:58.349 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:57.323064+0000 mon.smithi003 (mon.0) 429 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:58.349 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:57.880290+0000 mgr.smithi003.oqouau (mgr.14166) 127 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:58.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:57.033605+0000 mon.smithi003 (mon.0) 423 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:33:58.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:57.033712+0000 mon.smithi003 (mon.0) 424 : cluster [DBG] osdmap e26: 5 total, 4 up, 5 in 2023-09-07T07:33:58.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:57.033864+0000 mon.smithi003 (mon.0) 425 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:57.034295+0000 mon.smithi003 (mon.0) 426 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:33:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:57.319511+0000 mgr.smithi003.oqouau (mgr.14166) 126 : audit [DBG] from='client.24179 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:33:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:57.320377+0000 mon.smithi003 (mon.0) 427 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:33:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:57.322252+0000 mon.smithi003 (mon.0) 428 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:33:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:57.323064+0000 mon.smithi003 (mon.0) 429 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:58.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:57.880290+0000 mgr.smithi003.oqouau (mgr.14166) 127 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 20 MiB used, 358 GiB / 358 GiB avail 2023-09-07T07:33:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.039377+0000 mon.smithi003 (mon.0) 430 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:33:59.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:58.039535+0000 mon.smithi003 (mon.0) 431 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-09-07T07:33:59.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.039883+0000 mon.smithi003 (mon.0) 432 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:59.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.043707+0000 mon.smithi003 (mon.0) 433 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:59.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:58.217586+0000 mgr.smithi003.oqouau (mgr.14166) 128 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:33:59.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.223074+0000 mon.smithi003 (mon.0) 434 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:59.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.224060+0000 mon.smithi003 (mon.0) 435 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:59.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:33:58.224786+0000 mgr.smithi003.oqouau (mgr.14166) 129 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 15966M 2023-09-07T07:33:59.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.230938+0000 mon.smithi003 (mon.0) 436 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:59.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.237139+0000 mon.smithi003 (mon.0) 437 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:59.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.241302+0000 mon.smithi003 (mon.0) 438 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:59.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.242434+0000 mon.smithi003 (mon.0) 439 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:59.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:33:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:58.243163+0000 mon.smithi003 (mon.0) 440 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:33:59.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.039377+0000 mon.smithi003 (mon.0) 430 : audit [INF] from='osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398]' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:33:59.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:58.039535+0000 mon.smithi003 (mon.0) 431 : cluster [DBG] osdmap e27: 5 total, 4 up, 5 in 2023-09-07T07:33:59.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.039883+0000 mon.smithi003 (mon.0) 432 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:59.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.043707+0000 mon.smithi003 (mon.0) 433 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:33:59.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:58.217586+0000 mgr.smithi003.oqouau (mgr.14166) 128 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:33:59.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.223074+0000 mon.smithi003 (mon.0) 434 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:59.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.224060+0000 mon.smithi003 (mon.0) 435 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:33:59.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:33:58.224786+0000 mgr.smithi003.oqouau (mgr.14166) 129 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 15966M 2023-09-07T07:33:59.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.230938+0000 mon.smithi003 (mon.0) 436 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:59.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.237139+0000 mon.smithi003 (mon.0) 437 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:33:59.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.241302+0000 mon.smithi003 (mon.0) 438 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:33:59.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.242434+0000 mon.smithi003 (mon.0) 439 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:33:59.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:33:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:58.243163+0000 mon.smithi003 (mon.0) 440 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:00.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:57.194769+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:00.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:57.194916+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:00.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:59.040479+0000 mon.smithi003 (mon.0) 441 : cluster [INF] osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398] boot 2023-09-07T07:34:00.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:59.040529+0000 mon.smithi003 (mon.0) 442 : cluster [DBG] osdmap e28: 5 total, 5 up, 5 in 2023-09-07T07:34:00.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:59.040965+0000 mon.smithi003 (mon.0) 443 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:34:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:59.133077+0000 mon.smithi003 (mon.0) 444 : cluster [DBG] osdmap e29: 5 total, 5 up, 5 in 2023-09-07T07:34:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:59.299176+0000 mon.smithi032 (mon.1) 4 : audit [INF] from='client.? 172.21.15.32:0/2119798416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4551582-005b-4001-95b3-d49ad8b4dfcc"}]: dispatch 2023-09-07T07:34:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:59.299646+0000 mon.smithi003 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4551582-005b-4001-95b3-d49ad8b4dfcc"}]: dispatch 2023-09-07T07:34:00.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:59.303868+0000 mon.smithi003 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d4551582-005b-4001-95b3-d49ad8b4dfcc"}]': finished 2023-09-07T07:34:00.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:59.303919+0000 mon.smithi003 (mon.0) 447 : cluster [DBG] osdmap e30: 6 total, 5 up, 6 in 2023-09-07T07:34:00.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:59.304306+0000 mon.smithi003 (mon.0) 448 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:00.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:33:59.750998+0000 mon.smithi032 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.32:0/3513784270' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:34:00.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:33:59.880693+0000 mgr.smithi003.oqouau (mgr.14166) 130 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:00.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:57.194769+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:00.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:57.194916+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:00.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:59.040479+0000 mon.smithi003 (mon.0) 441 : cluster [INF] osd.4 [v2:172.21.15.32:6800/439740398,v1:172.21.15.32:6801/439740398] boot 2023-09-07T07:34:00.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:59.040529+0000 mon.smithi003 (mon.0) 442 : cluster [DBG] osdmap e28: 5 total, 5 up, 5 in 2023-09-07T07:34:00.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:59.040965+0000 mon.smithi003 (mon.0) 443 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:34:00.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:59.133077+0000 mon.smithi003 (mon.0) 444 : cluster [DBG] osdmap e29: 5 total, 5 up, 5 in 2023-09-07T07:34:00.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:59.299176+0000 mon.smithi032 (mon.1) 4 : audit [INF] from='client.? 172.21.15.32:0/2119798416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4551582-005b-4001-95b3-d49ad8b4dfcc"}]: dispatch 2023-09-07T07:34:00.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:59.299646+0000 mon.smithi003 (mon.0) 445 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d4551582-005b-4001-95b3-d49ad8b4dfcc"}]: dispatch 2023-09-07T07:34:00.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:59.303868+0000 mon.smithi003 (mon.0) 446 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d4551582-005b-4001-95b3-d49ad8b4dfcc"}]': finished 2023-09-07T07:34:00.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:59.303919+0000 mon.smithi003 (mon.0) 447 : cluster [DBG] osdmap e30: 6 total, 5 up, 6 in 2023-09-07T07:34:00.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:59.304306+0000 mon.smithi003 (mon.0) 448 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:00.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:33:59.750998+0000 mon.smithi032 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.32:0/3513784270' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:34:00.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:33:59.880693+0000 mgr.smithi003.oqouau (mgr.14166) 130 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:00.616034+0000 mon.smithi003 (mon.0) 449 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:01.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:00.619545+0000 mon.smithi003 (mon.0) 450 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:01.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:00.616034+0000 mon.smithi003 (mon.0) 449 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:01.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:00.619545+0000 mon.smithi003 (mon.0) 450 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:02.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:01.881042+0000 mgr.smithi003.oqouau (mgr.14166) 131 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:02.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:01.881042+0000 mgr.smithi003.oqouau (mgr.14166) 131 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 24 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:05.124 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:03.881442+0000 mgr.smithi003.oqouau (mgr.14166) 132 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:05.124 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:04.063081+0000 mon.smithi003 (mon.0) 451 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:34:05.125 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:04.064114+0000 mon.smithi003 (mon.0) 452 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:03.881442+0000 mgr.smithi003.oqouau (mgr.14166) 132 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:04.063081+0000 mon.smithi003 (mon.0) 451 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:34:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:04.064114+0000 mon.smithi003 (mon.0) 452 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:04.065029+0000 mgr.smithi003.oqouau (mgr.14166) 133 : cephadm [INF] Deploying daemon osd.5 on smithi032 2023-09-07T07:34:06.198 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:04.065029+0000 mgr.smithi003.oqouau (mgr.14166) 133 : cephadm [INF] Deploying daemon osd.5 on smithi032 2023-09-07T07:34:06.559 INFO:teuthology.orchestra.run.smithi032.stdout:Created osd(s) 5 on host 'smithi032' 2023-09-07T07:34:06.910 DEBUG:teuthology.orchestra.run.smithi032:osd.5> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.5.service 2023-09-07T07:34:06.913 INFO:tasks.cephadm:Deploying osd.6 on smithi032 with /dev/vg_nvme/lv_2... 2023-09-07T07:34:06.913 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-07T07:34:06.950 INFO:journalctl@ceph.osd.5.smithi032.stdout:-- Logs begin at Thu 2023-09-07 07:20:28 UTC. -- 2023-09-07T07:34:07.020 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:05.881830+0000 mgr.smithi003.oqouau (mgr.14166) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:07.021 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:06.547396+0000 mon.smithi003 (mon.0) 453 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:07.021 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:06.549318+0000 mon.smithi003 (mon.0) 454 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:07.021 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:06.551928+0000 mon.smithi003 (mon.0) 455 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:07.022 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:06.553895+0000 mon.smithi003 (mon.0) 456 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:07.022 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:06.556909+0000 mon.smithi003 (mon.0) 457 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:07.291 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:34:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5[116053]: debug 2023-09-07T07:34:07.018+0000 7fbdbaeb3080 -1 Falling back to public interface 2023-09-07T07:34:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:05.881830+0000 mgr.smithi003.oqouau (mgr.14166) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:06.547396+0000 mon.smithi003 (mon.0) 453 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:06.549318+0000 mon.smithi003 (mon.0) 454 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:07.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:06.551928+0000 mon.smithi003 (mon.0) 455 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:07.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:06.553895+0000 mon.smithi003 (mon.0) 456 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:07.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:06.556909+0000 mon.smithi003 (mon.0) 457 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:08.692 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-07T07:34:08.693 INFO:teuthology.orchestra.run.smithi032.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-07T07:34:08.693 INFO:teuthology.orchestra.run.smithi032.stderr: stderr: 10+0 records in 2023-09-07T07:34:08.693 INFO:teuthology.orchestra.run.smithi032.stderr:10+0 records out 2023-09-07T07:34:08.693 INFO:teuthology.orchestra.run.smithi032.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00989157 s, 1.1 GB/s 2023-09-07T07:34:08.693 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping successful for: 2023-09-07T07:34:09.032 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:07.882380+0000 mgr.smithi003.oqouau (mgr.14166) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:09.033 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:08.550842+0000 mon.smithi003 (mon.0) 458 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:09.402 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi032:vg_nvme/lv_2 2023-09-07T07:34:09.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:07.882380+0000 mgr.smithi003.oqouau (mgr.14166) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:09.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:08.550842+0000 mon.smithi003 (mon.0) 458 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:10.017 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:34:09 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5[116053]: debug 2023-09-07T07:34:09.756+0000 7fbdbaeb3080 -1 osd.5 0 log_to_monitors {default=true} 2023-09-07T07:34:10.344 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:09.016466+0000 mon.smithi003 (mon.0) 459 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:10.344 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:09.762556+0000 mon.smithi032 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.32:6808/3266296239,v1:172.21.15.32:6809/3266296239]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:34:10.344 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:09.763092+0000 mon.smithi003 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:34:10.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:09.016466+0000 mon.smithi003 (mon.0) 459 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:10.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:09.762556+0000 mon.smithi032 (mon.1) 6 : audit [INF] from='osd.5 [v2:172.21.15.32:6808/3266296239,v1:172.21.15.32:6809/3266296239]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:34:10.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:09.763092+0000 mon.smithi003 (mon.0) 460 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:34:11.220 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5[116053]: debug 2023-09-07T07:34:11.142+0000 7fbdb1416700 -1 osd.5 0 waiting for initial osdmap 2023-09-07T07:34:11.220 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5[116053]: debug 2023-09-07T07:34:11.148+0000 7fbda9b8a700 -1 osd.5 32 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:34:11.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:09.882843+0000 mgr.smithi003.oqouau (mgr.14166) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:11.220 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.139468+0000 mon.smithi003 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:34:11.221 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:10.139578+0000 mon.smithi003 (mon.0) 462 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-09-07T07:34:11.221 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.139739+0000 mon.smithi003 (mon.0) 463 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:11.221 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.140365+0000 mon.smithi032 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.32:6808/3266296239,v1:172.21.15.32:6809/3266296239]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:11.221 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.140707+0000 mon.smithi003 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:11.221 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.841103+0000 mon.smithi003 (mon.0) 465 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:11.222 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.842830+0000 mon.smithi003 (mon.0) 466 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:34:11.222 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.843727+0000 mon.smithi003 (mon.0) 467 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:11.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:09.882843+0000 mgr.smithi003.oqouau (mgr.14166) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:11.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.139468+0000 mon.smithi003 (mon.0) 461 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:34:11.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:10.139578+0000 mon.smithi003 (mon.0) 462 : cluster [DBG] osdmap e31: 6 total, 5 up, 6 in 2023-09-07T07:34:11.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.139739+0000 mon.smithi003 (mon.0) 463 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:11.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.140365+0000 mon.smithi032 (mon.1) 7 : audit [INF] from='osd.5 [v2:172.21.15.32:6808/3266296239,v1:172.21.15.32:6809/3266296239]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:11.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.140707+0000 mon.smithi003 (mon.0) 464 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:11.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.841103+0000 mon.smithi003 (mon.0) 465 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:11.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.842830+0000 mon.smithi003 (mon.0) 466 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:34:11.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.843727+0000 mon.smithi003 (mon.0) 467 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:12.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:10.840095+0000 mgr.smithi003.oqouau (mgr.14166) 137 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:34:12.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.140954+0000 mon.smithi003 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:34:12.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:11.141085+0000 mon.smithi003 (mon.0) 469 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-09-07T07:34:12.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.141251+0000 mon.smithi003 (mon.0) 470 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:12.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.144812+0000 mon.smithi003 (mon.0) 471 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:12.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.717928+0000 mon.smithi003 (mon.0) 472 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:12.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.718975+0000 mon.smithi003 (mon.0) 473 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:12.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.719821+0000 mon.smithi003 (mon.0) 474 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:12.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.726186+0000 mon.smithi003 (mon.0) 475 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:12.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.732050+0000 mon.smithi003 (mon.0) 476 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:12.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.737335+0000 mon.smithi003 (mon.0) 477 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:12.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.738612+0000 mon.smithi003 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:12.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:11.739465+0000 mon.smithi003 (mon.0) 479 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:12.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:10.840095+0000 mgr.smithi003.oqouau (mgr.14166) 137 : audit [DBG] from='client.24197 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:34:12.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.140954+0000 mon.smithi003 (mon.0) 468 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:34:12.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:11.141085+0000 mon.smithi003 (mon.0) 469 : cluster [DBG] osdmap e32: 6 total, 5 up, 6 in 2023-09-07T07:34:12.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.141251+0000 mon.smithi003 (mon.0) 470 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:12.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.144812+0000 mon.smithi003 (mon.0) 471 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:12.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.717928+0000 mon.smithi003 (mon.0) 472 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:12.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.718975+0000 mon.smithi003 (mon.0) 473 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:12.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.719821+0000 mon.smithi003 (mon.0) 474 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:12.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.726186+0000 mon.smithi003 (mon.0) 475 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:12.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.732050+0000 mon.smithi003 (mon.0) 476 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:12.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.737335+0000 mon.smithi003 (mon.0) 477 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:12.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.738612+0000 mon.smithi003 (mon.0) 478 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:12.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:11.739465+0000 mon.smithi003 (mon.0) 479 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:13.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:10.785851+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:13.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:10.785956+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:13.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:11.712989+0000 mgr.smithi003.oqouau (mgr.14166) 138 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:34:13.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:11.720434+0000 mgr.smithi003.oqouau (mgr.14166) 139 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 7983M 2023-09-07T07:34:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:11.883205+0000 mgr.smithi003.oqouau (mgr.14166) 140 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:12.146770+0000 mon.smithi003 (mon.0) 480 : cluster [INF] osd.5 [v2:172.21.15.32:6808/3266296239,v1:172.21.15.32:6809/3266296239] boot 2023-09-07T07:34:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:12.146806+0000 mon.smithi003 (mon.0) 481 : cluster [DBG] osdmap e33: 6 total, 6 up, 6 in 2023-09-07T07:34:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:12.146963+0000 mon.smithi003 (mon.0) 482 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:12.934127+0000 mon.smithi032 (mon.1) 8 : audit [INF] from='client.? 172.21.15.32:0/2735329831' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f646a35b-a276-4503-aa16-d17ca5801aed"}]: dispatch 2023-09-07T07:34:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:12.934564+0000 mon.smithi003 (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f646a35b-a276-4503-aa16-d17ca5801aed"}]: dispatch 2023-09-07T07:34:13.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:12.943022+0000 mon.smithi003 (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f646a35b-a276-4503-aa16-d17ca5801aed"}]': finished 2023-09-07T07:34:13.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:12.943104+0000 mon.smithi003 (mon.0) 485 : cluster [DBG] osdmap e34: 7 total, 6 up, 7 in 2023-09-07T07:34:13.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:12.943255+0000 mon.smithi003 (mon.0) 486 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:10.785851+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:10.785956+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:11.712989+0000 mgr.smithi003.oqouau (mgr.14166) 138 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:34:13.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:11.720434+0000 mgr.smithi003.oqouau (mgr.14166) 139 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 7983M 2023-09-07T07:34:13.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:11.883205+0000 mgr.smithi003.oqouau (mgr.14166) 140 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 25 MiB used, 447 GiB / 447 GiB avail 2023-09-07T07:34:13.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:12.146770+0000 mon.smithi003 (mon.0) 480 : cluster [INF] osd.5 [v2:172.21.15.32:6808/3266296239,v1:172.21.15.32:6809/3266296239] boot 2023-09-07T07:34:13.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:12.146806+0000 mon.smithi003 (mon.0) 481 : cluster [DBG] osdmap e33: 6 total, 6 up, 6 in 2023-09-07T07:34:13.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:12.146963+0000 mon.smithi003 (mon.0) 482 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:34:13.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:12.934127+0000 mon.smithi032 (mon.1) 8 : audit [INF] from='client.? 172.21.15.32:0/2735329831' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f646a35b-a276-4503-aa16-d17ca5801aed"}]: dispatch 2023-09-07T07:34:13.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:12.934564+0000 mon.smithi003 (mon.0) 483 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f646a35b-a276-4503-aa16-d17ca5801aed"}]: dispatch 2023-09-07T07:34:13.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:12.943022+0000 mon.smithi003 (mon.0) 484 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f646a35b-a276-4503-aa16-d17ca5801aed"}]': finished 2023-09-07T07:34:13.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:12.943104+0000 mon.smithi003 (mon.0) 485 : cluster [DBG] osdmap e34: 7 total, 6 up, 7 in 2023-09-07T07:34:13.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:12.943255+0000 mon.smithi003 (mon.0) 486 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:13.392066+0000 mon.smithi032 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.32:0/3498849748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:34:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:13.883525+0000 mgr.smithi003.oqouau (mgr.14166) 141 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:13.942065+0000 mon.smithi003 (mon.0) 487 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-09-07T07:34:14.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:13.942225+0000 mon.smithi003 (mon.0) 488 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:14.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:13.392066+0000 mon.smithi032 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.32:0/3498849748' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:34:14.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:13.883525+0000 mgr.smithi003.oqouau (mgr.14166) 141 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:14.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:13.942065+0000 mon.smithi003 (mon.0) 487 : cluster [DBG] osdmap e35: 7 total, 6 up, 7 in 2023-09-07T07:34:14.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:13.942225+0000 mon.smithi003 (mon.0) 488 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:15.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:14.226498+0000 mon.smithi003 (mon.0) 489 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:15.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:14.232197+0000 mon.smithi003 (mon.0) 490 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:14.226498+0000 mon.smithi003 (mon.0) 489 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:14.232197+0000 mon.smithi003 (mon.0) 490 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:16.550 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:15.883974+0000 mgr.smithi003.oqouau (mgr.14166) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:16.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:15.883974+0000 mgr.smithi003.oqouau (mgr.14166) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:17.927395+0000 mon.smithi003 (mon.0) 491 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:34:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:17.928283+0000 mon.smithi003 (mon.0) 492 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:18.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:17.927395+0000 mon.smithi003 (mon.0) 491 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:34:18.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:17.928283+0000 mon.smithi003 (mon.0) 492 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:19.309 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:17.884457+0000 mgr.smithi003.oqouau (mgr.14166) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:19.309 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:17.929043+0000 mgr.smithi003.oqouau (mgr.14166) 144 : cephadm [INF] Deploying daemon osd.6 on smithi032 2023-09-07T07:34:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:17.884457+0000 mgr.smithi003.oqouau (mgr.14166) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:17.929043+0000 mgr.smithi003.oqouau (mgr.14166) 144 : cephadm [INF] Deploying daemon osd.6 on smithi032 2023-09-07T07:34:20.365 INFO:teuthology.orchestra.run.smithi032.stdout:Created osd(s) 6 on host 'smithi032' 2023-09-07T07:34:20.393 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:19.884986+0000 mgr.smithi003.oqouau (mgr.14166) 145 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:19.884986+0000 mgr.smithi003.oqouau (mgr.14166) 145 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:20.706 DEBUG:teuthology.orchestra.run.smithi032:osd.6> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.6.service 2023-09-07T07:34:20.709 INFO:tasks.cephadm:Deploying osd.7 on smithi032 with /dev/vg_nvme/lv_1... 2023-09-07T07:34:20.709 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-07T07:34:20.748 INFO:journalctl@ceph.osd.6.smithi032.stdout:-- Logs begin at Thu 2023-09-07 07:20:28 UTC. -- 2023-09-07T07:34:21.078 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:34:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6[118914]: debug 2023-09-07T07:34:20.819+0000 7f84381ed080 -1 Falling back to public interface 2023-09-07T07:34:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:20.352823+0000 mon.smithi003 (mon.0) 493 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:20.354905+0000 mon.smithi003 (mon.0) 494 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:21.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:20.357102+0000 mon.smithi003 (mon.0) 495 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:21.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:20.359236+0000 mon.smithi003 (mon.0) 496 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:21.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:20.362301+0000 mon.smithi003 (mon.0) 497 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:20.352823+0000 mon.smithi003 (mon.0) 493 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:20.354905+0000 mon.smithi003 (mon.0) 494 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:21.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:20.357102+0000 mon.smithi003 (mon.0) 495 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:21.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:20.359236+0000 mon.smithi003 (mon.0) 496 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:21.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:20.362301+0000 mon.smithi003 (mon.0) 497 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:22.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:21.885469+0000 mgr.smithi003.oqouau (mgr.14166) 146 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:22.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:21.885469+0000 mgr.smithi003.oqouau (mgr.14166) 146 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:22.496 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-07T07:34:22.497 INFO:teuthology.orchestra.run.smithi032.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-07T07:34:22.497 INFO:teuthology.orchestra.run.smithi032.stderr: stderr: 10+0 records in 2023-09-07T07:34:22.497 INFO:teuthology.orchestra.run.smithi032.stderr:10+0 records out 2023-09-07T07:34:22.497 INFO:teuthology.orchestra.run.smithi032.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0119536 s, 877 MB/s 2023-09-07T07:34:22.497 INFO:teuthology.orchestra.run.smithi032.stderr:--> Zapping successful for: 2023-09-07T07:34:22.894 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch daemon add osd smithi032:vg_nvme/lv_1 2023-09-07T07:34:23.396 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:22.194200+0000 mon.smithi003 (mon.0) 498 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:23.653 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:34:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6[118914]: debug 2023-09-07T07:34:23.583+0000 7f84381ed080 -1 osd.6 0 log_to_monitors {default=true} 2023-09-07T07:34:23.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:22.194200+0000 mon.smithi003 (mon.0) 498 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:24.538 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:23.587433+0000 mon.smithi032 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.32:6816/2454772016,v1:172.21.15.32:6817/2454772016]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:34:24.538 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:23.587902+0000 mon.smithi003 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:34:24.538 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:23.885824+0000 mgr.smithi003.oqouau (mgr.14166) 147 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:24.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:23.587433+0000 mon.smithi032 (mon.1) 10 : audit [INF] from='osd.6 [v2:172.21.15.32:6816/2454772016,v1:172.21.15.32:6817/2454772016]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:34:24.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:23.587902+0000 mon.smithi003 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:34:24.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:23.885824+0000 mgr.smithi003.oqouau (mgr.14166) 147 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:25.476 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6[118914]: debug 2023-09-07T07:34:25.208+0000 7f842e750700 -1 osd.6 0 waiting for initial osdmap 2023-09-07T07:34:25.477 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6[118914]: debug 2023-09-07T07:34:25.214+0000 7f8426ec4700 -1 osd.6 37 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:34:25.477 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.202362+0000 mon.smithi003 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:34:25.477 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:24.202448+0000 mon.smithi003 (mon.0) 501 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-09-07T07:34:25.478 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.202643+0000 mon.smithi003 (mon.0) 502 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:25.478 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.203038+0000 mon.smithi032 (mon.1) 11 : audit [INF] from='osd.6 [v2:172.21.15.32:6816/2454772016,v1:172.21.15.32:6817/2454772016]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:25.478 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.203339+0000 mon.smithi003 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:25.478 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.473474+0000 mgr.smithi003.oqouau (mgr.14166) 148 : audit [DBG] from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:34:25.478 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.474399+0000 mon.smithi003 (mon.0) 504 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:25.479 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.476078+0000 mon.smithi003 (mon.0) 505 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:34:25.479 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:24.476895+0000 mon.smithi003 (mon.0) 506 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:25.479 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.125432+0000 mon.smithi003 (mon.0) 507 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:25.479 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.126644+0000 mon.smithi003 (mon.0) 508 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:25.479 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.127549+0000 mon.smithi003 (mon.0) 509 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:25.480 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.128363+0000 mon.smithi003 (mon.0) 510 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:25.480 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.132519+0000 mon.smithi003 (mon.0) 511 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:25.480 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.136415+0000 mon.smithi003 (mon.0) 512 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:25.480 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.141745+0000 mon.smithi003 (mon.0) 513 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:25.480 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.143008+0000 mon.smithi003 (mon.0) 514 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:25.481 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.143869+0000 mon.smithi003 (mon.0) 515 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:25.481 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.148197+0000 mon.smithi003 (mon.0) 516 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:25.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.202362+0000 mon.smithi003 (mon.0) 500 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:34:25.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:24.202448+0000 mon.smithi003 (mon.0) 501 : cluster [DBG] osdmap e36: 7 total, 6 up, 7 in 2023-09-07T07:34:25.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.202643+0000 mon.smithi003 (mon.0) 502 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:25.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.203038+0000 mon.smithi032 (mon.1) 11 : audit [INF] from='osd.6 [v2:172.21.15.32:6816/2454772016,v1:172.21.15.32:6817/2454772016]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:25.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.203339+0000 mon.smithi003 (mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:25.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.473474+0000 mgr.smithi003.oqouau (mgr.14166) 148 : audit [DBG] from='client.24215 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi032:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:34:25.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.474399+0000 mon.smithi003 (mon.0) 504 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-07T07:34:25.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.476078+0000 mon.smithi003 (mon.0) 505 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-07T07:34:25.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:24.476895+0000 mon.smithi003 (mon.0) 506 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:25.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.125432+0000 mon.smithi003 (mon.0) 507 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:25.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.126644+0000 mon.smithi003 (mon.0) 508 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:25.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.127549+0000 mon.smithi003 (mon.0) 509 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:25.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.128363+0000 mon.smithi003 (mon.0) 510 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:25.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.132519+0000 mon.smithi003 (mon.0) 511 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:25.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.136415+0000 mon.smithi003 (mon.0) 512 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:25.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.141745+0000 mon.smithi003 (mon.0) 513 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:25.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.143008+0000 mon.smithi003 (mon.0) 514 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:25.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.143869+0000 mon.smithi003 (mon.0) 515 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:25.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.148197+0000 mon.smithi003 (mon.0) 516 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:26.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:25.119902+0000 mgr.smithi003.oqouau (mgr.14166) 149 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:34:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:25.129002+0000 mgr.smithi003.oqouau (mgr.14166) 150 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 5322M 2023-09-07T07:34:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.202640+0000 mon.smithi003 (mon.0) 517 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:34:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:25.202742+0000 mon.smithi003 (mon.0) 518 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-09-07T07:34:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.203585+0000 mon.smithi003 (mon.0) 519 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:26.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:25.208679+0000 mon.smithi003 (mon.0) 520 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:26.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:25.886248+0000 mgr.smithi003.oqouau (mgr.14166) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:26.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:25.119902+0000 mgr.smithi003.oqouau (mgr.14166) 149 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:34:26.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:25.129002+0000 mgr.smithi003.oqouau (mgr.14166) 150 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 5322M 2023-09-07T07:34:26.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.202640+0000 mon.smithi003 (mon.0) 517 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:34:26.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:25.202742+0000 mon.smithi003 (mon.0) 518 : cluster [DBG] osdmap e37: 7 total, 6 up, 7 in 2023-09-07T07:34:26.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.203585+0000 mon.smithi003 (mon.0) 519 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:26.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:25.208679+0000 mon.smithi003 (mon.0) 520 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:26.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:25.886248+0000 mgr.smithi003.oqouau (mgr.14166) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 30 MiB used, 536 GiB / 536 GiB avail 2023-09-07T07:34:27.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:24.601746+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:27.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:24.601856+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:27.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:26.208432+0000 mon.smithi003 (mon.0) 521 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:27.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:26.213166+0000 mon.smithi003 (mon.0) 522 : cluster [INF] osd.6 [v2:172.21.15.32:6816/2454772016,v1:172.21.15.32:6817/2454772016] boot 2023-09-07T07:34:27.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:26.213218+0000 mon.smithi003 (mon.0) 523 : cluster [DBG] osdmap e38: 7 total, 7 up, 7 in 2023-09-07T07:34:27.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:26.213449+0000 mon.smithi003 (mon.0) 524 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:27.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:26.371345+0000 mon.smithi032 (mon.1) 12 : audit [INF] from='client.? 172.21.15.32:0/2056860837' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a4ebfc-b424-4595-9dc8-f75eeff8898d"}]: dispatch 2023-09-07T07:34:27.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:26.372005+0000 mon.smithi003 (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a4ebfc-b424-4595-9dc8-f75eeff8898d"}]: dispatch 2023-09-07T07:34:27.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:26.377372+0000 mon.smithi003 (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50a4ebfc-b424-4595-9dc8-f75eeff8898d"}]': finished 2023-09-07T07:34:27.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:26.377485+0000 mon.smithi003 (mon.0) 527 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-09-07T07:34:27.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:26.377644+0000 mon.smithi003 (mon.0) 528 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:27.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:26.829364+0000 mon.smithi032 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.32:0/697960623' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:34:27.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:24.601746+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:27.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:24.601856+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:27.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:26.208432+0000 mon.smithi003 (mon.0) 521 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:27.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:26.213166+0000 mon.smithi003 (mon.0) 522 : cluster [INF] osd.6 [v2:172.21.15.32:6816/2454772016,v1:172.21.15.32:6817/2454772016] boot 2023-09-07T07:34:27.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:26.213218+0000 mon.smithi003 (mon.0) 523 : cluster [DBG] osdmap e38: 7 total, 7 up, 7 in 2023-09-07T07:34:27.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:26.213449+0000 mon.smithi003 (mon.0) 524 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:34:27.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:26.371345+0000 mon.smithi032 (mon.1) 12 : audit [INF] from='client.? 172.21.15.32:0/2056860837' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a4ebfc-b424-4595-9dc8-f75eeff8898d"}]: dispatch 2023-09-07T07:34:27.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:26.372005+0000 mon.smithi003 (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "50a4ebfc-b424-4595-9dc8-f75eeff8898d"}]: dispatch 2023-09-07T07:34:27.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:26.377372+0000 mon.smithi003 (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "50a4ebfc-b424-4595-9dc8-f75eeff8898d"}]': finished 2023-09-07T07:34:27.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:26.377485+0000 mon.smithi003 (mon.0) 527 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-09-07T07:34:27.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:26.377644+0000 mon.smithi003 (mon.0) 528 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:27.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:26.829364+0000 mon.smithi032 (mon.1) 13 : audit [DBG] from='client.? 172.21.15.32:0/697960623' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-07T07:34:28.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:27.378112+0000 mon.smithi003 (mon.0) 529 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-09-07T07:34:28.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:27.378417+0000 mon.smithi003 (mon.0) 530 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:28.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:27.886738+0000 mgr.smithi003.oqouau (mgr.14166) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:28.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:27.378112+0000 mon.smithi003 (mon.0) 529 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-09-07T07:34:28.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:27.378417+0000 mon.smithi003 (mon.0) 530 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:28.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:27.886738+0000 mgr.smithi003.oqouau (mgr.14166) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 35 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:30.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:29.887279+0000 mgr.smithi003.oqouau (mgr.14166) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:29.887279+0000 mgr.smithi003.oqouau (mgr.14166) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:31.611 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:31.259775+0000 mon.smithi003 (mon.0) 531 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:34:31.612 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:31.260595+0000 mon.smithi003 (mon.0) 532 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:31.259775+0000 mon.smithi003 (mon.0) 531 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:34:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:31.260595+0000 mon.smithi003 (mon.0) 532 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:31.261284+0000 mgr.smithi003.oqouau (mgr.14166) 154 : cephadm [INF] Deploying daemon osd.7 on smithi032 2023-09-07T07:34:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:31.887697+0000 mgr.smithi003.oqouau (mgr.14166) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:32.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:31.261284+0000 mgr.smithi003.oqouau (mgr.14166) 154 : cephadm [INF] Deploying daemon osd.7 on smithi032 2023-09-07T07:34:32.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:31.887697+0000 mgr.smithi003.oqouau (mgr.14166) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:33.790 INFO:teuthology.orchestra.run.smithi032.stdout:Created osd(s) 7 on host 'smithi032' 2023-09-07T07:34:34.004 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:33.775623+0000 mon.smithi003 (mon.0) 533 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:34.005 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:33.777582+0000 mon.smithi003 (mon.0) 534 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:34.005 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:33.780525+0000 mon.smithi003 (mon.0) 535 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:34.005 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:33.780847+0000 mon.smithi003 (mon.0) 536 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:34.006 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:33.785695+0000 mon.smithi003 (mon.0) 537 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:34.151 DEBUG:teuthology.orchestra.run.smithi032:osd.7> sudo journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.7.service 2023-09-07T07:34:34.154 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-07T07:34:34.155 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:34:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:33.775623+0000 mon.smithi003 (mon.0) 533 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:33.777582+0000 mon.smithi003 (mon.0) 534 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:33.780525+0000 mon.smithi003 (mon.0) 535 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:34.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:33.780847+0000 mon.smithi003 (mon.0) 536 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:34.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:33.785695+0000 mon.smithi003 (mon.0) 537 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:34.192 INFO:journalctl@ceph.osd.7.smithi032.stdout:-- Logs begin at Thu 2023-09-07 07:20:28 UTC. -- 2023-09-07T07:34:34.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:34:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7[121808]: debug 2023-09-07T07:34:34.245+0000 7fd46e31e080 -1 Falling back to public interface 2023-09-07T07:34:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:33.888160+0000 mgr.smithi003.oqouau (mgr.14166) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:35.159 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:33.888160+0000 mgr.smithi003.oqouau (mgr.14166) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:35.558 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:34:35.947 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"num_osds":8,"num_up_osds":7,"osd_up_since":1694072066,"num_in_osds":8,"osd_in_since":1694072066,"num_remapped_pgs":0} 2023-09-07T07:34:36.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:35.378377+0000 mon.smithi003 (mon.0) 538 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:36.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:35.557799+0000 mon.smithi003 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.3:0/3307624555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:34:36.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:35.888534+0000 mgr.smithi003.oqouau (mgr.14166) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:36.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:35.378377+0000 mon.smithi003 (mon.0) 538 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:36.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:35.557799+0000 mon.smithi003 (mon.0) 539 : audit [DBG] from='client.? 172.21.15.3:0/3307624555' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:34:36.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:35.888534+0000 mgr.smithi003.oqouau (mgr.14166) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:36.948 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:34:37.383 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:34:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7[121808]: debug 2023-09-07T07:34:36.974+0000 7fd46e31e080 -1 osd.7 0 log_to_monitors {default=true} 2023-09-07T07:34:37.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:36.978153+0000 mon.smithi032 (mon.1) 14 : audit [INF] from='osd.7 [v2:172.21.15.32:6824/3052918228,v1:172.21.15.32:6825/3052918228]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:34:37.647 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:36.978542+0000 mon.smithi003 (mon.0) 540 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:34:37.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:36.978153+0000 mon.smithi032 (mon.1) 14 : audit [INF] from='osd.7 [v2:172.21.15.32:6824/3052918228,v1:172.21.15.32:6825/3052918228]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:34:37.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:36.978542+0000 mon.smithi003 (mon.0) 540 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:34:38.356 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:34:38.635 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:37.393152+0000 mon.smithi003 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:34:38.635 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:37.393221+0000 mon.smithi003 (mon.0) 542 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-09-07T07:34:38.635 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:37.393371+0000 mon.smithi003 (mon.0) 543 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:38.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:37.393855+0000 mon.smithi032 (mon.1) 15 : audit [INF] from='osd.7 [v2:172.21.15.32:6824/3052918228,v1:172.21.15.32:6825/3052918228]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:38.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:37.394187+0000 mon.smithi003 (mon.0) 544 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:38.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:37.888995+0000 mgr.smithi003.oqouau (mgr.14166) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:38.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:37.974925+0000 mgr.smithi003.oqouau (mgr.14166) 159 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:34:38.636 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:37.981554+0000 mon.smithi003 (mon.0) 545 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.637 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.034966+0000 mon.smithi003 (mon.0) 546 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:34:38.637 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.035188+0000 mon.smithi003 (mon.0) 547 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:34:38.637 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.258630+0000 mon.smithi003 (mon.0) 548 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.637 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.259739+0000 mon.smithi003 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.637 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.260570+0000 mon.smithi003 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.638 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.261343+0000 mon.smithi003 (mon.0) 551 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.638 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.268086+0000 mon.smithi003 (mon.0) 552 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.638 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.271442+0000 mon.smithi003 (mon.0) 553 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.638 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.274868+0000 mon.smithi003 (mon.0) 554 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:38.638 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.275787+0000 mon.smithi003 (mon.0) 555 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:38.639 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.276465+0000 mon.smithi003 (mon.0) 556 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:38.639 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.282450+0000 mon.smithi003 (mon.0) 557 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.639 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.356206+0000 mon.smithi003 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.3:0/3803568240' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:34:38.653 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7[121808]: debug 2023-09-07T07:34:38.397+0000 7fd464881700 -1 osd.7 0 waiting for initial osdmap 2023-09-07T07:34:38.654 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7[121808]: debug 2023-09-07T07:34:38.405+0000 7fd45eff9700 -1 osd.7 42 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2023-09-07T07:34:38.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:37.393152+0000 mon.smithi003 (mon.0) 541 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:34:38.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:37.393221+0000 mon.smithi003 (mon.0) 542 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-09-07T07:34:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:37.393371+0000 mon.smithi003 (mon.0) 543 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:37.393855+0000 mon.smithi032 (mon.1) 15 : audit [INF] from='osd.7 [v2:172.21.15.32:6824/3052918228,v1:172.21.15.32:6825/3052918228]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:37.394187+0000 mon.smithi003 (mon.0) 544 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:34:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:37.888995+0000 mgr.smithi003.oqouau (mgr.14166) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 36 MiB used, 626 GiB / 626 GiB avail 2023-09-07T07:34:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:37.974925+0000 mgr.smithi003.oqouau (mgr.14166) 159 : cephadm [INF] Detected new or changed devices on smithi032 2023-09-07T07:34:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:37.981554+0000 mon.smithi003 (mon.0) 545 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.034966+0000 mon.smithi003 (mon.0) 546 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:34:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.035188+0000 mon.smithi003 (mon.0) 547 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:34:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.258630+0000 mon.smithi003 (mon.0) 548 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.259739+0000 mon.smithi003 (mon.0) 549 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.260570+0000 mon.smithi003 (mon.0) 550 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.261343+0000 mon.smithi003 (mon.0) 551 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:34:38.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.268086+0000 mon.smithi003 (mon.0) 552 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.271442+0000 mon.smithi003 (mon.0) 553 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.274868+0000 mon.smithi003 (mon.0) 554 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:34:38.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.275787+0000 mon.smithi003 (mon.0) 555 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:34:38.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.276465+0000 mon.smithi003 (mon.0) 556 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:34:38.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.282450+0000 mon.smithi003 (mon.0) 557 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:34:38.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.356206+0000 mon.smithi003 (mon.0) 558 : audit [DBG] from='client.? 172.21.15.3:0/3803568240' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:34:38.733 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":41,"num_osds":8,"num_up_osds":7,"osd_up_since":1694072066,"num_in_osds":8,"osd_in_since":1694072066,"num_remapped_pgs":0} 2023-09-07T07:34:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:34:38.261925+0000 mgr.smithi003.oqouau (mgr.14166) 160 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 3991M 2023-09-07T07:34:39.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.392964+0000 mon.smithi003 (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:34:39.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:38.393060+0000 mon.smithi003 (mon.0) 560 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-09-07T07:34:39.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.393447+0000 mon.smithi003 (mon.0) 561 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:39.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:38.397648+0000 mon.smithi003 (mon.0) 562 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:39.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:39.142227+0000 mon.smithi003 (mon.0) 563 : cluster [INF] osd.7 [v2:172.21.15.32:6824/3052918228,v1:172.21.15.32:6825/3052918228] boot 2023-09-07T07:34:39.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:39.142376+0000 mon.smithi003 (mon.0) 564 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-09-07T07:34:39.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:39.142744+0000 mon.smithi003 (mon.0) 565 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:39.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:34:38.261925+0000 mgr.smithi003.oqouau (mgr.14166) 160 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 3991M 2023-09-07T07:34:39.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.392964+0000 mon.smithi003 (mon.0) 559 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]': finished 2023-09-07T07:34:39.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:38.393060+0000 mon.smithi003 (mon.0) 560 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-09-07T07:34:39.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.393447+0000 mon.smithi003 (mon.0) 561 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:39.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:38.397648+0000 mon.smithi003 (mon.0) 562 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:39.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:39.142227+0000 mon.smithi003 (mon.0) 563 : cluster [INF] osd.7 [v2:172.21.15.32:6824/3052918228,v1:172.21.15.32:6825/3052918228] boot 2023-09-07T07:34:39.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:39.142376+0000 mon.smithi003 (mon.0) 564 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-09-07T07:34:39.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:39.142744+0000 mon.smithi003 (mon.0) 565 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:34:39.734 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd stat -f json 2023-09-07T07:34:40.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:37.998528+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:40.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:37.998642+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:40.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:39.889364+0000 mgr.smithi003.oqouau (mgr.14166) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:40.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:40.148272+0000 mon.smithi003 (mon.0) 566 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-09-07T07:34:40.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:37.998528+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-09-07T07:34:40.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:37.998642+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-09-07T07:34:40.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:39.889364+0000 mgr.smithi003.oqouau (mgr.14166) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:40.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:40.148272+0000 mon.smithi003 (mon.0) 566 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-09-07T07:34:41.114 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:34:41.483 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1694072079,"num_in_osds":8,"osd_in_since":1694072066,"num_remapped_pgs":0} 2023-09-07T07:34:41.484 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:34:41.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:41.113905+0000 mon.smithi003 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/824904316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:34:41.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:41.149316+0000 mon.smithi003 (mon.0) 568 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-09-07T07:34:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:41.113905+0000 mon.smithi003 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.3:0/824904316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-07T07:34:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:41.149316+0000 mon.smithi003 (mon.0) 568 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-09-07T07:34:41.745 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:42.532 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:41.889674+0000 mgr.smithi003.oqouau (mgr.14166) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:41.889674+0000 mgr.smithi003.oqouau (mgr.14166) 162 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 41 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:42.925 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:34:42.925 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":45,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:30:40.731046+0000","modified":"2023-09-07T07:34:41.145096+0000","last_up_change":"2023-09-07T07:34:39.137237+0000","last_in_change":"2023-09-07T07:34:26.372669+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-09-07T07:33:40.764270+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":"22","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_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"5f326ca4-800c-47ee-8f9a-5c04e1084556","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6803","nonce":3544601450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6805","nonce":3544601450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6809","nonce":3544601450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6807","nonce":3544601450}]},"public_addr":"172.21.15.3:6803/3544601450","cluster_addr":"172.21.15.3:6805/3544601450","heartbeat_back_addr":"172.21.15.3:6809/3544601450","heartbeat_front_addr":"172.21.15.3:6807/3544601450","state":["exists","up"]},{"osd":1,"uuid":"cbafff40-3017-45fe-9ede-06f6a6e2cd7a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6810","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6811","nonce":3928937708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6813","nonce":3928937708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6817","nonce":3928937708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6815","nonce":3928937708}]},"public_addr":"172.21.15.3:6811/3928937708","cluster_addr":"172.21.15.3:6813/3928937708","heartbeat_back_addr":"172.21.15.3:6817/3928937708","heartbeat_front_addr":"172.21.15.3:6815/3928937708","state":["exists","up"]},{"osd":2,"uuid":"6694964b-2a6f-4e5f-90c8-1c7bb10d562f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6819","nonce":1862452542}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6821","nonce":1862452542}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6825","nonce":1862452542}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6823","nonce":1862452542}]},"public_addr":"172.21.15.3:6819/1862452542","cluster_addr":"172.21.15.3:6821/1862452542","heartbeat_back_addr":"172.21.15.3:6825/1862452542","heartbeat_front_addr":"172.21.15.3:6823/1862452542","state":["exists","up"]},{"osd":3,"uuid":"69130f7a-f274-487c-99c1-312cfe076bdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6827","nonce":3150694513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6829","nonce":3150694513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6833","nonce":3150694513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6831","nonce":3150694513}]},"public_addr":"172.21.15.3:6827/3150694513","cluster_addr":"172.21.15.3:6829/3150694513","heartbeat_back_addr":"172.21.15.3:6833/3150694513","heartbeat_front_addr":"172.21.15.3:6831/3150694513","state":["exists","up"]},{"osd":4,"uuid":"0b834340-65a5-44b9-8822-786631dafd2a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6800","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6801","nonce":439740398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6803","nonce":439740398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6807","nonce":439740398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6805","nonce":439740398}]},"public_addr":"172.21.15.32:6801/439740398","cluster_addr":"172.21.15.32:6803/439740398","heartbeat_back_addr":"172.21.15.32:6807/439740398","heartbeat_front_addr":"172.21.15.32:6805/439740398","state":["exists","up"]},{"osd":5,"uuid":"d4551582-005b-4001-95b3-d49ad8b4dfcc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6808","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6809","nonce":3266296239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6810","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6811","nonce":3266296239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6814","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6815","nonce":3266296239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6812","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6813","nonce":3266296239}]},"public_addr":"172.21.15.32:6809/3266296239","cluster_addr":"172.21.15.32:6811/3266296239","heartbeat_back_addr":"172.21.15.32:6815/3266296239","heartbeat_front_addr":"172.21.15.32:6813/3266296239","state":["exists","up"]},{"osd":6,"uuid":"f646a35b-a276-4503-aa16-d17ca5801aed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6816","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6817","nonce":2454772016}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6818","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6819","nonce":2454772016}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6822","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6823","nonce":2454772016}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6820","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6821","nonce":2454772016}]},"public_addr":"172.21.15.32:6817/2454772016","cluster_addr":"172.21.15.32:6819/2454772016","heartbeat_back_addr":"172.21.15.32:6823/2454772016","heartbeat_front_addr":"172.21.15.32:6821/2454772016","state":["exists","up"]},{"osd":7,"uuid":"50a4ebfc-b424-4595-9dc8-f75eeff8898d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6824","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6825","nonce":3052918228}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6826","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6827","nonce":3052918228}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6830","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6831","nonce":3052918228}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6828","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6829","nonce":3052918228}]},"public_addr":"172.21.15.32:6825/3052918228","cluster_addr":"172.21.15.32:6827/3052918228","heartbeat_back_addr":"172.21.15.32:6831/3052918228","heartbeat_front_addr":"172.21.15.32:6829/3052918228","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:00.556890+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:14.867339+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:30.144465+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:44.493027+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:57.194922+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:10.785959+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:24.601858+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:37.998645+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/3198029088":"2023-09-08T07:31:37.801508+0000","172.21.15.3:0/3105173223":"2023-09-08T07:31:24.456337+0000","172.21.15.3:6800/3778535607":"2023-09-08T07:31:24.456337+0000","172.21.15.3:0/2077210695":"2023-09-08T07:31:24.456337+0000","172.21.15.3:6801/623877212":"2023-09-08T07:31:37.801508+0000","172.21.15.3:6801/3778535607":"2023-09-08T07:31:24.456337+0000","172.21.15.3:0/1607549718":"2023-09-08T07:31:03.518407+0000","172.21.15.3:6800/623877212":"2023-09-08T07:31:37.801508+0000","172.21.15.3:6800/951532832":"2023-09-08T07:31:03.518407+0000","172.21.15.3:6801/951532832":"2023-09-08T07:31:03.518407+0000","172.21.15.3:0/1188618891":"2023-09-08T07:31:37.801508+0000","172.21.15.3:0/3892773821":"2023-09-08T07:31:03.518407+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:34:43.299 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-09-07T07:33:40.764270+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': '22', '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_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-09-07T07:34:43.300 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd pool get device_health_metrics pg_num 2023-09-07T07:34:43.556 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:43.669 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:42.923742+0000 mon.smithi003 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.3:0/821839008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:34:43.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:42.923742+0000 mon.smithi003 (mon.0) 569 : audit [DBG] from='client.? 172.21.15.3:0/821839008' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:34:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:43.890062+0000 mgr.smithi003.oqouau (mgr.14166) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:44.696 INFO:teuthology.orchestra.run.smithi003.stdout:pg_num: 1 2023-09-07T07:34:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:43.890062+0000 mgr.smithi003.oqouau (mgr.14166) 163 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:45.074 INFO:tasks.cephadm:Setting up client nodes... 2023-09-07T07:34:45.075 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-07T07:34:45.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:44.695717+0000 mon.smithi003 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.3:0/4111216153' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-09-07T07:34:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:44.695717+0000 mon.smithi003 (mon.0) 570 : audit [DBG] from='client.? 172.21.15.3:0/4111216153' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-09-07T07:34:46.485 INFO:teuthology.orchestra.run.smithi003.stdout:[client.0] 2023-09-07T07:34:46.485 INFO:teuthology.orchestra.run.smithi003.stdout: key = AQAWfflkUGGNHBAAlZbOQEczotBtNIf0z6puQQ== 2023-09-07T07:34:46.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:45.890442+0000 mgr.smithi003.oqouau (mgr.14166) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:46.874 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-09-07T07:34:46.874 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-07T07:34:46.874 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-07T07:34:46.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:45.890442+0000 mgr.smithi003.oqouau (mgr.14166) 164 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:46.927 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-07T07:34:46.928 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-07T07:34:46.929 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph mgr dump --format=json 2023-09-07T07:34:47.226 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:47.671 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:46.478867+0000 mon.smithi003 (mon.0) 571 : audit [INF] from='client.? 172.21.15.3:0/2396408476' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:34:47.671 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:46.484394+0000 mon.smithi003 (mon.0) 572 : audit [INF] from='client.? 172.21.15.3:0/2396408476' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:34:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:46.478867+0000 mon.smithi003 (mon.0) 571 : audit [INF] from='client.? 172.21.15.3:0/2396408476' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-07T07:34:47.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:46.484394+0000 mon.smithi003 (mon.0) 572 : audit [INF] from='client.? 172.21.15.3:0/2396408476' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-07T07:34:48.386 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:34:48.666 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:47.890802+0000 mgr.smithi003.oqouau (mgr.14166) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:48.666 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:48.381827+0000 mon.smithi003 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/2675649255' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-07T07:34:48.756 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":18,"active_gid":14166,"active_name":"smithi003.oqouau","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6800","nonce":3567075794},{"type":"v1","addr":"172.21.15.3:6801","nonce":3567075794}]},"active_addr":"172.21.15.3:6801/3567075794","active_change":"2023-09-07T07:31:37.801882+0000","active_mgr_features":4540138297136906239,"available":true,"standbys":[{"gid":14210,"name":"smithi032.jvdzvt","mgr_features":4540138297136906239,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","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","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","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":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"docker.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"docker.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"docker.io/prom/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Registry to which we should normalize unqualified image names","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository url","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","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_HOST":{"name":"RGW_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_PORT":{"name":"RGW_API_PORT","type":"str","level":"advanced","flags":0,"default_value":"80","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SCHEME":{"name":"RGW_API_SCHEME","type":"str","level":"advanced","flags":0,"default_value":"http","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":[]},"RGW_API_USER_ID":{"name":"RGW_API_USER_ID","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"persist_interval":{"name":"persist_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how frequently to persist completed events","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","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":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","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":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.3:8443/","prometheus":"http://172.21.15.3:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":1096776344}]},{"addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":2863504983}]}]}} 2023-09-07T07:34:48.762 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-07T07:34:48.762 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-07T07:34:48.762 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:34:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:47.890802+0000 mgr.smithi003.oqouau (mgr.14166) 165 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:48.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:48.381827+0000 mon.smithi003 (mon.0) 573 : audit [DBG] from='client.? 172.21.15.3:0/2675649255' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-07T07:34:49.019 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:50.187 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:34:50.188 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":45,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:30:40.731046+0000","modified":"2023-09-07T07:34:41.145096+0000","last_up_change":"2023-09-07T07:34:39.137237+0000","last_in_change":"2023-09-07T07:34:26.372669+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-09-07T07:33:40.764270+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":"22","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_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"5f326ca4-800c-47ee-8f9a-5c04e1084556","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6803","nonce":3544601450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6805","nonce":3544601450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6809","nonce":3544601450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6807","nonce":3544601450}]},"public_addr":"172.21.15.3:6803/3544601450","cluster_addr":"172.21.15.3:6805/3544601450","heartbeat_back_addr":"172.21.15.3:6809/3544601450","heartbeat_front_addr":"172.21.15.3:6807/3544601450","state":["exists","up"]},{"osd":1,"uuid":"cbafff40-3017-45fe-9ede-06f6a6e2cd7a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6810","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6811","nonce":3928937708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6813","nonce":3928937708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6817","nonce":3928937708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6815","nonce":3928937708}]},"public_addr":"172.21.15.3:6811/3928937708","cluster_addr":"172.21.15.3:6813/3928937708","heartbeat_back_addr":"172.21.15.3:6817/3928937708","heartbeat_front_addr":"172.21.15.3:6815/3928937708","state":["exists","up"]},{"osd":2,"uuid":"6694964b-2a6f-4e5f-90c8-1c7bb10d562f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6819","nonce":1862452542}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6821","nonce":1862452542}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6825","nonce":1862452542}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6823","nonce":1862452542}]},"public_addr":"172.21.15.3:6819/1862452542","cluster_addr":"172.21.15.3:6821/1862452542","heartbeat_back_addr":"172.21.15.3:6825/1862452542","heartbeat_front_addr":"172.21.15.3:6823/1862452542","state":["exists","up"]},{"osd":3,"uuid":"69130f7a-f274-487c-99c1-312cfe076bdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6827","nonce":3150694513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6829","nonce":3150694513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6833","nonce":3150694513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6831","nonce":3150694513}]},"public_addr":"172.21.15.3:6827/3150694513","cluster_addr":"172.21.15.3:6829/3150694513","heartbeat_back_addr":"172.21.15.3:6833/3150694513","heartbeat_front_addr":"172.21.15.3:6831/3150694513","state":["exists","up"]},{"osd":4,"uuid":"0b834340-65a5-44b9-8822-786631dafd2a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6800","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6801","nonce":439740398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6803","nonce":439740398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6807","nonce":439740398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6805","nonce":439740398}]},"public_addr":"172.21.15.32:6801/439740398","cluster_addr":"172.21.15.32:6803/439740398","heartbeat_back_addr":"172.21.15.32:6807/439740398","heartbeat_front_addr":"172.21.15.32:6805/439740398","state":["exists","up"]},{"osd":5,"uuid":"d4551582-005b-4001-95b3-d49ad8b4dfcc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6808","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6809","nonce":3266296239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6810","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6811","nonce":3266296239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6814","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6815","nonce":3266296239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6812","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6813","nonce":3266296239}]},"public_addr":"172.21.15.32:6809/3266296239","cluster_addr":"172.21.15.32:6811/3266296239","heartbeat_back_addr":"172.21.15.32:6815/3266296239","heartbeat_front_addr":"172.21.15.32:6813/3266296239","state":["exists","up"]},{"osd":6,"uuid":"f646a35b-a276-4503-aa16-d17ca5801aed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6816","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6817","nonce":2454772016}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6818","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6819","nonce":2454772016}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6822","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6823","nonce":2454772016}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6820","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6821","nonce":2454772016}]},"public_addr":"172.21.15.32:6817/2454772016","cluster_addr":"172.21.15.32:6819/2454772016","heartbeat_back_addr":"172.21.15.32:6823/2454772016","heartbeat_front_addr":"172.21.15.32:6821/2454772016","state":["exists","up"]},{"osd":7,"uuid":"50a4ebfc-b424-4595-9dc8-f75eeff8898d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6824","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6825","nonce":3052918228}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6826","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6827","nonce":3052918228}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6830","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6831","nonce":3052918228}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6828","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6829","nonce":3052918228}]},"public_addr":"172.21.15.32:6825/3052918228","cluster_addr":"172.21.15.32:6827/3052918228","heartbeat_back_addr":"172.21.15.32:6831/3052918228","heartbeat_front_addr":"172.21.15.32:6829/3052918228","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:00.556890+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:14.867339+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:30.144465+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:44.493027+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:57.194922+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:10.785959+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:24.601858+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:37.998645+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/3198029088":"2023-09-08T07:31:37.801508+0000","172.21.15.3:0/3105173223":"2023-09-08T07:31:24.456337+0000","172.21.15.3:6800/3778535607":"2023-09-08T07:31:24.456337+0000","172.21.15.3:0/2077210695":"2023-09-08T07:31:24.456337+0000","172.21.15.3:6801/623877212":"2023-09-08T07:31:37.801508+0000","172.21.15.3:6801/3778535607":"2023-09-08T07:31:24.456337+0000","172.21.15.3:0/1607549718":"2023-09-08T07:31:03.518407+0000","172.21.15.3:6800/623877212":"2023-09-08T07:31:37.801508+0000","172.21.15.3:6800/951532832":"2023-09-08T07:31:03.518407+0000","172.21.15.3:6801/951532832":"2023-09-08T07:31:03.518407+0000","172.21.15.3:0/1188618891":"2023-09-08T07:31:37.801508+0000","172.21.15.3:0/3892773821":"2023-09-08T07:31:03.518407+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:34:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:49.891411+0000 mgr.smithi003.oqouau (mgr.14166) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:50.432 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:49.891411+0000 mgr.smithi003.oqouau (mgr.14166) 166 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:50.518 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-07T07:34:50.519 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd dump --format=json 2023-09-07T07:34:50.773 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:51.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:50.186486+0000 mon.smithi003 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/2770570565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:34:51.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:50.186486+0000 mon.smithi003 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.3:0/2770570565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:34:51.981 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:34:51.981 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":45,"fsid":"5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da","created":"2023-09-07T07:30:40.731046+0000","modified":"2023-09-07T07:34:41.145096+0000","last_up_change":"2023-09-07T07:34:39.137237+0000","last_in_change":"2023-09-07T07:34:26.372669+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-09-07T07:33:40.764270+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":"22","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_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"5f326ca4-800c-47ee-8f9a-5c04e1084556","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6803","nonce":3544601450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6805","nonce":3544601450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6809","nonce":3544601450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3544601450},{"type":"v1","addr":"172.21.15.3:6807","nonce":3544601450}]},"public_addr":"172.21.15.3:6803/3544601450","cluster_addr":"172.21.15.3:6805/3544601450","heartbeat_back_addr":"172.21.15.3:6809/3544601450","heartbeat_front_addr":"172.21.15.3:6807/3544601450","state":["exists","up"]},{"osd":1,"uuid":"cbafff40-3017-45fe-9ede-06f6a6e2cd7a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6810","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6811","nonce":3928937708}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6813","nonce":3928937708}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6817","nonce":3928937708}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":3928937708},{"type":"v1","addr":"172.21.15.3:6815","nonce":3928937708}]},"public_addr":"172.21.15.3:6811/3928937708","cluster_addr":"172.21.15.3:6813/3928937708","heartbeat_back_addr":"172.21.15.3:6817/3928937708","heartbeat_front_addr":"172.21.15.3:6815/3928937708","state":["exists","up"]},{"osd":2,"uuid":"6694964b-2a6f-4e5f-90c8-1c7bb10d562f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6819","nonce":1862452542}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6821","nonce":1862452542}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6825","nonce":1862452542}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":1862452542},{"type":"v1","addr":"172.21.15.3:6823","nonce":1862452542}]},"public_addr":"172.21.15.3:6819/1862452542","cluster_addr":"172.21.15.3:6821/1862452542","heartbeat_back_addr":"172.21.15.3:6825/1862452542","heartbeat_front_addr":"172.21.15.3:6823/1862452542","state":["exists","up"]},{"osd":3,"uuid":"69130f7a-f274-487c-99c1-312cfe076bdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6827","nonce":3150694513}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6829","nonce":3150694513}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6833","nonce":3150694513}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":3150694513},{"type":"v1","addr":"172.21.15.3:6831","nonce":3150694513}]},"public_addr":"172.21.15.3:6827/3150694513","cluster_addr":"172.21.15.3:6829/3150694513","heartbeat_back_addr":"172.21.15.3:6833/3150694513","heartbeat_front_addr":"172.21.15.3:6831/3150694513","state":["exists","up"]},{"osd":4,"uuid":"0b834340-65a5-44b9-8822-786631dafd2a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6800","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6801","nonce":439740398}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6802","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6803","nonce":439740398}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6806","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6807","nonce":439740398}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6804","nonce":439740398},{"type":"v1","addr":"172.21.15.32:6805","nonce":439740398}]},"public_addr":"172.21.15.32:6801/439740398","cluster_addr":"172.21.15.32:6803/439740398","heartbeat_back_addr":"172.21.15.32:6807/439740398","heartbeat_front_addr":"172.21.15.32:6805/439740398","state":["exists","up"]},{"osd":5,"uuid":"d4551582-005b-4001-95b3-d49ad8b4dfcc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6808","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6809","nonce":3266296239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6810","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6811","nonce":3266296239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6814","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6815","nonce":3266296239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6812","nonce":3266296239},{"type":"v1","addr":"172.21.15.32:6813","nonce":3266296239}]},"public_addr":"172.21.15.32:6809/3266296239","cluster_addr":"172.21.15.32:6811/3266296239","heartbeat_back_addr":"172.21.15.32:6815/3266296239","heartbeat_front_addr":"172.21.15.32:6813/3266296239","state":["exists","up"]},{"osd":6,"uuid":"f646a35b-a276-4503-aa16-d17ca5801aed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6816","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6817","nonce":2454772016}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6818","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6819","nonce":2454772016}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6822","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6823","nonce":2454772016}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6820","nonce":2454772016},{"type":"v1","addr":"172.21.15.32:6821","nonce":2454772016}]},"public_addr":"172.21.15.32:6817/2454772016","cluster_addr":"172.21.15.32:6819/2454772016","heartbeat_back_addr":"172.21.15.32:6823/2454772016","heartbeat_front_addr":"172.21.15.32:6821/2454772016","state":["exists","up"]},{"osd":7,"uuid":"50a4ebfc-b424-4595-9dc8-f75eeff8898d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6824","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6825","nonce":3052918228}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6826","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6827","nonce":3052918228}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6830","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6831","nonce":3052918228}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.32:6828","nonce":3052918228},{"type":"v1","addr":"172.21.15.32:6829","nonce":3052918228}]},"public_addr":"172.21.15.32:6825/3052918228","cluster_addr":"172.21.15.32:6827/3052918228","heartbeat_back_addr":"172.21.15.32:6831/3052918228","heartbeat_front_addr":"172.21.15.32:6829/3052918228","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:00.556890+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:14.867339+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:30.144465+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:44.493027+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:33:57.194922+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:10.785959+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:24.601858+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138297136906239,"old_weight":0,"last_purged_snaps_scrub":"2023-09-07T07:34:37.998645+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/3198029088":"2023-09-08T07:31:37.801508+0000","172.21.15.3:0/3105173223":"2023-09-08T07:31:24.456337+0000","172.21.15.3:6800/3778535607":"2023-09-08T07:31:24.456337+0000","172.21.15.3:0/2077210695":"2023-09-08T07:31:24.456337+0000","172.21.15.3:6801/623877212":"2023-09-08T07:31:37.801508+0000","172.21.15.3:6801/3778535607":"2023-09-08T07:31:24.456337+0000","172.21.15.3:0/1607549718":"2023-09-08T07:31:03.518407+0000","172.21.15.3:6800/623877212":"2023-09-08T07:31:37.801508+0000","172.21.15.3:6800/951532832":"2023-09-08T07:31:03.518407+0000","172.21.15.3:6801/951532832":"2023-09-08T07:31:03.518407+0000","172.21.15.3:0/1188618891":"2023-09-08T07:31:37.801508+0000","172.21.15.3:0/3892773821":"2023-09-08T07:31:03.518407+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-09-07T07:34:52.257 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:51.891785+0000 mgr.smithi003.oqouau (mgr.14166) 167 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:52.258 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:34:51.979482+0000 mon.smithi003 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/1831040331' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:34:52.374 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.0 flush_pg_stats 2023-09-07T07:34:52.375 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.1 flush_pg_stats 2023-09-07T07:34:52.375 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.2 flush_pg_stats 2023-09-07T07:34:52.376 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.3 flush_pg_stats 2023-09-07T07:34:52.376 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.4 flush_pg_stats 2023-09-07T07:34:52.377 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.5 flush_pg_stats 2023-09-07T07:34:52.377 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.6 flush_pg_stats 2023-09-07T07:34:52.378 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph tell osd.7 flush_pg_stats 2023-09-07T07:34:52.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:51.891785+0000 mgr.smithi003.oqouau (mgr.14166) 167 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:52.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:34:51.979482+0000 mon.smithi003 (mon.0) 575 : audit [DBG] from='client.? 172.21.15.3:0/1831040331' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-07T07:34:52.826 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:52.941 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:53.247 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:53.263 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:53.598 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:53.698 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:54.054 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:54.054 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:55.273 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:53.892267+0000 mgr.smithi003.oqouau (mgr.14166) 168 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:53.892267+0000 mgr.smithi003.oqouau (mgr.14166) 168 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:56.544 INFO:teuthology.orchestra.run.smithi003.stdout:55834574871 2023-09-07T07:34:56.545 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.1 2023-09-07T07:34:57.171 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:55.892798+0000 mgr.smithi003.oqouau (mgr.14166) 169 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:55.892798+0000 mgr.smithi003.oqouau (mgr.14166) 169 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:57.807 INFO:teuthology.orchestra.run.smithi003.stdout:38654705689 2023-09-07T07:34:57.807 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.0 2023-09-07T07:34:57.887 INFO:teuthology.orchestra.run.smithi003.stdout:77309411348 2023-09-07T07:34:57.888 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.2 2023-09-07T07:34:57.961 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:58.076 INFO:teuthology.orchestra.run.smithi003.stdout:120259084302 2023-09-07T07:34:58.077 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.4 2023-09-07T07:34:58.383 INFO:teuthology.orchestra.run.smithi003.stdout:141733920779 2023-09-07T07:34:58.384 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.5 2023-09-07T07:34:58.560 INFO:teuthology.orchestra.run.smithi003.stdout:163208757257 2023-09-07T07:34:58.561 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.6 2023-09-07T07:34:58.727 INFO:teuthology.orchestra.run.smithi003.stdout:184683593734 2023-09-07T07:34:58.727 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.7 2023-09-07T07:34:58.897 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:58.954 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:34:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:57.893158+0000 mgr.smithi003.oqouau (mgr.14166) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:59.002 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:34:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:57.893158+0000 mgr.smithi003.oqouau (mgr.14166) 170 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:34:59.502 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:34:59.677 INFO:teuthology.orchestra.run.smithi003.stdout:103079215121 2023-09-07T07:34:59.678 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph osd last-stat-seq osd.3 2023-09-07T07:35:00.054 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:35:00.135 INFO:teuthology.orchestra.run.smithi003.stdout:55834574871 2023-09-07T07:35:00.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:34:59.893583+0000 mgr.smithi003.oqouau (mgr.14166) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:00.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:00.135531+0000 mon.smithi003 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/682607580' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-07T07:35:00.424 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:35:00.424 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:35:00.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:34:59.893583+0000 mgr.smithi003.oqouau (mgr.14166) 171 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:00.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:00.135531+0000 mon.smithi003 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.3:0/682607580' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-07T07:35:01.552 INFO:teuthology.orchestra.run.smithi003.stdout:77309411349 2023-09-07T07:35:01.568 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:35:01.605 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574871 got 55834574871 for osd.1 2023-09-07T07:35:01.605 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:01.687 INFO:teuthology.orchestra.run.smithi003.stdout:38654705690 2023-09-07T07:35:01.830 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:01.552292+0000 mon.smithi003 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/3912711371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-07T07:35:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:01.552292+0000 mon.smithi003 (mon.0) 577 : audit [DBG] from='client.? 172.21.15.3:0/3912711371' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-07T07:35:02.424 INFO:teuthology.orchestra.run.smithi003.stdout:184683593735 2023-09-07T07:35:02.523 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705689 got 38654705690 for osd.0 2023-09-07T07:35:02.524 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:01.687266+0000 mon.smithi003 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.3:0/2168198823' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-07T07:35:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:01.893964+0000 mgr.smithi003.oqouau (mgr.14166) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:01.931089+0000 mon.smithi003 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3402216112' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-07T07:35:02.750 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593734 got 184683593735 for osd.7 2023-09-07T07:35:02.750 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:02.885 INFO:teuthology.orchestra.run.smithi003.stdout:120259084303 2023-09-07T07:35:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:01.687266+0000 mon.smithi003 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.3:0/2168198823' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-07T07:35:02.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:01.893964+0000 mgr.smithi003.oqouau (mgr.14166) 172 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:02.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:01.931089+0000 mon.smithi003 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.3:0/3402216112' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-07T07:35:03.538 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411348 got 77309411349 for osd.2 2023-09-07T07:35:03.539 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:03.847 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:02.884885+0000 mon.smithi003 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.3:0/358112365' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-07T07:35:03.865 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084302 got 120259084303 for osd.4 2023-09-07T07:35:03.866 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:02.884885+0000 mon.smithi003 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.3:0/358112365' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-07T07:35:03.955 INFO:teuthology.orchestra.run.smithi003.stdout:163208757258 2023-09-07T07:35:04.540 INFO:teuthology.orchestra.run.smithi003.stdout:141733920779 2023-09-07T07:35:04.680 INFO:teuthology.orchestra.run.smithi003.stdout:103079215122 2023-09-07T07:35:04.729 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757257 got 163208757258 for osd.6 2023-09-07T07:35:04.729 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:03.894311+0000 mgr.smithi003.oqouau (mgr.14166) 173 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:03.955083+0000 mon.smithi003 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.3:0/4271974865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-07T07:35:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:04.539838+0000 mon.smithi003 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.3:0/3938519489' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-07T07:35:04.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:03.894311+0000 mgr.smithi003.oqouau (mgr.14166) 173 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:04.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:03.955083+0000 mon.smithi003 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.3:0/4271974865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-07T07:35:04.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:04.539838+0000 mon.smithi003 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.3:0/3938519489' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-07T07:35:04.955 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920779 got 141733920779 for osd.5 2023-09-07T07:35:04.955 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:05.163 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215121 got 103079215122 for osd.3 2023-09-07T07:35:05.163 DEBUG:teuthology.parallel:result is None 2023-09-07T07:35:05.163 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-07T07:35:05.164 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph pg dump --format=json 2023-09-07T07:35:05.420 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:35:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:04.680548+0000 mon.smithi003 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.3:0/3145256012' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-07T07:35:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:04.680548+0000 mon.smithi003 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.3:0/3145256012' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-07T07:35:06.516 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:35:06.518 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2023-09-07T07:35:06.822 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:05.894767+0000 mgr.smithi003.oqouau (mgr.14166) 174 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:05.894767+0000 mgr.smithi003.oqouau (mgr.14166) 174 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:06.921 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":138,"stamp":"2023-09-07T07:35:05.894529+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":42616,"kb_used_data":3448,"kb_used_omap":0,"kb_used_meta":39104,"kb_avail":749918600,"statfs":{"total":767960285184,"available":767916646400,"internally_reserved":0,"allocated":3530752,"data_stored":1405416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40042496},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":45,"state":"active+clean","last_fresh":"2023-09-07T07:34:41.198633+0000","last_change":"2023-09-07T07:34:41.198633+0000","last_active":"2023-09-07T07:34:41.198633+0000","last_peered":"2023-09-07T07:34:41.198633+0000","last_clean":"2023-09-07T07:34:41.198633+0000","last_became_active":"2023-09-07T07:34:41.198138+0000","last_became_peered":"2023-09-07T07:34:41.198138+0000","last_unstale":"2023-09-07T07:34:41.198633+0000","last_undegraded":"2023-09-07T07:34:41.198633+0000","last_fullsized":"2023-09-07T07:34:41.198633+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-07T07:33:41.272912+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-07T07:33:41.272912+0000","last_clean_scrub_stamp":"2023-09-07T07:33:41.272912+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593736,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5176,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739976,"statfs":{"total":95995035648,"available":95989735424,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58499999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68400000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63600000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71499999999999997}]}]},{"osd":6,"up_from":38,"seq":163208757259,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5236,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739916,"statfs":{"total":95995035648,"available":95989673984,"internally_reserved":0,"allocated":438272,"data_stored":175453,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46000000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40300000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63700000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.66400000000000003}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65000000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68300000000000005}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.70999999999999996}]}]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5432,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739720,"statfs":{"total":95995035648,"available":95989473280,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.32800000000000001}]},{"osd":2,"last update":"Thu Sep 7 07:34:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.378},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.502}]},{"osd":3,"last update":"Thu Sep 7 07:34:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.41599999999999998}]},{"osd":4,"last update":"Thu Sep 7 07:35:02 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.63900000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61399999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69699999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]}]},{"osd":0,"up_from":9,"seq":38654705691,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5496,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739656,"statfs":{"total":95995035648,"available":95989407744,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Sep 7 07:34:20 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.46500000000000002}]},{"osd":2,"last update":"Thu Sep 7 07:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.315},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.38400000000000001}]},{"osd":3,"last update":"Thu Sep 7 07:34:47 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.41899999999999998}]},{"osd":4,"last update":"Thu Sep 7 07:35:00 2023","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.50800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52600000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.626}]}]},{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5368,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739784,"statfs":{"total":95995035648,"available":95989538816,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:34:33 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.44600000000000001}]},{"osd":1,"last update":"Thu Sep 7 07:34:33 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.57199999999999995}]},{"osd":3,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.59499999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77900000000000003}]}]},{"osd":3,"up_from":24,"seq":103079215122,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.42199999999999999}]},{"osd":1,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.38200000000000001},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.437}]},{"osd":2,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.45200000000000001}]},{"osd":4,"last update":"Thu Sep 7 07:34:59 2023","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.73899999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.64800000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77400000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.75600000000000001}]}]},{"osd":4,"up_from":28,"seq":120259084304,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5300,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":438272,"data_stored":175439,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.0529999999999999,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.85399999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.48799999999999999}]},{"osd":1,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":0.503},{"interface":"front","average":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.5429999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":0.78900000000000003}]},{"osd":2,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.66300000000000003}]},{"osd":3,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.5509999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":2.6970000000000001,"5min":2.6970000000000001,"15min":2.6970000000000001},"last":0.627}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81299999999999994}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60799999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83399999999999996}]}]},{"osd":5,"up_from":33,"seq":141733920780,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50600000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63300000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57099999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65000000000000002}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.72799999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77100000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.79000000000000004}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-07T07:35:06.923 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph pg dump --format=json 2023-09-07T07:35:07.182 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:35:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:06.513911+0000 mgr.smithi003.oqouau (mgr.14166) 175 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:07.920 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:06.513911+0000 mgr.smithi003.oqouau (mgr.14166) 175 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:08.300 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:35:08.302 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2023-09-07T07:35:08.680 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":139,"stamp":"2023-09-07T07:35:07.894955+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":42616,"kb_used_data":3448,"kb_used_omap":0,"kb_used_meta":39104,"kb_avail":749918600,"statfs":{"total":767960285184,"available":767916646400,"internally_reserved":0,"allocated":3530752,"data_stored":1405416,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":40042496},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":45,"state":"active+clean","last_fresh":"2023-09-07T07:34:41.198633+0000","last_change":"2023-09-07T07:34:41.198633+0000","last_active":"2023-09-07T07:34:41.198633+0000","last_peered":"2023-09-07T07:34:41.198633+0000","last_clean":"2023-09-07T07:34:41.198633+0000","last_became_active":"2023-09-07T07:34:41.198138+0000","last_became_peered":"2023-09-07T07:34:41.198138+0000","last_unstale":"2023-09-07T07:34:41.198633+0000","last_undegraded":"2023-09-07T07:34:41.198633+0000","last_fullsized":"2023-09-07T07:34:41.198633+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-09-07T07:33:41.272912+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-07T07:33:41.272912+0000","last_clean_scrub_stamp":"2023-09-07T07:33:41.272912+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593736,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5176,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4736,"kb_avail":93739976,"statfs":{"total":95995035648,"available":95989735424,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4849664},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51600000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48599999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58499999999999996}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.68400000000000005}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63600000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71499999999999997}]}]},{"osd":6,"up_from":38,"seq":163208757260,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5236,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93739916,"statfs":{"total":95995035648,"available":95989673984,"internally_reserved":0,"allocated":438272,"data_stored":175453,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4915200},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51300000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56100000000000005}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59599999999999997}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47799999999999998}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63700000000000001}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69099999999999995}]}]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5432,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739720,"statfs":{"total":95995035648,"available":95989473280,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5111808},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:34:19 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.32800000000000001}]},{"osd":2,"last update":"Thu Sep 7 07:34:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.378},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.502}]},{"osd":3,"last update":"Thu Sep 7 07:34:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.41599999999999998}]},{"osd":4,"last update":"Thu Sep 7 07:35:02 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84899999999999998},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.63900000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61399999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.69699999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]}]},{"osd":0,"up_from":9,"seq":38654705691,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5496,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739656,"statfs":{"total":95995035648,"available":95989407744,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Sep 7 07:34:20 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.46500000000000002}]},{"osd":2,"last update":"Thu Sep 7 07:34:34 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.315},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.38400000000000001}]},{"osd":3,"last update":"Thu Sep 7 07:34:47 2023","interfaces":[{"interface":"back","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.41899999999999998}]},{"osd":4,"last update":"Thu Sep 7 07:35:00 2023","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"last":0.50800000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48099999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.52600000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.626}]}]},{"osd":2,"up_from":18,"seq":77309411350,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5368,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739784,"statfs":{"total":95995035648,"available":95989538816,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5046272},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:34:33 2023","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.44600000000000001}]},{"osd":1,"last update":"Thu Sep 7 07:34:33 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.57199999999999995}]},{"osd":3,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.59499999999999997}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54700000000000004}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65200000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81799999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.77900000000000003}]}]},{"osd":3,"up_from":24,"seq":103079215123,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"last":0.373}]},{"osd":1,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.497}]},{"osd":2,"last update":"Thu Sep 7 07:34:46 2023","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.45500000000000002}]},{"osd":4,"last update":"Thu Sep 7 07:34:59 2023","interfaces":[{"interface":"back","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"last":0.622},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.78000000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61299999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76800000000000002}]}]},{"osd":4,"up_from":28,"seq":120259084304,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5300,"kb_used_data":428,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739852,"statfs":{"total":95995035648,"available":95989608448,"internally_reserved":0,"allocated":438272,"data_stored":175439,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":1.0529999999999999,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.85399999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.48799999999999999}]},{"osd":1,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":0.503},{"interface":"front","average":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":1.5429999999999999,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":0.78900000000000003}]},{"osd":2,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.66300000000000003}]},{"osd":3,"last update":"Thu Sep 7 07:35:01 2023","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"min":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.5509999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":2.6970000000000001,"5min":2.6970000000000001,"15min":2.6970000000000001},"last":0.627}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.81299999999999994}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60799999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.83399999999999996}]}]},{"osd":5,"up_from":33,"seq":141733920781,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5304,"kb_used_data":432,"kb_used_omap":0,"kb_used_meta":4864,"kb_avail":93739848,"statfs":{"total":95995035648,"available":95989604352,"internally_reserved":0,"allocated":442368,"data_stored":175754,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":4980736},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38100000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63300000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.504}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53200000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.67000000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61899999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-09-07T07:35:08.682 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-07T07:35:08.682 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-07T07:35:08.683 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-07T07:35:08.683 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph health --format=json 2023-09-07T07:35:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:07.895210+0000 mgr.smithi003.oqouau (mgr.14166) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:08.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:07.895210+0000 mgr.smithi003.oqouau (mgr.14166) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:08.943 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/mon.smithi003/config 2023-09-07T07:35:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:09 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:08.298418+0000 mgr.smithi003.oqouau (mgr.14166) 177 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:09.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:09 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:08.298418+0000 mgr.smithi003.oqouau (mgr.14166) 177 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:10.162 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:35:10.537 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-07T07:35:10.538 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-07T07:35:10.538 INFO:tasks.cephadm:Setup complete, yielding 2023-09-07T07:35:10.538 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:35:10.547 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:10.548 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch status' 2023-09-07T07:35:10.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:09.895575+0000 mgr.smithi003.oqouau (mgr.14166) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:10.875 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:10.162019+0000 mon.smithi003 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.3:0/45173088' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-07T07:35:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:09.895575+0000 mgr.smithi003.oqouau (mgr.14166) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:10.162019+0000 mon.smithi003 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.3:0/45173088' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-07T07:35:11.839 INFO:teuthology.orchestra.run.smithi003.stdout:Backend: cephadm 2023-09-07T07:35:11.839 INFO:teuthology.orchestra.run.smithi003.stdout:Available: Yes 2023-09-07T07:35:11.839 INFO:teuthology.orchestra.run.smithi003.stdout:Paused: No 2023-09-07T07:35:12.211 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch ps' 2023-09-07T07:35:13.227 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:11.837875+0000 mgr.smithi003.oqouau (mgr.14166) 179 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:13.227 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:11.895898+0000 mgr.smithi003.oqouau (mgr.14166) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:11.837875+0000 mgr.smithi003.oqouau (mgr.14166) 179 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:13.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:11.895898+0000 mgr.smithi003.oqouau (mgr.14166) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:13.628 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:35:13.628 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (2m) 59s ago 3m 14.5M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:35:13.629 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (3m) 59s ago 3m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:35:13.629 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (2m) 38s ago 2m 7163k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:35:13.629 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (2m) 59s ago 3m 31.7M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:35:13.629 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (4m) 59s ago 4m 432M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:35:13.629 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (2m) 38s ago 2m 375M - 16.2.5 6933c2a0b7dd f4e9bd081ce0 2023-09-07T07:35:13.630 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (4m) 59s ago 4m 73.3M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:35:13.630 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (2m) 38s ago 2m 73.6M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:35:13.630 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (3m) 59s ago 3m 18.2M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:35:13.630 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (2m) 38s ago 2m 18.0M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:35:13.630 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (2m) 59s ago 2m 35.0M 3223M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:35:13.631 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (2m) 59s ago 2m 37.0M 3223M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:35:13.631 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (107s) 59s ago 107s 30.7M 3223M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:35:13.631 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (93s) 59s ago 93s 29.7M 3223M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:35:13.631 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (80s) 38s ago 80s 30.6M 3991M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:35:13.631 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (67s) 38s ago 67s 34.8M 3991M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:35:13.632 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (53s) 38s ago 53s 31.2M 3991M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:35:13.632 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (40s) 38s ago 39s 11.9M 3991M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:35:13.632 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (2m) 59s ago 2m 33.9M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:35:14.012 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch ls' 2023-09-07T07:35:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:13.619438+0000 mgr.smithi003.oqouau (mgr.14166) 181 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:15.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:13.896359+0000 mgr.smithi003.oqouau (mgr.14166) 182 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:15.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:13.619438+0000 mgr.smithi003.oqouau (mgr.14166) 181 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:15.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:13.896359+0000 mgr.smithi003.oqouau (mgr.14166) 182 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:15.448 INFO:teuthology.orchestra.run.smithi003.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-07T07:35:15.448 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager ?:9093,9094 1/1 61s ago 3m count:1 2023-09-07T07:35:15.449 INFO:teuthology.orchestra.run.smithi003.stdout:crash 2/2 61s ago 3m * 2023-09-07T07:35:15.449 INFO:teuthology.orchestra.run.smithi003.stdout:grafana ?:3000 1/1 61s ago 3m count:1 2023-09-07T07:35:15.449 INFO:teuthology.orchestra.run.smithi003.stdout:mgr 2/2 61s ago 3m count:2 2023-09-07T07:35:15.449 INFO:teuthology.orchestra.run.smithi003.stdout:mon 2/2 61s ago 3m smithi003:172.21.15.3=smithi003;smithi032:172.21.15.32=smithi032;count:2 2023-09-07T07:35:15.449 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter ?:9100 2/2 61s ago 3m * 2023-09-07T07:35:15.450 INFO:teuthology.orchestra.run.smithi003.stdout:osd 8/8 61s ago - 2023-09-07T07:35:15.450 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus ?:9095 1/1 61s ago 3m count:1 2023-09-07T07:35:15.828 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch host ls' 2023-09-07T07:35:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:15.444609+0000 mgr.smithi003.oqouau (mgr.14166) 183 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:15.896752+0000 mgr.smithi003.oqouau (mgr.14166) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:17.209 INFO:teuthology.orchestra.run.smithi003.stdout:HOST ADDR LABELS STATUS 2023-09-07T07:35:17.209 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 172.21.15.3 2023-09-07T07:35:17.210 INFO:teuthology.orchestra.run.smithi003.stdout:smithi032 172.21.15.32 2023-09-07T07:35:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:15.444609+0000 mgr.smithi003.oqouau (mgr.14166) 183 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:15.896752+0000 mgr.smithi003.oqouau (mgr.14166) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:17.578 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph orch device ls' 2023-09-07T07:35:18.950 INFO:teuthology.orchestra.run.smithi003.stdout:Hostname Path Type Serial Size Health Ident Fault Available 2023-09-07T07:35:18.950 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme0n1 ssd CVFT5330009Z400BGN 400G Unknown N/A N/A No 2023-09-07T07:35:18.951 INFO:teuthology.orchestra.run.smithi003.stdout:smithi032 /dev/nvme0n1 ssd PHMB747402DN480DGN 480G Unknown N/A N/A No 2023-09-07T07:35:19.228 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:17.208980+0000 mgr.smithi003.oqouau (mgr.14166) 185 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:19.228 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:17.897181+0000 mgr.smithi003.oqouau (mgr.14166) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:19.328 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-07T07:35:19.344 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:19.345 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-07T07:35:19.382 INFO:teuthology.orchestra.run.smithi003.stderr:+ systemctl stop nfs-server 2023-09-07T07:35:19.391 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi032.front.sepia.ceph.com 2023-09-07T07:35:19.391 DEBUG:teuthology.orchestra.run.smithi032:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-07T07:35:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:17.208980+0000 mgr.smithi003.oqouau (mgr.14166) 185 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:17.897181+0000 mgr.smithi003.oqouau (mgr.14166) 186 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:19.433 INFO:teuthology.orchestra.run.smithi032.stderr:+ systemctl stop nfs-server 2023-09-07T07:35:19.442 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:35:19.452 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:19.452 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph fs volume create foofs' 2023-09-07T07:35:20.088 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:18.949033+0000 mgr.smithi003.oqouau (mgr.14166) 187 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:18.949033+0000 mgr.smithi003.oqouau (mgr.14166) 187 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:19.897556+0000 mgr.smithi003.oqouau (mgr.14166) 188 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:19.897556+0000 mgr.smithi003.oqouau (mgr.14166) 188 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:22.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:20.970113+0000 mgr.smithi003.oqouau (mgr.14166) 189 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:22.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:20.970625+0000 mon.smithi003 (mon.0) 585 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-07T07:35:22.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:20.970113+0000 mgr.smithi003.oqouau (mgr.14166) 189 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:22.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:20.970625+0000 mon.smithi003 (mon.0) 585 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-07T07:35:23.310 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:35:22.983+0000 7f5798ed1700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:35:23.310 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:21.897950+0000 mgr.smithi003.oqouau (mgr.14166) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:23.311 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:21.971411+0000 mon.smithi003 (mon.0) 586 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-07T07:35:23.311 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:21.971500+0000 mon.smithi003 (mon.0) 587 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-09-07T07:35:23.311 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:21.976321+0000 mon.smithi003 (mon.0) 588 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:35:23.388 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-07T07:35:23.398 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-09-07T07:35:23.398 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:21.897950+0000 mgr.smithi003.oqouau (mgr.14166) 190 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:21.971411+0000 mon.smithi003 (mon.0) 586 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-07T07:35:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:21.971500+0000 mon.smithi003 (mon.0) 587 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-09-07T07:35:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:21.976321+0000 mon.smithi003 (mon.0) 588 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:35:24.298 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:22.978179+0000 mon.smithi003 (mon.0) 589 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-07T07:35:24.299 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:22.978408+0000 mon.smithi003 (mon.0) 590 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-09-07T07:35:24.299 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:22.982466+0000 mon.smithi003 (mon.0) 591 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:35:24.299 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:22.983502+0000 mon.smithi003 (mon.0) 592 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:35:24.299 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:22.983543+0000 mon.smithi003 (mon.0) 593 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-07T07:35:24.299 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:23.002918+0000 mon.smithi003 (mon.0) 594 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-09-07T07:35:24.300 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.003077+0000 mon.smithi003 (mon.0) 595 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-07T07:35:24.300 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:23.003172+0000 mon.smithi003 (mon.0) 596 : cluster [DBG] fsmap foofs:0 2023-09-07T07:35:24.300 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:23.006832+0000 mgr.smithi003.oqouau (mgr.14166) 191 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-09-07T07:35:24.300 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.010923+0000 mon.smithi003 (mon.0) 597 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:24.300 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.013665+0000 mon.smithi003 (mon.0) 598 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:24.301 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.015277+0000 mon.smithi003 (mon.0) 599 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:24.301 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.016470+0000 mon.smithi003 (mon.0) 600 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:24.301 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.438585+0000 mon.smithi003 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:24.301 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.446484+0000 mon.smithi003 (mon.0) 602 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:24.302 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.447267+0000 mon.smithi003 (mon.0) 603 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:35:24.302 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.450312+0000 mon.smithi003 (mon.0) 604 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:35:24.302 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:23.451081+0000 mon.smithi003 (mon.0) 605 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:24.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:22.978179+0000 mon.smithi003 (mon.0) 589 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-07T07:35:24.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:22.978408+0000 mon.smithi003 (mon.0) 590 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-09-07T07:35:24.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:22.982466+0000 mon.smithi003 (mon.0) 591 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-07T07:35:24.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:22.983502+0000 mon.smithi003 (mon.0) 592 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:35:24.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:22.983543+0000 mon.smithi003 (mon.0) 593 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-07T07:35:24.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:23.002918+0000 mon.smithi003 (mon.0) 594 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-09-07T07:35:24.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.003077+0000 mon.smithi003 (mon.0) 595 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-07T07:35:24.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:23.003172+0000 mon.smithi003 (mon.0) 596 : cluster [DBG] fsmap foofs:0 2023-09-07T07:35:24.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:23.006832+0000 mgr.smithi003.oqouau (mgr.14166) 191 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-09-07T07:35:24.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.010923+0000 mon.smithi003 (mon.0) 597 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:24.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.013665+0000 mon.smithi003 (mon.0) 598 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:24.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.015277+0000 mon.smithi003 (mon.0) 599 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:24.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.016470+0000 mon.smithi003 (mon.0) 600 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:24.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.438585+0000 mon.smithi003 (mon.0) 601 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:24.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.446484+0000 mon.smithi003 (mon.0) 602 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:24.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.447267+0000 mon.smithi003 (mon.0) 603 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:35:24.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.450312+0000 mon.smithi003 (mon.0) 604 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:35:24.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:23.451081+0000 mon.smithi003 (mon.0) 605 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:25.097 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:35:25.097 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "last_refresh": "2023-09-07T07:34:14.218724Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "last_refresh": "2023-09-07T07:34:14.218790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-07T07:31:27.021309Z", "last_refresh": "2023-09-07T07:34:14.218854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:35:23.011157Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "last_refresh": "2023-09-07T07:34:14.218650Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:57.263307Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "last_refresh": "2023-09-07T07:34:14.218501Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "last_refresh": "2023-09-07T07:34:14.218918Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2023-09-07T07:34:14.219044Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "last_refresh": "2023-09-07T07:34:14.218980Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:25.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:23.451736+0000 mgr.smithi003.oqouau (mgr.14166) 192 : cephadm [INF] Deploying daemon mds.foofs.smithi003.bgejfh on smithi003 2023-09-07T07:35:25.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:23.898357+0000 mgr.smithi003.oqouau (mgr.14166) 193 : cluster [DBG] pgmap v150: 65 pgs: 22 creating+peering, 7 active+clean, 36 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:25.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:24.002540+0000 mon.smithi003 (mon.0) 606 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-09-07T07:35:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:23.451736+0000 mgr.smithi003.oqouau (mgr.14166) 192 : cephadm [INF] Deploying daemon mds.foofs.smithi003.bgejfh on smithi003 2023-09-07T07:35:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:23.898357+0000 mgr.smithi003.oqouau (mgr.14166) 193 : cluster [DBG] pgmap v150: 65 pgs: 22 creating+peering, 7 active+clean, 36 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:25.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:24.002540+0000 mon.smithi003 (mon.0) 606 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-09-07T07:35:25.511 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-07T07:35:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:25.010029+0000 mon.smithi003 (mon.0) 607 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-09-07T07:35:26.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:25.289439+0000 mon.smithi003 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:26.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:25.290666+0000 mon.smithi003 (mon.0) 609 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:35:26.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:25.294296+0000 mon.smithi003 (mon.0) 610 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:35:26.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:25.294990+0000 mon.smithi003 (mon.0) 611 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:26.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:25.010029+0000 mon.smithi003 (mon.0) 607 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-09-07T07:35:26.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:25.289439+0000 mon.smithi003 (mon.0) 608 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:26.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:25.290666+0000 mon.smithi003 (mon.0) 609 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:35:26.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:25.294296+0000 mon.smithi003 (mon.0) 610 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-07T07:35:26.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:25.294990+0000 mon.smithi003 (mon.0) 611 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:26.512 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:35:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:25.092123+0000 mgr.smithi003.oqouau (mgr.14166) 194 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:27.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:25.295563+0000 mgr.smithi003.oqouau (mgr.14166) 195 : cephadm [INF] Deploying daemon mds.foofs.smithi032.oodwew on smithi032 2023-09-07T07:35:27.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:25.898890+0000 mgr.smithi003.oqouau (mgr.14166) 196 : cluster [DBG] pgmap v153: 65 pgs: 4 creating+activating, 22 creating+peering, 20 active+clean, 19 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:27.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:26.899010+0000 mon.smithi003 (mon.0) 612 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:27.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:26.900134+0000 mon.smithi003 (mon.0) 613 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:27.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:26.901168+0000 mon.smithi003 (mon.0) 614 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:27.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:26.902023+0000 mon.smithi003 (mon.0) 615 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:27.156 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:25.092123+0000 mgr.smithi003.oqouau (mgr.14166) 194 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:27.156 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:25.295563+0000 mgr.smithi003.oqouau (mgr.14166) 195 : cephadm [INF] Deploying daemon mds.foofs.smithi032.oodwew on smithi032 2023-09-07T07:35:27.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:25.898890+0000 mgr.smithi003.oqouau (mgr.14166) 196 : cluster [DBG] pgmap v153: 65 pgs: 4 creating+activating, 22 creating+peering, 20 active+clean, 19 unknown; 0 B data, 42 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:27.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:26.899010+0000 mon.smithi003 (mon.0) 612 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:27.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:26.900134+0000 mon.smithi003 (mon.0) 613 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:27.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:26.901168+0000 mon.smithi003 (mon.0) 614 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:27.157 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:26.902023+0000 mon.smithi003 (mon.0) 615 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:27.924 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:35:27.924 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "last_refresh": "2023-09-07T07:34:14.218724Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "last_refresh": "2023-09-07T07:34:14.218790Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-07T07:31:27.021309Z", "last_refresh": "2023-09-07T07:34:14.218854Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-07T07:35:23.011157Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "last_refresh": "2023-09-07T07:34:14.218650Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:31:57.263307Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "last_refresh": "2023-09-07T07:34:14.218501Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "last_refresh": "2023-09-07T07:34:14.218918Z", "ports": [9100], "running": 2, "size": 2}}, {"placement": {}, "service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355", "container_image_name": "quay.io/ceph/ceph@sha256:829ebf54704f2d827de00913b171e5da741aad9b53c1f35ad59251524790eceb", "last_refresh": "2023-09-07T07:34:14.219044Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "last_refresh": "2023-09-07T07:34:14.218980Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:35:28.452 INFO:tasks.cephadm:mds.foofs has 2/2 2023-09-07T07:35:28.453 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-07T07:35:28.462 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:28.462 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-09-07T07:35:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:27.899342+0000 mgr.smithi003.oqouau (mgr.14166) 197 : cluster [DBG] pgmap v154: 65 pgs: 4 creating+activating, 12 creating+peering, 46 active+clean, 3 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:29.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:27.920298+0000 mgr.smithi003.oqouau (mgr.14166) 198 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:29.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:28.340244+0000 mon.smithi003 (mon.0) 616 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:29.419 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:27.899342+0000 mgr.smithi003.oqouau (mgr.14166) 197 : cluster [DBG] pgmap v154: 65 pgs: 4 creating+activating, 12 creating+peering, 46 active+clean, 3 unknown; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:29.419 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:27.920298+0000 mgr.smithi003.oqouau (mgr.14166) 198 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:35:29.419 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:28.340244+0000 mon.smithi003 (mon.0) 616 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:29.899885+0000 mgr.smithi003.oqouau (mgr.14166) 199 : cluster [DBG] pgmap v155: 65 pgs: 65 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.161028+0000 mon.smithi003 (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006] up:boot 2023-09-07T07:35:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.161093+0000 mon.smithi003 (mon.0) 618 : cluster [INF] daemon mds.foofs.smithi003.bgejfh assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-07T07:35:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.161173+0000 mon.smithi003 (mon.0) 619 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:35:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.161203+0000 mon.smithi003 (mon.0) 620 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-07T07:35:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.161225+0000 mon.smithi003 (mon.0) 621 : cluster [INF] Cluster is now healthy 2023-09-07T07:35:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.161490+0000 mon.smithi003 (mon.0) 622 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-09-07T07:35:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.162129+0000 mon.smithi003 (mon.0) 623 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:35:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.165581+0000 mon.smithi003 (mon.0) 624 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:creating} 2023-09-07T07:35:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:30.180730+0000 mon.smithi003 (mon.0) 625 : cluster [INF] daemon mds.foofs.smithi003.bgejfh is now active in filesystem foofs as rank 0 2023-09-07T07:35:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:29.899885+0000 mgr.smithi003.oqouau (mgr.14166) 199 : cluster [DBG] pgmap v155: 65 pgs: 65 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:31.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.161028+0000 mon.smithi003 (mon.0) 617 : cluster [DBG] mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006] up:boot 2023-09-07T07:35:31.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.161093+0000 mon.smithi003 (mon.0) 618 : cluster [INF] daemon mds.foofs.smithi003.bgejfh assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-07T07:35:31.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.161173+0000 mon.smithi003 (mon.0) 619 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:35:31.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.161203+0000 mon.smithi003 (mon.0) 620 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-07T07:35:31.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.161225+0000 mon.smithi003 (mon.0) 621 : cluster [INF] Cluster is now healthy 2023-09-07T07:35:31.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.161490+0000 mon.smithi003 (mon.0) 622 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-09-07T07:35:31.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.162129+0000 mon.smithi003 (mon.0) 623 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:35:31.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.165581+0000 mon.smithi003 (mon.0) 624 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:creating} 2023-09-07T07:35:31.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:30.180730+0000 mon.smithi003 (mon.0) 625 : cluster [INF] daemon mds.foofs.smithi003.bgejfh is now active in filesystem foofs as rank 0 2023-09-07T07:35:31.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.188688+0000 mgr.smithi003.oqouau (mgr.14166) 200 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.190068+0000 mon.smithi003 (mon.0) 626 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-09-07T07:35:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.657581+0000 mon.smithi003 (mon.0) 627 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.661815+0000 mon.smithi003 (mon.0) 628 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.666868+0000 mon.smithi003 (mon.0) 629 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:31.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.667905+0000 mon.smithi003 (mon.0) 630 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.668531+0000 mon.smithi003 (mon.0) 631 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:30.672475+0000 mon.smithi003 (mon.0) 632 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:31.167148+0000 mon.smithi003 (mon.0) 633 : cluster [DBG] mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006] up:active 2023-09-07T07:35:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:31.167194+0000 mon.smithi003 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:boot 2023-09-07T07:35:31.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:31.167555+0000 mon.smithi003 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:35:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:31.167671+0000 mon.smithi003 (mon.0) 636 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:35:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:31.171129+0000 mon.smithi003 (mon.0) 637 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-09-07T07:35:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:31.171170+0000 mon.smithi003 (mon.0) 638 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-09-07T07:35:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:31.171253+0000 mon.smithi003 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:35:31.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:31.173518+0000 mon.smithi003 (mon.0) 640 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-09-07T07:35:31.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:31.411428+0000 mon.smithi003 (mon.0) 641 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.188688+0000 mgr.smithi003.oqouau (mgr.14166) 200 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "clusterid": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:32.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.190068+0000 mon.smithi003 (mon.0) 626 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]: dispatch 2023-09-07T07:35:32.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.657581+0000 mon.smithi003 (mon.0) 627 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.661815+0000 mon.smithi003 (mon.0) 628 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.666868+0000 mon.smithi003 (mon.0) 629 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:32.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.667905+0000 mon.smithi003 (mon.0) 630 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:32.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.668531+0000 mon.smithi003 (mon.0) 631 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:32.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:30.672475+0000 mon.smithi003 (mon.0) 632 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:31.167148+0000 mon.smithi003 (mon.0) 633 : cluster [DBG] mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006] up:active 2023-09-07T07:35:32.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:31.167194+0000 mon.smithi003 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:boot 2023-09-07T07:35:32.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:31.167555+0000 mon.smithi003 (mon.0) 635 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:35:32.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:31.167671+0000 mon.smithi003 (mon.0) 636 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:35:32.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:31.171129+0000 mon.smithi003 (mon.0) 637 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool create", "pool": "nfs-ganesha"}]': finished 2023-09-07T07:35:32.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:31.171170+0000 mon.smithi003 (mon.0) 638 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-09-07T07:35:32.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:31.171253+0000 mon.smithi003 (mon.0) 639 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:35:32.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:31.173518+0000 mon.smithi003 (mon.0) 640 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]: dispatch 2023-09-07T07:35:32.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:31.411428+0000 mon.smithi003 (mon.0) 641 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.206 INFO:teuthology.orchestra.run.smithi003.stdout:NFS Cluster Created Successfully 2023-09-07T07:35:32.589 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-09-07T07:35:32.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:31.900373+0000 mgr.smithi003.oqouau (mgr.14166) 201 : cluster [DBG] pgmap v157: 97 pgs: 32 unknown, 65 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:32.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.172961+0000 mon.smithi003 (mon.0) 642 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-09-07T07:35:32.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:32.173190+0000 mon.smithi003 (mon.0) 643 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-09-07T07:35:32.764 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.205417+0000 mon.smithi003 (mon.0) 644 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.764 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.206034+0000 mon.smithi003 (mon.0) 645 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:32.764 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.209116+0000 mon.smithi003 (mon.0) 646 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:32.764 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.210257+0000 mon.smithi003 (mon.0) 647 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:32.765 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.218368+0000 mon.smithi003 (mon.0) 648 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.765 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.227918+0000 mon.smithi003 (mon.0) 649 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:32.765 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.240734+0000 mon.smithi003 (mon.0) 650 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-07T07:35:32.765 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.244232+0000 mon.smithi003 (mon.0) 651 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-07T07:35:32.765 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.245242+0000 mon.smithi003 (mon.0) 652 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-07T07:35:32.766 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.248144+0000 mon.smithi003 (mon.0) 653 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-07T07:35:32.766 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.249393+0000 mon.smithi003 (mon.0) 654 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:32.766 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.298819+0000 mon.smithi003 (mon.0) 655 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:35:32.766 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.302788+0000 mon.smithi003 (mon.0) 656 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:35:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.350131+0000 mon.smithi003 (mon.0) 657 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:35:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.354199+0000 mon.smithi003 (mon.0) 658 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:35:32.767 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:32.358422+0000 mon.smithi003 (mon.0) 659 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:33.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:31.900373+0000 mgr.smithi003.oqouau (mgr.14166) 201 : cluster [DBG] pgmap v157: 97 pgs: 32 unknown, 65 active+clean; 0 B data, 43 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:33.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.172961+0000 mon.smithi003 (mon.0) 642 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pool application enable", "pool": "nfs-ganesha", "app": "nfs"}]': finished 2023-09-07T07:35:33.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:32.173190+0000 mon.smithi003 (mon.0) 643 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-09-07T07:35:33.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.205417+0000 mon.smithi003 (mon.0) 644 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:33.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.206034+0000 mon.smithi003 (mon.0) 645 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:33.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.209116+0000 mon.smithi003 (mon.0) 646 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:33.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.210257+0000 mon.smithi003 (mon.0) 647 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:33.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.218368+0000 mon.smithi003 (mon.0) 648 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:33.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.227918+0000 mon.smithi003 (mon.0) 649 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:33.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.240734+0000 mon.smithi003 (mon.0) 650 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-07T07:35:33.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.244232+0000 mon.smithi003 (mon.0) 651 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-07T07:35:33.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.245242+0000 mon.smithi003 (mon.0) 652 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-07T07:35:33.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.248144+0000 mon.smithi003 (mon.0) 653 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-07T07:35:33.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.249393+0000 mon.smithi003 (mon.0) 654 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:33.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.298819+0000 mon.smithi003 (mon.0) 655 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:35:33.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.302788+0000 mon.smithi003 (mon.0) 656 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:35:33.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.350131+0000 mon.smithi003 (mon.0) 657 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:35:33.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.354199+0000 mon.smithi003 (mon.0) 658 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:35:33.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:32.358422+0000 mon.smithi003 (mon.0) 659 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:33.809 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:32.201937+0000 mgr.smithi003.oqouau (mgr.14166) 202 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-09-07T07:35:33.810 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:32.240397+0000 mgr.smithi003.oqouau (mgr.14166) 203 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi003.wnycqw 2023-09-07T07:35:33.810 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:32.244921+0000 mgr.smithi003.oqouau (mgr.14166) 204 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:35:33.811 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:32.349449+0000 mgr.smithi003.oqouau (mgr.14166) 205 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:35:33.811 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:32.349585+0000 mgr.smithi003.oqouau (mgr.14166) 206 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi003.wnycqw-rgw 2023-09-07T07:35:33.811 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:32.359225+0000 mgr.smithi003.oqouau (mgr.14166) 207 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi003.wnycqw on smithi003 2023-09-07T07:35:33.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:33.177905+0000 mon.smithi003 (mon.0) 660 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-09-07T07:35:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:32.201937+0000 mgr.smithi003.oqouau (mgr.14166) 202 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-09-07T07:35:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:32.240397+0000 mgr.smithi003.oqouau (mgr.14166) 203 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi003.wnycqw 2023-09-07T07:35:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:32.244921+0000 mgr.smithi003.oqouau (mgr.14166) 204 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:35:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:32.349449+0000 mgr.smithi003.oqouau (mgr.14166) 205 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:35:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:32.349585+0000 mgr.smithi003.oqouau (mgr.14166) 206 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi003.wnycqw-rgw 2023-09-07T07:35:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:32.359225+0000 mgr.smithi003.oqouau (mgr.14166) 207 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi003.wnycqw on smithi003 2023-09-07T07:35:34.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:33.177905+0000 mon.smithi003 (mon.0) 660 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-09-07T07:35:34.199 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:35:34.200 INFO:teuthology.orchestra.run.smithi003.stdout: "bind": "/fake", 2023-09-07T07:35:34.200 INFO:teuthology.orchestra.run.smithi003.stdout: "fs": "foofs", 2023-09-07T07:35:34.200 INFO:teuthology.orchestra.run.smithi003.stdout: "path": "/", 2023-09-07T07:35:34.200 INFO:teuthology.orchestra.run.smithi003.stdout: "cluster": "foo", 2023-09-07T07:35:34.200 INFO:teuthology.orchestra.run.smithi003.stdout: "mode": "RW" 2023-09-07T07:35:34.201 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:35:34.758 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-09-07T07:35:34.793 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:33.671433+0000 mon.smithi003 (mon.0) 661 : cluster [DBG] mgrmap e19: smithi003.oqouau(active, since 3m), standbys: smithi032.jvdzvt 2023-09-07T07:35:34.793 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:33.900800+0000 mgr.smithi003.oqouau (mgr.14166) 208 : cluster [DBG] pgmap v160: 97 pgs: 2 creating+peering, 16 unknown, 79 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:34.793 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.024082+0000 mon.smithi003 (mon.0) 662 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:34.793 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:34.025146+0000 mgr.smithi003.oqouau (mgr.14166) 209 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:35:34.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.025396+0000 mon.smithi003 (mon.0) 663 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-07T07:35:34.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.029076+0000 mon.smithi003 (mon.0) 664 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-07T07:35:34.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:34.029689+0000 mgr.smithi003.oqouau (mgr.14166) 210 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:35:34.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.029981+0000 mon.smithi003 (mon.0) 665 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-07T07:35:34.795 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.032877+0000 mon.smithi003 (mon.0) 666 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-07T07:35:34.795 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.034196+0000 mon.smithi003 (mon.0) 667 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:34.795 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.190725+0000 mon.smithi003 (mon.0) 668 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:35:34.795 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.194420+0000 mon.smithi003 (mon.0) 669 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:35:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:33.671433+0000 mon.smithi003 (mon.0) 661 : cluster [DBG] mgrmap e19: smithi003.oqouau(active, since 3m), standbys: smithi032.jvdzvt 2023-09-07T07:35:35.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:33.900800+0000 mgr.smithi003.oqouau (mgr.14166) 208 : cluster [DBG] pgmap v160: 97 pgs: 2 creating+peering, 16 unknown, 79 active+clean; 2.2 KiB data, 44 MiB used, 715 GiB / 715 GiB avail 2023-09-07T07:35:35.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.024082+0000 mon.smithi003 (mon.0) 662 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:35.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:34.025146+0000 mgr.smithi003.oqouau (mgr.14166) 209 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:35:35.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.025396+0000 mon.smithi003 (mon.0) 663 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]: dispatch 2023-09-07T07:35:35.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.029076+0000 mon.smithi003 (mon.0) 664 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo"]}]': finished 2023-09-07T07:35:35.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:34.029689+0000 mgr.smithi003.oqouau (mgr.14166) 210 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:35:35.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.029981+0000 mon.smithi003 (mon.0) 665 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]: dispatch 2023-09-07T07:35:35.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.032877+0000 mon.smithi003 (mon.0) 666 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool nfs-ganesha"]}]': finished 2023-09-07T07:35:35.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.034196+0000 mon.smithi003 (mon.0) 667 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:35.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.190725+0000 mon.smithi003 (mon.0) 668 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:35:35.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.194420+0000 mon.smithi003 (mon.0) 669 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.foo1", "caps": ["mon", "allow r", "osd", "allow rw pool=nfs-ganesha namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:35:35.760 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:34.168082+0000 mgr.smithi003.oqouau (mgr.14166) 211 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:36.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:34.168082+0000 mgr.smithi003.oqouau (mgr.14166) 211 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "clusterid": "foo", "binding": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:36.988 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:35.686197+0000 mon.smithi003 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:standby 2023-09-07T07:35:36.988 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:35.686274+0000 mon.smithi003 (mon.0) 671 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:35:36.988 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:35.901325+0000 mgr.smithi003.oqouau (mgr.14166) 212 : cluster [DBG] pgmap v161: 97 pgs: 2 creating+peering, 7 unknown, 88 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 375 B/s wr, 2 op/s 2023-09-07T07:35:37.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:35.686197+0000 mon.smithi003 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:standby 2023-09-07T07:35:37.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:35.686274+0000 mon.smithi003 (mon.0) 671 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:35:37.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:35.901325+0000 mgr.smithi003.oqouau (mgr.14166) 212 : cluster [DBG] pgmap v161: 97 pgs: 2 creating+peering, 7 unknown, 88 active+clean; 2.3 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 375 B/s wr, 2 op/s 2023-09-07T07:35:37.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:36.156288+0000 mgr.smithi003.oqouau (mgr.14166) 213 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:37.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:36.991999+0000 mon.smithi003 (mon.0) 672 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:35:37.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:36.997902+0000 mon.smithi003 (mon.0) 673 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:35:37.967 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:37.050187+0000 mon.smithi003 (mon.0) 674 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:35:37.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:37.053618+0000 mon.smithi003 (mon.0) 675 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:35:37.968 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:37.055303+0000 mon.smithi003 (mon.0) 676 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:36.156288+0000 mgr.smithi003.oqouau (mgr.14166) 213 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:36.991999+0000 mon.smithi003 (mon.0) 672 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:35:38.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:36.997902+0000 mon.smithi003 (mon.0) 673 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:35:38.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:37.050187+0000 mon.smithi003 (mon.0) 674 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:35:38.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:37.053618+0000 mon.smithi003 (mon.0) 675 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:35:38.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:37.055303+0000 mon.smithi003 (mon.0) 676 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:38.807 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo 2/2 - 6s count:2 2023-09-07T07:35:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:37.049621+0000 mgr.smithi003.oqouau (mgr.14166) 214 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:35:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:37.049754+0000 mgr.smithi003.oqouau (mgr.14166) 215 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi032.hhwlct-rgw 2023-09-07T07:35:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:37.056138+0000 mgr.smithi003.oqouau (mgr.14166) 216 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi032.hhwlct on smithi032 2023-09-07T07:35:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:37.466347+0000 mgr.smithi003.oqouau (mgr.14166) 217 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:37.902093+0000 mgr.smithi003.oqouau (mgr.14166) 218 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 3.4 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2023-09-07T07:35:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:38.043780+0000 mon.smithi003 (mon.0) 677 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:35:38.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:38.044019+0000 mon.smithi003 (mon.0) 678 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:35:38.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:38.690310+0000 mon.smithi003 (mon.0) 679 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:38.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:38.691755+0000 mon.smithi003 (mon.0) 680 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:38.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:38.692833+0000 mon.smithi003 (mon.0) 681 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:38.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:38.693586+0000 mon.smithi003 (mon.0) 682 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:38.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:37.049621+0000 mgr.smithi003.oqouau (mgr.14166) 214 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:35:38.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:37.049754+0000 mgr.smithi003.oqouau (mgr.14166) 215 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi032.hhwlct-rgw 2023-09-07T07:35:38.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:37.056138+0000 mgr.smithi003.oqouau (mgr.14166) 216 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi032.hhwlct on smithi032 2023-09-07T07:35:38.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:37.466347+0000 mgr.smithi003.oqouau (mgr.14166) 217 : audit [DBG] from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:38.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:37.902093+0000 mgr.smithi003.oqouau (mgr.14166) 218 : cluster [DBG] pgmap v162: 97 pgs: 97 active+clean; 3.4 KiB data, 44 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 3.2 KiB/s wr, 8 op/s 2023-09-07T07:35:38.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:38.043780+0000 mon.smithi003 (mon.0) 677 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:35:38.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:38.044019+0000 mon.smithi003 (mon.0) 678 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:35:38.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:38.690310+0000 mon.smithi003 (mon.0) 679 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:38.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:38.691755+0000 mon.smithi003 (mon.0) 680 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:38.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:38.692833+0000 mon.smithi003 (mon.0) 681 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:38.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:38.693586+0000 mon.smithi003 (mon.0) 682 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:39.295 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-07T07:35:39.307 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:39.308 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-07T07:35:39.371 INFO:teuthology.orchestra.run.smithi003.stderr:+ mkdir /mnt/foo 2023-09-07T07:35:39.374 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-09-07T07:35:39.448 INFO:teuthology.orchestra.run.smithi003.stderr:++ hostname 2023-09-07T07:35:39.449 INFO:teuthology.orchestra.run.smithi003.stderr:+ mount -t nfs smithi003:/fake /mnt/foo -o sync 2023-09-07T07:35:39.958 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:38.788624+0000 mgr.smithi003.oqouau (mgr.14166) 219 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:39.974 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-09-07T07:35:40.049 INFO:teuthology.orchestra.run.smithi003.stderr:+ echo test 2023-09-07T07:35:40.061 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-09-07T07:35:40.133 INFO:teuthology.orchestra.run.smithi003.stderr:+ sync 2023-09-07T07:35:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:38.788624+0000 mgr.smithi003.oqouau (mgr.14166) 219 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:40.452 INFO:teuthology.run_tasks:Running task parallel... 2023-09-07T07:35:40.463 INFO:teuthology.task.parallel:starting parallel... 2023-09-07T07:35:40.464 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-07T07:35:40.464 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-07T07:35:40.465 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:40.465 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-09-07T07:35:40.466 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-07T07:35:40.466 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-09-07T07:35:40.467 INFO:teuthology.task.exec:Executing custom commands... 2023-09-07T07:35:40.467 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:40.468 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-09-07T07:35:40.608 INFO:teuthology.orchestra.run.smithi003.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-07T07:35:40.608 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:35:40.609 INFO:teuthology.orchestra.run.smithi003.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-09-07T07:35:40.622 INFO:teuthology.orchestra.run.smithi003.stdout:4 of 5 processes prepared for launch 0 sec 2023-09-07T07:35:40.722 INFO:teuthology.orchestra.run.smithi003.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-07T07:35:40.722 INFO:teuthology.orchestra.run.smithi003.stdout:releasing clients 2023-09-07T07:35:41.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:39.902690+0000 mgr.smithi003.oqouau (mgr.14166) 220 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-09-07T07:35:41.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:40.363783+0000 mon.smithi003 (mon.0) 683 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:41.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:39.902690+0000 mgr.smithi003.oqouau (mgr.14166) 220 : cluster [DBG] pgmap v163: 97 pgs: 97 active+clean; 3.4 KiB data, 45 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2023-09-07T07:35:41.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:40.363783+0000 mon.smithi003 (mon.0) 683 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:41.723 INFO:teuthology.orchestra.run.smithi003.stdout: 5 260 49.17 MB/sec warmup 1 sec latency 16.893 ms 2023-09-07T07:35:42.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:41.417211+0000 mon.smithi003 (mon.0) 684 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:42.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:41.903265+0000 mgr.smithi003.oqouau (mgr.14166) 221 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 5.8 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 687 KiB/s wr, 20 op/s 2023-09-07T07:35:42.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 488 42.53 MB/sec warmup 2 sec latency 16.994 ms 2023-09-07T07:35:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:41.417211+0000 mon.smithi003 (mon.0) 684 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:42.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:41.903265+0000 mgr.smithi003.oqouau (mgr.14166) 221 : cluster [DBG] pgmap v164: 97 pgs: 97 active+clean; 5.8 MiB data, 45 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 687 KiB/s wr, 20 op/s 2023-09-07T07:35:43.006 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-09-07T07:35:43.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 1033 37.88 MB/sec warmup 3 sec latency 13.490 ms 2023-09-07T07:35:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.217669+0000 mon.smithi003 (mon.0) 685 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.223315+0000 mon.smithi003 (mon.0) 686 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.233125+0000 mon.smithi003 (mon.0) 687 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.236227+0000 mon.smithi003 (mon.0) 688 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.238098+0000 mon.smithi003 (mon.0) 689 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.239194+0000 mon.smithi003 (mon.0) 690 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:44.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.245723+0000 mon.smithi003 (mon.0) 691 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:43.256158+0000 mon.smithi003 (mon.0) 692 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:43.903905+0000 mgr.smithi003.oqouau (mgr.14166) 222 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 53 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 5.0 MiB/s wr, 230 op/s 2023-09-07T07:35:44.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.217669+0000 mon.smithi003 (mon.0) 685 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.223315+0000 mon.smithi003 (mon.0) 686 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.233125+0000 mon.smithi003 (mon.0) 687 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.236227+0000 mon.smithi003 (mon.0) 688 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:44.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.238098+0000 mon.smithi003 (mon.0) 689 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:44.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.239194+0000 mon.smithi003 (mon.0) 690 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:44.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.245723+0000 mon.smithi003 (mon.0) 691 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:43.256158+0000 mon.smithi003 (mon.0) 692 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:44.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:43.903905+0000 mgr.smithi003.oqouau (mgr.14166) 222 : cluster [DBG] pgmap v165: 97 pgs: 97 active+clean; 53 MiB data, 180 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 5.0 MiB/s wr, 230 op/s 2023-09-07T07:35:44.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 2342 34.82 MB/sec warmup 4 sec latency 11.393 ms 2023-09-07T07:35:45.092 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph config set global log_to_journald false --force' 2023-09-07T07:35:45.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 3479 37.23 MB/sec warmup 5 sec latency 13.418 ms 2023-09-07T07:35:46.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 4308 33.68 MB/sec warmup 6 sec latency 20.377 ms 2023-09-07T07:35:47.035 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:45.904450+0000 mgr.smithi003.oqouau (mgr.14166) 223 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 87 MiB data, 307 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 7.6 MiB/s wr, 305 op/s 2023-09-07T07:35:47.035 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:46.728516+0000 mon.smithi003 (mon.0) 693 : audit [INF] from='client.? 172.21.15.3:0/2955508527' entity='client.admin' 2023-09-07T07:35:47.035 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:46.734354+0000 mon.smithi003 (mon.0) 694 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:47.035 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:46.739025+0000 mon.smithi003 (mon.0) 695 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:47.036 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:46.740996+0000 mon.smithi003 (mon.0) 696 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:47.036 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:46.747343+0000 mon.smithi003 (mon.0) 697 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:47.036 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:46.758387+0000 mon.smithi003 (mon.0) 698 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:47.115 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph mgr module enable nfs --force' 2023-09-07T07:35:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:45.904450+0000 mgr.smithi003.oqouau (mgr.14166) 223 : cluster [DBG] pgmap v166: 97 pgs: 97 active+clean; 87 MiB data, 307 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 7.6 MiB/s wr, 305 op/s 2023-09-07T07:35:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:46.728516+0000 mon.smithi003 (mon.0) 693 : audit [INF] from='client.? 172.21.15.3:0/2955508527' entity='client.admin' 2023-09-07T07:35:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:46.734354+0000 mon.smithi003 (mon.0) 694 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:46.739025+0000 mon.smithi003 (mon.0) 695 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:46.740996+0000 mon.smithi003 (mon.0) 696 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:46.747343+0000 mon.smithi003 (mon.0) 697 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:46.758387+0000 mon.smithi003 (mon.0) 698 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:47.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 5442 32.51 MB/sec warmup 7 sec latency 14.100 ms 2023-09-07T07:35:48.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 6423 32.22 MB/sec warmup 8 sec latency 16.929 ms 2023-09-07T07:35:48.984 INFO:teuthology.orchestra.run.smithi003.stderr:module 'nfs' is already enabled 2023-09-07T07:35:49.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:47.905044+0000 mgr.smithi003.oqouau (mgr.14166) 224 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 118 MiB data, 472 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 11 MiB/s wr, 570 op/s 2023-09-07T07:35:49.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:48.898103+0000 mon.smithi003 (mon.0) 699 : audit [INF] from='client.? 172.21.15.3:0/1955074932' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-09-07T07:35:49.400 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-09-07T07:35:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:47.905044+0000 mgr.smithi003.oqouau (mgr.14166) 224 : cluster [DBG] pgmap v167: 97 pgs: 97 active+clean; 118 MiB data, 472 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 11 MiB/s wr, 570 op/s 2023-09-07T07:35:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:48.898103+0000 mon.smithi003 (mon.0) 699 : audit [INF] from='client.? 172.21.15.3:0/1955074932' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]: dispatch 2023-09-07T07:35:49.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 7392 32.75 MB/sec warmup 9 sec latency 15.090 ms 2023-09-07T07:35:50.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:48.974216+0000 mon.smithi003 (mon.0) 700 : audit [INF] from='client.? 172.21.15.3:0/1955074932' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-09-07T07:35:50.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:48.974292+0000 mon.smithi003 (mon.0) 701 : cluster [DBG] mgrmap e20: smithi003.oqouau(active, since 4m), standbys: smithi032.jvdzvt 2023-09-07T07:35:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:48.974216+0000 mon.smithi003 (mon.0) 700 : audit [INF] from='client.? 172.21.15.3:0/1955074932' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": "--force"}]': finished 2023-09-07T07:35:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:48.974292+0000 mon.smithi003 (mon.0) 701 : cluster [DBG] mgrmap e20: smithi003.oqouau(active, since 4m), standbys: smithi032.jvdzvt 2023-09-07T07:35:50.722 INFO:teuthology.orchestra.run.smithi003.stdout: 5 8186 30.56 MB/sec warmup 10 sec latency 41.788 ms 2023-09-07T07:35:51.362 INFO:teuthology.orchestra.run.smithi003.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:35:51.399 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:49.905711+0000 mgr.smithi003.oqouau (mgr.14166) 225 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 135 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 15 MiB/s wr, 864 op/s 2023-09-07T07:35:51.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:49.905711+0000 mgr.smithi003.oqouau (mgr.14166) 225 : cluster [DBG] pgmap v168: 97 pgs: 97 active+clean; 135 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 5.4 KiB/s rd, 15 MiB/s wr, 864 op/s 2023-09-07T07:35:51.723 INFO:teuthology.orchestra.run.smithi003.stdout: 5 9298 29.62 MB/sec warmup 11 sec latency 19.886 ms 2023-09-07T07:35:51.764 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-07T07:35:51.764 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T07:35:51.765 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done' 2023-09-07T07:35:52.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:51.355502+0000 mgr.smithi003.oqouau (mgr.14166) 226 : audit [DBG] from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:51.356458+0000 mgr.smithi003.oqouau (mgr.14166) 227 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:35:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:51.361378+0000 mon.smithi003 (mon.0) 702 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:51.362602+0000 mon.smithi003 (mon.0) 703 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:51.364690+0000 mon.smithi003 (mon.0) 704 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:51.365814+0000 mon.smithi003 (mon.0) 705 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:51.372495+0000 mon.smithi003 (mon.0) 706 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:51.382573+0000 mon.smithi003 (mon.0) 707 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:35:51.385120+0000 mgr.smithi003.oqouau (mgr.14166) 228 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:35:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:51.906231+0000 mgr.smithi003.oqouau (mgr.14166) 229 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 141 MiB data, 636 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 16 MiB/s wr, 995 op/s 2023-09-07T07:35:52.680 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:51.355502+0000 mgr.smithi003.oqouau (mgr.14166) 226 : audit [DBG] from='client.24439 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:52.680 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:51.356458+0000 mgr.smithi003.oqouau (mgr.14166) 227 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:35:52.680 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:51.361378+0000 mon.smithi003 (mon.0) 702 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:52.680 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:51.362602+0000 mon.smithi003 (mon.0) 703 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:35:52.680 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:51.364690+0000 mon.smithi003 (mon.0) 704 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:35:52.681 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:51.365814+0000 mon.smithi003 (mon.0) 705 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:35:52.681 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:51.372495+0000 mon.smithi003 (mon.0) 706 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:52.681 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:51.382573+0000 mon.smithi003 (mon.0) 707 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:35:52.681 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:35:51.385120+0000 mgr.smithi003.oqouau (mgr.14166) 228 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb 2023-09-07T07:35:52.681 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:51.906231+0000 mgr.smithi003.oqouau (mgr.14166) 229 : cluster [DBG] pgmap v169: 97 pgs: 97 active+clean; 141 MiB data, 636 MiB used, 715 GiB / 715 GiB avail; 5.6 KiB/s rd, 16 MiB/s wr, 995 op/s 2023-09-07T07:35:52.723 INFO:teuthology.orchestra.run.smithi003.stdout: 5 9972 29.50 MB/sec warmup 12 sec latency 30.188 ms 2023-09-07T07:35:53.717 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:35:53.723 INFO:teuthology.orchestra.run.smithi003.stdout: 5 10616 29.27 MB/sec warmup 13 sec latency 32.929 ms 2023-09-07T07:35:54.723 INFO:teuthology.orchestra.run.smithi003.stdout: 5 10995 27.90 MB/sec warmup 14 sec latency 43.501 ms 2023-09-07T07:35:54.800 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:35:54.801 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (3m) 11s ago 4m 22.2M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:35:54.801 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (3m) 11s ago 3m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:35:54.801 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (3m) 14s ago 3m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:35:54.801 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (3m) 11s ago 3m 32.1M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:35:54.802 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (29s) 11s ago 29s 15.0M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:35:54.802 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (28s) 14s ago 27s 12.8M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:35:54.802 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (5m) 11s ago 5m 446M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:35:54.802 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (3m) 14s ago 3m 376M - 16.2.5 6933c2a0b7dd f4e9bd081ce0 2023-09-07T07:35:54.802 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (5m) 11s ago 5m 97.1M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:35:54.803 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (3m) 14s ago 3m 91.1M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:35:54.803 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.0.smithi003.wnycqw smithi003 *:2049 running (21s) 11s ago 20s 57.1M - 3.5 6933c2a0b7dd 62f3bcc3ec1f 2023-09-07T07:35:54.803 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.0.smithi032.hhwlct smithi032 *:2049 running (16s) 14s ago 16s 54.7M - 3.5 6933c2a0b7dd 09f2c7262497 2023-09-07T07:35:54.803 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (3m) 11s ago 3m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:35:54.803 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (3m) 14s ago 3m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:35:54.804 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (2m) 11s ago 2m 47.6M 3223M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:35:54.804 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (2m) 11s ago 2m 50.5M 3223M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:35:54.804 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (2m) 11s ago 2m 43.7M 3223M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:35:54.804 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (2m) 11s ago 2m 47.6M 3223M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:35:54.804 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (2m) 14s ago 2m 45.6M 3991M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:35:54.804 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (108s) 14s ago 108s 47.8M 3991M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:35:54.805 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (94s) 14s ago 94s 46.3M 3991M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:35:54.805 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (81s) 14s ago 81s 46.7M 3991M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:35:54.805 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (2m) 11s ago 3m 41.1M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:35:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:53.693406+0000 mgr.smithi003.oqouau (mgr.14166) 230 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:55.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:53.906871+0000 mgr.smithi003.oqouau (mgr.14166) 231 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 140 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 17 MiB/s wr, 1.12k op/s 2023-09-07T07:35:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:53.693406+0000 mgr.smithi003.oqouau (mgr.14166) 230 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:53.906871+0000 mgr.smithi003.oqouau (mgr.14166) 231 : cluster [DBG] pgmap v170: 97 pgs: 97 active+clean; 140 MiB data, 718 MiB used, 715 GiB / 715 GiB avail; 12 KiB/s rd, 17 MiB/s wr, 1.12k op/s 2023-09-07T07:35:55.471 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:35:55.471 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:35:55.472 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:35:55.472 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:35:55.472 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:35:55.472 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:35:55.472 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:35:55.472 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:35:55.473 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:35:55.473 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:35:55.473 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:35:55.473 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:35:55.473 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:35:55.474 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:35:55.474 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-09-07T07:35:55.474 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:35:55.474 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:35:55.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 11454 26.26 MB/sec warmup 15 sec latency 36.155 ms 2023-09-07T07:35:55.990 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:35:55.990 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb", 2023-09-07T07:35:55.990 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:35:55.990 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:35:55.991 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "", 2023-09-07T07:35:55.991 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb image" 2023-09-07T07:35:55.991 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:35:56.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:54.236943+0000 mgr.smithi003.oqouau (mgr.14166) 232 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:56.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:54.784889+0000 mgr.smithi003.oqouau (mgr.14166) 233 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:56.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:55.470771+0000 mon.smithi003 (mon.0) 708 : audit [DBG] from='client.? 172.21.15.3:0/3572977478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:35:56.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:54.236943+0000 mgr.smithi003.oqouau (mgr.14166) 232 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:56.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:54.784889+0000 mgr.smithi003.oqouau (mgr.14166) 233 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:56.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:55.470771+0000 mon.smithi003 (mon.0) 708 : audit [DBG] from='client.? 172.21.15.3:0/3572977478' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:35:56.668 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:35:56.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 11829 25.12 MB/sec warmup 16 sec latency 35.527 ms 2023-09-07T07:35:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:55.907681+0000 mgr.smithi003.oqouau (mgr.14166) 234 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 152 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 16 MiB/s wr, 1.23k op/s 2023-09-07T07:35:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:55.989285+0000 mgr.smithi003.oqouau (mgr.14166) 235 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:57.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:35:56.666112+0000 mon.smithi003 (mon.0) 709 : audit [DBG] from='client.? 172.21.15.3:0/2653097206' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:35:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:55.907681+0000 mgr.smithi003.oqouau (mgr.14166) 234 : cluster [DBG] pgmap v171: 97 pgs: 97 active+clean; 152 MiB data, 767 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 16 MiB/s wr, 1.23k op/s 2023-09-07T07:35:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:55.989285+0000 mgr.smithi003.oqouau (mgr.14166) 235 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:35:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:35:56.666112+0000 mon.smithi003 (mon.0) 709 : audit [DBG] from='client.? 172.21.15.3:0/2653097206' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:35:57.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 12701 24.69 MB/sec warmup 17 sec latency 25.567 ms 2023-09-07T07:35:58.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 13508 24.96 MB/sec warmup 18 sec latency 22.799 ms 2023-09-07T07:35:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:35:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:57.912979+0000 mgr.smithi003.oqouau (mgr.14166) 236 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 148 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2023-09-07T07:35:59.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:35:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:57.912979+0000 mgr.smithi003.oqouau (mgr.14166) 236 : cluster [DBG] pgmap v172: 97 pgs: 97 active+clean; 148 MiB data, 766 MiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 14 MiB/s wr, 1.23k op/s 2023-09-07T07:35:59.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 14376 25.39 MB/sec warmup 19 sec latency 16.045 ms 2023-09-07T07:36:00.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:35:59.913560+0000 mgr.smithi003.oqouau (mgr.14166) 237 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 155 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2023-09-07T07:36:00.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:35:59.913560+0000 mgr.smithi003.oqouau (mgr.14166) 237 : cluster [DBG] pgmap v173: 97 pgs: 97 active+clean; 155 MiB data, 774 MiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 13 MiB/s wr, 1.17k op/s 2023-09-07T07:36:00.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 14950 24.44 MB/sec warmup 20 sec latency 19.787 ms 2023-09-07T07:36:01.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 15722 24.42 MB/sec warmup 21 sec latency 15.649 ms 2023-09-07T07:36:02.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 16833 24.13 MB/sec warmup 22 sec latency 13.161 ms 2023-09-07T07:36:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:01.913977+0000 mgr.smithi003.oqouau (mgr.14166) 238 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 155 MiB data, 776 MiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 900 op/s 2023-09-07T07:36:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:01.913977+0000 mgr.smithi003.oqouau (mgr.14166) 238 : cluster [DBG] pgmap v174: 97 pgs: 97 active+clean; 155 MiB data, 776 MiB used, 714 GiB / 715 GiB avail; 14 KiB/s rd, 9.5 MiB/s wr, 900 op/s 2023-09-07T07:36:03.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 17932 25.16 MB/sec warmup 23 sec latency 17.447 ms 2023-09-07T07:36:04.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 18599 24.40 MB/sec warmup 24 sec latency 29.045 ms 2023-09-07T07:36:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:03.914480+0000 mgr.smithi003.oqouau (mgr.14166) 239 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 167 MiB data, 870 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-09-07T07:36:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:03.914480+0000 mgr.smithi003.oqouau (mgr.14166) 239 : cluster [DBG] pgmap v175: 97 pgs: 97 active+clean; 167 MiB data, 870 MiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.05k op/s 2023-09-07T07:36:05.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 19399 24.36 MB/sec warmup 25 sec latency 21.494 ms 2023-09-07T07:36:06.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 20345 24.03 MB/sec warmup 26 sec latency 22.136 ms 2023-09-07T07:36:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:05.915155+0000 mgr.smithi003.oqouau (mgr.14166) 240 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 173 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2023-09-07T07:36:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:05.915155+0000 mgr.smithi003.oqouau (mgr.14166) 240 : cluster [DBG] pgmap v176: 97 pgs: 97 active+clean; 173 MiB data, 926 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2023-09-07T07:36:07.724 INFO:teuthology.orchestra.run.smithi003.stdout: 5 21456 24.91 MB/sec warmup 27 sec latency 19.846 ms 2023-09-07T07:36:08.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 22104 24.31 MB/sec warmup 28 sec latency 24.894 ms 2023-09-07T07:36:09.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:07.915705+0000 mgr.smithi003.oqouau (mgr.14166) 241 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 184 MiB data, 993 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2023-09-07T07:36:09.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:07.915705+0000 mgr.smithi003.oqouau (mgr.14166) 241 : cluster [DBG] pgmap v177: 97 pgs: 97 active+clean; 184 MiB data, 993 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 11 MiB/s wr, 1.08k op/s 2023-09-07T07:36:09.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 22873 24.29 MB/sec warmup 29 sec latency 17.576 ms 2023-09-07T07:36:10.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:09.916290+0000 mgr.smithi003.oqouau (mgr.14166) 242 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.08k op/s 2023-09-07T07:36:10.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:09.916290+0000 mgr.smithi003.oqouau (mgr.14166) 242 : cluster [DBG] pgmap v178: 97 pgs: 97 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 12 MiB/s wr, 1.08k op/s 2023-09-07T07:36:10.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 23863 24.00 MB/sec warmup 30 sec latency 17.729 ms 2023-09-07T07:36:11.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 25005 24.78 MB/sec warmup 31 sec latency 17.878 ms 2023-09-07T07:36:12.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 25497 24.21 MB/sec warmup 32 sec latency 21.169 ms 2023-09-07T07:36:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:11.916783+0000 mgr.smithi003.oqouau (mgr.14166) 243 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 906 op/s 2023-09-07T07:36:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:11.916783+0000 mgr.smithi003.oqouau (mgr.14166) 243 : cluster [DBG] pgmap v179: 97 pgs: 97 active+clean; 182 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 906 op/s 2023-09-07T07:36:13.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 26430 24.24 MB/sec warmup 33 sec latency 19.881 ms 2023-09-07T07:36:14.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 27352 23.88 MB/sec warmup 34 sec latency 20.916 ms 2023-09-07T07:36:15.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:13.917398+0000 mgr.smithi003.oqouau (mgr.14166) 244 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 191 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-07T07:36:15.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:13.917398+0000 mgr.smithi003.oqouau (mgr.14166) 244 : cluster [DBG] pgmap v180: 97 pgs: 97 active+clean; 191 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 12 MiB/s wr, 1.14k op/s 2023-09-07T07:36:15.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 28252 24.26 MB/sec warmup 35 sec latency 25.404 ms 2023-09-07T07:36:16.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 28876 24.16 MB/sec warmup 36 sec latency 19.336 ms 2023-09-07T07:36:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:15.917942+0000 mgr.smithi003.oqouau (mgr.14166) 245 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2023-09-07T07:36:17.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:15.917942+0000 mgr.smithi003.oqouau (mgr.14166) 245 : cluster [DBG] pgmap v181: 97 pgs: 97 active+clean; 198 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.17k op/s 2023-09-07T07:36:17.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 29687 23.87 MB/sec warmup 37 sec latency 20.001 ms 2023-09-07T07:36:18.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 30752 23.78 MB/sec warmup 38 sec latency 31.455 ms 2023-09-07T07:36:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:17.918574+0000 mgr.smithi003.oqouau (mgr.14166) 246 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 206 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.23k op/s 2023-09-07T07:36:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:17.918574+0000 mgr.smithi003.oqouau (mgr.14166) 246 : cluster [DBG] pgmap v182: 97 pgs: 97 active+clean; 206 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 12 MiB/s wr, 1.23k op/s 2023-09-07T07:36:19.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 31660 24.07 MB/sec warmup 39 sec latency 68.887 ms 2023-09-07T07:36:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:19.919057+0000 mgr.smithi003.oqouau (mgr.14166) 247 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 212 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.14k op/s 2023-09-07T07:36:20.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:19.919057+0000 mgr.smithi003.oqouau (mgr.14166) 247 : cluster [DBG] pgmap v183: 97 pgs: 97 active+clean; 212 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 13 MiB/s wr, 1.14k op/s 2023-09-07T07:36:20.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 32345 24.13 MB/sec warmup 40 sec latency 84.653 ms 2023-09-07T07:36:21.725 INFO:teuthology.orchestra.run.smithi003.stdout: 5 33186 23.80 MB/sec warmup 41 sec latency 14.736 ms 2023-09-07T07:36:22.726 INFO:teuthology.orchestra.run.smithi003.stdout: 5 34339 23.82 MB/sec warmup 42 sec latency 18.997 ms 2023-09-07T07:36:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:21.919552+0000 mgr.smithi003.oqouau (mgr.14166) 248 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 216 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-09-07T07:36:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:22.747138+0000 mon.smithi003 (mon.0) 710 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:22.749622+0000 mon.smithi003 (mon.0) 711 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:21.919552+0000 mgr.smithi003.oqouau (mgr.14166) 248 : cluster [DBG] pgmap v184: 97 pgs: 97 active+clean; 216 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-09-07T07:36:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:22.747138+0000 mon.smithi003 (mon.0) 710 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:22.749622+0000 mon.smithi003 (mon.0) 711 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:23.726 INFO:teuthology.orchestra.run.smithi003.stdout: 5 35506 24.42 MB/sec warmup 43 sec latency 16.817 ms 2023-09-07T07:36:24.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:22.747960+0000 mgr.smithi003.oqouau (mgr.14166) 249 : cephadm [INF] Upgrade: Target is version 18.2.0-387-g68b7f2b3 (unknown) 2023-09-07T07:36:24.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:22.748461+0000 mgr.smithi003.oqouau (mgr.14166) 250 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0, digests ['quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0'] 2023-09-07T07:36:24.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:22.751007+0000 mgr.smithi003.oqouau (mgr.14166) 251 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi003.oqouau) 2023-09-07T07:36:24.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:22.747960+0000 mgr.smithi003.oqouau (mgr.14166) 249 : cephadm [INF] Upgrade: Target is version 18.2.0-387-g68b7f2b3 (unknown) 2023-09-07T07:36:24.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:22.748461+0000 mgr.smithi003.oqouau (mgr.14166) 250 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0, digests ['quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0'] 2023-09-07T07:36:24.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:22.751007+0000 mgr.smithi003.oqouau (mgr.14166) 251 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi003.oqouau) 2023-09-07T07:36:24.726 INFO:teuthology.orchestra.run.smithi003.stdout: 5 36152 24.13 MB/sec warmup 44 sec latency 17.137 ms 2023-09-07T07:36:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:23.085841+0000 mgr.smithi003.oqouau (mgr.14166) 252 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0 on smithi032 2023-09-07T07:36:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:23.920132+0000 mgr.smithi003.oqouau (mgr.14166) 253 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.31k op/s 2023-09-07T07:36:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:23.085841+0000 mgr.smithi003.oqouau (mgr.14166) 252 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0 on smithi032 2023-09-07T07:36:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:23.920132+0000 mgr.smithi003.oqouau (mgr.14166) 253 : cluster [DBG] pgmap v185: 97 pgs: 97 active+clean; 221 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 13 MiB/s wr, 1.31k op/s 2023-09-07T07:36:25.726 INFO:teuthology.orchestra.run.smithi003.stdout: 5 36621 23.79 MB/sec warmup 45 sec latency 19.185 ms 2023-09-07T07:36:26.726 INFO:teuthology.orchestra.run.smithi003.stdout: 5 37214 23.64 MB/sec warmup 46 sec latency 48.766 ms 2023-09-07T07:36:27.147 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:36:27.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:25.920651+0000 mgr.smithi003.oqouau (mgr.14166) 254 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 226 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2023-09-07T07:36:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:25.920651+0000 mgr.smithi003.oqouau (mgr.14166) 254 : cluster [DBG] pgmap v186: 97 pgs: 97 active+clean; 226 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 13 MiB/s wr, 1.18k op/s 2023-09-07T07:36:27.726 INFO:teuthology.orchestra.run.smithi003.stdout: 5 37919 23.33 MB/sec warmup 47 sec latency 23.065 ms 2023-09-07T07:36:27.943 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:36:27.944 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (3m) 44s ago 4m 22.2M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:36:27.944 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (4m) 44s ago 4m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:36:27.944 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (4m) 47s ago 4m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:36:27.944 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (3m) 44s ago 4m 32.1M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:36:27.945 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (62s) 44s ago 62s 15.0M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:36:27.945 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (61s) 47s ago 61s 12.8M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:36:27.945 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (5m) 44s ago 5m 446M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:36:27.945 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (4m) 47s ago 4m 376M - 16.2.5 6933c2a0b7dd f4e9bd081ce0 2023-09-07T07:36:27.946 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (5m) 44s ago 5m 97.1M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:36:27.946 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (4m) 47s ago 4m 91.1M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:36:27.946 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.0.smithi003.wnycqw smithi003 *:2049 running (54s) 44s ago 53s 57.1M - 3.5 6933c2a0b7dd 62f3bcc3ec1f 2023-09-07T07:36:27.946 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.0.smithi032.hhwlct smithi032 *:2049 running (49s) 47s ago 49s 54.7M - 3.5 6933c2a0b7dd 09f2c7262497 2023-09-07T07:36:27.947 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (4m) 44s ago 4m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:36:27.947 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (3m) 47s ago 3m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:36:27.947 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (3m) 44s ago 3m 47.6M 3223M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:36:27.947 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (3m) 44s ago 3m 50.5M 3223M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:36:27.947 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (3m) 44s ago 3m 43.7M 3223M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:36:27.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (2m) 44s ago 2m 47.6M 3223M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:36:27.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (2m) 47s ago 2m 45.6M 3991M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:36:27.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (2m) 47s ago 2m 47.8M 3991M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:36:27.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (2m) 47s ago 2m 46.3M 3991M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:36:27.948 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (114s) 47s ago 114s 46.7M 3991M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:36:27.949 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (3m) 44s ago 4m 41.1M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:36:28.415 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:36:28.415 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:36:28.415 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:36:28.416 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:36:28.416 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:36:28.416 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:36:28.416 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:36:28.417 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:36:28.417 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:36:28.417 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:36:28.418 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:36:28.418 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:36:28.418 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:36:28.418 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:36:28.418 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 14 2023-09-07T07:36:28.419 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:36:28.419 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:36:28.726 INFO:teuthology.orchestra.run.smithi003.stdout: 5 38432 23.36 MB/sec warmup 48 sec latency 32.241 ms 2023-09-07T07:36:28.809 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:36:28.809 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:36:28.809 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:36:28.809 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:36:28.810 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "0/23 ceph daemons upgraded", 2023-09-07T07:36:28.810 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0 image on host smithi032" 2023-09-07T07:36:28.810 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:36:29.262 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:36:29.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:27.127300+0000 mgr.smithi003.oqouau (mgr.14166) 255 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:29.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:27.556496+0000 mgr.smithi003.oqouau (mgr.14166) 256 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:29.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:27.921150+0000 mgr.smithi003.oqouau (mgr.14166) 257 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 231 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2023-09-07T07:36:29.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:27.930877+0000 mgr.smithi003.oqouau (mgr.14166) 258 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:29.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:28.414987+0000 mon.smithi003 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.3:0/3076619415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:36:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:27.127300+0000 mgr.smithi003.oqouau (mgr.14166) 255 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:27.556496+0000 mgr.smithi003.oqouau (mgr.14166) 256 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:27.921150+0000 mgr.smithi003.oqouau (mgr.14166) 257 : cluster [DBG] pgmap v187: 97 pgs: 97 active+clean; 231 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 12 MiB/s wr, 1.19k op/s 2023-09-07T07:36:29.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:27.930877+0000 mgr.smithi003.oqouau (mgr.14166) 258 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:29.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:28.414987+0000 mon.smithi003 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.3:0/3076619415' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:36:29.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 39148 23.46 MB/sec warmup 49 sec latency 22.513 ms 2023-09-07T07:36:30.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:28.808379+0000 mgr.smithi003.oqouau (mgr.14166) 259 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:30.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:29.261813+0000 mon.smithi003 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.3:0/3062206536' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:36:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:28.808379+0000 mgr.smithi003.oqouau (mgr.14166) 259 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:36:30.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:29.261813+0000 mon.smithi003 (mon.0) 713 : audit [DBG] from='client.? 172.21.15.3:0/3062206536' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:36:30.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 39813 23.17 MB/sec warmup 50 sec latency 25.268 ms 2023-09-07T07:36:31.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:29.921992+0000 mgr.smithi003.oqouau (mgr.14166) 260 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 229 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.03k op/s 2023-09-07T07:36:31.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:29.921992+0000 mgr.smithi003.oqouau (mgr.14166) 260 : cluster [DBG] pgmap v188: 97 pgs: 97 active+clean; 229 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 21 KiB/s rd, 12 MiB/s wr, 1.03k op/s 2023-09-07T07:36:31.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 40622 23.18 MB/sec warmup 51 sec latency 23.484 ms 2023-09-07T07:36:32.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 41533 22.95 MB/sec warmup 52 sec latency 13.711 ms 2023-09-07T07:36:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:31.922543+0000 mgr.smithi003.oqouau (mgr.14166) 261 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 838 op/s 2023-09-07T07:36:33.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:31.922543+0000 mgr.smithi003.oqouau (mgr.14166) 261 : cluster [DBG] pgmap v189: 97 pgs: 97 active+clean; 230 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 15 KiB/s rd, 9.6 MiB/s wr, 838 op/s 2023-09-07T07:36:33.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 42424 23.23 MB/sec warmup 53 sec latency 18.846 ms 2023-09-07T07:36:34.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 43230 23.20 MB/sec warmup 54 sec latency 25.386 ms 2023-09-07T07:36:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:33.923087+0000 mgr.smithi003.oqouau (mgr.14166) 262 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.16k op/s 2023-09-07T07:36:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:33.923087+0000 mgr.smithi003.oqouau (mgr.14166) 262 : cluster [DBG] pgmap v190: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 20 KiB/s rd, 11 MiB/s wr, 1.16k op/s 2023-09-07T07:36:35.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 44186 23.24 MB/sec warmup 55 sec latency 20.024 ms 2023-09-07T07:36:36.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 45069 23.02 MB/sec warmup 56 sec latency 28.913 ms 2023-09-07T07:36:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:35.923649+0000 mgr.smithi003.oqouau (mgr.14166) 263 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 987 op/s 2023-09-07T07:36:37.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:35.923649+0000 mgr.smithi003.oqouau (mgr.14166) 263 : cluster [DBG] pgmap v191: 97 pgs: 97 active+clean; 245 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 987 op/s 2023-09-07T07:36:37.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 45988 23.29 MB/sec warmup 57 sec latency 22.744 ms 2023-09-07T07:36:38.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:37.884716+0000 mon.smithi003 (mon.0) 714 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-09-07T07:36:38.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:37.885102+0000 mon.smithi003 (mon.0) 715 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-09-07T07:36:38.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:37.885444+0000 mon.smithi003 (mon.0) 716 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-09-07T07:36:38.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:37.885929+0000 mon.smithi003 (mon.0) 717 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-09-07T07:36:38.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:37.884716+0000 mon.smithi003 (mon.0) 714 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2023-09-07T07:36:38.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:37.885102+0000 mon.smithi003 (mon.0) 715 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2023-09-07T07:36:38.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:37.885444+0000 mon.smithi003 (mon.0) 716 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-09-07T07:36:38.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:37.885929+0000 mon.smithi003 (mon.0) 717 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2023-09-07T07:36:38.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 46655 23.24 MB/sec warmup 58 sec latency 25.254 ms 2023-09-07T07:36:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:37.924201+0000 mgr.smithi003.oqouau (mgr.14166) 264 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 255 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-09-07T07:36:39.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:38.021460+0000 mon.smithi003 (mon.0) 718 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-09-07T07:36:39.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:38.021536+0000 mon.smithi003 (mon.0) 719 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-09-07T07:36:39.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:38.021599+0000 mon.smithi003 (mon.0) 720 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-09-07T07:36:39.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:38.021659+0000 mon.smithi003 (mon.0) 721 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-09-07T07:36:39.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:38.021708+0000 mon.smithi003 (mon.0) 722 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-09-07T07:36:39.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:38.051554+0000 mon.smithi003 (mon.0) 723 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:36:39.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:38.063959+0000 mon.smithi003 (mon.0) 724 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:36:39.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:37.924201+0000 mgr.smithi003.oqouau (mgr.14166) 264 : cluster [DBG] pgmap v192: 97 pgs: 97 active+clean; 255 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 12 KiB/s rd, 11 MiB/s wr, 1.11k op/s 2023-09-07T07:36:39.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:38.021460+0000 mon.smithi003 (mon.0) 718 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]': finished 2023-09-07T07:36:39.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:38.021536+0000 mon.smithi003 (mon.0) 719 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]': finished 2023-09-07T07:36:39.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:38.021599+0000 mon.smithi003 (mon.0) 720 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-09-07T07:36:39.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:38.021659+0000 mon.smithi003 (mon.0) 721 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]': finished 2023-09-07T07:36:39.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:38.021708+0000 mon.smithi003 (mon.0) 722 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2023-09-07T07:36:39.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:38.051554+0000 mon.smithi003 (mon.0) 723 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:36:39.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:38.063959+0000 mon.smithi003 (mon.0) 724 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:36:39.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 47496 23.13 MB/sec warmup 59 sec latency 23.005 ms 2023-09-07T07:36:40.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:39.021664+0000 mon.smithi003 (mon.0) 725 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-09-07T07:36:40.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:39.021664+0000 mon.smithi003 (mon.0) 725 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2023-09-07T07:36:40.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 48547 23.06 MB/sec warmup 60 sec latency 48.537 ms 2023-09-07T07:36:41.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:39.924663+0000 mgr.smithi003.oqouau (mgr.14166) 265 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 262 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2023-09-07T07:36:41.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:40.032512+0000 mon.smithi003 (mon.0) 726 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-09-07T07:36:41.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:39.924663+0000 mgr.smithi003.oqouau (mgr.14166) 265 : cluster [DBG] pgmap v195: 97 pgs: 97 active+clean; 262 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 17 KiB/s rd, 14 MiB/s wr, 1.37k op/s 2023-09-07T07:36:41.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:40.032512+0000 mon.smithi003 (mon.0) 726 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2023-09-07T07:36:41.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 49674 23.48 MB/sec warmup 61 sec latency 18.528 ms 2023-09-07T07:36:42.318 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:41.039649+0000 mon.smithi003 (mon.0) 727 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-09-07T07:36:42.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:41.039649+0000 mon.smithi003 (mon.0) 727 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2023-09-07T07:36:42.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 50413 23.30 MB/sec warmup 62 sec latency 15.093 ms 2023-09-07T07:36:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:41.925117+0000 mgr.smithi003.oqouau (mgr.14166) 266 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 769 op/s 2023-09-07T07:36:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:42.046324+0000 mon.smithi003 (mon.0) 728 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-09-07T07:36:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:41.925117+0000 mgr.smithi003.oqouau (mgr.14166) 266 : cluster [DBG] pgmap v198: 97 pgs: 97 active+clean; 260 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 769 op/s 2023-09-07T07:36:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:42.046324+0000 mon.smithi003 (mon.0) 728 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2023-09-07T07:36:43.727 INFO:teuthology.orchestra.run.smithi003.stdout: 5 51124 23.24 MB/sec warmup 63 sec latency 17.319 ms 2023-09-07T07:36:44.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:43.925798+0000 mgr.smithi003.oqouau (mgr.14166) 267 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.44k op/s; 835 KiB/s, 0 objects/s recovering 2023-09-07T07:36:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:43.925798+0000 mgr.smithi003.oqouau (mgr.14166) 267 : cluster [DBG] pgmap v200: 97 pgs: 97 active+clean; 277 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 16 KiB/s rd, 14 MiB/s wr, 1.44k op/s; 835 KiB/s, 0 objects/s recovering 2023-09-07T07:36:44.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 51864 23.02 MB/sec warmup 64 sec latency 38.974 ms 2023-09-07T07:36:45.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 52381 22.94 MB/sec warmup 65 sec latency 23.195 ms 2023-09-07T07:36:46.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 53403 23.23 MB/sec warmup 66 sec latency 17.213 ms 2023-09-07T07:36:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:45.926310+0000 mgr.smithi003.oqouau (mgr.14166) 268 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 276 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.00k op/s; 682 KiB/s, 0 objects/s recovering 2023-09-07T07:36:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:45.926310+0000 mgr.smithi003.oqouau (mgr.14166) 268 : cluster [DBG] pgmap v201: 97 pgs: 97 active+clean; 276 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 11 MiB/s wr, 1.00k op/s; 682 KiB/s, 0 objects/s recovering 2023-09-07T07:36:47.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 54002 23.00 MB/sec warmup 67 sec latency 29.790 ms 2023-09-07T07:36:48.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 54403 22.82 MB/sec warmup 68 sec latency 32.140 ms 2023-09-07T07:36:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:47.926996+0000 mgr.smithi003.oqouau (mgr.14166) 269 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 11 MiB/s wr, 1.02k op/s; 519 KiB/s, 0 objects/s recovering 2023-09-07T07:36:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:47.926996+0000 mgr.smithi003.oqouau (mgr.14166) 269 : cluster [DBG] pgmap v202: 97 pgs: 97 active+clean; 280 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 11 MiB/s wr, 1.02k op/s; 519 KiB/s, 0 objects/s recovering 2023-09-07T07:36:49.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 55141 22.71 MB/sec warmup 69 sec latency 24.593 ms 2023-09-07T07:36:50.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:49.927695+0000 mgr.smithi003.oqouau (mgr.14166) 270 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.27k op/s; 461 KiB/s, 0 objects/s recovering 2023-09-07T07:36:50.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:49.927695+0000 mgr.smithi003.oqouau (mgr.14166) 270 : cluster [DBG] pgmap v203: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 13 MiB/s wr, 1.27k op/s; 461 KiB/s, 0 objects/s recovering 2023-09-07T07:36:50.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 55996 22.72 MB/sec warmup 70 sec latency 25.875 ms 2023-09-07T07:36:51.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 56943 22.95 MB/sec warmup 71 sec latency 13.711 ms 2023-09-07T07:36:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:51.476109+0000 mgr.smithi003.oqouau (mgr.14166) 271 : cephadm [INF] Upgrade: Updating mgr.smithi032.jvdzvt 2023-09-07T07:36:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:51.482258+0000 mon.smithi003 (mon.0) 729 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:51.483682+0000 mon.smithi003 (mon.0) 730 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:36:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:51.484700+0000 mon.smithi003 (mon.0) 731 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:36:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:51.485580+0000 mon.smithi003 (mon.0) 732 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:51.486747+0000 mgr.smithi003.oqouau (mgr.14166) 272 : cephadm [INF] Deploying daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:36:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:51.928169+0000 mgr.smithi003.oqouau (mgr.14166) 273 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s; 409 KiB/s, 0 objects/s recovering 2023-09-07T07:36:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:51.476109+0000 mgr.smithi003.oqouau (mgr.14166) 271 : cephadm [INF] Upgrade: Updating mgr.smithi032.jvdzvt 2023-09-07T07:36:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:51.482258+0000 mon.smithi003 (mon.0) 729 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:51.483682+0000 mon.smithi003 (mon.0) 730 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:36:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:51.484700+0000 mon.smithi003 (mon.0) 731 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:36:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:51.485580+0000 mon.smithi003 (mon.0) 732 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:51.486747+0000 mgr.smithi003.oqouau (mgr.14166) 272 : cephadm [INF] Deploying daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:36:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:51.928169+0000 mgr.smithi003.oqouau (mgr.14166) 273 : cluster [DBG] pgmap v204: 97 pgs: 97 active+clean; 288 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 11 MiB/s wr, 1.11k op/s; 409 KiB/s, 0 objects/s recovering 2023-09-07T07:36:52.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 57500 22.73 MB/sec warmup 72 sec latency 29.168 ms 2023-09-07T07:36:53.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 57922 22.54 MB/sec warmup 73 sec latency 28.218 ms 2023-09-07T07:36:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:53.478217+0000 mon.smithi003 (mon.0) 733 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:53.479001+0000 mon.smithi003 (mon.0) 734 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:53.480103+0000 mon.smithi003 (mon.0) 735 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:54.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:53.480837+0000 mon.smithi003 (mon.0) 736 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:36:54.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:53.928708+0000 mgr.smithi003.oqouau (mgr.14166) 274 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.12k op/s; 345 KiB/s, 0 objects/s recovering 2023-09-07T07:36:54.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 58448 22.45 MB/sec warmup 74 sec latency 40.109 ms 2023-09-07T07:36:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:53.478217+0000 mon.smithi003 (mon.0) 733 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:53.479001+0000 mon.smithi003 (mon.0) 734 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:53.480103+0000 mon.smithi003 (mon.0) 735 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:36:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:53.480837+0000 mon.smithi003 (mon.0) 736 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:36:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:53.928708+0000 mgr.smithi003.oqouau (mgr.14166) 274 : cluster [DBG] pgmap v205: 97 pgs: 97 active+clean; 290 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 19 KiB/s rd, 11 MiB/s wr, 1.12k op/s; 345 KiB/s, 0 objects/s recovering 2023-09-07T07:36:55.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 58941 22.20 MB/sec warmup 75 sec latency 30.452 ms 2023-09-07T07:36:56.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 59868 22.35 MB/sec warmup 76 sec latency 19.932 ms 2023-09-07T07:36:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:55.929187+0000 mgr.smithi003.oqouau (mgr.14166) 275 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 291 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 759 op/s 2023-09-07T07:36:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:56.579157+0000 mon.smithi003 (mon.0) 737 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:55.929187+0000 mgr.smithi003.oqouau (mgr.14166) 275 : cluster [DBG] pgmap v206: 97 pgs: 97 active+clean; 291 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 9.5 MiB/s wr, 759 op/s 2023-09-07T07:36:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:56.579157+0000 mon.smithi003 (mon.0) 737 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:57.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 60588 22.43 MB/sec warmup 77 sec latency 25.685 ms 2023-09-07T07:36:58.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:56.997126+0000 mon.smithi003 (mon.0) 738 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:58.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:57.006158+0000 mon.smithi003 (mon.0) 739 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:58.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:57.009624+0000 mon.smithi003 (mon.0) 740 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:58.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:57.011086+0000 mgr.smithi003.oqouau (mgr.14166) 276 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi003.oqouau) 2023-09-07T07:36:58.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:36:57.014755+0000 mgr.smithi003.oqouau (mgr.14166) 277 : cephadm [INF] Failing over to other MGR 2023-09-07T07:36:58.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:57.015149+0000 mon.smithi003 (mon.0) 741 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr fail", "who": "smithi003.oqouau"}]: dispatch 2023-09-07T07:36:58.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:57.019588+0000 mon.smithi003 (mon.0) 742 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-09-07T07:36:58.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:56.997126+0000 mon.smithi003 (mon.0) 738 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:58.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:57.006158+0000 mon.smithi003 (mon.0) 739 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' 2023-09-07T07:36:58.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:57.009624+0000 mon.smithi003 (mon.0) 740 : audit [DBG] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:36:58.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:57.011086+0000 mgr.smithi003.oqouau (mgr.14166) 276 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi003.oqouau) 2023-09-07T07:36:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:36:57.014755+0000 mgr.smithi003.oqouau (mgr.14166) 277 : cephadm [INF] Failing over to other MGR 2023-09-07T07:36:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:57.015149+0000 mon.smithi003 (mon.0) 741 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr fail", "who": "smithi003.oqouau"}]: dispatch 2023-09-07T07:36:58.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:57.019588+0000 mon.smithi003 (mon.0) 742 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2023-09-07T07:36:58.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 61017 22.20 MB/sec warmup 78 sec latency 30.120 ms 2023-09-07T07:36:59.027 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:36:58.010491+0000 mon.smithi003 (mon.0) 743 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "mgr fail", "who": "smithi003.oqouau"}]': finished 2023-09-07T07:36:59.028 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:36:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:36:58.010583+0000 mon.smithi003 (mon.0) 744 : cluster [DBG] mgrmap e21: smithi032.jvdzvt(active, starting, since 0.994623s) 2023-09-07T07:36:59.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:36:58.010491+0000 mon.smithi003 (mon.0) 743 : audit [INF] from='mgr.14166 172.21.15.3:0/4073272406' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "mgr fail", "who": "smithi003.oqouau"}]': finished 2023-09-07T07:36:59.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:36:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:36:58.010583+0000 mon.smithi003 (mon.0) 744 : cluster [DBG] mgrmap e21: smithi032.jvdzvt(active, starting, since 0.994623s) 2023-09-07T07:36:59.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 61577 22.09 MB/sec warmup 79 sec latency 34.028 ms 2023-09-07T07:37:00.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 62325 21.99 MB/sec warmup 80 sec latency 30.867 ms 2023-09-07T07:37:01.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 63019 21.95 MB/sec warmup 81 sec latency 24.231 ms 2023-09-07T07:37:02.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 63818 22.09 MB/sec warmup 82 sec latency 25.866 ms 2023-09-07T07:37:03.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 64286 21.99 MB/sec warmup 83 sec latency 30.930 ms 2023-09-07T07:37:03.816 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:03.750705+0000 mon.smithi003 (mon.0) 745 : cluster [INF] Active manager daemon smithi032.jvdzvt restarted 2023-09-07T07:37:03.816 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:03.751432+0000 mon.smithi003 (mon.0) 746 : cluster [INF] Activating manager daemon smithi032.jvdzvt 2023-09-07T07:37:03.816 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:03.754325+0000 mon.smithi003 (mon.0) 747 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-09-07T07:37:03.816 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.755853+0000 mon.smithi003 (mon.0) 748 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:37:03.817 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.757718+0000 mon.smithi003 (mon.0) 749 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:37:03.817 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.760391+0000 mon.smithi003 (mon.0) 750 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:37:03.817 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.760904+0000 mon.smithi003 (mon.0) 751 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:37:04.072 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:03.750705+0000 mon.smithi003 (mon.0) 745 : cluster [INF] Active manager daemon smithi032.jvdzvt restarted 2023-09-07T07:37:04.072 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:03.751432+0000 mon.smithi003 (mon.0) 746 : cluster [INF] Activating manager daemon smithi032.jvdzvt 2023-09-07T07:37:04.072 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:03.754325+0000 mon.smithi003 (mon.0) 747 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2023-09-07T07:37:04.073 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.755853+0000 mon.smithi003 (mon.0) 748 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:37:04.073 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.757718+0000 mon.smithi003 (mon.0) 749 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:37:04.073 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.760391+0000 mon.smithi003 (mon.0) 750 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:37:04.073 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.760904+0000 mon.smithi003 (mon.0) 751 : audit [DBG] from='mgr.? 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:37:04.728 INFO:teuthology.orchestra.run.smithi003.stdout: 5 64628 21.77 MB/sec warmup 84 sec latency 40.419 ms 2023-09-07T07:37:04.881 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:37:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:03.810783+0000 mon.smithi003 (mon.0) 752 : cluster [DBG] mgrmap e22: smithi032.jvdzvt(active, starting, since 0.059596s) 2023-09-07T07:37:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.813629+0000 mon.smithi032 (mon.1) 16 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:37:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.813759+0000 mon.smithi032 (mon.1) 17 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:37:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.817117+0000 mon.smithi032 (mon.1) 18 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:37:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.817460+0000 mon.smithi032 (mon.1) 19 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:37:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.817775+0000 mon.smithi032 (mon.1) 20 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:37:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.817988+0000 mon.smithi032 (mon.1) 21 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:37:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.818243+0000 mon.smithi032 (mon.1) 22 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:37:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.818484+0000 mon.smithi032 (mon.1) 23 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:37:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.818743+0000 mon.smithi032 (mon.1) 24 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:37:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.818971+0000 mon.smithi032 (mon.1) 25 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:37:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.819183+0000 mon.smithi032 (mon.1) 26 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:37:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.819408+0000 mon.smithi032 (mon.1) 27 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:37:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.819662+0000 mon.smithi032 (mon.1) 28 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:37:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.819924+0000 mon.smithi032 (mon.1) 29 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:37:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.820141+0000 mon.smithi032 (mon.1) 30 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:37:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.820591+0000 mon.smithi032 (mon.1) 31 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:37:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:03.931903+0000 mon.smithi003 (mon.0) 753 : cluster [INF] Manager daemon smithi032.jvdzvt is now available 2023-09-07T07:37:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.956702+0000 mon.smithi003 (mon.0) 754 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:05.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:03.957518+0000 mgr.smithi032.jvdzvt (mgr.14636) 1 : cephadm [INF] Queued nfs.foo for migration 2023-09-07T07:37:05.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.963955+0000 mon.smithi032 (mon.1) 32 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:05.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.966107+0000 mon.smithi032 (mon.1) 33 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:05.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.977729+0000 mon.smithi032 (mon.1) 34 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:05.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.978130+0000 mon.smithi003 (mon.0) 755 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:05.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.986310+0000 mon.smithi003 (mon.0) 756 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:05.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:03.996665+0000 mon.smithi032 (mon.1) 35 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:05.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.007588+0000 mon.smithi032 (mon.1) 36 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:37:05.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.008002+0000 mon.smithi003 (mon.0) 757 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:37:05.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.034308+0000 mon.smithi003 (mon.0) 758 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:05.160 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.034992+0000 mon.smithi032 (mon.1) 37 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/trash_purge_schedule"}]: dispatch 2023-09-07T07:37:05.160 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.035802+0000 mon.smithi003 (mon.0) 759 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/trash_purge_schedule"}]: dispatch 2023-09-07T07:37:05.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:03.810783+0000 mon.smithi003 (mon.0) 752 : cluster [DBG] mgrmap e22: smithi032.jvdzvt(active, starting, since 0.059596s) 2023-09-07T07:37:05.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.813629+0000 mon.smithi032 (mon.1) 16 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:37:05.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.813759+0000 mon.smithi032 (mon.1) 17 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:37:05.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.817117+0000 mon.smithi032 (mon.1) 18 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:37:05.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.817460+0000 mon.smithi032 (mon.1) 19 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:37:05.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.817775+0000 mon.smithi032 (mon.1) 20 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:37:05.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.817988+0000 mon.smithi032 (mon.1) 21 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:37:05.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.818243+0000 mon.smithi032 (mon.1) 22 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:37:05.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.818484+0000 mon.smithi032 (mon.1) 23 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:37:05.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.818743+0000 mon.smithi032 (mon.1) 24 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:37:05.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.818971+0000 mon.smithi032 (mon.1) 25 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:37:05.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.819183+0000 mon.smithi032 (mon.1) 26 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:37:05.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.819408+0000 mon.smithi032 (mon.1) 27 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:37:05.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.819662+0000 mon.smithi032 (mon.1) 28 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:37:05.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.819924+0000 mon.smithi032 (mon.1) 29 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:37:05.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.820141+0000 mon.smithi032 (mon.1) 30 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:37:05.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.820591+0000 mon.smithi032 (mon.1) 31 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:37:05.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:03.931903+0000 mon.smithi003 (mon.0) 753 : cluster [INF] Manager daemon smithi032.jvdzvt is now available 2023-09-07T07:37:05.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.956702+0000 mon.smithi003 (mon.0) 754 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:05.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:03.957518+0000 mgr.smithi032.jvdzvt (mgr.14636) 1 : cephadm [INF] Queued nfs.foo for migration 2023-09-07T07:37:05.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.963955+0000 mon.smithi032 (mon.1) 32 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:05.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.966107+0000 mon.smithi032 (mon.1) 33 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:05.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.977729+0000 mon.smithi032 (mon.1) 34 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:05.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.978130+0000 mon.smithi003 (mon.0) 755 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:05.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.986310+0000 mon.smithi003 (mon.0) 756 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:05.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:03.996665+0000 mon.smithi032 (mon.1) 35 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:05.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.007588+0000 mon.smithi032 (mon.1) 36 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:37:05.192 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.008002+0000 mon.smithi003 (mon.0) 757 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:37:05.192 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.034308+0000 mon.smithi003 (mon.0) 758 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:05.192 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.034992+0000 mon.smithi032 (mon.1) 37 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/trash_purge_schedule"}]: dispatch 2023-09-07T07:37:05.192 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.035802+0000 mon.smithi003 (mon.0) 759 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi032.jvdzvt/trash_purge_schedule"}]: dispatch 2023-09-07T07:37:05.729 INFO:teuthology.orchestra.run.smithi003.stdout: 5 65090 21.65 MB/sec warmup 85 sec latency 35.055 ms 2023-09-07T07:37:06.051 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:37:06.051 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (4m) 82s ago 5m 22.2M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:37:06.052 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (5m) 82s ago 5m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:37:06.052 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (4m) 9s ago 4m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:37:06.052 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (4m) 82s ago 5m 32.1M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:37:06.052 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (101s) 82s ago 100s 15.0M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:37:06.052 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (99s) 9s ago 99s 13.1M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:37:06.053 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (6m) 82s ago 6m 446M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:37:06.053 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (12s) 9s ago 4m 38.4M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:37:06.053 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (6m) 82s ago 6m 97.1M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:37:06.053 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (4m) 9s ago 4m 94.4M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:37:06.053 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.0.smithi003.wnycqw smithi003 *:2049 running (92s) 82s ago 92s 57.1M - 3.5 6933c2a0b7dd 62f3bcc3ec1f 2023-09-07T07:37:06.054 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.0.smithi032.hhwlct smithi032 *:2049 running (87s) 9s ago 87s 55.2M - 3.5 6933c2a0b7dd 09f2c7262497 2023-09-07T07:37:06.054 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (4m) 82s ago 4m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:37:06.054 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (4m) 9s ago 4m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:37:06.054 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (4m) 82s ago 4m 47.6M 3223M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:37:06.054 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (3m) 82s ago 3m 50.5M 3223M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:37:06.055 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (3m) 82s ago 3m 43.7M 3223M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:37:06.055 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (3m) 82s ago 3m 47.6M 3223M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:37:06.055 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (3m) 9s ago 3m 719M 3991M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:37:06.055 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (2m) 9s ago 2m 854M 3991M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:37:06.055 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (2m) 9s ago 2m 739M 3991M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:37:06.056 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (2m) 9s ago 2m 1265M 3991M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:37:06.056 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (4m) 82s ago 4m 41.1M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:37:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:04.567505+0000 mgr.smithi032.jvdzvt (mgr.14636) 2 : cephadm [INF] Deploying cephadm binary to smithi003 2023-09-07T07:37:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:04.587856+0000 mgr.smithi032.jvdzvt (mgr.14636) 3 : cephadm [INF] Deploying cephadm binary to smithi032 2023-09-07T07:37:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:04.828618+0000 mon.smithi003 (mon.0) 760 : cluster [DBG] mgrmap e23: smithi032.jvdzvt(active, since 1.07743s) 2023-09-07T07:37:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.846402+0000 mgr.smithi032.jvdzvt (mgr.14636) 4 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:04.850906+0000 mgr.smithi032.jvdzvt (mgr.14636) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:06.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.960822+0000 mon.smithi003 (mon.0) 761 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:37:06.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:04.960929+0000 mon.smithi003 (mon.0) 762 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-09-07T07:37:06.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.965856+0000 mon.smithi032 (mon.1) 38 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:06.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:04.966435+0000 mon.smithi003 (mon.0) 763 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:06.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:05.633870+0000 mon.smithi003 (mon.0) 764 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:06.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:05.645531+0000 mon.smithi003 (mon.0) 765 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:04.567505+0000 mgr.smithi032.jvdzvt (mgr.14636) 2 : cephadm [INF] Deploying cephadm binary to smithi003 2023-09-07T07:37:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:04.587856+0000 mgr.smithi032.jvdzvt (mgr.14636) 3 : cephadm [INF] Deploying cephadm binary to smithi032 2023-09-07T07:37:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:04.828618+0000 mon.smithi003 (mon.0) 760 : cluster [DBG] mgrmap e23: smithi032.jvdzvt(active, since 1.07743s) 2023-09-07T07:37:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.846402+0000 mgr.smithi032.jvdzvt (mgr.14636) 4 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:04.850906+0000 mgr.smithi032.jvdzvt (mgr.14636) 5 : cluster [DBG] pgmap v3: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.960822+0000 mon.smithi003 (mon.0) 761 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:37:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:04.960929+0000 mon.smithi003 (mon.0) 762 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2023-09-07T07:37:06.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.965856+0000 mon.smithi032 (mon.1) 38 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:06.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:04.966435+0000 mon.smithi003 (mon.0) 763 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:06.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:05.633870+0000 mon.smithi003 (mon.0) 764 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:06.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:05.645531+0000 mon.smithi003 (mon.0) 765 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:06.694 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:37:06.695 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:37:06.695 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:37:06.695 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:06.695 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:37:06.696 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:37:06.696 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:37:06.696 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:06.696 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:37:06.696 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:37:06.697 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:06.697 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:37:06.697 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:37:06.697 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:06.697 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:37:06.698 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:37:06.698 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:37:06.698 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:37:06.698 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:37:06.730 INFO:teuthology.orchestra.run.smithi003.stdout: 5 65569 21.51 MB/sec warmup 86 sec latency 36.228 ms 2023-09-07T07:37:07.283 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:37:07.283 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:37:07.284 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:37:07.284 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:37:07.284 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:37:07.284 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:37:07.284 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:37:07.285 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:37:07.285 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:37:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:05.447628+0000 mgr.smithi032.jvdzvt (mgr.14636) 6 : audit [DBG] from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:05.819111+0000 mgr.smithi032.jvdzvt (mgr.14636) 7 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:07.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:05.961132+0000 mon.smithi003 (mon.0) 766 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:37:07.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:05.961205+0000 mon.smithi003 (mon.0) 767 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-09-07T07:37:07.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:06.027442+0000 mgr.smithi032.jvdzvt (mgr.14636) 8 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:07.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:06.307670+0000 mgr.smithi032.jvdzvt (mgr.14636) 9 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Bus STARTING 2023-09-07T07:37:07.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:06.391334+0000 mon.smithi003 (mon.0) 768 : cluster [DBG] Standby manager daemon smithi003.oqouau started 2023-09-07T07:37:07.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:06.396048+0000 mon.smithi003 (mon.0) 769 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/crt"}]: dispatch 2023-09-07T07:37:07.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:06.397049+0000 mon.smithi003 (mon.0) 770 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:37:07.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:06.399871+0000 mon.smithi003 (mon.0) 771 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/key"}]: dispatch 2023-09-07T07:37:07.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:06.400455+0000 mon.smithi003 (mon.0) 772 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:37:07.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:06.656245+0000 mon.smithi003 (mon.0) 773 : cluster [DBG] mgrmap e24: smithi032.jvdzvt(active, since 2s), standbys: smithi003.oqouau 2023-09-07T07:37:07.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:06.667859+0000 mon.smithi032 (mon.1) 39 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:37:07.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:06.693857+0000 mon.smithi003 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.3:0/3664953120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:37:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:05.447628+0000 mgr.smithi032.jvdzvt (mgr.14636) 6 : audit [DBG] from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:05.819111+0000 mgr.smithi032.jvdzvt (mgr.14636) 7 : cluster [DBG] pgmap v5: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:07.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:05.961132+0000 mon.smithi003 (mon.0) 766 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:37:07.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:05.961205+0000 mon.smithi003 (mon.0) 767 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2023-09-07T07:37:07.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:06.027442+0000 mgr.smithi032.jvdzvt (mgr.14636) 8 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:07.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:06.307670+0000 mgr.smithi032.jvdzvt (mgr.14636) 9 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Bus STARTING 2023-09-07T07:37:07.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:06.391334+0000 mon.smithi003 (mon.0) 768 : cluster [DBG] Standby manager daemon smithi003.oqouau started 2023-09-07T07:37:07.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:06.396048+0000 mon.smithi003 (mon.0) 769 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/crt"}]: dispatch 2023-09-07T07:37:07.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:06.397049+0000 mon.smithi003 (mon.0) 770 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:37:07.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:06.399871+0000 mon.smithi003 (mon.0) 771 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/key"}]: dispatch 2023-09-07T07:37:07.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:06.400455+0000 mon.smithi003 (mon.0) 772 : audit [DBG] from='mgr.? 172.21.15.3:0/1761505529' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:37:07.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:06.656245+0000 mon.smithi003 (mon.0) 773 : cluster [DBG] mgrmap e24: smithi032.jvdzvt(active, since 2s), standbys: smithi003.oqouau 2023-09-07T07:37:07.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:06.667859+0000 mon.smithi032 (mon.1) 39 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:37:07.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:06.693857+0000 mon.smithi003 (mon.0) 774 : audit [DBG] from='client.? 172.21.15.3:0/3664953120' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:37:07.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 66041 21.35 MB/sec warmup 87 sec latency 44.088 ms 2023-09-07T07:37:08.062 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:37:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:06.441544+0000 mgr.smithi032.jvdzvt (mgr.14636) 10 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Serving on http://172.21.15.32:8765 2023-09-07T07:37:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:06.588692+0000 mgr.smithi032.jvdzvt (mgr.14636) 11 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Serving on https://172.21.15.32:7150 2023-09-07T07:37:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:06.588841+0000 mgr.smithi032.jvdzvt (mgr.14636) 12 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Bus STARTED 2023-09-07T07:37:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:07.281065+0000 mgr.smithi032.jvdzvt (mgr.14636) 13 : audit [DBG] from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:07.467981+0000 mon.smithi003 (mon.0) 775 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:08.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:06.441544+0000 mgr.smithi032.jvdzvt (mgr.14636) 10 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Serving on http://172.21.15.32:8765 2023-09-07T07:37:08.292 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:06.588692+0000 mgr.smithi032.jvdzvt (mgr.14636) 11 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Serving on https://172.21.15.32:7150 2023-09-07T07:37:08.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:06.588841+0000 mgr.smithi032.jvdzvt (mgr.14636) 12 : cephadm [INF] [07/Sep/2023:07:37:06] ENGINE Bus STARTED 2023-09-07T07:37:08.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:07.281065+0000 mgr.smithi032.jvdzvt (mgr.14636) 13 : audit [DBG] from='client.24521 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:08.293 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:07.467981+0000 mon.smithi003 (mon.0) 775 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:08.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 66576 21.31 MB/sec warmup 88 sec latency 39.255 ms 2023-09-07T07:37:09.297 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:07.819522+0000 mgr.smithi032.jvdzvt (mgr.14636) 14 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:09.298 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:08.061591+0000 mon.smithi032 (mon.1) 40 : audit [DBG] from='client.? 172.21.15.3:0/2806946137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:37:09.298 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:08.483589+0000 mon.smithi003 (mon.0) 776 : cluster [DBG] mgrmap e25: smithi032.jvdzvt(active, since 4s), standbys: smithi003.oqouau 2023-09-07T07:37:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:07.819522+0000 mgr.smithi032.jvdzvt (mgr.14636) 14 : cluster [DBG] pgmap v7: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:08.061591+0000 mon.smithi032 (mon.1) 40 : audit [DBG] from='client.? 172.21.15.3:0/2806946137' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:37:09.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:08.483589+0000 mon.smithi003 (mon.0) 776 : cluster [DBG] mgrmap e25: smithi032.jvdzvt(active, since 4s), standbys: smithi003.oqouau 2023-09-07T07:37:09.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 67153 21.35 MB/sec warmup 89 sec latency 26.412 ms 2023-09-07T07:37:10.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 67534 21.27 MB/sec warmup 90 sec latency 103.647 ms 2023-09-07T07:37:11.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:09.820074+0000 mgr.smithi032.jvdzvt (mgr.14636) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:11.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:09.820074+0000 mgr.smithi032.jvdzvt (mgr.14636) 15 : cluster [DBG] pgmap v8: 97 pgs: 97 active+clean; 319 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:37:11.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 67930 21.11 MB/sec warmup 91 sec latency 42.702 ms 2023-09-07T07:37:12.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 68344 20.94 MB/sec warmup 92 sec latency 37.076 ms 2023-09-07T07:37:13.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:11.820895+0000 mgr.smithi032.jvdzvt (mgr.14636) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-09-07T07:37:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:11.976599+0000 mon.smithi003 (mon.0) 777 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:12.099214+0000 mon.smithi003 (mon.0) 778 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:12.107540+0000 mon.smithi003 (mon.0) 779 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:12.552493+0000 mon.smithi003 (mon.0) 780 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:12.560948+0000 mon.smithi003 (mon.0) 781 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:11.820895+0000 mgr.smithi032.jvdzvt (mgr.14636) 16 : cluster [DBG] pgmap v9: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-09-07T07:37:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:11.976599+0000 mon.smithi003 (mon.0) 777 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:12.099214+0000 mon.smithi003 (mon.0) 778 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:12.107540+0000 mon.smithi003 (mon.0) 779 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:12.552493+0000 mon.smithi003 (mon.0) 780 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:12.560948+0000 mon.smithi003 (mon.0) 781 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:13.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 68827 20.87 MB/sec warmup 93 sec latency 35.904 ms 2023-09-07T07:37:14.159 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:13.158824+0000 mon.smithi003 (mon.0) 782 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.159 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:13.169214+0000 mon.smithi003 (mon.0) 783 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.160 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:13.511375+0000 mon.smithi003 (mon.0) 784 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.160 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:13.521350+0000 mon.smithi003 (mon.0) 785 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.352 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:13.158824+0000 mon.smithi003 (mon.0) 782 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.352 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:13.169214+0000 mon.smithi003 (mon.0) 783 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.352 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:13.511375+0000 mon.smithi003 (mon.0) 784 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.352 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:13.521350+0000 mon.smithi003 (mon.0) 785 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:14.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 69421 20.76 MB/sec warmup 94 sec latency 44.957 ms 2023-09-07T07:37:15.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:13.821292+0000 mgr.smithi032.jvdzvt (mgr.14636) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-07T07:37:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:13.821292+0000 mgr.smithi032.jvdzvt (mgr.14636) 17 : cluster [DBG] pgmap v10: 97 pgs: 97 active+clean; 330 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 4.2 MiB/s wr, 415 op/s 2023-09-07T07:37:15.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 69796 20.60 MB/sec warmup 95 sec latency 349.287 ms 2023-09-07T07:37:16.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 69963 20.44 MB/sec warmup 96 sec latency 917.197 ms 2023-09-07T07:37:17.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:15.324466+0000 mon.smithi003 (mon.0) 786 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:37:17.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:15.324834+0000 mon.smithi032 (mon.1) 41 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:37:17.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:15.324987+0000 mon.smithi032 (mon.1) 42 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:37:17.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:16.298723+0000 mon.smithi003 (mon.0) 787 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:37:17.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:15.324466+0000 mon.smithi003 (mon.0) 786 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:37:17.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:15.324834+0000 mon.smithi032 (mon.1) 41 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:37:17.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:15.324987+0000 mon.smithi032 (mon.1) 42 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:37:17.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:16.298723+0000 mon.smithi003 (mon.0) 787 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:37:17.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 70407 20.44 MB/sec warmup 97 sec latency 34.188 ms 2023-09-07T07:37:18.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:15.821881+0000 mgr.smithi032.jvdzvt (mgr.14636) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.8 MiB/s wr, 775 op/s 2023-09-07T07:37:18.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:16.300794+0000 mon.smithi032 (mon.1) 43 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:37:18.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.386196+0000 mon.smithi032 (mon.1) 44 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:37:18.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.387448+0000 mon.smithi032 (mon.1) 45 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:37:18.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.387663+0000 mon.smithi032 (mon.1) 46 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:37:18.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.390753+0000 mon.smithi003 (mon.0) 788 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.396084+0000 mon.smithi003 (mon.0) 789 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.403672+0000 mon.smithi003 (mon.0) 790 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.408376+0000 mon.smithi003 (mon.0) 791 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.409702+0000 mon.smithi032 (mon.1) 47 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.410036+0000 mon.smithi003 (mon.0) 792 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.411163+0000 mon.smithi032 (mon.1) 48 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.411429+0000 mon.smithi003 (mon.0) 793 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.412113+0000 mon.smithi032 (mon.1) 49 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.412371+0000 mon.smithi003 (mon.0) 794 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.414018+0000 mon.smithi032 (mon.1) 50 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.414241+0000 mon.smithi032 (mon.1) 51 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.414319+0000 mon.smithi003 (mon.0) 795 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.414918+0000 mon.smithi003 (mon.0) 796 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.415425+0000 mon.smithi032 (mon.1) 52 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.416522+0000 mon.smithi003 (mon.0) 797 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.419677+0000 mon.smithi032 (mon.1) 53 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.419971+0000 mon.smithi003 (mon.0) 798 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.420471+0000 mon.smithi032 (mon.1) 54 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.420783+0000 mon.smithi003 (mon.0) 799 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:17.421154+0000 mgr.smithi032.jvdzvt (mgr.14636) 19 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 1943M 2023-09-07T07:37:18.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:17.421830+0000 mgr.smithi032.jvdzvt (mgr.14636) 20 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 2711M 2023-09-07T07:37:18.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.425535+0000 mon.smithi003 (mon.0) 800 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.429764+0000 mon.smithi003 (mon.0) 801 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.432930+0000 mon.smithi032 (mon.1) 55 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:18.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:17.434098+0000 mon.smithi032 (mon.1) 56 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:37:18.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:15.821881+0000 mgr.smithi032.jvdzvt (mgr.14636) 18 : cluster [DBG] pgmap v11: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 6.8 MiB/s wr, 775 op/s 2023-09-07T07:37:18.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:16.300794+0000 mon.smithi032 (mon.1) 43 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-07T07:37:18.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.386196+0000 mon.smithi032 (mon.1) 44 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-07T07:37:18.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.387448+0000 mon.smithi032 (mon.1) 45 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:37:18.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.387663+0000 mon.smithi032 (mon.1) 46 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:37:18.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.390753+0000 mon.smithi003 (mon.0) 788 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.396084+0000 mon.smithi003 (mon.0) 789 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.403672+0000 mon.smithi003 (mon.0) 790 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.408376+0000 mon.smithi003 (mon.0) 791 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.409702+0000 mon.smithi032 (mon.1) 47 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.410036+0000 mon.smithi003 (mon.0) 792 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.411163+0000 mon.smithi032 (mon.1) 48 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.411429+0000 mon.smithi003 (mon.0) 793 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.412113+0000 mon.smithi032 (mon.1) 49 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.412371+0000 mon.smithi003 (mon.0) 794 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.414018+0000 mon.smithi032 (mon.1) 50 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.414241+0000 mon.smithi032 (mon.1) 51 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.414319+0000 mon.smithi003 (mon.0) 795 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.414918+0000 mon.smithi003 (mon.0) 796 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.415425+0000 mon.smithi032 (mon.1) 52 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.416522+0000 mon.smithi003 (mon.0) 797 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.419677+0000 mon.smithi032 (mon.1) 53 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.419971+0000 mon.smithi003 (mon.0) 798 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.420471+0000 mon.smithi032 (mon.1) 54 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.420783+0000 mon.smithi003 (mon.0) 799 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-07T07:37:18.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:17.421154+0000 mgr.smithi032.jvdzvt (mgr.14636) 19 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 1943M 2023-09-07T07:37:18.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:17.421830+0000 mgr.smithi032.jvdzvt (mgr.14636) 20 : cephadm [INF] Adjusting osd_memory_target on smithi032 to 2711M 2023-09-07T07:37:18.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.425535+0000 mon.smithi003 (mon.0) 800 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.429764+0000 mon.smithi003 (mon.0) 801 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:18.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.432930+0000 mon.smithi032 (mon.1) 55 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:18.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:17.434098+0000 mon.smithi032 (mon.1) 56 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:37:18.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 70828 20.39 MB/sec warmup 98 sec latency 37.324 ms 2023-09-07T07:37:19.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71145 20.33 MB/sec warmup 99 sec latency 470.980 ms 2023-09-07T07:37:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:17.435322+0000 mgr.smithi032.jvdzvt (mgr.14636) 21 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:37:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:17.435714+0000 mgr.smithi032.jvdzvt (mgr.14636) 22 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:37:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:17.800766+0000 mgr.smithi032.jvdzvt (mgr.14636) 23 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:37:19.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:17.805095+0000 mgr.smithi032.jvdzvt (mgr.14636) 24 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:37:19.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:17.822525+0000 mgr.smithi032.jvdzvt (mgr.14636) 25 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.7 MiB/s wr, 653 op/s 2023-09-07T07:37:19.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:18.168294+0000 mgr.smithi032.jvdzvt (mgr.14636) 26 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:37:19.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:18.174155+0000 mgr.smithi032.jvdzvt (mgr.14636) 27 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:37:19.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.907179+0000 mon.smithi003 (mon.0) 802 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.916913+0000 mon.smithi003 (mon.0) 803 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.921251+0000 mon.smithi003 (mon.0) 804 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.928078+0000 mon.smithi003 (mon.0) 805 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.933380+0000 mon.smithi003 (mon.0) 806 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.963048+0000 mon.smithi032 (mon.1) 57 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:17.435322+0000 mgr.smithi032.jvdzvt (mgr.14636) 21 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:37:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:17.435714+0000 mgr.smithi032.jvdzvt (mgr.14636) 22 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:37:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:17.800766+0000 mgr.smithi032.jvdzvt (mgr.14636) 23 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:37:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:17.805095+0000 mgr.smithi032.jvdzvt (mgr.14636) 24 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:37:19.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:17.822525+0000 mgr.smithi032.jvdzvt (mgr.14636) 25 : cluster [DBG] pgmap v12: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.7 MiB/s wr, 653 op/s 2023-09-07T07:37:19.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:18.168294+0000 mgr.smithi032.jvdzvt (mgr.14636) 26 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:37:19.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:18.174155+0000 mgr.smithi032.jvdzvt (mgr.14636) 27 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:37:19.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.907179+0000 mon.smithi003 (mon.0) 802 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.916913+0000 mon.smithi003 (mon.0) 803 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.921251+0000 mon.smithi003 (mon.0) 804 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.928078+0000 mon.smithi003 (mon.0) 805 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.933380+0000 mon.smithi003 (mon.0) 806 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:19.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.963048+0000 mon.smithi032 (mon.1) 57 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:20.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71531 20.18 MB/sec warmup 100 sec latency 50.142 ms 2023-09-07T07:37:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:18.535110+0000 mgr.smithi032.jvdzvt (mgr.14636) 28 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:37:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:18.548779+0000 mgr.smithi032.jvdzvt (mgr.14636) 29 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:37:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.963532+0000 mon.smithi003 (mon.0) 807 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:18.994069+0000 mon.smithi032 (mon.1) 58 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:19.822958+0000 mgr.smithi032.jvdzvt (mgr.14636) 30 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.6 MiB/s wr, 645 op/s 2023-09-07T07:37:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:19.936568+0000 mon.smithi003 (mon.0) 808 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:37:20.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:19.936654+0000 mon.smithi003 (mon.0) 809 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-09-07T07:37:20.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:19.940248+0000 mon.smithi032 (mon.1) 59 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:37:20.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:19.940982+0000 mon.smithi003 (mon.0) 810 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:37:20.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:18.535110+0000 mgr.smithi032.jvdzvt (mgr.14636) 28 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:37:20.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:18.548779+0000 mgr.smithi032.jvdzvt (mgr.14636) 29 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:37:20.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.963532+0000 mon.smithi003 (mon.0) 807 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-09-07T07:37:20.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:18.994069+0000 mon.smithi032 (mon.1) 58 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:20.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:19.822958+0000 mgr.smithi032.jvdzvt (mgr.14636) 30 : cluster [DBG] pgmap v13: 97 pgs: 97 active+clean; 328 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 5.6 MiB/s wr, 645 op/s 2023-09-07T07:37:20.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:19.936568+0000 mon.smithi003 (mon.0) 808 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-09-07T07:37:20.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:19.936654+0000 mon.smithi003 (mon.0) 809 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2023-09-07T07:37:20.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:19.940248+0000 mon.smithi032 (mon.1) 59 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:37:20.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:19.940982+0000 mon.smithi003 (mon.0) 810 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-07T07:37:21.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 20.03 MB/sec warmup 101 sec latency 255.772 ms 2023-09-07T07:37:22.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:20.938670+0000 mon.smithi003 (mon.0) 811 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-07T07:37:22.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:20.938819+0000 mon.smithi003 (mon.0) 812 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-09-07T07:37:22.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:20.947335+0000 mgr.smithi032.jvdzvt (mgr.14636) 31 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-09-07T07:37:22.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:20.985031+0000 mgr.smithi032.jvdzvt (mgr.14636) 32 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-09-07T07:37:22.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:20.985184+0000 mgr.smithi032.jvdzvt (mgr.14636) 33 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi003.wnycqw', 'nfs.foo.1.0.smithi032.hhwlct'] 2023-09-07T07:37:22.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:20.985267+0000 mgr.smithi032.jvdzvt (mgr.14636) 34 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi003.wnycqw nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:37:22.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:20.985797+0000 mgr.smithi032.jvdzvt (mgr.14636) 35 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi003.wnycqw from smithi003 -- ports [2049] 2023-09-07T07:37:22.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:20.986322+0000 mgr.smithi032.jvdzvt (mgr.14636) 36 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi032.hhwlct from smithi032 -- ports [2049] 2023-09-07T07:37:22.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:21.916086+0000 mon.smithi032 (mon.1) 60 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:22.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:21.916498+0000 mon.smithi003 (mon.0) 813 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:22.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:21.920537+0000 mon.smithi003 (mon.0) 814 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]': finished 2023-09-07T07:37:22.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:21.921493+0000 mon.smithi032 (mon.1) 61 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw"}]: dispatch 2023-09-07T07:37:22.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:21.921805+0000 mon.smithi003 (mon.0) 815 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw"}]: dispatch 2023-09-07T07:37:22.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:21.924764+0000 mon.smithi003 (mon.0) 816 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw"}]': finished 2023-09-07T07:37:22.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:20.938670+0000 mon.smithi003 (mon.0) 811 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-07T07:37:22.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:20.938819+0000 mon.smithi003 (mon.0) 812 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2023-09-07T07:37:22.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:20.947335+0000 mgr.smithi032.jvdzvt (mgr.14636) 31 : cephadm [INF] Migrating nfs.foo from legacy pool nfs-ganesha namespace foo 2023-09-07T07:37:22.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:20.985031+0000 mgr.smithi032.jvdzvt (mgr.14636) 32 : cephadm [INF] Found 1 exports for legacy nfs.foo 2023-09-07T07:37:22.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:20.985184+0000 mgr.smithi032.jvdzvt (mgr.14636) 33 : cephadm [INF] Removing old nfs.foo daemons ['nfs.foo.0.0.smithi003.wnycqw', 'nfs.foo.1.0.smithi032.hhwlct'] 2023-09-07T07:37:22.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:20.985267+0000 mgr.smithi032.jvdzvt (mgr.14636) 34 : cephadm [INF] Remove daemons nfs.foo.0.0.smithi003.wnycqw nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:37:22.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:20.985797+0000 mgr.smithi032.jvdzvt (mgr.14636) 35 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi003.wnycqw from smithi003 -- ports [2049] 2023-09-07T07:37:22.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:20.986322+0000 mgr.smithi032.jvdzvt (mgr.14636) 36 : cephadm [INF] Removing daemon nfs.foo.1.0.smithi032.hhwlct from smithi032 -- ports [2049] 2023-09-07T07:37:22.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:21.916086+0000 mon.smithi032 (mon.1) 60 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:22.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:21.916498+0000 mon.smithi003 (mon.0) 813 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:22.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:21.920537+0000 mon.smithi003 (mon.0) 814 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]': finished 2023-09-07T07:37:22.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:21.921493+0000 mon.smithi032 (mon.1) 61 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw"}]: dispatch 2023-09-07T07:37:22.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:21.921805+0000 mon.smithi003 (mon.0) 815 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw"}]: dispatch 2023-09-07T07:37:22.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:21.924764+0000 mon.smithi003 (mon.0) 816 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct-rgw"}]': finished 2023-09-07T07:37:22.731 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 19.83 MB/sec warmup 102 sec latency 1255.888 ms 2023-09-07T07:37:23.161 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:21.823308+0000 mgr.smithi032.jvdzvt (mgr.14636) 37 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 7.6 MiB/s wr, 832 op/s 2023-09-07T07:37:23.162 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:21.915711+0000 mgr.smithi032.jvdzvt (mgr.14636) 38 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:37:23.162 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:21.921255+0000 mgr.smithi032.jvdzvt (mgr.14636) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi032.hhwlct-rgw 2023-09-07T07:37:23.162 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:21.953399+0000 mon.smithi003 (mon.0) 817 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-09-07T07:37:23.162 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:21.953995+0000 mon.smithi003 (mon.0) 818 : cluster [DBG] mgrmap e26: smithi032.jvdzvt(active, since 18s), standbys: smithi003.oqouau 2023-09-07T07:37:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:21.823308+0000 mgr.smithi032.jvdzvt (mgr.14636) 37 : cluster [DBG] pgmap v16: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 7.6 MiB/s wr, 832 op/s 2023-09-07T07:37:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:21.915711+0000 mgr.smithi032.jvdzvt (mgr.14636) 38 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:37:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:21.921255+0000 mgr.smithi032.jvdzvt (mgr.14636) 39 : cephadm [INF] Removing key for client.nfs.foo.1.0.smithi032.hhwlct-rgw 2023-09-07T07:37:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:21.953399+0000 mon.smithi003 (mon.0) 817 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2023-09-07T07:37:23.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:21.953995+0000 mon.smithi003 (mon.0) 818 : cluster [DBG] mgrmap e26: smithi032.jvdzvt(active, since 18s), standbys: smithi003.oqouau 2023-09-07T07:37:23.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 19.64 MB/sec warmup 103 sec latency 2255.991 ms 2023-09-07T07:37:24.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 19.45 MB/sec warmup 104 sec latency 3256.047 ms 2023-09-07T07:37:25.330 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:23.823918+0000 mgr.smithi032.jvdzvt (mgr.14636) 40 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 432 op/s 2023-09-07T07:37:25.330 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.257059+0000 mgr.smithi032.jvdzvt (mgr.14636) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi003.wnycqw 2023-09-07T07:37:25.330 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.257468+0000 mon.smithi032 (mon.1) 62 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.331 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.258074+0000 mon.smithi003 (mon.0) 819 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.331 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.261948+0000 mon.smithi003 (mon.0) 820 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]': finished 2023-09-07T07:37:25.331 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.263519+0000 mgr.smithi032.jvdzvt (mgr.14636) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi003.wnycqw-rgw 2023-09-07T07:37:25.331 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.263803+0000 mon.smithi032 (mon.1) 63 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw"}]: dispatch 2023-09-07T07:37:25.332 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.264297+0000 mon.smithi003 (mon.0) 821 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw"}]: dispatch 2023-09-07T07:37:25.332 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.268983+0000 mon.smithi003 (mon.0) 822 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw"}]': finished 2023-09-07T07:37:25.332 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.275780+0000 mon.smithi003 (mon.0) 823 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.332 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.277098+0000 mon.smithi032 (mon.1) 64 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-07T07:37:25.332 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.277879+0000 mgr.smithi032.jvdzvt (mgr.14636) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-07T07:37:25.333 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.308588+0000 mon.smithi032 (mon.1) 65 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:37:25.333 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.309130+0000 mon.smithi003 (mon.0) 824 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:37:25.333 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.314417+0000 mon.smithi003 (mon.0) 825 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:37:25.333 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.320951+0000 mgr.smithi032.jvdzvt (mgr.14636) 44 : cephadm [INF] Done migrating nfs.foo 2023-09-07T07:37:25.334 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.321032+0000 mgr.smithi032.jvdzvt (mgr.14636) 45 : cephadm [INF] Done migrating all NFS services 2023-09-07T07:37:25.334 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.325089+0000 mon.smithi003 (mon.0) 826 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.334 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.335706+0000 mon.smithi003 (mon.0) 827 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.334 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.346896+0000 mon.smithi003 (mon.0) 828 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.334 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.356777+0000 mon.smithi003 (mon.0) 829 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.335 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.371070+0000 mon.smithi003 (mon.0) 830 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.335 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.372509+0000 mgr.smithi032.jvdzvt (mgr.14636) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi003.wnycqw 2023-09-07T07:37:25.335 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.372847+0000 mon.smithi032 (mon.1) 66 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.335 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.373403+0000 mon.smithi003 (mon.0) 831 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.336 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.380074+0000 mon.smithi003 (mon.0) 832 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.336 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.382011+0000 mgr.smithi032.jvdzvt (mgr.14636) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:37:25.336 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.382394+0000 mon.smithi032 (mon.1) 67 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:25.336 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.382799+0000 mon.smithi003 (mon.0) 833 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:25.336 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.388944+0000 mon.smithi003 (mon.0) 834 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.389789+0000 mgr.smithi032.jvdzvt (mgr.14636) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi003.oykjxu 2023-09-07T07:37:25.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.390045+0000 mon.smithi032 (mon.1) 68 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:25.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.390349+0000 mon.smithi003 (mon.0) 835 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:25.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.395684+0000 mon.smithi003 (mon.0) 836 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:37:25.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.396645+0000 mgr.smithi032.jvdzvt (mgr.14636) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:37:25.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.396887+0000 mon.smithi032 (mon.1) 69 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:25.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.397197+0000 mon.smithi003 (mon.0) 837 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:25.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.402612+0000 mon.smithi003 (mon.0) 838 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:37:25.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.404312+0000 mon.smithi032 (mon.1) 70 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:25.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.459168+0000 mon.smithi032 (mon.1) 71 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:25.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.459589+0000 mon.smithi003 (mon.0) 839 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:25.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.463187+0000 mon.smithi003 (mon.0) 840 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:37:25.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.521243+0000 mon.smithi032 (mon.1) 72 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:25.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.521751+0000 mon.smithi003 (mon.0) 841 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:25.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.527024+0000 mon.smithi003 (mon.0) 842 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:37:25.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:24.536067+0000 mon.smithi032 (mon.1) 73 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:25.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:23.823918+0000 mgr.smithi032.jvdzvt (mgr.14636) 40 : cluster [DBG] pgmap v18: 129 pgs: 32 unknown, 97 active+clean; 340 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 5.0 MiB/s wr, 432 op/s 2023-09-07T07:37:25.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.257059+0000 mgr.smithi032.jvdzvt (mgr.14636) 41 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi003.wnycqw 2023-09-07T07:37:25.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.257468+0000 mon.smithi032 (mon.1) 62 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.258074+0000 mon.smithi003 (mon.0) 819 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.261948+0000 mon.smithi003 (mon.0) 820 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]': finished 2023-09-07T07:37:25.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.263519+0000 mgr.smithi032.jvdzvt (mgr.14636) 42 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi003.wnycqw-rgw 2023-09-07T07:37:25.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.263803+0000 mon.smithi032 (mon.1) 63 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw"}]: dispatch 2023-09-07T07:37:25.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.264297+0000 mon.smithi003 (mon.0) 821 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw"}]: dispatch 2023-09-07T07:37:25.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.268983+0000 mon.smithi003 (mon.0) 822 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw-rgw"}]': finished 2023-09-07T07:37:25.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.275780+0000 mon.smithi003 (mon.0) 823 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.277098+0000 mon.smithi032 (mon.1) 64 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-07T07:37:25.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.277879+0000 mgr.smithi032.jvdzvt (mgr.14636) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "nfs export apply", "cluster_id": "foo"}]: dispatch 2023-09-07T07:37:25.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.308588+0000 mon.smithi032 (mon.1) 65 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:37:25.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.309130+0000 mon.smithi003 (mon.0) 824 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-09-07T07:37:25.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.314417+0000 mon.smithi003 (mon.0) 825 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-09-07T07:37:25.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.320951+0000 mgr.smithi032.jvdzvt (mgr.14636) 44 : cephadm [INF] Done migrating nfs.foo 2023-09-07T07:37:25.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.321032+0000 mgr.smithi032.jvdzvt (mgr.14636) 45 : cephadm [INF] Done migrating all NFS services 2023-09-07T07:37:25.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.325089+0000 mon.smithi003 (mon.0) 826 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.335706+0000 mon.smithi003 (mon.0) 827 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.346896+0000 mon.smithi003 (mon.0) 828 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.356777+0000 mon.smithi003 (mon.0) 829 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.371070+0000 mon.smithi003 (mon.0) 830 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.372509+0000 mgr.smithi032.jvdzvt (mgr.14636) 46 : cephadm [INF] Fencing old nfs.foo.0.0.smithi003.wnycqw 2023-09-07T07:37:25.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.372847+0000 mon.smithi032 (mon.1) 66 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.373403+0000 mon.smithi003 (mon.0) 831 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi003.wnycqw"}]: dispatch 2023-09-07T07:37:25.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.380074+0000 mon.smithi003 (mon.0) 832 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.382011+0000 mgr.smithi032.jvdzvt (mgr.14636) 47 : cephadm [INF] Fencing old nfs.foo.1.0.smithi032.hhwlct 2023-09-07T07:37:25.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.382394+0000 mon.smithi032 (mon.1) 67 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:25.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.382799+0000 mon.smithi003 (mon.0) 833 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi032.hhwlct"}]: dispatch 2023-09-07T07:37:25.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.388944+0000 mon.smithi003 (mon.0) 834 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:25.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.389789+0000 mgr.smithi032.jvdzvt (mgr.14636) 48 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi003.oykjxu 2023-09-07T07:37:25.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.390045+0000 mon.smithi032 (mon.1) 68 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:25.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.390349+0000 mon.smithi003 (mon.0) 835 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:25.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.395684+0000 mon.smithi003 (mon.0) 836 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:37:25.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.396645+0000 mgr.smithi032.jvdzvt (mgr.14636) 49 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:37:25.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.396887+0000 mon.smithi032 (mon.1) 69 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:25.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.397197+0000 mon.smithi003 (mon.0) 837 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:25.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.402612+0000 mon.smithi003 (mon.0) 838 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:37:25.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.404312+0000 mon.smithi032 (mon.1) 70 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:25.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.459168+0000 mon.smithi032 (mon.1) 71 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:25.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.459589+0000 mon.smithi003 (mon.0) 839 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:25.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.463187+0000 mon.smithi003 (mon.0) 840 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:37:25.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.521243+0000 mon.smithi032 (mon.1) 72 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:25.412 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.521751+0000 mon.smithi003 (mon.0) 841 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:25.412 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.527024+0000 mon.smithi003 (mon.0) 842 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:37:25.412 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:24.536067+0000 mon.smithi032 (mon.1) 73 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:25.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 19.27 MB/sec warmup 105 sec latency 4256.087 ms 2023-09-07T07:37:26.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.520732+0000 mgr.smithi032.jvdzvt (mgr.14636) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:37:26.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.520837+0000 mgr.smithi032.jvdzvt (mgr.14636) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi003.oykjxu-rgw 2023-09-07T07:37:26.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.528695+0000 mgr.smithi032.jvdzvt (mgr.14636) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi003.oykjxu's ganesha conf is defaulting to empty 2023-09-07T07:37:26.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:24.537607+0000 mgr.smithi032.jvdzvt (mgr.14636) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi003.oykjxu on smithi003 2023-09-07T07:37:26.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.520732+0000 mgr.smithi032.jvdzvt (mgr.14636) 50 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:37:26.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.520837+0000 mgr.smithi032.jvdzvt (mgr.14636) 51 : cephadm [INF] Creating key for client.nfs.foo.0.1.smithi003.oykjxu-rgw 2023-09-07T07:37:26.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.528695+0000 mgr.smithi032.jvdzvt (mgr.14636) 52 : cephadm [WRN] Bind address in nfs.foo.0.1.smithi003.oykjxu's ganesha conf is defaulting to empty 2023-09-07T07:37:26.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:24.537607+0000 mgr.smithi032.jvdzvt (mgr.14636) 53 : cephadm [INF] Deploying daemon nfs.foo.0.1.smithi003.oykjxu on smithi003 2023-09-07T07:37:26.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 19.08 MB/sec warmup 106 sec latency 5256.199 ms 2023-09-07T07:37:27.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:25.824781+0000 mgr.smithi032.jvdzvt (mgr.14636) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 7.1 MiB/s wr, 673 op/s 2023-09-07T07:37:27.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:25.961700+0000 mon.smithi003 (mon.0) 843 : cluster [DBG] mgrmap e27: smithi032.jvdzvt(active, since 22s), standbys: smithi003.oqouau 2023-09-07T07:37:27.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.523101+0000 mon.smithi003 (mon.0) 844 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:27.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.529912+0000 mon.smithi003 (mon.0) 845 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:27.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.559789+0000 mon.smithi003 (mon.0) 846 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:27.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.561294+0000 mon.smithi032 (mon.1) 74 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:27.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.561565+0000 mon.smithi003 (mon.0) 847 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:27.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.564454+0000 mon.smithi003 (mon.0) 848 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:37:27.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.565837+0000 mon.smithi032 (mon.1) 75 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:27.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.566122+0000 mon.smithi003 (mon.0) 849 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:27.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.569079+0000 mon.smithi003 (mon.0) 850 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:37:27.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:26.570770+0000 mon.smithi032 (mon.1) 76 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:25.824781+0000 mgr.smithi032.jvdzvt (mgr.14636) 54 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 7.1 MiB/s wr, 673 op/s 2023-09-07T07:37:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:25.961700+0000 mon.smithi003 (mon.0) 843 : cluster [DBG] mgrmap e27: smithi032.jvdzvt(active, since 22s), standbys: smithi003.oqouau 2023-09-07T07:37:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.523101+0000 mon.smithi003 (mon.0) 844 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:27.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.529912+0000 mon.smithi003 (mon.0) 845 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:27.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.559789+0000 mon.smithi003 (mon.0) 846 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:27.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.561294+0000 mon.smithi032 (mon.1) 74 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:27.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.561565+0000 mon.smithi003 (mon.0) 847 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:37:27.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.564454+0000 mon.smithi003 (mon.0) 848 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-07T07:37:27.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.565837+0000 mon.smithi032 (mon.1) 75 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:27.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.566122+0000 mon.smithi003 (mon.0) 849 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:37:27.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.569079+0000 mon.smithi003 (mon.0) 850 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:37:27.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:26.570770+0000 mon.smithi032 (mon.1) 76 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:27.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 18.90 MB/sec warmup 107 sec latency 6256.320 ms 2023-09-07T07:37:28.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:26.561004+0000 mgr.smithi032.jvdzvt (mgr.14636) 55 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi032.bpyvwy 2023-09-07T07:37:28.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:26.565512+0000 mgr.smithi032.jvdzvt (mgr.14636) 56 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:37:28.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:26.561004+0000 mgr.smithi032.jvdzvt (mgr.14636) 55 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi032.bpyvwy 2023-09-07T07:37:28.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:26.565512+0000 mgr.smithi032.jvdzvt (mgr.14636) 56 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:37:28.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 18.73 MB/sec warmup 108 sec latency 7256.368 ms 2023-09-07T07:37:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:27.825342+0000 mgr.smithi032.jvdzvt (mgr.14636) 57 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.6 MiB/s wr, 183 op/s 2023-09-07T07:37:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:27.825342+0000 mgr.smithi032.jvdzvt (mgr.14636) 57 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 1.6 MiB/s wr, 183 op/s 2023-09-07T07:37:29.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 18.56 MB/sec warmup 109 sec latency 8256.421 ms 2023-09-07T07:37:30.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.492500+0000 mon.smithi032 (mon.1) 77 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:30.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.492954+0000 mon.smithi003 (mon.0) 851 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:30.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.497123+0000 mon.smithi003 (mon.0) 852 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:37:30.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:29.504711+0000 mds.foofs.smithi003.bgejfh (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.3:0/1117849030) 2023-09-07T07:37:30.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.505140+0000 mon.smithi003 (mon.0) 853 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/1117849030"}]: dispatch 2023-09-07T07:37:30.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:29.508171+0000 mds.foofs.smithi003.bgejfh (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14714 172.21.15.3:0/2398046970) 2023-09-07T07:37:30.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:29.558155+0000 mgr.smithi032.jvdzvt (mgr.14636) 58 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:37:30.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:29.558277+0000 mgr.smithi032.jvdzvt (mgr.14636) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi032.bpyvwy-rgw 2023-09-07T07:37:30.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.558736+0000 mon.smithi032 (mon.1) 78 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:30.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.559361+0000 mon.smithi003 (mon.0) 854 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:30.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.563753+0000 mon.smithi003 (mon.0) 855 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:37:30.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:29.564683+0000 mgr.smithi032.jvdzvt (mgr.14636) 60 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi032.bpyvwy's ganesha conf is defaulting to empty 2023-09-07T07:37:30.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:29.565351+0000 mon.smithi032 (mon.1) 79 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:30.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:29.566693+0000 mgr.smithi032.jvdzvt (mgr.14636) 61 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 2023-09-07T07:37:30.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:29.825777+0000 mgr.smithi032.jvdzvt (mgr.14636) 62 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 1.4 MiB/s wr, 163 op/s 2023-09-07T07:37:30.732 INFO:teuthology.orchestra.run.smithi003.stdout: 5 71936 18.39 MB/sec warmup 110 sec latency 9256.515 ms 2023-09-07T07:37:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.492500+0000 mon.smithi032 (mon.1) 77 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.492954+0000 mon.smithi003 (mon.0) 851 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:37:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.497123+0000 mon.smithi003 (mon.0) 852 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:37:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:29.504711+0000 mds.foofs.smithi003.bgejfh (mds.0) 1 : cluster [INF] Evicting (and blocklisting) client session 14540 (172.21.15.3:0/1117849030) 2023-09-07T07:37:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.505140+0000 mon.smithi003 (mon.0) 853 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/1117849030"}]: dispatch 2023-09-07T07:37:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:29.508171+0000 mds.foofs.smithi003.bgejfh (mds.0) 2 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.0-0001' denied (client.14714 172.21.15.3:0/2398046970) 2023-09-07T07:37:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:29.558155+0000 mgr.smithi032.jvdzvt (mgr.14636) 58 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-09-07T07:37:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:29.558277+0000 mgr.smithi032.jvdzvt (mgr.14636) 59 : cephadm [INF] Creating key for client.nfs.foo.1.1.smithi032.bpyvwy-rgw 2023-09-07T07:37:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.558736+0000 mon.smithi032 (mon.1) 78 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.559361+0000 mon.smithi003 (mon.0) 854 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:37:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.563753+0000 mon.smithi003 (mon.0) 855 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-07T07:37:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:29.564683+0000 mgr.smithi032.jvdzvt (mgr.14636) 60 : cephadm [WRN] Bind address in nfs.foo.1.1.smithi032.bpyvwy's ganesha conf is defaulting to empty 2023-09-07T07:37:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:29.565351+0000 mon.smithi032 (mon.1) 79 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:29.566693+0000 mgr.smithi032.jvdzvt (mgr.14636) 61 : cephadm [INF] Deploying daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 2023-09-07T07:37:30.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:29.825777+0000 mgr.smithi032.jvdzvt (mgr.14636) 62 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 321 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 1.4 MiB/s wr, 163 op/s 2023-09-07T07:37:31.347 INFO:teuthology.orchestra.run.smithi003.stdout:[71865] open ./clients/client0/~dmtmp/PWRPNT/PPTC241.TMP failed for handle 12532 (Stale file handle) 2023-09-07T07:37:31.347 INFO:teuthology.orchestra.run.smithi003.stdout:(71866) ERROR: handle 12532 was not found 2023-09-07T07:37:31.347 INFO:teuthology.orchestra.run.smithi003.stdout:[72149] open ./clients/client3/~dmtmp/WORD/~WRD3497.TMP failed for handle 12589 (Stale file handle) 2023-09-07T07:37:31.348 INFO:teuthology.orchestra.run.smithi003.stdout:[71782] open ./clients/client1/~dmtmp/PWRPNT/PPTC112.TMP failed for handle 12516 (Stale file handle) 2023-09-07T07:37:31.348 INFO:teuthology.orchestra.run.smithi003.stdout:(71783) ERROR: handle 12516 was not found 2023-09-07T07:37:31.348 INFO:teuthology.orchestra.run.smithi003.stdout:Child failed with status 1 2023-09-07T07:37:31.348 INFO:teuthology.orchestra.run.smithi003.stdout:[72115] open ./clients/client4/~dmtmp/WORD/~WRD0003.TMP failed for handle 12582 (Stale file handle) 2023-09-07T07:37:31.349 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-09-07T07:37:31.414 DEBUG:teuthology.orchestra.run.smithi003:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-09-07T07:37:31.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:30.503349+0000 mon.smithi003 (mon.0) 856 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/1117849030"}]': finished 2023-09-07T07:37:31.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:30.503428+0000 mon.smithi003 (mon.0) 857 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-09-07T07:37:31.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:31.367643+0000 mon.smithi003 (mon.0) 858 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:31.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:31.373621+0000 mon.smithi003 (mon.0) 859 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:31.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:31.393898+0000 mon.smithi003 (mon.0) 860 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:31.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:31.399176+0000 mon.smithi003 (mon.0) 861 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:30.503349+0000 mon.smithi003 (mon.0) 856 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.3:0/1117849030"}]': finished 2023-09-07T07:37:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:30.503428+0000 mon.smithi003 (mon.0) 857 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2023-09-07T07:37:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:31.367643+0000 mon.smithi003 (mon.0) 858 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:31.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:31.373621+0000 mon.smithi003 (mon.0) 859 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:31.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:31.393898+0000 mon.smithi003 (mon.0) 860 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:31.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:31 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:31.399176+0000 mon.smithi003 (mon.0) 861 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:32.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:31.528977+0000 mon.smithi032 (mon.1) 80 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:32.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:31.826166+0000 mgr.smithi032.jvdzvt (mgr.14636) 63 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 1.3 MiB/s wr, 150 op/s 2023-09-07T07:37:32.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:31.528977+0000 mon.smithi032 (mon.1) 80 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:37:32.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:31.826166+0000 mgr.smithi032.jvdzvt (mgr.14636) 63 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.5 KiB/s rd, 1.3 MiB/s wr, 150 op/s 2023-09-07T07:37:34.488 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:37:35.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:33.826535+0000 mgr.smithi032.jvdzvt (mgr.14636) 64 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 1.3 MiB/s wr, 148 op/s 2023-09-07T07:37:35.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:33.994468+0000 mon.smithi032 (mon.1) 81 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:35.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:33.997946+0000 mon.smithi003 (mon.0) 862 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:35.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:34.655459+0000 mon.smithi003 (mon.0) 863 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:35.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:34.661366+0000 mon.smithi003 (mon.0) 864 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:33.826535+0000 mgr.smithi032.jvdzvt (mgr.14636) 64 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 317 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 7.4 KiB/s rd, 1.3 MiB/s wr, 148 op/s 2023-09-07T07:37:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:33.994468+0000 mon.smithi032 (mon.1) 81 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:33.997946+0000 mon.smithi003 (mon.0) 862 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:34.655459+0000 mon.smithi003 (mon.0) 863 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:34.661366+0000 mon.smithi003 (mon.0) 864 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.558473+0000 mon.smithi003 (mon.0) 865 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.567552+0000 mon.smithi003 (mon.0) 866 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.569917+0000 mon.smithi032 (mon.1) 82 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.571040+0000 mon.smithi032 (mon.1) 83 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:37:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.576241+0000 mon.smithi003 (mon.0) 867 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.586715+0000 mon.smithi003 (mon.0) 868 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.721740+0000 mon.smithi003 (mon.0) 869 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.725912+0000 mon.smithi003 (mon.0) 870 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.729854+0000 mon.smithi003 (mon.0) 871 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:35.733446+0000 mon.smithi003 (mon.0) 872 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:35.734450+0000 mgr.smithi032.jvdzvt (mgr.14636) 65 : cephadm [INF] Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-09-07T07:37:36.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:37:35.743050+0000 mgr.smithi032.jvdzvt (mgr.14636) 66 : cephadm [INF] Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-09-07T07:37:36.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:35.827264+0000 mgr.smithi032.jvdzvt (mgr.14636) 67 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 33 KiB/s wr, 11 op/s 2023-09-07T07:37:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.558473+0000 mon.smithi003 (mon.0) 865 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.567552+0000 mon.smithi003 (mon.0) 866 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.569917+0000 mon.smithi032 (mon.1) 82 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:37:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.571040+0000 mon.smithi032 (mon.1) 83 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:37:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.576241+0000 mon.smithi003 (mon.0) 867 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.586715+0000 mon.smithi003 (mon.0) 868 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.721740+0000 mon.smithi003 (mon.0) 869 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.725912+0000 mon.smithi003 (mon.0) 870 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.729854+0000 mon.smithi003 (mon.0) 871 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:35.733446+0000 mon.smithi003 (mon.0) 872 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:37:36.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:35.734450+0000 mgr.smithi032.jvdzvt (mgr.14636) 65 : cephadm [INF] Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-09-07T07:37:36.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:37:35.743050+0000 mgr.smithi032.jvdzvt (mgr.14636) 66 : cephadm [INF] Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-09-07T07:37:36.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:35.827264+0000 mgr.smithi032.jvdzvt (mgr.14636) 67 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 33 KiB/s wr, 11 op/s 2023-09-07T07:37:38.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:37.352982+0000 mon.smithi003 (mon.0) 873 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.32:0/1513150616"}]: dispatch 2023-09-07T07:37:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:37.352982+0000 mon.smithi003 (mon.0) 873 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.32:0/1513150616"}]: dispatch 2023-09-07T07:37:38.441 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:37:39.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:37.352720+0000 mds.foofs.smithi003.bgejfh (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14564 (172.21.15.32:0/1513150616) 2023-09-07T07:37:39.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:37.356485+0000 mds.foofs.smithi003.bgejfh (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.14732 172.21.15.32:0/809355963) 2023-09-07T07:37:39.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:37.737642+0000 mon.smithi003 (mon.0) 874 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.32:0/1513150616"}]': finished 2023-09-07T07:37:39.091 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:37.737727+0000 mon.smithi003 (mon.0) 875 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-09-07T07:37:39.091 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:37.827778+0000 mgr.smithi032.jvdzvt (mgr.14636) 68 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 41 KiB/s wr, 14 op/s 2023-09-07T07:37:39.091 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:38.427270+0000 mgr.smithi032.jvdzvt (mgr.14636) 69 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:39.146 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:37:39.147 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (4m) - 5m 22.3M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:37:39.147 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (5m) - 5m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:37:39.147 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (5m) - 5m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:37:39.147 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (4m) - 5m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:37:39.147 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (2m) - 2m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:37:39.148 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (2m) - 2m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:37:39.148 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (6m) - 6m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:37:39.148 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (45s) - 5m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:37:39.148 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (6m) - 6m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:37:39.148 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (5m) - 5m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:37:39.149 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (13s) - 12s 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:37:39.149 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (8s) - 7s 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:37:39.149 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (5m) - 5m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:37:39.149 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (5m) - 5m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:37:39.149 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (4m) - 4m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:37:39.149 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (4m) - 4m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:37:39.150 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (4m) - 4m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:37:39.150 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (3m) - 3m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:37:39.150 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (3m) - 3m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:37:39.150 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (3m) - 3m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:37:39.150 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (3m) - 3m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:37:39.151 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (3m) - 3m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:37:39.151 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (4m) - 5m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:37:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:37.352720+0000 mds.foofs.smithi003.bgejfh (mds.0) 3 : cluster [INF] Evicting (and blocklisting) client session 14564 (172.21.15.32:0/1513150616) 2023-09-07T07:37:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:37.356485+0000 mds.foofs.smithi003.bgejfh (mds.0) 4 : cluster [WRN] client session with duplicated session uuid 'ganesha-nfs.foo.1-0001' denied (client.14732 172.21.15.32:0/809355963) 2023-09-07T07:37:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:37.737642+0000 mon.smithi003 (mon.0) 874 : audit [INF] from='mds.? [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006]' entity='mds.foofs.smithi003.bgejfh' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.32:0/1513150616"}]': finished 2023-09-07T07:37:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:37.737727+0000 mon.smithi003 (mon.0) 875 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2023-09-07T07:37:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:37.827778+0000 mgr.smithi032.jvdzvt (mgr.14636) 68 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 41 KiB/s wr, 14 op/s 2023-09-07T07:37:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:38.427270+0000 mgr.smithi032.jvdzvt (mgr.14636) 69 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:39.535 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:37:39.571 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:37:39.572 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:37:39.572 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:37:39.572 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:39.572 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:37:39.572 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:37:39.572 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:37:39.573 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:39.573 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:37:39.573 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:37:39.573 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:39.573 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:37:39.574 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:37:39.574 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:37:39.574 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:37:39.574 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:37:39.574 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:37:39.574 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:37:39.575 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:37:39.927 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:37:39.928 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:37:39.928 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:37:39.928 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:37:39.928 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:37:39.929 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:37:39.929 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:37:39.929 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:37:39.929 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:37:40.043 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:38.774451+0000 mgr.smithi032.jvdzvt (mgr.14636) 70 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:40.043 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:39.135826+0000 mgr.smithi032.jvdzvt (mgr.14636) 71 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:40.044 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:39.571418+0000 mon.smithi003 (mon.0) 876 : audit [DBG] from='client.? 172.21.15.3:0/3005719196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:37:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:38.774451+0000 mgr.smithi032.jvdzvt (mgr.14636) 70 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:39.135826+0000 mgr.smithi032.jvdzvt (mgr.14636) 71 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:39.571418+0000 mon.smithi003 (mon.0) 876 : audit [DBG] from='client.? 172.21.15.3:0/3005719196' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:37:40.359 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:37:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:39.828148+0000 mgr.smithi032.jvdzvt (mgr.14636) 72 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 11 KiB/s wr, 8 op/s 2023-09-07T07:37:41.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:39.927366+0000 mgr.smithi032.jvdzvt (mgr.14636) 73 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:41.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:40.358132+0000 mon.smithi003 (mon.0) 877 : audit [DBG] from='client.? 172.21.15.3:0/2976884864' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:37:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:39.828148+0000 mgr.smithi032.jvdzvt (mgr.14636) 72 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 11 KiB/s wr, 8 op/s 2023-09-07T07:37:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:39.927366+0000 mgr.smithi032.jvdzvt (mgr.14636) 73 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:37:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:40.358132+0000 mon.smithi003 (mon.0) 877 : audit [DBG] from='client.? 172.21.15.3:0/2976884864' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:37:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:41.828879+0000 mgr.smithi032.jvdzvt (mgr.14636) 74 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-09-07T07:37:43.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:41.828879+0000 mgr.smithi032.jvdzvt (mgr.14636) 74 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-09-07T07:37:44.593 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:37:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:43.829286+0000 mgr.smithi032.jvdzvt (mgr.14636) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-09-07T07:37:45.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:43.829286+0000 mgr.smithi032.jvdzvt (mgr.14636) 75 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 11 KiB/s wr, 9 op/s 2023-09-07T07:37:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:45.830066+0000 mgr.smithi032.jvdzvt (mgr.14636) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-09-07T07:37:47.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:45.830066+0000 mgr.smithi032.jvdzvt (mgr.14636) 76 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-09-07T07:37:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:47.830705+0000 mgr.smithi032.jvdzvt (mgr.14636) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-09-07T07:37:49.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:47.830705+0000 mgr.smithi032.jvdzvt (mgr.14636) 77 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 3.7 KiB/s wr, 1 op/s 2023-09-07T07:37:49.628 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:37:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:37:48.994805+0000 mon.smithi032 (mon.1) 84 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:50.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:37:48.994805+0000 mon.smithi032 (mon.1) 84 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:37:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:49.831135+0000 mgr.smithi032.jvdzvt (mgr.14636) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-09-07T07:37:51.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:49.831135+0000 mgr.smithi032.jvdzvt (mgr.14636) 78 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.1 KiB/s wr, 1 op/s 2023-09-07T07:37:53.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:51.832013+0000 mgr.smithi032.jvdzvt (mgr.14636) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-09-07T07:37:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:51.832013+0000 mgr.smithi032.jvdzvt (mgr.14636) 79 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 3.2 KiB/s wr, 1 op/s 2023-09-07T07:37:54.662 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:37:55.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:53.832537+0000 mgr.smithi032.jvdzvt (mgr.14636) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-09-07T07:37:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:53.832537+0000 mgr.smithi032.jvdzvt (mgr.14636) 80 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-09-07T07:37:57.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:55.833279+0000 mgr.smithi032.jvdzvt (mgr.14636) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-09-07T07:37:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:55.833279+0000 mgr.smithi032.jvdzvt (mgr.14636) 81 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 2.3 KiB/s wr, 1 op/s 2023-09-07T07:37:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:37:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:57.833723+0000 mgr.smithi032.jvdzvt (mgr.14636) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:37:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:37:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:57.833723+0000 mgr.smithi032.jvdzvt (mgr.14636) 82 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:37:59.707 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:37:59.834328+0000 mgr.smithi032.jvdzvt (mgr.14636) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:37:59.834328+0000 mgr.smithi032.jvdzvt (mgr.14636) 83 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:03.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:01.835065+0000 mgr.smithi032.jvdzvt (mgr.14636) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:03.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:01.835065+0000 mgr.smithi032.jvdzvt (mgr.14636) 84 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:04.744 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:03.835574+0000 mgr.smithi032.jvdzvt (mgr.14636) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:03.997612+0000 mon.smithi032 (mon.1) 85 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:03.835574+0000 mgr.smithi032.jvdzvt (mgr.14636) 85 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:03.997612+0000 mon.smithi032 (mon.1) 85 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:05.836310+0000 mgr.smithi032.jvdzvt (mgr.14636) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:05.836310+0000 mgr.smithi032.jvdzvt (mgr.14636) 86 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:09.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:07.836904+0000 mgr.smithi032.jvdzvt (mgr.14636) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:09.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:07.836904+0000 mgr.smithi032.jvdzvt (mgr.14636) 87 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:09.781 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:10.734 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:38:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:09.837427+0000 mgr.smithi032.jvdzvt (mgr.14636) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:09.837427+0000 mgr.smithi032.jvdzvt (mgr.14636) 88 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:11.416 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:38:11.416 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (5m) - 6m 22.3M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:38:11.416 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (6m) - 6m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:38:11.417 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (5m) - 5m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:38:11.417 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (5m) - 6m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:38:11.417 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (2m) - 2m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:38:11.417 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (2m) - 2m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:38:11.417 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (7m) - 7m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:38:11.418 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (78s) - 5m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:38:11.418 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (7m) - 7m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:38:11.418 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (5m) - 5m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:38:11.418 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (45s) - 44s 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:38:11.418 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (40s) - 40s 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:38:11.421 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (6m) - 6m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:38:11.421 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (5m) - 5m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:38:11.421 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (5m) - 5m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:38:11.421 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (5m) - 5m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:38:11.422 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (4m) - 4m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:38:11.422 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (4m) - 4m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:38:11.422 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (4m) - 4m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:38:11.422 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (4m) - 4m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:38:11.422 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (3m) - 3m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:38:11.423 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (3m) - 3m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:38:11.423 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (5m) - 5m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:38:11.829 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:38:11.830 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:38:11.830 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:38:11.830 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:11.830 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:38:11.831 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:38:11.831 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:38:11.831 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:11.831 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:38:11.831 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:38:11.831 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:11.832 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:38:11.832 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:38:11.832 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:11.832 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:38:11.832 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:38:11.833 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:38:11.833 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:38:11.833 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:38:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:10.718806+0000 mgr.smithi032.jvdzvt (mgr.14636) 89 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:11.068258+0000 mgr.smithi032.jvdzvt (mgr.14636) 90 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:11.405634+0000 mgr.smithi032.jvdzvt (mgr.14636) 91 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:10.718806+0000 mgr.smithi032.jvdzvt (mgr.14636) 89 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:11.068258+0000 mgr.smithi032.jvdzvt (mgr.14636) 90 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:11.405634+0000 mgr.smithi032.jvdzvt (mgr.14636) 91 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:12.181 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:38:12.182 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:38:12.182 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:38:12.182 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:38:12.182 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:38:12.182 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:38:12.183 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:38:12.183 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:38:12.183 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:38:12.597 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:38:12.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:11.829529+0000 mon.smithi003 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.3:0/4030079057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:38:12.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:11.838128+0000 mgr.smithi032.jvdzvt (mgr.14636) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:12.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:12.180429+0000 mgr.smithi032.jvdzvt (mgr.14636) 93 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:11.829529+0000 mon.smithi003 (mon.0) 878 : audit [DBG] from='client.? 172.21.15.3:0/4030079057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:38:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:11.838128+0000 mgr.smithi032.jvdzvt (mgr.14636) 92 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:12.180429+0000 mgr.smithi032.jvdzvt (mgr.14636) 93 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:12.597469+0000 mon.smithi003 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.3:0/3333089463' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:38:13.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:12.597469+0000 mon.smithi003 (mon.0) 879 : audit [DBG] from='client.? 172.21.15.3:0/3333089463' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:38:14.817 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:13.838592+0000 mgr.smithi032.jvdzvt (mgr.14636) 94 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:14.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:13.838592+0000 mgr.smithi032.jvdzvt (mgr.14636) 94 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:15.839417+0000 mgr.smithi032.jvdzvt (mgr.14636) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:15.839417+0000 mgr.smithi032.jvdzvt (mgr.14636) 95 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:19.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:17.839906+0000 mgr.smithi032.jvdzvt (mgr.14636) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:19.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:17.839906+0000 mgr.smithi032.jvdzvt (mgr.14636) 96 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:19.853 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:18.997991+0000 mon.smithi032 (mon.1) 86 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:18.997991+0000 mon.smithi032 (mon.1) 86 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:21.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:19.840518+0000 mgr.smithi032.jvdzvt (mgr.14636) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:21.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:19.840518+0000 mgr.smithi032.jvdzvt (mgr.14636) 97 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:23.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:21.841266+0000 mgr.smithi032.jvdzvt (mgr.14636) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:21.841266+0000 mgr.smithi032.jvdzvt (mgr.14636) 98 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:24.894 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:25.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:23.841741+0000 mgr.smithi032.jvdzvt (mgr.14636) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:23.841741+0000 mgr.smithi032.jvdzvt (mgr.14636) 99 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:25.842737+0000 mgr.smithi032.jvdzvt (mgr.14636) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:25.842737+0000 mgr.smithi032.jvdzvt (mgr.14636) 100 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:29.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:27.843099+0000 mgr.smithi032.jvdzvt (mgr.14636) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:38:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:27.843099+0000 mgr.smithi032.jvdzvt (mgr.14636) 101 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:38:29.934 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:29.843610+0000 mgr.smithi032.jvdzvt (mgr.14636) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:38:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:29.843610+0000 mgr.smithi032.jvdzvt (mgr.14636) 102 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:38:33.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:31.844296+0000 mgr.smithi032.jvdzvt (mgr.14636) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:33.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:31.844296+0000 mgr.smithi032.jvdzvt (mgr.14636) 103 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:34.973 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:33.844842+0000 mgr.smithi032.jvdzvt (mgr.14636) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:38:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:33.998303+0000 mon.smithi032 (mon.1) 87 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:33.844842+0000 mgr.smithi032.jvdzvt (mgr.14636) 104 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-09-07T07:38:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:33.998303+0000 mon.smithi032 (mon.1) 87 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:36.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:34.911911+0000 mon.smithi003 (mon.0) 880 : cluster [DBG] mgrmap e28: smithi032.jvdzvt(active, since 91s), standbys: smithi003.oqouau 2023-09-07T07:38:36.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:34.911911+0000 mon.smithi003 (mon.0) 880 : cluster [DBG] mgrmap e28: smithi032.jvdzvt(active, since 91s), standbys: smithi003.oqouau 2023-09-07T07:38:37.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:35.845645+0000 mgr.smithi032.jvdzvt (mgr.14636) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:35.845645+0000 mgr.smithi032.jvdzvt (mgr.14636) 105 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:37.846029+0000 mgr.smithi032.jvdzvt (mgr.14636) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:37.846029+0000 mgr.smithi032.jvdzvt (mgr.14636) 106 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:40.011 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:39.846706+0000 mgr.smithi032.jvdzvt (mgr.14636) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:39.846706+0000 mgr.smithi032.jvdzvt (mgr.14636) 107 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:42.965 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:38:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:41.847555+0000 mgr.smithi032.jvdzvt (mgr.14636) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:43.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:41.847555+0000 mgr.smithi032.jvdzvt (mgr.14636) 108 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:43.649 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:38:43.649 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (5m) - 6m 22.3M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:38:43.649 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (6m) - 6m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:38:43.650 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (6m) - 6m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:38:43.650 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (5m) - 6m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:38:43.650 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (3m) - 3m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:38:43.650 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (3m) - 3m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:38:43.650 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (7m) - 7m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:38:43.651 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (110s) - 6m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:38:43.651 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (7m) - 8m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:38:43.651 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (6m) - 6m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:38:43.651 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (77s) - 77s 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:38:43.651 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (72s) - 72s 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:38:43.652 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (6m) - 6m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:38:43.652 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (6m) - 6m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:38:43.652 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (5m) - 5m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:38:43.652 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (5m) - 5m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:38:43.652 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (5m) - 5m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:38:43.653 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (5m) - 5m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:38:43.653 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (4m) - 4m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:38:43.653 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (4m) - 4m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:38:43.653 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (4m) - 4m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:38:43.653 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (4m) - 4m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:38:43.653 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (5m) - 6m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:38:44.062 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:38:44.063 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:38:44.063 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:38:44.063 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:44.063 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:38:44.064 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:38:44.064 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:38:44.064 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:44.064 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:38:44.064 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:38:44.065 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:44.065 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:38:44.065 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:38:44.065 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:38:44.065 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:38:44.066 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:38:44.066 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:38:44.066 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:38:44.066 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:38:44.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:42.951247+0000 mgr.smithi032.jvdzvt (mgr.14636) 109 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:44.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:43.301534+0000 mgr.smithi032.jvdzvt (mgr.14636) 110 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:44.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:42.951247+0000 mgr.smithi032.jvdzvt (mgr.14636) 109 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:44.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:43.301534+0000 mgr.smithi032.jvdzvt (mgr.14636) 110 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:44.413 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:38:44.414 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:38:44.414 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:38:44.414 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:38:44.414 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:38:44.414 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:38:44.415 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:38:44.415 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:38:44.415 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:38:44.823 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:38:45.052 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:45.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:43.638667+0000 mgr.smithi032.jvdzvt (mgr.14636) 111 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:45.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:43.847954+0000 mgr.smithi032.jvdzvt (mgr.14636) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:45.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:44.062708+0000 mon.smithi003 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.3:0/1625876740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:38:45.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:44.413208+0000 mgr.smithi032.jvdzvt (mgr.14636) 113 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:45.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:44.823111+0000 mon.smithi003 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.3:0/3470793844' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:38:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:43.638667+0000 mgr.smithi032.jvdzvt (mgr.14636) 111 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:43.847954+0000 mgr.smithi032.jvdzvt (mgr.14636) 112 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-09-07T07:38:45.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:44.062708+0000 mon.smithi003 (mon.0) 881 : audit [DBG] from='client.? 172.21.15.3:0/1625876740' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:38:45.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:44.413208+0000 mgr.smithi032.jvdzvt (mgr.14636) 113 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:38:45.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:44.823111+0000 mon.smithi003 (mon.0) 882 : audit [DBG] from='client.? 172.21.15.3:0/3470793844' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:38:47.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:45.848695+0000 mgr.smithi032.jvdzvt (mgr.14636) 114 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:45.848695+0000 mgr.smithi032.jvdzvt (mgr.14636) 114 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2023-09-07T07:38:49.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:47.849105+0000 mgr.smithi032.jvdzvt (mgr.14636) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:47.849105+0000 mgr.smithi032.jvdzvt (mgr.14636) 115 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:50.087 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:50.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:38:48.998809+0000 mon.smithi032 (mon.1) 88 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:38:48.998809+0000 mon.smithi032 (mon.1) 88 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:38:51.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:49.849785+0000 mgr.smithi032.jvdzvt (mgr.14636) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:51.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:49.849785+0000 mgr.smithi032.jvdzvt (mgr.14636) 116 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:53.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:51.850399+0000 mgr.smithi032.jvdzvt (mgr.14636) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:51.850399+0000 mgr.smithi032.jvdzvt (mgr.14636) 117 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:55.138 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:38:55.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:53.850817+0000 mgr.smithi032.jvdzvt (mgr.14636) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:53.850817+0000 mgr.smithi032.jvdzvt (mgr.14636) 118 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:57.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:55.851658+0000 mgr.smithi032.jvdzvt (mgr.14636) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:55.851658+0000 mgr.smithi032.jvdzvt (mgr.14636) 119 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:38:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:38:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:57.852207+0000 mgr.smithi032.jvdzvt (mgr.14636) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:38:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:38:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:57.852207+0000 mgr.smithi032.jvdzvt (mgr.14636) 120 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:00.179 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:38:59.852743+0000 mgr.smithi032.jvdzvt (mgr.14636) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:38:59.852743+0000 mgr.smithi032.jvdzvt (mgr.14636) 121 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:03.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:01.853361+0000 mgr.smithi032.jvdzvt (mgr.14636) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:01.853361+0000 mgr.smithi032.jvdzvt (mgr.14636) 122 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:03.853901+0000 mgr.smithi032.jvdzvt (mgr.14636) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:04.003420+0000 mon.smithi032 (mon.1) 89 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:05.228 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:03.853901+0000 mgr.smithi032.jvdzvt (mgr.14636) 123 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:04.003420+0000 mon.smithi032 (mon.1) 89 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:05.854664+0000 mgr.smithi032.jvdzvt (mgr.14636) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:05.854664+0000 mgr.smithi032.jvdzvt (mgr.14636) 124 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:07.855063+0000 mgr.smithi032.jvdzvt (mgr.14636) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:07.855063+0000 mgr.smithi032.jvdzvt (mgr.14636) 125 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:10.263 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:09.855647+0000 mgr.smithi032.jvdzvt (mgr.14636) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:09.855647+0000 mgr.smithi032.jvdzvt (mgr.14636) 126 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:13.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:11.856309+0000 mgr.smithi032.jvdzvt (mgr.14636) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:11.856309+0000 mgr.smithi032.jvdzvt (mgr.14636) 127 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:15.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:13.856898+0000 mgr.smithi032.jvdzvt (mgr.14636) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:15.199 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:39:15.294 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:13.856898+0000 mgr.smithi032.jvdzvt (mgr.14636) 128 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:15.879 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:39:15.879 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (6m) - 7m 22.3M - 0.20.0 0881eb8f169f 1dc190b28fe7 2023-09-07T07:39:15.879 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (7m) - 7m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:39:15.879 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (6m) - 6m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:39:15.880 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (6m) - 7m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:39:15.880 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (3m) - 3m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:39:15.880 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (3m) - 3m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:39:15.880 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (8m) - 8m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:39:15.880 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (2m) - 6m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:39:15.881 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (8m) - 8m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:39:15.881 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (6m) - 6m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:39:15.881 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (109s) - 109s 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:39:15.881 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (104s) - 104s 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:39:15.881 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (7m) - 7m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:39:15.882 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (6m) - 6m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:39:15.882 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (6m) - 6m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:39:15.882 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (6m) - 6m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:39:15.882 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (5m) - 5m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:39:15.882 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (5m) - 5m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:39:15.883 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (5m) - 5m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:39:15.883 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (5m) - 5m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:39:15.883 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (4m) - 4m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:39:15.883 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (4m) - 4m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:39:15.883 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (6m) - 7m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:39:16.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:15.185318+0000 mgr.smithi032.jvdzvt (mgr.14636) 129 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:16.294 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:39:16.295 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:39:16.295 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:39:16.295 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:16.295 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:39:16.296 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:39:16.296 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:39:16.296 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:16.296 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:39:16.296 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:39:16.297 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:16.297 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:39:16.297 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:39:16.297 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:16.297 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:39:16.298 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:39:16.298 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:39:16.298 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:39:16.298 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:39:16.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:15.185318+0000 mgr.smithi032.jvdzvt (mgr.14636) 129 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:16.643 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:39:16.643 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:39:16.643 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:39:16.644 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:39:16.644 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:39:16.644 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:39:16.644 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:39:16.645 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:39:16.645 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:39:17.050 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:39:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:15.535197+0000 mgr.smithi032.jvdzvt (mgr.14636) 130 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:15.857659+0000 mgr.smithi032.jvdzvt (mgr.14636) 131 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:15.868280+0000 mgr.smithi032.jvdzvt (mgr.14636) 132 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:16.294653+0000 mon.smithi003 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.3:0/2066975304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:39:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:15.535197+0000 mgr.smithi032.jvdzvt (mgr.14636) 130 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:15.857659+0000 mgr.smithi032.jvdzvt (mgr.14636) 131 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:15.868280+0000 mgr.smithi032.jvdzvt (mgr.14636) 132 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:17.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:16.294653+0000 mon.smithi003 (mon.0) 883 : audit [DBG] from='client.? 172.21.15.3:0/2066975304' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:39:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:16.642279+0000 mgr.smithi032.jvdzvt (mgr.14636) 133 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:17.050362+0000 mon.smithi003 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.3:0/1870585068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:39:18.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:16.642279+0000 mgr.smithi032.jvdzvt (mgr.14636) 133 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:18.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:17.050362+0000 mon.smithi003 (mon.0) 884 : audit [DBG] from='client.? 172.21.15.3:0/1870585068' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:39:19.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:17.858225+0000 mgr.smithi032.jvdzvt (mgr.14636) 134 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:17.858225+0000 mgr.smithi032.jvdzvt (mgr.14636) 134 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:19.003720+0000 mon.smithi032 (mon.1) 90 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:20.333 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:19.003720+0000 mon.smithi032 (mon.1) 90 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:19.858901+0000 mgr.smithi032.jvdzvt (mgr.14636) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:19.858901+0000 mgr.smithi032.jvdzvt (mgr.14636) 135 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:21.859500+0000 mgr.smithi032.jvdzvt (mgr.14636) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:21.859500+0000 mgr.smithi032.jvdzvt (mgr.14636) 136 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:25.371 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:23.859901+0000 mgr.smithi032.jvdzvt (mgr.14636) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:23.859901+0000 mgr.smithi032.jvdzvt (mgr.14636) 137 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:25.860646+0000 mgr.smithi032.jvdzvt (mgr.14636) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:27.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:25.860646+0000 mgr.smithi032.jvdzvt (mgr.14636) 138 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:27.861077+0000 mgr.smithi032.jvdzvt (mgr.14636) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:27.861077+0000 mgr.smithi032.jvdzvt (mgr.14636) 139 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:30.407 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:29.861647+0000 mgr.smithi032.jvdzvt (mgr.14636) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:29.861647+0000 mgr.smithi032.jvdzvt (mgr.14636) 140 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:33.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:31.862065+0000 mgr.smithi032.jvdzvt (mgr.14636) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:31.862065+0000 mgr.smithi032.jvdzvt (mgr.14636) 141 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:33.862521+0000 mgr.smithi032.jvdzvt (mgr.14636) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:34.003974+0000 mon.smithi032 (mon.1) 91 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:33.862521+0000 mgr.smithi032.jvdzvt (mgr.14636) 142 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:34.003974+0000 mon.smithi032 (mon.1) 91 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:35.446 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:37.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:35.863300+0000 mgr.smithi032.jvdzvt (mgr.14636) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:35.863300+0000 mgr.smithi032.jvdzvt (mgr.14636) 143 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:37.863721+0000 mgr.smithi032.jvdzvt (mgr.14636) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:37.863721+0000 mgr.smithi032.jvdzvt (mgr.14636) 144 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:40.488 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:40.781 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:39.864305+0000 mgr.smithi032.jvdzvt (mgr.14636) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:39.864305+0000 mgr.smithi032.jvdzvt (mgr.14636) 145 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:42.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:41.177041+0000 mon.smithi003 (mon.0) 885 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:41.183734+0000 mon.smithi003 (mon.0) 886 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:39:41.189403+0000 mgr.smithi032.jvdzvt (mgr.14636) 146 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2023-09-07T07:39:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:39:41.198679+0000 mgr.smithi032.jvdzvt (mgr.14636) 147 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-09-07T07:39:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:41.350001+0000 mon.smithi003 (mon.0) 887 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:41.354506+0000 mon.smithi003 (mon.0) 888 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:41.357286+0000 mon.smithi032 (mon.1) 92 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:39:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:41.357698+0000 mgr.smithi032.jvdzvt (mgr.14636) 148 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:39:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:39:41.360359+0000 mgr.smithi032.jvdzvt (mgr.14636) 149 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2023-09-07T07:39:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:41.177041+0000 mon.smithi003 (mon.0) 885 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:41.183734+0000 mon.smithi003 (mon.0) 886 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:39:41.189403+0000 mgr.smithi032.jvdzvt (mgr.14636) 146 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2023-09-07T07:39:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:39:41.198679+0000 mgr.smithi032.jvdzvt (mgr.14636) 147 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2023-09-07T07:39:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:41.350001+0000 mon.smithi003 (mon.0) 887 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:41.354506+0000 mon.smithi003 (mon.0) 888 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:39:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:41.357286+0000 mon.smithi032 (mon.1) 92 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:39:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:41.357698+0000 mgr.smithi032.jvdzvt (mgr.14636) 148 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-07T07:39:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:39:41.360359+0000 mgr.smithi032.jvdzvt (mgr.14636) 149 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2023-09-07T07:39:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:41.864755+0000 mgr.smithi032.jvdzvt (mgr.14636) 150 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:41.864755+0000 mgr.smithi032.jvdzvt (mgr.14636) 150 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:45.531 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:45.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:43.865214+0000 mgr.smithi032.jvdzvt (mgr.14636) 151 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:45.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:43.865214+0000 mgr.smithi032.jvdzvt (mgr.14636) 151 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:47.466 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:39:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:45.866195+0000 mgr.smithi032.jvdzvt (mgr.14636) 152 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:47.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:45.866195+0000 mgr.smithi032.jvdzvt (mgr.14636) 152 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:48.326 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:39:48.326 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:39:48.327 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (7m) - 7m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:39:48.327 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (7m) - 7m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:39:48.327 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (6m) - 7m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:39:48.327 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (4m) - 4m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:39:48.328 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (4m) - 4m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:39:48.328 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (9m) - 9m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:39:48.328 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (2m) - 7m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:39:48.328 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (9m) - 9m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:39:48.328 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (7m) - 7m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:39:48.329 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (2m) - 2m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:39:48.329 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (2m) - 2m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:39:48.329 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (7m) - 7m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:39:48.329 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (7m) - 7m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:39:48.330 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (6m) - 6m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:39:48.330 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (6m) - 6m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:39:48.330 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (6m) - 6m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:39:48.330 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (6m) - 6m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:39:48.330 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (5m) - 5m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:39:48.331 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (5m) - 5m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:39:48.331 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (5m) - 5m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:39:48.331 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (5m) - 5m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:39:48.331 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (6m) - 7m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:39:48.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:47.451295+0000 mgr.smithi032.jvdzvt (mgr.14636) 153 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:48.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:47.451295+0000 mgr.smithi032.jvdzvt (mgr.14636) 153 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:48.775 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:39:48.776 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:39:48.776 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:39:48.776 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:48.776 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:39:48.777 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:39:48.777 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:39:48.777 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:48.777 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:39:48.777 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:39:48.778 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:48.778 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:39:48.778 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:39:48.778 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:39:48.778 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:39:48.779 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:39:48.779 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:39:48.779 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:39:48.779 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:39:49.174 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:39:49.174 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:39:49.175 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:39:49.175 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:39:49.175 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:39:49.176 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:39:49.176 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:39:49.177 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:39:49.177 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:39:49.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:47.847216+0000 mgr.smithi032.jvdzvt (mgr.14636) 154 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:49.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:47.866793+0000 mgr.smithi032.jvdzvt (mgr.14636) 155 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:49.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:48.315984+0000 mgr.smithi032.jvdzvt (mgr.14636) 156 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:49.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:48.775452+0000 mon.smithi003 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.3:0/3412435339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:39:49.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:49.004569+0000 mon.smithi032 (mon.1) 93 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:49.671 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:39:49.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:47.847216+0000 mgr.smithi032.jvdzvt (mgr.14636) 154 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:49.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:47.866793+0000 mgr.smithi032.jvdzvt (mgr.14636) 155 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:49.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:48.315984+0000 mgr.smithi032.jvdzvt (mgr.14636) 156 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:49.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:48.775452+0000 mon.smithi003 (mon.0) 889 : audit [DBG] from='client.? 172.21.15.3:0/3412435339' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:39:49.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:49.004569+0000 mon.smithi032 (mon.1) 93 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:39:50.575 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:50.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:49.173510+0000 mgr.smithi032.jvdzvt (mgr.14636) 157 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:50.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:39:49.671221+0000 mon.smithi003 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.3:0/2632900562' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:39:50.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:49.173510+0000 mgr.smithi032.jvdzvt (mgr.14636) 157 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:39:50.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:39:49.671221+0000 mon.smithi003 (mon.0) 890 : audit [DBG] from='client.? 172.21.15.3:0/2632900562' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:39:51.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:49.867527+0000 mgr.smithi032.jvdzvt (mgr.14636) 158 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:51.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:49.867527+0000 mgr.smithi032.jvdzvt (mgr.14636) 158 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:53.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:51.867957+0000 mgr.smithi032.jvdzvt (mgr.14636) 159 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:53.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:51.867957+0000 mgr.smithi032.jvdzvt (mgr.14636) 159 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:55.619 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:39:55.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:53.868440+0000 mgr.smithi032.jvdzvt (mgr.14636) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:55.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:53.868440+0000 mgr.smithi032.jvdzvt (mgr.14636) 160 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:57.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:55.869259+0000 mgr.smithi032.jvdzvt (mgr.14636) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:57.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:55.869259+0000 mgr.smithi032.jvdzvt (mgr.14636) 161 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:39:59.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:39:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:57.869676+0000 mgr.smithi032.jvdzvt (mgr.14636) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:39:59.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:39:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:57.869676+0000 mgr.smithi032.jvdzvt (mgr.14636) 162 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:00.661 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:39:59.870388+0000 mgr.smithi032.jvdzvt (mgr.14636) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:00.000179+0000 mon.smithi003 (mon.0) 891 : cluster [INF] overall HEALTH_OK 2023-09-07T07:40:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:39:59.870388+0000 mgr.smithi032.jvdzvt (mgr.14636) 163 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:00.000179+0000 mon.smithi003 (mon.0) 891 : cluster [INF] overall HEALTH_OK 2023-09-07T07:40:03.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:01.870772+0000 mgr.smithi032.jvdzvt (mgr.14636) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:01.870772+0000 mgr.smithi032.jvdzvt (mgr.14636) 164 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:03.871177+0000 mgr.smithi032.jvdzvt (mgr.14636) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:04.004520+0000 mon.smithi032 (mon.1) 94 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:05.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:03.871177+0000 mgr.smithi032.jvdzvt (mgr.14636) 165 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:05.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:04.004520+0000 mon.smithi032 (mon.1) 94 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:05.704 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:05.871941+0000 mgr.smithi032.jvdzvt (mgr.14636) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:05.871941+0000 mgr.smithi032.jvdzvt (mgr.14636) 166 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:07.872360+0000 mgr.smithi032.jvdzvt (mgr.14636) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:09.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:07.872360+0000 mgr.smithi032.jvdzvt (mgr.14636) 167 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:10.753 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:09.873018+0000 mgr.smithi032.jvdzvt (mgr.14636) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:09.873018+0000 mgr.smithi032.jvdzvt (mgr.14636) 168 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:13.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:11.873594+0000 mgr.smithi032.jvdzvt (mgr.14636) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:11.873594+0000 mgr.smithi032.jvdzvt (mgr.14636) 169 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:15.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:13.874077+0000 mgr.smithi032.jvdzvt (mgr.14636) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:13.874077+0000 mgr.smithi032.jvdzvt (mgr.14636) 170 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:15.793 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:15.875054+0000 mgr.smithi032.jvdzvt (mgr.14636) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:17.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:15.875054+0000 mgr.smithi032.jvdzvt (mgr.14636) 171 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:17.875422+0000 mgr.smithi032.jvdzvt (mgr.14636) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:17.875422+0000 mgr.smithi032.jvdzvt (mgr.14636) 172 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:20.046 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:40:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:19.004830+0000 mon.smithi032 (mon.1) 95 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:20.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:19.004830+0000 mon.smithi032 (mon.1) 95 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:20.724 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:40:20.725 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:40:20.725 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (8m) - 8m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:40:20.725 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (7m) - 7m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:40:20.725 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (7m) - 8m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:40:20.726 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (4m) - 4m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:40:20.726 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (4m) - 4m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:40:20.726 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (9m) - 9m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:40:20.726 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (3m) - 7m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:40:20.726 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (9m) - 9m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:40:20.726 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (7m) - 7m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:40:20.727 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (2m) - 2m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:40:20.727 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (2m) - 2m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:40:20.727 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (8m) - 8m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:40:20.727 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (7m) - 7m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:40:20.727 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (7m) - 7m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:40:20.728 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (7m) - 7m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:40:20.728 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (6m) - 6m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:40:20.728 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (6m) - 6m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:40:20.728 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (6m) - 6m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:40:20.728 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (6m) - 6m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:40:20.729 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (6m) - 6m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:40:20.729 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (5m) - 5m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:40:20.729 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (7m) - 8m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:40:20.839 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:21.140 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:40:21.141 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:40:21.141 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:40:21.141 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:21.141 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:40:21.141 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:40:21.142 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:40:21.142 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:21.142 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:40:21.142 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:40:21.142 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:21.143 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:40:21.143 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:40:21.143 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:21.143 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:40:21.143 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:40:21.144 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:40:21.144 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:40:21.144 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:40:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:19.876112+0000 mgr.smithi032.jvdzvt (mgr.14636) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:20.030623+0000 mgr.smithi032.jvdzvt (mgr.14636) 174 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:21.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:20.380315+0000 mgr.smithi032.jvdzvt (mgr.14636) 175 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:19.876112+0000 mgr.smithi032.jvdzvt (mgr.14636) 173 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:20.030623+0000 mgr.smithi032.jvdzvt (mgr.14636) 174 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:20.380315+0000 mgr.smithi032.jvdzvt (mgr.14636) 175 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:21.486 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:40:21.486 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:40:21.487 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:40:21.487 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:40:21.487 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:40:21.487 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:40:21.487 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:40:21.487 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:40:21.488 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:40:21.897 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:40:22.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:20.714442+0000 mgr.smithi032.jvdzvt (mgr.14636) 176 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:22.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:21.140458+0000 mon.smithi003 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.3:0/3152883864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:40:22.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:21.897444+0000 mon.smithi003 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.3:0/4019321753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:40:22.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:20.714442+0000 mgr.smithi032.jvdzvt (mgr.14636) 176 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:22.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:21.140458+0000 mon.smithi003 (mon.0) 892 : audit [DBG] from='client.? 172.21.15.3:0/3152883864' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:40:22.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:21.897444+0000 mon.smithi003 (mon.0) 893 : audit [DBG] from='client.? 172.21.15.3:0/4019321753' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:40:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:21.485957+0000 mgr.smithi032.jvdzvt (mgr.14636) 177 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:21.876672+0000 mgr.smithi032.jvdzvt (mgr.14636) 178 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:21.485957+0000 mgr.smithi032.jvdzvt (mgr.14636) 177 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:21.876672+0000 mgr.smithi032.jvdzvt (mgr.14636) 178 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:23.877094+0000 mgr.smithi032.jvdzvt (mgr.14636) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:23.877094+0000 mgr.smithi032.jvdzvt (mgr.14636) 179 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:25.876 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:27.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:25.877860+0000 mgr.smithi032.jvdzvt (mgr.14636) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:25.877860+0000 mgr.smithi032.jvdzvt (mgr.14636) 180 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:27.878308+0000 mgr.smithi032.jvdzvt (mgr.14636) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:27.878308+0000 mgr.smithi032.jvdzvt (mgr.14636) 181 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:30.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:29.879050+0000 mgr.smithi032.jvdzvt (mgr.14636) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:30.911 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:29.879050+0000 mgr.smithi032.jvdzvt (mgr.14636) 182 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:33.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:31.879568+0000 mgr.smithi032.jvdzvt (mgr.14636) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:33.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:31.879568+0000 mgr.smithi032.jvdzvt (mgr.14636) 183 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:33.879944+0000 mgr.smithi032.jvdzvt (mgr.14636) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:34.005075+0000 mon.smithi032 (mon.1) 96 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:33.879944+0000 mgr.smithi032.jvdzvt (mgr.14636) 184 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:34.005075+0000 mon.smithi032 (mon.1) 96 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:35.949 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:35.880633+0000 mgr.smithi032.jvdzvt (mgr.14636) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:37.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:35.880633+0000 mgr.smithi032.jvdzvt (mgr.14636) 185 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:37.881206+0000 mgr.smithi032.jvdzvt (mgr.14636) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:39.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:37.881206+0000 mgr.smithi032.jvdzvt (mgr.14636) 186 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:39.882012+0000 mgr.smithi032.jvdzvt (mgr.14636) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:39.882012+0000 mgr.smithi032.jvdzvt (mgr.14636) 187 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:40.993 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:41.882643+0000 mgr.smithi032.jvdzvt (mgr.14636) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:41.882643+0000 mgr.smithi032.jvdzvt (mgr.14636) 188 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:43.883129+0000 mgr.smithi032.jvdzvt (mgr.14636) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:45.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:43.883129+0000 mgr.smithi032.jvdzvt (mgr.14636) 189 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:46.051 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:45.883922+0000 mgr.smithi032.jvdzvt (mgr.14636) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:45.883922+0000 mgr.smithi032.jvdzvt (mgr.14636) 190 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:47.884455+0000 mgr.smithi032.jvdzvt (mgr.14636) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:47.884455+0000 mgr.smithi032.jvdzvt (mgr.14636) 191 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:50.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:49.005357+0000 mon.smithi032 (mon.1) 97 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:50.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:49.005357+0000 mon.smithi032 (mon.1) 97 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:40:51.092 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:51.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:49.885101+0000 mgr.smithi032.jvdzvt (mgr.14636) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:51.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:49.885101+0000 mgr.smithi032.jvdzvt (mgr.14636) 192 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:52.279 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:40:52.951 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:40:52.952 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:40:52.952 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (8m) - 8m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:40:52.952 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (8m) - 8m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:40:52.952 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (7m) - 8m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:40:52.953 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (5m) - 5m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:40:52.953 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (5m) - 5m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:40:52.953 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (10m) - 10m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:40:52.953 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (3m) - 8m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:40:52.953 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (10m) - 10m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:40:52.954 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (8m) - 8m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:40:52.954 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (3m) - 3m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:40:52.954 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (3m) - 3m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:40:52.954 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (8m) - 8m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:40:52.954 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (8m) - 8m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:40:52.955 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (7m) - 7m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:40:52.955 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (7m) - 7m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:40:52.955 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (7m) - 7m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:40:52.955 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (7m) - 7m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:40:52.955 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (7m) - 7m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:40:52.956 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (6m) - 6m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:40:52.956 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (6m) - 6m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:40:52.956 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (6m) - 6m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:40:52.956 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (7m) - 8m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:40:53.362 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:40:53.362 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:40:53.362 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:40:53.362 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:53.362 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:40:53.363 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:40:53.363 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:40:53.363 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:53.363 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:40:53.363 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:40:53.364 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:53.364 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:40:53.364 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:40:53.364 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:40:53.364 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:40:53.365 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:40:53.365 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:40:53.365 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:40:53.365 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:40:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:51.885703+0000 mgr.smithi032.jvdzvt (mgr.14636) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:52.264010+0000 mgr.smithi032.jvdzvt (mgr.14636) 194 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:53.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:51.885703+0000 mgr.smithi032.jvdzvt (mgr.14636) 193 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:52.264010+0000 mgr.smithi032.jvdzvt (mgr.14636) 194 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:53.711 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:40:53.712 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:40:53.712 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:40:53.712 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:40:53.712 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:40:53.712 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:40:53.713 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:40:53.713 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:40:53.713 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:40:54.122 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:40:54.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:52.610117+0000 mgr.smithi032.jvdzvt (mgr.14636) 195 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:54.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:52.941621+0000 mgr.smithi032.jvdzvt (mgr.14636) 196 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:54.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:53.361765+0000 mon.smithi003 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.3:0/3298654662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:40:54.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:52.610117+0000 mgr.smithi032.jvdzvt (mgr.14636) 195 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:54.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:52.941621+0000 mgr.smithi032.jvdzvt (mgr.14636) 196 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:54.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:53.361765+0000 mon.smithi003 (mon.0) 894 : audit [DBG] from='client.? 172.21.15.3:0/3298654662' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:40:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:53.710877+0000 mgr.smithi032.jvdzvt (mgr.14636) 197 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:53.886301+0000 mgr.smithi032.jvdzvt (mgr.14636) 198 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:40:54.122942+0000 mon.smithi003 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.3:0/3337917538' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:40:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:53.710877+0000 mgr.smithi032.jvdzvt (mgr.14636) 197 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:40:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:53.886301+0000 mgr.smithi032.jvdzvt (mgr.14636) 198 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:40:54.122942+0000 mon.smithi003 (mon.0) 895 : audit [DBG] from='client.? 172.21.15.3:0/3337917538' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:40:56.129 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:40:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:55.887049+0000 mgr.smithi032.jvdzvt (mgr.14636) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:55.887049+0000 mgr.smithi032.jvdzvt (mgr.14636) 199 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:40:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:40:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:57.887637+0000 mgr.smithi032.jvdzvt (mgr.14636) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:40:59.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:40:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:57.887637+0000 mgr.smithi032.jvdzvt (mgr.14636) 200 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:40:59.888425+0000 mgr.smithi032.jvdzvt (mgr.14636) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:40:59.888425+0000 mgr.smithi032.jvdzvt (mgr.14636) 201 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:01.164 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:01.888944+0000 mgr.smithi032.jvdzvt (mgr.14636) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:01.888944+0000 mgr.smithi032.jvdzvt (mgr.14636) 202 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:03.889519+0000 mgr.smithi032.jvdzvt (mgr.14636) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:04.005455+0000 mon.smithi032 (mon.1) 98 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:03.889519+0000 mgr.smithi032.jvdzvt (mgr.14636) 203 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:04.005455+0000 mon.smithi032 (mon.1) 98 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:06.204 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:05.890365+0000 mgr.smithi032.jvdzvt (mgr.14636) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:05.890365+0000 mgr.smithi032.jvdzvt (mgr.14636) 204 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:07.890866+0000 mgr.smithi032.jvdzvt (mgr.14636) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:09.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:07.890866+0000 mgr.smithi032.jvdzvt (mgr.14636) 205 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:09.891707+0000 mgr.smithi032.jvdzvt (mgr.14636) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:09.891707+0000 mgr.smithi032.jvdzvt (mgr.14636) 206 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:11.242 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:11.892172+0000 mgr.smithi032.jvdzvt (mgr.14636) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:11.892172+0000 mgr.smithi032.jvdzvt (mgr.14636) 207 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:13.892848+0000 mgr.smithi032.jvdzvt (mgr.14636) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:15.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:13.892848+0000 mgr.smithi032.jvdzvt (mgr.14636) 208 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:16.275 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:15.893620+0000 mgr.smithi032.jvdzvt (mgr.14636) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:15.893620+0000 mgr.smithi032.jvdzvt (mgr.14636) 209 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:17.894089+0000 mgr.smithi032.jvdzvt (mgr.14636) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:17.894089+0000 mgr.smithi032.jvdzvt (mgr.14636) 210 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:19.005840+0000 mon.smithi032 (mon.1) 99 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:20.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:19.005840+0000 mon.smithi032 (mon.1) 99 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:21.318 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:19.894960+0000 mgr.smithi032.jvdzvt (mgr.14636) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:21.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:19.894960+0000 mgr.smithi032.jvdzvt (mgr.14636) 211 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:23.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:21.895566+0000 mgr.smithi032.jvdzvt (mgr.14636) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:21.895566+0000 mgr.smithi032.jvdzvt (mgr.14636) 212 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:24.493 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:41:25.174 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:41:25.175 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:41:25.175 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (9m) - 9m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:41:25.175 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (9m) - 9m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:41:25.176 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (8m) - 9m 40.2M - 6.7.4 557c83e11646 86833d23fb64 2023-09-07T07:41:25.176 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (6m) - 5m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:41:25.176 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (5m) - 5m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:41:25.177 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (10m) - 10m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:41:25.177 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (4m) - 9m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:41:25.177 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (10m) - 10m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:41:25.178 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (8m) - 8m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:41:25.179 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (3m) - 3m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:41:25.179 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (3m) - 3m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:41:25.179 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (9m) - 9m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:41:25.180 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (8m) - 8m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:41:25.180 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (8m) - 8m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:41:25.180 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (8m) - 8m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:41:25.181 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (7m) - 7m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:41:25.181 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (7m) - 7m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:41:25.181 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (7m) - 7m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:41:25.182 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (7m) - 7m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:41:25.182 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (7m) - 7m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:41:25.182 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (6m) - 6m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:41:25.182 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (8m) - 9m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:41:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:23.895946+0000 mgr.smithi032.jvdzvt (mgr.14636) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:25.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:23.895946+0000 mgr.smithi032.jvdzvt (mgr.14636) 213 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:25.585 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:41:25.586 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:41:25.586 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:41:25.586 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:25.586 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:41:25.587 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:41:25.587 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:41:25.587 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:25.587 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:41:25.587 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:41:25.588 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:25.588 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:41:25.588 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:41:25.588 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:25.588 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:41:25.589 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:41:25.589 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:41:25.589 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:41:25.589 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:41:25.934 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:41:25.934 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:41:25.935 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:41:25.935 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:41:25.935 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:41:25.935 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:41:25.935 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:41:25.936 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:41:25.936 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:41:26.351 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:41:26.365 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:26.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:24.479429+0000 mgr.smithi032.jvdzvt (mgr.14636) 214 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:26.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:24.826941+0000 mgr.smithi032.jvdzvt (mgr.14636) 215 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:26.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:25.164017+0000 mgr.smithi032.jvdzvt (mgr.14636) 216 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:26.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:25.585516+0000 mon.smithi003 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.3:0/3822931535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:41:26.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:24.479429+0000 mgr.smithi032.jvdzvt (mgr.14636) 214 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:26.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:24.826941+0000 mgr.smithi032.jvdzvt (mgr.14636) 215 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:26.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:25.164017+0000 mgr.smithi032.jvdzvt (mgr.14636) 216 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:26.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:25.585516+0000 mon.smithi003 (mon.0) 896 : audit [DBG] from='client.? 172.21.15.3:0/3822931535' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:41:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:25.896704+0000 mgr.smithi032.jvdzvt (mgr.14636) 217 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:25.933894+0000 mgr.smithi032.jvdzvt (mgr.14636) 218 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:27.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:26.351191+0000 mon.smithi003 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.3:0/1893026726' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:41:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:25.896704+0000 mgr.smithi032.jvdzvt (mgr.14636) 217 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:25.933894+0000 mgr.smithi032.jvdzvt (mgr.14636) 218 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:26.351191+0000 mon.smithi003 (mon.0) 897 : audit [DBG] from='client.? 172.21.15.3:0/1893026726' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:41:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:27.897271+0000 mgr.smithi032.jvdzvt (mgr.14636) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:29.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:27.897271+0000 mgr.smithi032.jvdzvt (mgr.14636) 219 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:29.898006+0000 mgr.smithi032.jvdzvt (mgr.14636) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:29.898006+0000 mgr.smithi032.jvdzvt (mgr.14636) 220 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:31.403 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:31.898451+0000 mgr.smithi032.jvdzvt (mgr.14636) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:31.898451+0000 mgr.smithi032.jvdzvt (mgr.14636) 221 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:33.898967+0000 mgr.smithi032.jvdzvt (mgr.14636) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:34.006257+0000 mon.smithi032 (mon.1) 100 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:33.898967+0000 mgr.smithi032.jvdzvt (mgr.14636) 222 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:34.006257+0000 mon.smithi032 (mon.1) 100 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:36.440 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:35.899657+0000 mgr.smithi032.jvdzvt (mgr.14636) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:37.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:35.899657+0000 mgr.smithi032.jvdzvt (mgr.14636) 223 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:37.900151+0000 mgr.smithi032.jvdzvt (mgr.14636) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:39.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:37.900151+0000 mgr.smithi032.jvdzvt (mgr.14636) 224 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:39.900903+0000 mgr.smithi032.jvdzvt (mgr.14636) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:39.900903+0000 mgr.smithi032.jvdzvt (mgr.14636) 225 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:41.486 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:41.901379+0000 mgr.smithi032.jvdzvt (mgr.14636) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:41.901379+0000 mgr.smithi032.jvdzvt (mgr.14636) 226 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:43.901904+0000 mgr.smithi032.jvdzvt (mgr.14636) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:45.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:43.901904+0000 mgr.smithi032.jvdzvt (mgr.14636) 227 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:46.523 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:45.902750+0000 mgr.smithi032.jvdzvt (mgr.14636) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:45.902750+0000 mgr.smithi032.jvdzvt (mgr.14636) 228 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:47.903181+0000 mgr.smithi032.jvdzvt (mgr.14636) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:47.903181+0000 mgr.smithi032.jvdzvt (mgr.14636) 229 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:49.006497+0000 mon.smithi032 (mon.1) 101 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:50.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:49.006497+0000 mon.smithi032 (mon.1) 101 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:41:51.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:49.903844+0000 mgr.smithi032.jvdzvt (mgr.14636) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:51.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:49.903844+0000 mgr.smithi032.jvdzvt (mgr.14636) 230 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:51.570 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:53.231 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:51.904281+0000 mgr.smithi032.jvdzvt (mgr.14636) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:51.904281+0000 mgr.smithi032.jvdzvt (mgr.14636) 231 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:54.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:53.412256+0000 mon.smithi003 (mon.0) 898 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:41:54.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:53.418972+0000 mon.smithi003 (mon.0) 899 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:41:54.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:41:53.428790+0000 mgr.smithi032.jvdzvt (mgr.14636) 232 : cephadm [INF] Reconfiguring node-exporter.smithi003 (dependencies changed)... 2023-09-07T07:41:54.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:41:53.429231+0000 mgr.smithi032.jvdzvt (mgr.14636) 233 : cephadm [INF] Reconfiguring daemon node-exporter.smithi003 on smithi003 2023-09-07T07:41:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:53.412256+0000 mon.smithi003 (mon.0) 898 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:41:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:53.418972+0000 mon.smithi003 (mon.0) 899 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:41:54.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:41:53.428790+0000 mgr.smithi032.jvdzvt (mgr.14636) 232 : cephadm [INF] Reconfiguring node-exporter.smithi003 (dependencies changed)... 2023-09-07T07:41:54.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:41:53.429231+0000 mgr.smithi032.jvdzvt (mgr.14636) 233 : cephadm [INF] Reconfiguring daemon node-exporter.smithi003 on smithi003 2023-09-07T07:41:55.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:53.904781+0000 mgr.smithi032.jvdzvt (mgr.14636) 234 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:53.904781+0000 mgr.smithi032.jvdzvt (mgr.14636) 234 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:56.612 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:41:56.731 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:41:57.410 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:41:57.411 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:41:57.411 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (10m) - 10m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:41:57.411 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (9m) - 9m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:41:57.411 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:41:57.412 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (6m) - 6m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:41:57.412 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (6m) - 6m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:41:57.412 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (11m) - 11m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:41:57.412 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (5m) - 9m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:41:57.412 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (11m) - 11m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:41:57.413 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (9m) - 9m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:41:57.413 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (4m) - 4m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:41:57.413 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (4m) - 4m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:41:57.413 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (9m) - 9m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:41:57.413 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (9m) - 9m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:41:57.414 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (9m) - 9m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:41:57.414 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (8m) - 8m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:41:57.414 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (8m) - 8m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:41:57.414 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (8m) - 8m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:41:57.414 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (8m) - 8m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:41:57.415 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (7m) - 7m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:41:57.415 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (7m) - 7m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:41:57.416 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (7m) - 7m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:41:57.416 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (8m) - 9m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:41:57.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:55.905512+0000 mgr.smithi032.jvdzvt (mgr.14636) 235 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:57.820 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:41:57.821 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:41:57.821 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:41:57.821 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:57.821 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:41:57.822 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:41:57.822 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:41:57.822 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:57.822 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:41:57.822 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:41:57.823 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:57.823 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:41:57.823 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:41:57.823 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:41:57.823 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:41:57.824 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:41:57.824 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:41:57.824 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:41:57.824 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:41:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:55.905512+0000 mgr.smithi032.jvdzvt (mgr.14636) 235 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:41:58.165 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:41:58.166 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:41:58.166 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:41:58.166 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:41:58.166 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:41:58.166 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:41:58.167 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:41:58.167 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:41:58.167 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:41:58.578 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:41:58.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:56.716325+0000 mgr.smithi032.jvdzvt (mgr.14636) 236 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:58.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:57.065054+0000 mgr.smithi032.jvdzvt (mgr.14636) 237 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:58.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:57.400402+0000 mgr.smithi032.jvdzvt (mgr.14636) 238 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:58.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:57.820886+0000 mon.smithi003 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.3:0/2925881025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:41:58.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:56.716325+0000 mgr.smithi032.jvdzvt (mgr.14636) 236 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:58.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:57.065054+0000 mgr.smithi032.jvdzvt (mgr.14636) 237 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:58.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:57.400402+0000 mgr.smithi032.jvdzvt (mgr.14636) 238 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:58.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:57.820886+0000 mon.smithi003 (mon.0) 900 : audit [DBG] from='client.? 172.21.15.3:0/2925881025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:41:59.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:57.905871+0000 mgr.smithi032.jvdzvt (mgr.14636) 239 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:59.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:58.164844+0000 mgr.smithi032.jvdzvt (mgr.14636) 240 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:59.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:41:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:41:58.578189+0000 mon.smithi003 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.3:0/4010307240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:41:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:57.905871+0000 mgr.smithi032.jvdzvt (mgr.14636) 239 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:41:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:58.164844+0000 mgr.smithi032.jvdzvt (mgr.14636) 240 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:41:59.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:41:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:41:58.578189+0000 mon.smithi003 (mon.0) 901 : audit [DBG] from='client.? 172.21.15.3:0/4010307240' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:42:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:41:59.906591+0000 mgr.smithi032.jvdzvt (mgr.14636) 241 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:41:59.906591+0000 mgr.smithi032.jvdzvt (mgr.14636) 241 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:01.659 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:01.907088+0000 mgr.smithi032.jvdzvt (mgr.14636) 242 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:01.907088+0000 mgr.smithi032.jvdzvt (mgr.14636) 242 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:03.907537+0000 mgr.smithi032.jvdzvt (mgr.14636) 243 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:04.006649+0000 mon.smithi032 (mon.1) 102 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:05.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:03.907537+0000 mgr.smithi032.jvdzvt (mgr.14636) 243 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:04.006649+0000 mon.smithi032 (mon.1) 102 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:06.699 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:05.908386+0000 mgr.smithi032.jvdzvt (mgr.14636) 244 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:05.908386+0000 mgr.smithi032.jvdzvt (mgr.14636) 244 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:07.908820+0000 mgr.smithi032.jvdzvt (mgr.14636) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:09.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:07.908820+0000 mgr.smithi032.jvdzvt (mgr.14636) 245 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:09.909573+0000 mgr.smithi032.jvdzvt (mgr.14636) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:09.909573+0000 mgr.smithi032.jvdzvt (mgr.14636) 246 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:11.742 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:11.910150+0000 mgr.smithi032.jvdzvt (mgr.14636) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:13.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:11.910150+0000 mgr.smithi032.jvdzvt (mgr.14636) 247 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:13.910600+0000 mgr.smithi032.jvdzvt (mgr.14636) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:15.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:13.910600+0000 mgr.smithi032.jvdzvt (mgr.14636) 248 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:16.780 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:15.911267+0000 mgr.smithi032.jvdzvt (mgr.14636) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:15.911267+0000 mgr.smithi032.jvdzvt (mgr.14636) 249 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:17.911775+0000 mgr.smithi032.jvdzvt (mgr.14636) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:17.911775+0000 mgr.smithi032.jvdzvt (mgr.14636) 250 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:19.007102+0000 mon.smithi032 (mon.1) 103 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:19.007102+0000 mon.smithi032 (mon.1) 103 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:19.912592+0000 mgr.smithi032.jvdzvt (mgr.14636) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:19.912592+0000 mgr.smithi032.jvdzvt (mgr.14636) 251 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:21.831 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:21.913032+0000 mgr.smithi032.jvdzvt (mgr.14636) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:23.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:21.913032+0000 mgr.smithi032.jvdzvt (mgr.14636) 252 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:23.913381+0000 mgr.smithi032.jvdzvt (mgr.14636) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:25.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:23.913381+0000 mgr.smithi032.jvdzvt (mgr.14636) 253 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:26.880 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:25.914082+0000 mgr.smithi032.jvdzvt (mgr.14636) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:25.914082+0000 mgr.smithi032.jvdzvt (mgr.14636) 254 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:28.949 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:42:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:27.914497+0000 mgr.smithi032.jvdzvt (mgr.14636) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:29.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:27.914497+0000 mgr.smithi032.jvdzvt (mgr.14636) 255 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:29.628 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:42:29.629 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:42:29.629 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (10m) - 10m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:42:29.629 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (10m) - 10m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:42:29.629 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:42:29.630 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (7m) - 7m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:42:29.630 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (7m) - 7m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:42:29.630 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (11m) - 11m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:42:29.630 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (5m) - 10m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:42:29.631 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (11m) - 11m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:42:29.631 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (10m) - 10m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:42:29.631 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (5m) - 5m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:42:29.631 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (4m) - 4m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:42:29.631 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (10m) - 10m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:42:29.632 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (9m) - 9m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:42:29.632 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (9m) - 9m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:42:29.632 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (9m) - 9m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:42:29.632 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (9m) - 9m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:42:29.633 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (8m) - 8m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:42:29.633 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (8m) - 8m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:42:29.633 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (8m) - 8m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:42:29.633 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (8m) - 8m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:42:29.633 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (7m) - 7m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:42:29.634 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (9m) - 10m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:42:30.040 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:42:30.040 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:42:30.041 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:42:30.041 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:42:30.041 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:42:30.041 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:42:30.042 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:42:30.042 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:42:30.042 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:42:30.042 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:42:30.042 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:42:30.043 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:42:30.043 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:42:30.043 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:42:30.043 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:42:30.043 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:42:30.044 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:42:30.044 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:42:30.044 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:42:30.387 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:42:30.388 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:42:30.388 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:42:30.388 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:42:30.388 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:42:30.388 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:42:30.389 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:42:30.389 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:42:30.389 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:42:30.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:28.934821+0000 mgr.smithi032.jvdzvt (mgr.14636) 256 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:30.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:29.281550+0000 mgr.smithi032.jvdzvt (mgr.14636) 257 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:30.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:28.934821+0000 mgr.smithi032.jvdzvt (mgr.14636) 256 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:29.281550+0000 mgr.smithi032.jvdzvt (mgr.14636) 257 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:30.796 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:42:31.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:29.618037+0000 mgr.smithi032.jvdzvt (mgr.14636) 258 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:31.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:29.915337+0000 mgr.smithi032.jvdzvt (mgr.14636) 259 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:31.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:30.040530+0000 mon.smithi003 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.3:0/2740609224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:42:31.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:30.387199+0000 mgr.smithi032.jvdzvt (mgr.14636) 260 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:31.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:30.797031+0000 mon.smithi003 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.3:0/374945174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:42:31.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:29.618037+0000 mgr.smithi032.jvdzvt (mgr.14636) 258 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:31.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:29.915337+0000 mgr.smithi032.jvdzvt (mgr.14636) 259 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:31.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:30.040530+0000 mon.smithi003 (mon.0) 902 : audit [DBG] from='client.? 172.21.15.3:0/2740609224' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:42:31.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:30.387199+0000 mgr.smithi032.jvdzvt (mgr.14636) 260 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:42:31.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:30.797031+0000 mon.smithi003 (mon.0) 903 : audit [DBG] from='client.? 172.21.15.3:0/374945174' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:42:31.915 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:31.915719+0000 mgr.smithi032.jvdzvt (mgr.14636) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:31.915719+0000 mgr.smithi032.jvdzvt (mgr.14636) 261 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:33.916106+0000 mgr.smithi032.jvdzvt (mgr.14636) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:34.007152+0000 mon.smithi032 (mon.1) 104 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:33.916106+0000 mgr.smithi032.jvdzvt (mgr.14636) 262 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:34.007152+0000 mon.smithi032 (mon.1) 104 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:36.958 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:35.916854+0000 mgr.smithi032.jvdzvt (mgr.14636) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:37.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:35.916854+0000 mgr.smithi032.jvdzvt (mgr.14636) 263 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:37.917402+0000 mgr.smithi032.jvdzvt (mgr.14636) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:39.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:37.917402+0000 mgr.smithi032.jvdzvt (mgr.14636) 264 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:39.918037+0000 mgr.smithi032.jvdzvt (mgr.14636) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:39.918037+0000 mgr.smithi032.jvdzvt (mgr.14636) 265 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:41.995 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:41.918470+0000 mgr.smithi032.jvdzvt (mgr.14636) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:43.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:41.918470+0000 mgr.smithi032.jvdzvt (mgr.14636) 266 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:43.919156+0000 mgr.smithi032.jvdzvt (mgr.14636) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:45.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:43.919156+0000 mgr.smithi032.jvdzvt (mgr.14636) 267 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:47.042 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:45.920055+0000 mgr.smithi032.jvdzvt (mgr.14636) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:45.920055+0000 mgr.smithi032.jvdzvt (mgr.14636) 268 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:47.920622+0000 mgr.smithi032.jvdzvt (mgr.14636) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:47.920622+0000 mgr.smithi032.jvdzvt (mgr.14636) 269 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:42:49.007387+0000 mon.smithi032 (mon.1) 105 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:50.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:42:49.007387+0000 mon.smithi032 (mon.1) 105 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:42:51.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:49.921451+0000 mgr.smithi032.jvdzvt (mgr.14636) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:51.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:49.921451+0000 mgr.smithi032.jvdzvt (mgr.14636) 270 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:52.092 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:51.921939+0000 mgr.smithi032.jvdzvt (mgr.14636) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:53.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:51.921939+0000 mgr.smithi032.jvdzvt (mgr.14636) 271 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:53.922459+0000 mgr.smithi032.jvdzvt (mgr.14636) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:55.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:53.922459+0000 mgr.smithi032.jvdzvt (mgr.14636) 272 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:57.127 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:42:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:55.923312+0000 mgr.smithi032.jvdzvt (mgr.14636) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:57.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:55.923312+0000 mgr.smithi032.jvdzvt (mgr.14636) 273 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:42:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:42:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:57.923749+0000 mgr.smithi032.jvdzvt (mgr.14636) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:42:59.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:42:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:57.923749+0000 mgr.smithi032.jvdzvt (mgr.14636) 274 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:42:59.924704+0000 mgr.smithi032.jvdzvt (mgr.14636) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:42:59.924704+0000 mgr.smithi032.jvdzvt (mgr.14636) 275 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:01.171 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:43:01.847 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:43:01.847 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:43:01.847 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (11m) - 11m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:43:01.847 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (10m) - 10m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:43:01.848 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:43:01.848 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (7m) - 7m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:43:01.848 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (7m) - 7m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:43:01.848 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (12m) - 12m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:43:01.849 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (6m) - 10m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:43:01.849 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (12m) - 12m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:43:01.849 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (10m) - 10m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:43:01.849 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (5m) - 5m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:43:01.849 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (5m) - 5m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:43:01.850 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (10m) - 10m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:43:01.850 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (10m) - 10m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:43:01.850 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (10m) - 10m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:43:01.850 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (9m) - 9m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:43:01.851 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (9m) - 9m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:43:01.851 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (9m) - 9m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:43:01.851 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (9m) - 9m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:43:01.851 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (8m) - 8m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:43:01.851 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (8m) - 8m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:43:01.852 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (8m) - 8m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:43:01.852 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (10m) - 10m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:43:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:01 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:01.156525+0000 mgr.smithi032.jvdzvt (mgr.14636) 276 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:01.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:01 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:01.156525+0000 mgr.smithi032.jvdzvt (mgr.14636) 276 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:02.170 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:02.253 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:43:02.253 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:43:02.253 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:43:02.253 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:02.254 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:43:02.254 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:43:02.254 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:43:02.254 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:02.254 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:43:02.255 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:43:02.255 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:02.255 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:43:02.255 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:43:02.255 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:02.255 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:43:02.256 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:43:02.256 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:43:02.256 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:43:02.256 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:43:02.602 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:43:02.602 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:43:02.602 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:43:02.602 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:43:02.603 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:43:02.603 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:43:02.603 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:43:02.603 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:43:02.603 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:43:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:01.500261+0000 mgr.smithi032.jvdzvt (mgr.14636) 277 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:01.836738+0000 mgr.smithi032.jvdzvt (mgr.14636) 278 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:01.925221+0000 mgr.smithi032.jvdzvt (mgr.14636) 279 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:02.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:02.253001+0000 mon.smithi003 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.3:0/2249625413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:43:02.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:01.500261+0000 mgr.smithi032.jvdzvt (mgr.14636) 277 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:02.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:01.836738+0000 mgr.smithi032.jvdzvt (mgr.14636) 278 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:02.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:01.925221+0000 mgr.smithi032.jvdzvt (mgr.14636) 279 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:02.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:02.253001+0000 mon.smithi003 (mon.0) 904 : audit [DBG] from='client.? 172.21.15.3:0/2249625413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:43:03.013 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:43:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:02.601571+0000 mgr.smithi032.jvdzvt (mgr.14636) 280 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:03.013160+0000 mon.smithi003 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.3:0/3003220630' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:43:03.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:02.601571+0000 mgr.smithi032.jvdzvt (mgr.14636) 280 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:03.013160+0000 mon.smithi003 (mon.0) 905 : audit [DBG] from='client.? 172.21.15.3:0/3003220630' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:43:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:03.925694+0000 mgr.smithi032.jvdzvt (mgr.14636) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:04.007605+0000 mon.smithi032 (mon.1) 106 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:04.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:03.925694+0000 mgr.smithi032.jvdzvt (mgr.14636) 281 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:04.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:04.007605+0000 mon.smithi032 (mon.1) 106 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:07.209 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:05.926576+0000 mgr.smithi032.jvdzvt (mgr.14636) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:05.926576+0000 mgr.smithi032.jvdzvt (mgr.14636) 282 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:07.926933+0000 mgr.smithi032.jvdzvt (mgr.14636) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:09.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:07.926933+0000 mgr.smithi032.jvdzvt (mgr.14636) 283 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:09.927667+0000 mgr.smithi032.jvdzvt (mgr.14636) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:09.927667+0000 mgr.smithi032.jvdzvt (mgr.14636) 284 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:12.247 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:11.928154+0000 mgr.smithi032.jvdzvt (mgr.14636) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:13.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:11.928154+0000 mgr.smithi032.jvdzvt (mgr.14636) 285 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:14 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:13.928731+0000 mgr.smithi032.jvdzvt (mgr.14636) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:15.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:13.928731+0000 mgr.smithi032.jvdzvt (mgr.14636) 286 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:17.295 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:15.929395+0000 mgr.smithi032.jvdzvt (mgr.14636) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:15.929395+0000 mgr.smithi032.jvdzvt (mgr.14636) 287 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:17.929833+0000 mgr.smithi032.jvdzvt (mgr.14636) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:17.929833+0000 mgr.smithi032.jvdzvt (mgr.14636) 288 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:19.007831+0000 mon.smithi032 (mon.1) 107 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:19.007831+0000 mon.smithi032 (mon.1) 107 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:19.930574+0000 mgr.smithi032.jvdzvt (mgr.14636) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:19.930574+0000 mgr.smithi032.jvdzvt (mgr.14636) 289 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:22.339 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:21.931183+0000 mgr.smithi032.jvdzvt (mgr.14636) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:23.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:21.931183+0000 mgr.smithi032.jvdzvt (mgr.14636) 290 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:23.931659+0000 mgr.smithi032.jvdzvt (mgr.14636) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:25.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:23.931659+0000 mgr.smithi032.jvdzvt (mgr.14636) 291 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:27.380 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:25.932623+0000 mgr.smithi032.jvdzvt (mgr.14636) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:27.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:25.932623+0000 mgr.smithi032.jvdzvt (mgr.14636) 292 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:27.933105+0000 mgr.smithi032.jvdzvt (mgr.14636) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:27.933105+0000 mgr.smithi032.jvdzvt (mgr.14636) 293 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:29.933807+0000 mgr.smithi032.jvdzvt (mgr.14636) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:29.933807+0000 mgr.smithi032.jvdzvt (mgr.14636) 294 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:32.418 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:33.377 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:43:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:31.934281+0000 mgr.smithi032.jvdzvt (mgr.14636) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:31.934281+0000 mgr.smithi032.jvdzvt (mgr.14636) 295 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:34.058 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:43:34.058 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:43:34.059 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (11m) - 11m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:43:34.059 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (11m) - 11m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:43:34.059 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:43:34.059 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (8m) - 8m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:43:34.059 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (8m) - 8m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:43:34.060 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (12m) - 12m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:43:34.060 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (6m) - 11m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:43:34.060 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (12m) - 12m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:43:34.060 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (11m) - 11m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:43:34.060 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (6m) - 6m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:43:34.061 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (6m) - 6m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:43:34.061 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (11m) - 11m 18.3M - 0.18.1 e5a616e4b9cf 0188d119893b 2023-09-07T07:43:34.061 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (11m) - 10m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:43:34.061 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (10m) - 10m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:43:34.061 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (10m) - 10m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:43:34.061 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (10m) - 10m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:43:34.062 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (9m) - 9m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:43:34.062 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (9m) - 9m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:43:34.062 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (9m) - 9m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:43:34.062 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (9m) - 9m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:43:34.062 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (9m) - 9m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:43:34.063 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (10m) - 11m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:43:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:33.363396+0000 mgr.smithi032.jvdzvt (mgr.14636) 296 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:34.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:33.363396+0000 mgr.smithi032.jvdzvt (mgr.14636) 296 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:34.468 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:43:34.468 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:43:34.468 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:43:34.469 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:34.469 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:43:34.469 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:43:34.469 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:43:34.469 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:34.470 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:43:34.470 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:43:34.470 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:34.470 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:43:34.470 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:43:34.471 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:43:34.471 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:43:34.471 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:43:34.471 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:43:34.471 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:43:34.472 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:43:34.816 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:43:34.817 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:43:34.817 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:43:34.817 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:43:34.817 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:43:34.817 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:43:34.817 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:43:34.818 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:43:34.818 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:43:35.225 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:43:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:33.712791+0000 mgr.smithi032.jvdzvt (mgr.14636) 297 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:33.934751+0000 mgr.smithi032.jvdzvt (mgr.14636) 298 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:34.008024+0000 mon.smithi032 (mon.1) 108 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:34.047142+0000 mgr.smithi032.jvdzvt (mgr.14636) 299 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:34.468596+0000 mon.smithi003 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.3:0/1556347223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:43:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:33.712791+0000 mgr.smithi032.jvdzvt (mgr.14636) 297 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:33.934751+0000 mgr.smithi032.jvdzvt (mgr.14636) 298 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:34.008024+0000 mon.smithi032 (mon.1) 108 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:34.047142+0000 mgr.smithi032.jvdzvt (mgr.14636) 299 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:35.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:34.468596+0000 mon.smithi003 (mon.0) 906 : audit [DBG] from='client.? 172.21.15.3:0/1556347223' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:43:36.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:34.816021+0000 mgr.smithi032.jvdzvt (mgr.14636) 300 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:36.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:35.225190+0000 mon.smithi003 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.3:0/1042260935' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:43:36.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:34.816021+0000 mgr.smithi032.jvdzvt (mgr.14636) 300 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:43:36.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:35.225190+0000 mon.smithi003 (mon.0) 907 : audit [DBG] from='client.? 172.21.15.3:0/1042260935' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:43:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:35.935579+0000 mgr.smithi032.jvdzvt (mgr.14636) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:37.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:35.935579+0000 mgr.smithi032.jvdzvt (mgr.14636) 301 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:37.452 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:37.936054+0000 mgr.smithi032.jvdzvt (mgr.14636) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:39.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:37.936054+0000 mgr.smithi032.jvdzvt (mgr.14636) 302 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:39.936775+0000 mgr.smithi032.jvdzvt (mgr.14636) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:39.936775+0000 mgr.smithi032.jvdzvt (mgr.14636) 303 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:42.489 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:41.937388+0000 mgr.smithi032.jvdzvt (mgr.14636) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:43.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:42 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:41.937388+0000 mgr.smithi032.jvdzvt (mgr.14636) 304 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:43.937801+0000 mgr.smithi032.jvdzvt (mgr.14636) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:45.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:43.937801+0000 mgr.smithi032.jvdzvt (mgr.14636) 305 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:45.938556+0000 mgr.smithi032.jvdzvt (mgr.14636) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:46 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:45.938556+0000 mgr.smithi032.jvdzvt (mgr.14636) 306 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:47.530 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:47.938956+0000 mgr.smithi032.jvdzvt (mgr.14636) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:49.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:47.938956+0000 mgr.smithi032.jvdzvt (mgr.14636) 307 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:50.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:49.008350+0000 mon.smithi032 (mon.1) 109 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:50.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:49.008350+0000 mon.smithi032 (mon.1) 109 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:43:51.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:49.939727+0000 mgr.smithi032.jvdzvt (mgr.14636) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:51.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:49.939727+0000 mgr.smithi032.jvdzvt (mgr.14636) 308 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:52.578 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:51.940298+0000 mgr.smithi032.jvdzvt (mgr.14636) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:51.940298+0000 mgr.smithi032.jvdzvt (mgr.14636) 309 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:53.940736+0000 mgr.smithi032.jvdzvt (mgr.14636) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:54.647204+0000 mon.smithi003 (mon.0) 908 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:43:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:43:54.654912+0000 mon.smithi003 (mon.0) 909 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:43:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:53.940736+0000 mgr.smithi032.jvdzvt (mgr.14636) 310 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:54.647204+0000 mon.smithi003 (mon.0) 908 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:43:55.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:43:54.654912+0000 mon.smithi003 (mon.0) 909 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:43:56.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:43:54.662965+0000 mgr.smithi032.jvdzvt (mgr.14636) 311 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:43:56.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:43:54.918246+0000 mgr.smithi032.jvdzvt (mgr.14636) 312 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:43:56.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:43:54.662965+0000 mgr.smithi032.jvdzvt (mgr.14636) 311 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:43:56.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:43:54.918246+0000 mgr.smithi032.jvdzvt (mgr.14636) 312 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:43:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:55.941650+0000 mgr.smithi032.jvdzvt (mgr.14636) 313 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:57.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:55.941650+0000 mgr.smithi032.jvdzvt (mgr.14636) 313 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:43:57.617 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:43:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:43:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:57.942115+0000 mgr.smithi032.jvdzvt (mgr.14636) 314 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:43:59.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:43:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:57.942115+0000 mgr.smithi032.jvdzvt (mgr.14636) 314 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:43:59.942923+0000 mgr.smithi032.jvdzvt (mgr.14636) 315 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:43:59.942923+0000 mgr.smithi032.jvdzvt (mgr.14636) 315 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:02.660 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:01.943541+0000 mgr.smithi032.jvdzvt (mgr.14636) 316 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:03.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:02 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:01.943541+0000 mgr.smithi032.jvdzvt (mgr.14636) 316 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:03.944028+0000 mgr.smithi032.jvdzvt (mgr.14636) 317 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:04.008719+0000 mon.smithi032 (mon.1) 110 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:05.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:03.944028+0000 mgr.smithi032.jvdzvt (mgr.14636) 317 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:05.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:04.008719+0000 mon.smithi032 (mon.1) 110 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:05.598 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:44:06.279 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:44:06.279 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:44:06.279 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (12m) - 12m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:44:06.280 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (11m) - 11m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:44:06.280 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:44:06.280 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (8m) - 8m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:44:06.280 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (8m) - 8m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:44:06.280 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (13m) - 13m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:44:06.281 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (7m) - 11m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:44:06.281 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (13m) - 13m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:44:06.281 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (11m) - 11m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:44:06.281 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (6m) - 6m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:44:06.281 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (6m) - 6m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:44:06.281 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:44:06.282 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (11m) - 11m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:44:06.282 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (11m) - 11m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:44:06.282 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (10m) - 10m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:44:06.282 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (10m) - 10m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:44:06.282 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (10m) - 10m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:44:06.283 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (10m) - 10m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:44:06.283 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (9m) - 9m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:44:06.283 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (9m) - 9m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:44:06.283 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (9m) - 9m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:44:06.283 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (11m) - 11m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:44:06.691 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:44:06.691 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:44:06.691 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:44:06.691 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:06.692 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:44:06.692 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:44:06.692 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:44:06.692 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:06.692 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:44:06.693 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:44:06.693 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:06.693 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:44:06.693 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:44:06.693 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:06.694 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:44:06.694 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:44:06.694 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:44:06.694 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:44:06.694 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:44:07.039 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:44:07.040 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:44:07.040 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:44:07.040 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:44:07.040 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:44:07.040 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:44:07.041 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:44:07.041 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:44:07.041 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:44:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:05.583797+0000 mgr.smithi032.jvdzvt (mgr.14636) 318 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:05.929275+0000 mgr.smithi032.jvdzvt (mgr.14636) 319 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:05.944977+0000 mgr.smithi032.jvdzvt (mgr.14636) 320 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:07.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:06.268690+0000 mgr.smithi032.jvdzvt (mgr.14636) 321 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:07.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:06.691248+0000 mon.smithi003 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.3:0/434983689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:44:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:05.583797+0000 mgr.smithi032.jvdzvt (mgr.14636) 318 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:05.929275+0000 mgr.smithi032.jvdzvt (mgr.14636) 319 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:05.944977+0000 mgr.smithi032.jvdzvt (mgr.14636) 320 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:06.268690+0000 mgr.smithi032.jvdzvt (mgr.14636) 321 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:07.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:06.691248+0000 mon.smithi003 (mon.0) 910 : audit [DBG] from='client.? 172.21.15.3:0/434983689' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:44:07.451 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:44:07.699 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:08.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:07.039367+0000 mgr.smithi032.jvdzvt (mgr.14636) 322 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:08.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:07.451520+0000 mon.smithi003 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.3:0/1008634093' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:44:08.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:07.039367+0000 mgr.smithi032.jvdzvt (mgr.14636) 322 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:08.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:07.451520+0000 mon.smithi003 (mon.0) 911 : audit [DBG] from='client.? 172.21.15.3:0/1008634093' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:44:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:09 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:07.945562+0000 mgr.smithi032.jvdzvt (mgr.14636) 323 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:09.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:09 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:07.945562+0000 mgr.smithi032.jvdzvt (mgr.14636) 323 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:09.946168+0000 mgr.smithi032.jvdzvt (mgr.14636) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:09.946168+0000 mgr.smithi032.jvdzvt (mgr.14636) 324 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:12.741 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:11.946607+0000 mgr.smithi032.jvdzvt (mgr.14636) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:13.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:11.946607+0000 mgr.smithi032.jvdzvt (mgr.14636) 325 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:13.947037+0000 mgr.smithi032.jvdzvt (mgr.14636) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:15.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:13.947037+0000 mgr.smithi032.jvdzvt (mgr.14636) 326 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:15.947990+0000 mgr.smithi032.jvdzvt (mgr.14636) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:15.947990+0000 mgr.smithi032.jvdzvt (mgr.14636) 327 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:17.777 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:17.948400+0000 mgr.smithi032.jvdzvt (mgr.14636) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:17.948400+0000 mgr.smithi032.jvdzvt (mgr.14636) 328 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:19.008953+0000 mon.smithi032 (mon.1) 111 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:20.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:19.008953+0000 mon.smithi032 (mon.1) 111 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:19.949133+0000 mgr.smithi032.jvdzvt (mgr.14636) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:21.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:19.949133+0000 mgr.smithi032.jvdzvt (mgr.14636) 329 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:22.817 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:21.949633+0000 mgr.smithi032.jvdzvt (mgr.14636) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:23.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:21.949633+0000 mgr.smithi032.jvdzvt (mgr.14636) 330 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:23.950153+0000 mgr.smithi032.jvdzvt (mgr.14636) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:23.950153+0000 mgr.smithi032.jvdzvt (mgr.14636) 331 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:25.951053+0000 mgr.smithi032.jvdzvt (mgr.14636) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:27.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:25.951053+0000 mgr.smithi032.jvdzvt (mgr.14636) 332 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:27.867 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:27.951607+0000 mgr.smithi032.jvdzvt (mgr.14636) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:27.951607+0000 mgr.smithi032.jvdzvt (mgr.14636) 333 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:29.952511+0000 mgr.smithi032.jvdzvt (mgr.14636) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:29.952511+0000 mgr.smithi032.jvdzvt (mgr.14636) 334 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:32.904 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:31.953043+0000 mgr.smithi032.jvdzvt (mgr.14636) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:33.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:31.953043+0000 mgr.smithi032.jvdzvt (mgr.14636) 335 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:33.953630+0000 mgr.smithi032.jvdzvt (mgr.14636) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:34.009363+0000 mon.smithi032 (mon.1) 112 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:33.953630+0000 mgr.smithi032.jvdzvt (mgr.14636) 336 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:34.009363+0000 mon.smithi032 (mon.1) 112 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:35.954417+0000 mgr.smithi032.jvdzvt (mgr.14636) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:37.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:35.954417+0000 mgr.smithi032.jvdzvt (mgr.14636) 337 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:37.819 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:44:37.939 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:38.507 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:44:38.507 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:44:38.507 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (12m) - 12m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:44:38.508 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (12m) - 12m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:44:38.508 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:44:38.508 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (9m) - 9m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:44:38.508 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (9m) - 9m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:44:38.508 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (13m) - 13m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:44:38.508 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (7m) - 12m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:44:38.509 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (13m) - 13m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:44:38.509 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (12m) - 12m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:44:38.509 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (7m) - 7m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:44:38.509 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (7m) - 7m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:44:38.509 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:44:38.510 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (12m) - 12m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:44:38.510 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (11m) - 11m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:44:38.510 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (11m) - 11m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:44:38.510 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (11m) - 11m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:44:38.511 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (10m) - 10m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:44:38.511 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (10m) - 10m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:44:38.511 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (10m) - 10m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:44:38.511 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (10m) - 10m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:44:38.511 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (10m) - 10m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:44:38.512 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (11m) - 12m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:44:38.917 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:44:38.918 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:44:38.918 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:44:38.918 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:38.918 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:44:38.919 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:44:38.919 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:44:38.919 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:38.919 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:44:38.919 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:44:38.920 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:38.920 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:44:38.920 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:44:38.920 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:44:38.920 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:44:38.921 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:44:38.921 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:44:38.921 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:44:38.921 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:44:39.264 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:44:39.264 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:44:39.264 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:44:39.265 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:44:39.265 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:44:39.265 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:44:39.265 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:44:39.265 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:44:39.266 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:44:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:37.804529+0000 mgr.smithi032.jvdzvt (mgr.14636) 338 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:37.954842+0000 mgr.smithi032.jvdzvt (mgr.14636) 339 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:39.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:38.158619+0000 mgr.smithi032.jvdzvt (mgr.14636) 340 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:39.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:38.496559+0000 mgr.smithi032.jvdzvt (mgr.14636) 341 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:39.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:38.917735+0000 mon.smithi003 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.3:0/4201360205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:44:39.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:37.804529+0000 mgr.smithi032.jvdzvt (mgr.14636) 338 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:39.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:37.954842+0000 mgr.smithi032.jvdzvt (mgr.14636) 339 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:39.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:38.158619+0000 mgr.smithi032.jvdzvt (mgr.14636) 340 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:39.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:38.496559+0000 mgr.smithi032.jvdzvt (mgr.14636) 341 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:39.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:38.917735+0000 mon.smithi003 (mon.0) 912 : audit [DBG] from='client.? 172.21.15.3:0/4201360205' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:44:39.674 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:44:40.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:39.263900+0000 mgr.smithi032.jvdzvt (mgr.14636) 342 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:40.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:39.674658+0000 mon.smithi003 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.3:0/4076763493' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:44:40.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:39.263900+0000 mgr.smithi032.jvdzvt (mgr.14636) 342 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:44:40.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:39.674658+0000 mon.smithi003 (mon.0) 913 : audit [DBG] from='client.? 172.21.15.3:0/4076763493' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:44:41.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:39.955615+0000 mgr.smithi032.jvdzvt (mgr.14636) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:41.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:39.955615+0000 mgr.smithi032.jvdzvt (mgr.14636) 343 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:42.973 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:41.956095+0000 mgr.smithi032.jvdzvt (mgr.14636) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:41.956095+0000 mgr.smithi032.jvdzvt (mgr.14636) 344 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:43.956548+0000 mgr.smithi032.jvdzvt (mgr.14636) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:45.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:43.956548+0000 mgr.smithi032.jvdzvt (mgr.14636) 345 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:45.957416+0000 mgr.smithi032.jvdzvt (mgr.14636) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:45.957416+0000 mgr.smithi032.jvdzvt (mgr.14636) 346 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:48.017 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:47.958026+0000 mgr.smithi032.jvdzvt (mgr.14636) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:44:49.009630+0000 mon.smithi032 (mon.1) 113 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:49.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:47.958026+0000 mgr.smithi032.jvdzvt (mgr.14636) 347 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:44:49.009630+0000 mon.smithi032 (mon.1) 113 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:44:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:49.958929+0000 mgr.smithi032.jvdzvt (mgr.14636) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:49.958929+0000 mgr.smithi032.jvdzvt (mgr.14636) 348 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:53.051 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:51.959567+0000 mgr.smithi032.jvdzvt (mgr.14636) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:51.959567+0000 mgr.smithi032.jvdzvt (mgr.14636) 349 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:53.960180+0000 mgr.smithi032.jvdzvt (mgr.14636) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:55.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:53.960180+0000 mgr.smithi032.jvdzvt (mgr.14636) 350 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:55.960908+0000 mgr.smithi032.jvdzvt (mgr.14636) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:57.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:55.960908+0000 mgr.smithi032.jvdzvt (mgr.14636) 351 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:44:58.101 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:44:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:44:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:57.961508+0000 mgr.smithi032.jvdzvt (mgr.14636) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:44:59.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:44:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:57.961508+0000 mgr.smithi032.jvdzvt (mgr.14636) 352 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:44:59.962297+0000 mgr.smithi032.jvdzvt (mgr.14636) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:44:59.962297+0000 mgr.smithi032.jvdzvt (mgr.14636) 353 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:03.136 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:01.962739+0000 mgr.smithi032.jvdzvt (mgr.14636) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:03.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:01.962739+0000 mgr.smithi032.jvdzvt (mgr.14636) 354 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:04.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:04.009745+0000 mon.smithi032 (mon.1) 114 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:04.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:04.009745+0000 mon.smithi032 (mon.1) 114 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:03.963135+0000 mgr.smithi032.jvdzvt (mgr.14636) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:05.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:03.963135+0000 mgr.smithi032.jvdzvt (mgr.14636) 355 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:05.963950+0000 mgr.smithi032.jvdzvt (mgr.14636) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:05.963950+0000 mgr.smithi032.jvdzvt (mgr.14636) 356 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:08.175 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:09 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:07.964621+0000 mgr.smithi032.jvdzvt (mgr.14636) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:09.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:09 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:07.964621+0000 mgr.smithi032.jvdzvt (mgr.14636) 357 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:10.044 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:45:10.723 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:45:10.724 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:45:10.724 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (13m) - 13m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:45:10.724 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (12m) - 12m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:45:10.724 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:45:10.725 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (9m) - 9m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:45:10.725 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (9m) - 9m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:45:10.725 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (14m) - 14m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:45:10.725 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (8m) - 12m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:45:10.725 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (14m) - 14m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:45:10.725 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (12m) - 12m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:45:10.726 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (7m) - 7m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:45:10.726 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (7m) - 7m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:45:10.726 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:45:10.726 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (12m) - 12m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:45:10.727 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (12m) - 12m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:45:10.727 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (12m) - 12m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:45:10.727 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (11m) - 11m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:45:10.727 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (11m) - 11m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:45:10.727 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (11m) - 11m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:45:10.727 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (11m) - 11m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:45:10.728 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (10m) - 10m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:45:10.728 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (10m) - 10m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:45:10.728 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (12m) - 12m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:45:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:09.965237+0000 mgr.smithi032.jvdzvt (mgr.14636) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:10.029468+0000 mgr.smithi032.jvdzvt (mgr.14636) 359 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:10.374304+0000 mgr.smithi032.jvdzvt (mgr.14636) 360 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:09.965237+0000 mgr.smithi032.jvdzvt (mgr.14636) 358 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:10.029468+0000 mgr.smithi032.jvdzvt (mgr.14636) 359 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:10.374304+0000 mgr.smithi032.jvdzvt (mgr.14636) 360 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:11.131 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:45:11.132 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:45:11.132 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:45:11.132 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:11.132 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:45:11.133 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:45:11.133 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:45:11.133 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:11.133 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:45:11.134 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:45:11.134 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:11.134 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:45:11.134 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:45:11.134 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:11.137 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:45:11.138 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:45:11.138 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:45:11.138 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:45:11.139 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:45:11.477 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:45:11.477 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:45:11.477 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:45:11.478 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:45:11.478 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:45:11.478 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:45:11.478 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:45:11.478 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:45:11.479 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:45:11.886 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:45:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:10.713711+0000 mgr.smithi032.jvdzvt (mgr.14636) 361 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:11.131941+0000 mon.smithi003 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.3:0/508941620' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:45:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:11.476803+0000 mgr.smithi032.jvdzvt (mgr.14636) 362 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:10.713711+0000 mgr.smithi032.jvdzvt (mgr.14636) 361 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:11.131941+0000 mon.smithi003 (mon.0) 914 : audit [DBG] from='client.? 172.21.15.3:0/508941620' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:45:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:11.476803+0000 mgr.smithi032.jvdzvt (mgr.14636) 362 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:11.886562+0000 mon.smithi003 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.3:0/413085247' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:45:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:11.965651+0000 mgr.smithi032.jvdzvt (mgr.14636) 363 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:11.886562+0000 mon.smithi003 (mon.0) 915 : audit [DBG] from='client.? 172.21.15.3:0/413085247' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:45:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:11.965651+0000 mgr.smithi032.jvdzvt (mgr.14636) 363 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:13.214 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:13.966207+0000 mgr.smithi032.jvdzvt (mgr.14636) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:15.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:13.966207+0000 mgr.smithi032.jvdzvt (mgr.14636) 364 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:15.967091+0000 mgr.smithi032.jvdzvt (mgr.14636) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:15.967091+0000 mgr.smithi032.jvdzvt (mgr.14636) 365 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:18.268 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:17.967644+0000 mgr.smithi032.jvdzvt (mgr.14636) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:19.010090+0000 mon.smithi032 (mon.1) 115 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:17.967644+0000 mgr.smithi032.jvdzvt (mgr.14636) 366 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:19.010090+0000 mon.smithi032 (mon.1) 115 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:19.968315+0000 mgr.smithi032.jvdzvt (mgr.14636) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:20.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:19.968315+0000 mgr.smithi032.jvdzvt (mgr.14636) 367 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:23.304 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:21.968776+0000 mgr.smithi032.jvdzvt (mgr.14636) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:23.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:21.968776+0000 mgr.smithi032.jvdzvt (mgr.14636) 368 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:23.969178+0000 mgr.smithi032.jvdzvt (mgr.14636) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:25.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:23.969178+0000 mgr.smithi032.jvdzvt (mgr.14636) 369 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:25.970056+0000 mgr.smithi032.jvdzvt (mgr.14636) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:27.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:25.970056+0000 mgr.smithi032.jvdzvt (mgr.14636) 370 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:28.343 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:27.970515+0000 mgr.smithi032.jvdzvt (mgr.14636) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:29.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:27.970515+0000 mgr.smithi032.jvdzvt (mgr.14636) 371 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:29.971130+0000 mgr.smithi032.jvdzvt (mgr.14636) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:29.971130+0000 mgr.smithi032.jvdzvt (mgr.14636) 372 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:33.388 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:31.971617+0000 mgr.smithi032.jvdzvt (mgr.14636) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:31.971617+0000 mgr.smithi032.jvdzvt (mgr.14636) 373 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:34.010372+0000 mon.smithi032 (mon.1) 116 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:34.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:34.010372+0000 mon.smithi032 (mon.1) 116 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:33.972194+0000 mgr.smithi032.jvdzvt (mgr.14636) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:35.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:33.972194+0000 mgr.smithi032.jvdzvt (mgr.14636) 374 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:35.972903+0000 mgr.smithi032.jvdzvt (mgr.14636) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:37.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:35.972903+0000 mgr.smithi032.jvdzvt (mgr.14636) 375 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:38.423 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:37.973569+0000 mgr.smithi032.jvdzvt (mgr.14636) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:39.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:37.973569+0000 mgr.smithi032.jvdzvt (mgr.14636) 376 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:39.974222+0000 mgr.smithi032.jvdzvt (mgr.14636) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:39.974222+0000 mgr.smithi032.jvdzvt (mgr.14636) 377 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:42.255 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:45:42.932 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:45:42.932 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:45:42.932 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (13m) - 13m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:45:42.932 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (13m) - 13m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:45:42.933 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:45:42.933 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (10m) - 10m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:45:42.933 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (10m) - 10m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:45:42.933 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (14m) - 14m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:45:42.933 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (8m) - 13m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:45:42.934 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (14m) - 15m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:45:42.934 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (13m) - 13m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:45:42.934 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (8m) - 8m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:45:42.934 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (8m) - 8m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:45:42.934 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:45:42.935 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (13m) - 13m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:45:42.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (12m) - 12m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:45:42.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (12m) - 12m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:45:42.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (12m) - 12m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:45:42.935 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (12m) - 12m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:45:42.936 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (11m) - 11m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:45:42.936 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (11m) - 11m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:45:42.936 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (11m) - 11m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:45:42.936 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (11m) - 11m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:45:42.936 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (12m) - 13m 46.4M - 2.18.1 de242295e225 334e30c2bd97 2023-09-07T07:45:43.340 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:45:43.340 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:45:43.340 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:45:43.340 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:43.341 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:45:43.341 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:45:43.341 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:45:43.341 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:43.341 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:45:43.342 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:45:43.342 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:43.342 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:45:43.342 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:45:43.342 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:45:43.342 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:45:43.343 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:45:43.343 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:45:43.343 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:45:43.343 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:45:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:41.974787+0000 mgr.smithi032.jvdzvt (mgr.14636) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:42.241576+0000 mgr.smithi032.jvdzvt (mgr.14636) 379 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:43.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:41.974787+0000 mgr.smithi032.jvdzvt (mgr.14636) 378 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:42.241576+0000 mgr.smithi032.jvdzvt (mgr.14636) 379 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:43.472 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:43.691 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:45:43.692 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:45:43.692 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:45:43.692 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:45:43.692 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:45:43.693 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:45:43.693 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:45:43.693 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:45:43.693 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:45:44.099 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:45:44.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:42.585036+0000 mgr.smithi032.jvdzvt (mgr.14636) 380 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:44.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:42.922466+0000 mgr.smithi032.jvdzvt (mgr.14636) 381 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:44.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:43.340114+0000 mon.smithi003 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.3:0/3810518027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:45:44.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:42.585036+0000 mgr.smithi032.jvdzvt (mgr.14636) 380 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:42.922466+0000 mgr.smithi032.jvdzvt (mgr.14636) 381 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:43.340114+0000 mon.smithi003 (mon.0) 916 : audit [DBG] from='client.? 172.21.15.3:0/3810518027' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:45:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:43.691399+0000 mgr.smithi032.jvdzvt (mgr.14636) 382 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:43.975215+0000 mgr.smithi032.jvdzvt (mgr.14636) 383 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:44.099228+0000 mon.smithi003 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.3:0/410006546' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:45:45.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:43.691399+0000 mgr.smithi032.jvdzvt (mgr.14636) 382 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:45:45.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:43.975215+0000 mgr.smithi032.jvdzvt (mgr.14636) 383 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:45.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:44.099228+0000 mon.smithi003 (mon.0) 917 : audit [DBG] from='client.? 172.21.15.3:0/410006546' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:45:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:45.975979+0000 mgr.smithi032.jvdzvt (mgr.14636) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:45.975979+0000 mgr.smithi032.jvdzvt (mgr.14636) 384 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:48.517 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:47.976411+0000 mgr.smithi032.jvdzvt (mgr.14636) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:45:49.010619+0000 mon.smithi032 (mon.1) 117 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:49.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:47.976411+0000 mgr.smithi032.jvdzvt (mgr.14636) 385 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:45:49.010619+0000 mon.smithi032 (mon.1) 117 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:45:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:49.977093+0000 mgr.smithi032.jvdzvt (mgr.14636) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:49.977093+0000 mgr.smithi032.jvdzvt (mgr.14636) 386 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:51.977592+0000 mgr.smithi032.jvdzvt (mgr.14636) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:53.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:51.977592+0000 mgr.smithi032.jvdzvt (mgr.14636) 387 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:53.557 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:53.978084+0000 mgr.smithi032.jvdzvt (mgr.14636) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:55.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:53.978084+0000 mgr.smithi032.jvdzvt (mgr.14636) 388 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:55.979082+0000 mgr.smithi032.jvdzvt (mgr.14636) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:57.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:55.979082+0000 mgr.smithi032.jvdzvt (mgr.14636) 389 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:45:58.595 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:45:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:45:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:57.979599+0000 mgr.smithi032.jvdzvt (mgr.14636) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:45:59.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:45:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:57.979599+0000 mgr.smithi032.jvdzvt (mgr.14636) 390 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:45:59.980523+0000 mgr.smithi032.jvdzvt (mgr.14636) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:45:59.980523+0000 mgr.smithi032.jvdzvt (mgr.14636) 391 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:03.640 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:01.980930+0000 mgr.smithi032.jvdzvt (mgr.14636) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:02.519708+0000 mon.smithi003 (mon.0) 918 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:46:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:02.527285+0000 mon.smithi003 (mon.0) 919 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:46:03.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:01.980930+0000 mgr.smithi032.jvdzvt (mgr.14636) 392 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:02.519708+0000 mon.smithi003 (mon.0) 918 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:46:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:02.527285+0000 mon.smithi003 (mon.0) 919 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:46:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:46:02.560786+0000 mgr.smithi032.jvdzvt (mgr.14636) 393 : cephadm [INF] Reconfiguring node-exporter.smithi032 (dependencies changed)... 2023-09-07T07:46:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:46:02.561223+0000 mgr.smithi032.jvdzvt (mgr.14636) 394 : cephadm [INF] Reconfiguring daemon node-exporter.smithi032 on smithi032 2023-09-07T07:46:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:04.010866+0000 mon.smithi032 (mon.1) 118 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:04.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:46:02.560786+0000 mgr.smithi032.jvdzvt (mgr.14636) 393 : cephadm [INF] Reconfiguring node-exporter.smithi032 (dependencies changed)... 2023-09-07T07:46:04.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:46:02.561223+0000 mgr.smithi032.jvdzvt (mgr.14636) 394 : cephadm [INF] Reconfiguring daemon node-exporter.smithi032 on smithi032 2023-09-07T07:46:04.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:04.010866+0000 mon.smithi032 (mon.1) 118 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:03.981300+0000 mgr.smithi032.jvdzvt (mgr.14636) 395 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:03.981300+0000 mgr.smithi032.jvdzvt (mgr.14636) 395 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:05.982062+0000 mgr.smithi032.jvdzvt (mgr.14636) 396 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:06.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:05.982062+0000 mgr.smithi032.jvdzvt (mgr.14636) 396 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:08.674 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:09 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:07.982648+0000 mgr.smithi032.jvdzvt (mgr.14636) 397 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:09.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:09 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:07.982648+0000 mgr.smithi032.jvdzvt (mgr.14636) 397 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:09.983277+0000 mgr.smithi032.jvdzvt (mgr.14636) 398 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:09.983277+0000 mgr.smithi032.jvdzvt (mgr.14636) 398 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:13.302 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:11.983711+0000 mgr.smithi032.jvdzvt (mgr.14636) 399 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:11.983711+0000 mgr.smithi032.jvdzvt (mgr.14636) 399 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:13.709 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:14.477 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:46:15.156 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:46:15.156 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:46:15.156 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (14m) - 14m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:46:15.157 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (13m) - 13m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:46:15.157 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:46:15.157 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (10m) - 10m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:46:15.157 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (10m) - 10m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:46:15.157 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (15m) - 15m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:46:15.158 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (9m) - 13m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:46:15.158 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (15m) - 15m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:46:15.158 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (13m) - 13m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:46:15.158 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (8m) - 8m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:46:15.158 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (8m) - 8m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:46:15.159 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:46:15.159 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (13m) - 13m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:46:15.159 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (13m) - 13m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:46:15.159 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (13m) - 13m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:46:15.159 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (12m) - 12m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:46:15.159 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (12m) - 12m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:46:15.160 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (12m) - 12m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:46:15.160 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (12m) - 12m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:46:15.160 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (11m) - 11m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:46:15.160 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (11m) - 11m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:46:15.160 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 starting - - - - 2023-09-07T07:46:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:13.984168+0000 mgr.smithi032.jvdzvt (mgr.14636) 400 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:14.461449+0000 mgr.smithi032.jvdzvt (mgr.14636) 401 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:15.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:13.984168+0000 mgr.smithi032.jvdzvt (mgr.14636) 400 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:15.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:14.461449+0000 mgr.smithi032.jvdzvt (mgr.14636) 401 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:15.566 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:46:15.566 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:46:15.567 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:46:15.567 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:15.567 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:46:15.567 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:46:15.567 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:46:15.568 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:15.568 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:46:15.568 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:46:15.568 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:15.568 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:46:15.569 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:46:15.569 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:15.569 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:46:15.569 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:46:15.569 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:46:15.570 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:46:15.570 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:46:15.916 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:46:15.916 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:46:15.917 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:46:15.917 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:46:15.917 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:46:15.917 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:46:15.917 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:46:15.918 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:46:15.918 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:46:16.324 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:46:16.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:14.808766+0000 mgr.smithi032.jvdzvt (mgr.14636) 402 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:16.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:15.146075+0000 mgr.smithi032.jvdzvt (mgr.14636) 403 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:16.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:15.566931+0000 mon.smithi003 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.3:0/1973560796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:46:16.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:14.808766+0000 mgr.smithi032.jvdzvt (mgr.14636) 402 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:16.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:15.146075+0000 mgr.smithi032.jvdzvt (mgr.14636) 403 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:16.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:15.566931+0000 mon.smithi003 (mon.0) 920 : audit [DBG] from='client.? 172.21.15.3:0/1973560796' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:46:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:15.916399+0000 mgr.smithi032.jvdzvt (mgr.14636) 404 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:15.985072+0000 mgr.smithi032.jvdzvt (mgr.14636) 405 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:16.324461+0000 mon.smithi003 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.3:0/2877976043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:46:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:15.916399+0000 mgr.smithi032.jvdzvt (mgr.14636) 404 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:15.985072+0000 mgr.smithi032.jvdzvt (mgr.14636) 405 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:17.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:16.324461+0000 mon.smithi003 (mon.0) 921 : audit [DBG] from='client.? 172.21.15.3:0/2877976043' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:46:18.751 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:17.985672+0000 mgr.smithi032.jvdzvt (mgr.14636) 406 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:19.011146+0000 mon.smithi032 (mon.1) 119 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:17.985672+0000 mgr.smithi032.jvdzvt (mgr.14636) 406 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:19.011146+0000 mon.smithi032 (mon.1) 119 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:19.986592+0000 mgr.smithi032.jvdzvt (mgr.14636) 407 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:20.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:19.986592+0000 mgr.smithi032.jvdzvt (mgr.14636) 407 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:21.987078+0000 mgr.smithi032.jvdzvt (mgr.14636) 408 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:23.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:21.987078+0000 mgr.smithi032.jvdzvt (mgr.14636) 408 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:23.791 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:23.987628+0000 mgr.smithi032.jvdzvt (mgr.14636) 409 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:23.987628+0000 mgr.smithi032.jvdzvt (mgr.14636) 409 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:25.988621+0000 mgr.smithi032.jvdzvt (mgr.14636) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:27.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:25.988621+0000 mgr.smithi032.jvdzvt (mgr.14636) 410 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:28.839 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:27.989257+0000 mgr.smithi032.jvdzvt (mgr.14636) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:29.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:27.989257+0000 mgr.smithi032.jvdzvt (mgr.14636) 411 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:29.990030+0000 mgr.smithi032.jvdzvt (mgr.14636) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:29.990030+0000 mgr.smithi032.jvdzvt (mgr.14636) 412 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:31.990523+0000 mgr.smithi032.jvdzvt (mgr.14636) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:31.990523+0000 mgr.smithi032.jvdzvt (mgr.14636) 413 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:33.875 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:34.011495+0000 mon.smithi032 (mon.1) 120 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:34.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:34.011495+0000 mon.smithi032 (mon.1) 120 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:35.093 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:33.990939+0000 mgr.smithi032.jvdzvt (mgr.14636) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:33.990939+0000 mgr.smithi032.jvdzvt (mgr.14636) 414 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:35.991859+0000 mgr.smithi032.jvdzvt (mgr.14636) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:37.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:35.991859+0000 mgr.smithi032.jvdzvt (mgr.14636) 415 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:38.915 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:37.992355+0000 mgr.smithi032.jvdzvt (mgr.14636) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:39.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:37.992355+0000 mgr.smithi032.jvdzvt (mgr.14636) 416 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:39.993035+0000 mgr.smithi032.jvdzvt (mgr.14636) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:39.993035+0000 mgr.smithi032.jvdzvt (mgr.14636) 417 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:41.993608+0000 mgr.smithi032.jvdzvt (mgr.14636) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:43.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:41.993608+0000 mgr.smithi032.jvdzvt (mgr.14636) 418 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:43.952 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:43.994117+0000 mgr.smithi032.jvdzvt (mgr.14636) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:45.414 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:43.994117+0000 mgr.smithi032.jvdzvt (mgr.14636) 419 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:46.698 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:46:47.374 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:46:47.375 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:46:47.375 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (14m) - 14m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:46:47.376 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (14m) - 14m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:46:47.376 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:46:47.377 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (11m) - 11m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:46:47.377 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (11m) - 11m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:46:47.377 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (16m) - 16m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:46:47.378 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (9m) - 14m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:46:47.378 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (16m) - 16m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:46:47.378 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (14m) - 14m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:46:47.379 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (9m) - 9m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:46:47.379 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (9m) - 9m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:46:47.379 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:46:47.380 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (14m) - 14m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:46:47.380 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (13m) - 13m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:46:47.381 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (13m) - 13m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:46:47.381 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (13m) - 13m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:46:47.381 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (13m) - 13m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:46:47.382 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (12m) - 12m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:46:47.382 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (12m) - 12m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:46:47.382 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (12m) - 12m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:46:47.383 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (12m) - 12m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:46:47.383 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 starting - - - - 2023-09-07T07:46:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:45.995059+0000 mgr.smithi032.jvdzvt (mgr.14636) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:45.995059+0000 mgr.smithi032.jvdzvt (mgr.14636) 420 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:47.787 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:46:47.788 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:46:47.788 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:46:47.788 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:47.788 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:46:47.789 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:46:47.789 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:46:47.789 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:47.789 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:46:47.789 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:46:47.789 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:47.790 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:46:47.790 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:46:47.790 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:46:47.790 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:46:47.790 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:46:47.791 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:46:47.791 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:46:47.791 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:46:48.135 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:46:48.136 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:46:48.136 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:46:48.136 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:46:48.136 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:46:48.137 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:46:48.137 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:46:48.137 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:46:48.137 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:46:48.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:46.682064+0000 mgr.smithi032.jvdzvt (mgr.14636) 421 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:48.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:47.027471+0000 mgr.smithi032.jvdzvt (mgr.14636) 422 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:48.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:47.365220+0000 mgr.smithi032.jvdzvt (mgr.14636) 423 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:48.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:47.787800+0000 mon.smithi003 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.3:0/285949160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:46:48.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:46.682064+0000 mgr.smithi032.jvdzvt (mgr.14636) 421 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:48.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:47.027471+0000 mgr.smithi032.jvdzvt (mgr.14636) 422 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:48.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:47.365220+0000 mgr.smithi032.jvdzvt (mgr.14636) 423 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:48.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:47.787800+0000 mon.smithi003 (mon.0) 922 : audit [DBG] from='client.? 172.21.15.3:0/285949160' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:46:48.543 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:46:48.991 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:47.995456+0000 mgr.smithi032.jvdzvt (mgr.14636) 424 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:48.135358+0000 mgr.smithi032.jvdzvt (mgr.14636) 425 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:48.543735+0000 mon.smithi003 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.3:0/787050950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:46:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:46:49.011757+0000 mon.smithi032 (mon.1) 121 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:49.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:47.995456+0000 mgr.smithi032.jvdzvt (mgr.14636) 424 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:48.135358+0000 mgr.smithi032.jvdzvt (mgr.14636) 425 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:46:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:48.543735+0000 mon.smithi003 (mon.0) 923 : audit [DBG] from='client.? 172.21.15.3:0/787050950' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:46:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:46:49.011757+0000 mon.smithi032 (mon.1) 121 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:46:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:49.996066+0000 mgr.smithi032.jvdzvt (mgr.14636) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:49.996066+0000 mgr.smithi032.jvdzvt (mgr.14636) 426 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:53.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:51.996460+0000 mgr.smithi032.jvdzvt (mgr.14636) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:51.996460+0000 mgr.smithi032.jvdzvt (mgr.14636) 427 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:54.026 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:55.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:53.997051+0000 mgr.smithi032.jvdzvt (mgr.14636) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:55.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:55 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:53.997051+0000 mgr.smithi032.jvdzvt (mgr.14636) 428 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:55.997868+0000 mgr.smithi032.jvdzvt (mgr.14636) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:55.997868+0000 mgr.smithi032.jvdzvt (mgr.14636) 429 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:46:59.064 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:46:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:46:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:57.998296+0000 mgr.smithi032.jvdzvt (mgr.14636) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:46:59.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:46:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:57.998296+0000 mgr.smithi032.jvdzvt (mgr.14636) 430 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:46:59.998959+0000 mgr.smithi032.jvdzvt (mgr.14636) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:46:59.998959+0000 mgr.smithi032.jvdzvt (mgr.14636) 431 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:01.999434+0000 mgr.smithi032.jvdzvt (mgr.14636) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:03.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:01.999434+0000 mgr.smithi032.jvdzvt (mgr.14636) 432 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:04.108 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:04.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:04.011986+0000 mon.smithi032 (mon.1) 122 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:04.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:04.011986+0000 mon.smithi032 (mon.1) 122 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:05.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:03.999783+0000 mgr.smithi032.jvdzvt (mgr.14636) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:05.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:03.999783+0000 mgr.smithi032.jvdzvt (mgr.14636) 433 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:06.000461+0000 mgr.smithi032.jvdzvt (mgr.14636) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:07 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:06.000461+0000 mgr.smithi032.jvdzvt (mgr.14636) 434 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:09.155 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:09.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:09 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:08.001022+0000 mgr.smithi032.jvdzvt (mgr.14636) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:09.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:09 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:08.001022+0000 mgr.smithi032.jvdzvt (mgr.14636) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:10.001670+0000 mgr.smithi032.jvdzvt (mgr.14636) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:10.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:10.001670+0000 mgr.smithi032.jvdzvt (mgr.14636) 436 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:13.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:13 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:12.002197+0000 mgr.smithi032.jvdzvt (mgr.14636) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:13.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:13 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:12.002197+0000 mgr.smithi032.jvdzvt (mgr.14636) 437 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:14.189 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:14.002766+0000 mgr.smithi032.jvdzvt (mgr.14636) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:15.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:14.002766+0000 mgr.smithi032.jvdzvt (mgr.14636) 438 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:16.003517+0000 mgr.smithi032.jvdzvt (mgr.14636) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:17.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:16.003517+0000 mgr.smithi032.jvdzvt (mgr.14636) 439 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:18.913 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:47:19.221 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:18.004104+0000 mgr.smithi032.jvdzvt (mgr.14636) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:19.012387+0000 mon.smithi032 (mon.1) 123 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:18.004104+0000 mgr.smithi032.jvdzvt (mgr.14636) 440 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:19.012387+0000 mon.smithi032 (mon.1) 123 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:19.599 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:47:19.599 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:47:19.599 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (15m) - 15m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:47:19.599 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (14m) - 14m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:47:19.600 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:47:19.600 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (11m) - 11m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:47:19.600 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (11m) - 11m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:47:19.600 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (16m) - 16m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:47:19.600 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (10m) - 14m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:47:19.601 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (16m) - 16m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:47:19.601 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (14m) - 14m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:47:19.601 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (9m) - 9m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:47:19.601 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (9m) - 9m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:47:19.601 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:47:19.602 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (14m) - 14m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:47:19.602 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (14m) - 14m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:47:19.602 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (14m) - 14m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:47:19.602 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (13m) - 13m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:47:19.602 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (13m) - 13m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:47:19.603 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (13m) - 13m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:47:19.603 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (13m) - 13m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:47:19.603 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (12m) - 12m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:47:19.603 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (12m) - 12m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:47:19.603 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 starting - - - - 2023-09-07T07:47:20.006 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:47:20.007 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:47:20.007 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:47:20.007 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:20.007 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:47:20.008 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:47:20.008 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:47:20.008 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:20.008 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:47:20.008 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:47:20.008 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:20.009 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:47:20.009 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:47:20.009 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:20.009 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:47:20.009 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:47:20.010 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:47:20.010 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:47:20.010 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:47:20.354 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:47:20.354 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:47:20.354 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:47:20.355 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:47:20.355 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:47:20.355 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:47:20.355 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:47:20.355 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:47:20.355 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:47:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:18.899915+0000 mgr.smithi032.jvdzvt (mgr.14636) 441 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:19.251420+0000 mgr.smithi032.jvdzvt (mgr.14636) 442 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:20.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:20.006938+0000 mon.smithi003 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.3:0/1000431795' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:47:20.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:18.899915+0000 mgr.smithi032.jvdzvt (mgr.14636) 441 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:19.251420+0000 mgr.smithi032.jvdzvt (mgr.14636) 442 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:20.006938+0000 mon.smithi003 (mon.0) 924 : audit [DBG] from='client.? 172.21.15.3:0/1000431795' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:47:20.760 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:47:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:19.588770+0000 mgr.smithi032.jvdzvt (mgr.14636) 443 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:20.004954+0000 mgr.smithi032.jvdzvt (mgr.14636) 444 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:21.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:20.353980+0000 mgr.smithi032.jvdzvt (mgr.14636) 445 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:21.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:21 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:20.760986+0000 mon.smithi003 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.3:0/1630613761' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:47:21.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:19.588770+0000 mgr.smithi032.jvdzvt (mgr.14636) 443 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:20.004954+0000 mgr.smithi032.jvdzvt (mgr.14636) 444 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:20.353980+0000 mgr.smithi032.jvdzvt (mgr.14636) 445 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:21.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:21 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:20.760986+0000 mon.smithi003 (mon.0) 925 : audit [DBG] from='client.? 172.21.15.3:0/1630613761' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:47:23.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:23 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:22.005571+0000 mgr.smithi032.jvdzvt (mgr.14636) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:23.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:23 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:22.005571+0000 mgr.smithi032.jvdzvt (mgr.14636) 446 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:24.259 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:25.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:24.006238+0000 mgr.smithi032.jvdzvt (mgr.14636) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:25.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:24.006238+0000 mgr.smithi032.jvdzvt (mgr.14636) 447 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:27.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:26.007123+0000 mgr.smithi032.jvdzvt (mgr.14636) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:27.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:26.007123+0000 mgr.smithi032.jvdzvt (mgr.14636) 448 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:29.307 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:28.007805+0000 mgr.smithi032.jvdzvt (mgr.14636) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:29.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:28.007805+0000 mgr.smithi032.jvdzvt (mgr.14636) 449 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:30.008448+0000 mgr.smithi032.jvdzvt (mgr.14636) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:30 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:30.008448+0000 mgr.smithi032.jvdzvt (mgr.14636) 450 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:32.008885+0000 mgr.smithi032.jvdzvt (mgr.14636) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:33 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:32.008885+0000 mgr.smithi032.jvdzvt (mgr.14636) 451 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:34.354 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:34.012616+0000 mon.smithi032 (mon.1) 124 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:34.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:34.012616+0000 mon.smithi032 (mon.1) 124 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:34.009293+0000 mgr.smithi032.jvdzvt (mgr.14636) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:35.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:34.009293+0000 mgr.smithi032.jvdzvt (mgr.14636) 452 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:37.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:36.010075+0000 mgr.smithi032.jvdzvt (mgr.14636) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:37.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:36.010075+0000 mgr.smithi032.jvdzvt (mgr.14636) 453 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:39.389 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:39.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:38.010647+0000 mgr.smithi032.jvdzvt (mgr.14636) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:39.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:38.010647+0000 mgr.smithi032.jvdzvt (mgr.14636) 454 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:40.011282+0000 mgr.smithi032.jvdzvt (mgr.14636) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:40.011282+0000 mgr.smithi032.jvdzvt (mgr.14636) 455 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:43.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:42.011766+0000 mgr.smithi032.jvdzvt (mgr.14636) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:43.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:43 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:42.011766+0000 mgr.smithi032.jvdzvt (mgr.14636) 456 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:44.431 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:45.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:44.012230+0000 mgr.smithi032.jvdzvt (mgr.14636) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:45.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:44.012230+0000 mgr.smithi032.jvdzvt (mgr.14636) 457 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:46.013122+0000 mgr.smithi032.jvdzvt (mgr.14636) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:47 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:46.013122+0000 mgr.smithi032.jvdzvt (mgr.14636) 458 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:48.013738+0000 mgr.smithi032.jvdzvt (mgr.14636) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:49.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:49.013012+0000 mon.smithi032 (mon.1) 125 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:48.013738+0000 mgr.smithi032.jvdzvt (mgr.14636) 459 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:49 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:49.013012+0000 mon.smithi032 (mon.1) 125 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:47:49.470 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:50.014437+0000 mgr.smithi032.jvdzvt (mgr.14636) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:50.014437+0000 mgr.smithi032.jvdzvt (mgr.14636) 460 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:51.131 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:47:51.812 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:47:51.812 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 starting - - - - 2023-09-07T07:47:51.812 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (15m) - 15m 6995k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:47:51.813 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (15m) - 15m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:47:51.813 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 starting - - - - 2023-09-07T07:47:51.813 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (12m) - 12m 41.3M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:47:51.813 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (12m) - 12m 13.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:47:51.813 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:9283 running (17m) - 17m 389M - 16.2.5 6933c2a0b7dd d8151fef168b 2023-09-07T07:47:51.814 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (10m) - 15m 504M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:47:51.814 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (17m) - 17m 116M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:47:51.814 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (15m) - 15m 79.2M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:47:51.814 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (10m) - 10m 48.0M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:47:51.814 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (10m) - 10m 18.9M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:47:51.815 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 starting - - - - 2023-09-07T07:47:51.815 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (15m) - 15m 18.1M - 0.18.1 e5a616e4b9cf 29cd215f6dd1 2023-09-07T07:47:51.815 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (14m) - 14m 993M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:47:51.816 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (14m) - 14m 861M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:47:51.816 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (14m) - 14m 573M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:47:51.816 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (14m) - 14m 909M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:47:51.817 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (13m) - 13m 852M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:47:51.817 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (13m) - 13m 1190M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:47:51.817 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (13m) - 13m 971M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:47:51.818 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (13m) - 13m 1474M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:47:51.818 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 starting - - - - 2023-09-07T07:47:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:51.117227+0000 mgr.smithi032.jvdzvt (mgr.14636) 461 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:51.464966+0000 mgr.smithi032.jvdzvt (mgr.14636) 462 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:51.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:51.117227+0000 mgr.smithi032.jvdzvt (mgr.14636) 461 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:51.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:51 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:51.464966+0000 mgr.smithi032.jvdzvt (mgr.14636) 462 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:52.221 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:47:52.221 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:47:52.222 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:47:52.222 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:52.222 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:47:52.222 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:47:52.223 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:47:52.223 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:52.223 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:47:52.224 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:47:52.224 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:52.224 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:47:52.225 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:47:52.225 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:47:52.225 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:47:52.225 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 13, 2023-09-07T07:47:52.226 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:47:52.226 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:47:52.226 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:47:52.564 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:47:52.565 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:47:52.565 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:47:52.565 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:47:52.565 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:47:52.566 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "1/23 daemons upgraded", 2023-09-07T07:47:52.566 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:47:52.566 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:47:52.566 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:47:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:51.802490+0000 mgr.smithi032.jvdzvt (mgr.14636) 463 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:52.014807+0000 mgr.smithi032.jvdzvt (mgr.14636) 464 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:52.221275+0000 mon.smithi003 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.3:0/3463117714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:47:52.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:51.802490+0000 mgr.smithi032.jvdzvt (mgr.14636) 463 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:52.014807+0000 mgr.smithi032.jvdzvt (mgr.14636) 464 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:52 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:52.221275+0000 mon.smithi003 (mon.0) 926 : audit [DBG] from='client.? 172.21.15.3:0/3463117714' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:47:52.973 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:47:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:52.564661+0000 mgr.smithi032.jvdzvt (mgr.14636) 465 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:47:52.973320+0000 mon.smithi003 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.3:0/3342275485' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:47:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:52.564661+0000 mgr.smithi032.jvdzvt (mgr.14636) 465 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:47:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:53 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:47:52.973320+0000 mon.smithi003 (mon.0) 927 : audit [DBG] from='client.? 172.21.15.3:0/3342275485' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:47:54.505 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:47:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:54.015328+0000 mgr.smithi032.jvdzvt (mgr.14636) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:54.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:54 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:54.015328+0000 mgr.smithi032.jvdzvt (mgr.14636) 466 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:56.016271+0000 mgr.smithi032.jvdzvt (mgr.14636) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:57 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:56.016271+0000 mgr.smithi032.jvdzvt (mgr.14636) 467 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:47:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:47:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:47:58.016693+0000 mgr.smithi032.jvdzvt (mgr.14636) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:59.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:47:59 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:47:58.016693+0000 mgr.smithi032.jvdzvt (mgr.14636) 468 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:47:59.546 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:00.017517+0000 mgr.smithi032.jvdzvt (mgr.14636) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:48:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:00 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:00.017517+0000 mgr.smithi032.jvdzvt (mgr.14636) 469 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:48:03.373 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:03 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:02.017928+0000 mgr.smithi032.jvdzvt (mgr.14636) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:03.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:03 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:02.017928+0000 mgr.smithi032.jvdzvt (mgr.14636) 470 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:04.586 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:04.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.683871+0000 mon.smithi003 (mon.0) 928 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:04.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.691544+0000 mon.smithi003 (mon.0) 929 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:04.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.710968+0000 mon.smithi032 (mon.1) 126 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:48:04.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.711386+0000 mgr.smithi032.jvdzvt (mgr.14636) 471 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:48:04.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.712428+0000 mon.smithi032 (mon.1) 127 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:48:04.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.712765+0000 mgr.smithi032.jvdzvt (mgr.14636) 472 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:48:04.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.719364+0000 mon.smithi003 (mon.0) 930 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:04.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.729721+0000 mon.smithi032 (mon.1) 128 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:48:04.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.730221+0000 mgr.smithi032.jvdzvt (mgr.14636) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:48:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.734045+0000 mon.smithi032 (mon.1) 129 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:48:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.734456+0000 mgr.smithi032.jvdzvt (mgr.14636) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:48:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.741237+0000 mon.smithi003 (mon.0) 931 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.748582+0000 mon.smithi032 (mon.1) 130 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.749078+0000 mgr.smithi032.jvdzvt (mgr.14636) 475 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:04.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.757207+0000 mon.smithi032 (mon.1) 131 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:48:04.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.757621+0000 mgr.smithi032.jvdzvt (mgr.14636) 476 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:48:04.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.764137+0000 mon.smithi003 (mon.0) 932 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:04.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.779340+0000 mon.smithi032 (mon.1) 132 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:04.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:03.786840+0000 mon.smithi003 (mon.0) 933 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:04.787 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:03.788749+0000 mgr.smithi032.jvdzvt (mgr.14636) 477 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:04.787 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:03.789225+0000 mgr.smithi032.jvdzvt (mgr.14636) 478 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:04.787 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:04.013551+0000 mon.smithi032 (mon.1) 133 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:48:04.787 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:04 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:04.018296+0000 mgr.smithi032.jvdzvt (mgr.14636) 479 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.683871+0000 mon.smithi003 (mon.0) 928 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.691544+0000 mon.smithi003 (mon.0) 929 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.710968+0000 mon.smithi032 (mon.1) 126 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:48:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.711386+0000 mgr.smithi032.jvdzvt (mgr.14636) 471 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:48:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.712428+0000 mon.smithi032 (mon.1) 127 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:48:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.712765+0000 mgr.smithi032.jvdzvt (mgr.14636) 472 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-09-07T07:48:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.719364+0000 mon.smithi003 (mon.0) 930 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.729721+0000 mon.smithi032 (mon.1) 128 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:48:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.730221+0000 mgr.smithi032.jvdzvt (mgr.14636) 473 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:48:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.734045+0000 mon.smithi032 (mon.1) 129 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:48:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.734456+0000 mgr.smithi032.jvdzvt (mgr.14636) 474 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-09-07T07:48:05.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.741237+0000 mon.smithi003 (mon.0) 931 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.748582+0000 mon.smithi032 (mon.1) 130 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.749078+0000 mgr.smithi032.jvdzvt (mgr.14636) 475 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.757207+0000 mon.smithi032 (mon.1) 131 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:48:05.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.757621+0000 mgr.smithi032.jvdzvt (mgr.14636) 476 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-09-07T07:48:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.764137+0000 mon.smithi003 (mon.0) 932 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.779340+0000 mon.smithi032 (mon.1) 132 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:03.786840+0000 mon.smithi003 (mon.0) 933 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:03.788749+0000 mgr.smithi032.jvdzvt (mgr.14636) 477 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:05.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:03.789225+0000 mgr.smithi032.jvdzvt (mgr.14636) 478 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:05.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:04.013551+0000 mon.smithi032 (mon.1) 133 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:48:05.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:04 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:04.018296+0000 mgr.smithi032.jvdzvt (mgr.14636) 479 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:04.855745+0000 mgr.smithi032.jvdzvt (mgr.14636) 480 : cephadm [INF] Upgrade: Updating mgr.smithi003.oqouau 2023-09-07T07:48:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:04.861379+0000 mon.smithi003 (mon.0) 934 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:04.862497+0000 mon.smithi032 (mon.1) 134 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:48:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:04.862770+0000 mon.smithi003 (mon.0) 935 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:48:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:04.863898+0000 mon.smithi032 (mon.1) 135 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:48:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:04.864847+0000 mon.smithi032 (mon.1) 136 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:05 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:04.865823+0000 mgr.smithi032.jvdzvt (mgr.14636) 481 : cephadm [INF] Deploying daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:48:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:04.855745+0000 mgr.smithi032.jvdzvt (mgr.14636) 480 : cephadm [INF] Upgrade: Updating mgr.smithi003.oqouau 2023-09-07T07:48:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:04.861379+0000 mon.smithi003 (mon.0) 934 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:04.862497+0000 mon.smithi032 (mon.1) 134 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:48:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:04.862770+0000 mon.smithi003 (mon.0) 935 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:48:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:04.863898+0000 mon.smithi032 (mon.1) 135 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:48:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:04.864847+0000 mon.smithi032 (mon.1) 136 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:06.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:04.865823+0000 mgr.smithi032.jvdzvt (mgr.14636) 481 : cephadm [INF] Deploying daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:48:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:06.019138+0000 mgr.smithi032.jvdzvt (mgr.14636) 482 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:48:07.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:06 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:06.019138+0000 mgr.smithi032.jvdzvt (mgr.14636) 482 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:48:08.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:07.183632+0000 mon.smithi003 (mon.0) 936 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:07.189876+0000 mon.smithi003 (mon.0) 937 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:07.236032+0000 mon.smithi032 (mon.1) 137 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:07.557034+0000 mon.smithi003 (mon.0) 938 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:07.562639+0000 mon.smithi003 (mon.0) 939 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:07.606913+0000 mon.smithi003 (mon.0) 940 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:08 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:07.612832+0000 mon.smithi003 (mon.0) 941 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:07.183632+0000 mon.smithi003 (mon.0) 936 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:07.189876+0000 mon.smithi003 (mon.0) 937 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:07.236032+0000 mon.smithi032 (mon.1) 137 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:08.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:07.557034+0000 mon.smithi003 (mon.0) 938 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:07.562639+0000 mon.smithi003 (mon.0) 939 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:07.606913+0000 mon.smithi003 (mon.0) 940 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:08.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:08 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:07.612832+0000 mon.smithi003 (mon.0) 941 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:09.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:09 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:08.019590+0000 mgr.smithi032.jvdzvt (mgr.14636) 483 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:09.629 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:09.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:09 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:08.019590+0000 mgr.smithi032.jvdzvt (mgr.14636) 483 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:10 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:10.020224+0000 mgr.smithi032.jvdzvt (mgr.14636) 484 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:48:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:10.020224+0000 mgr.smithi032.jvdzvt (mgr.14636) 484 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:48:11.824 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:10.641072+0000 mon.smithi003 (mon.0) 942 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:11.825 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:10.650550+0000 mon.smithi003 (mon.0) 943 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:10.641072+0000 mon.smithi003 (mon.0) 942 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:10.650550+0000 mon.smithi003 (mon.0) 943 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.082 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:11.748125+0000 mon.smithi003 (mon.0) 944 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.083 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:11.754271+0000 mon.smithi003 (mon.0) 945 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.083 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:12.020783+0000 mgr.smithi032.jvdzvt (mgr.14636) 485 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:13.083 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:12.440497+0000 mon.smithi003 (mon.0) 946 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.083 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:12.449480+0000 mon.smithi003 (mon.0) 947 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:11.748125+0000 mon.smithi003 (mon.0) 944 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:11.754271+0000 mon.smithi003 (mon.0) 945 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:12.020783+0000 mgr.smithi032.jvdzvt (mgr.14636) 485 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:12.440497+0000 mon.smithi003 (mon.0) 946 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:13.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:12.449480+0000 mon.smithi003 (mon.0) 947 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:14.676 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:15.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:14.021300+0000 mgr.smithi032.jvdzvt (mgr.14636) 486 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:15.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:14.926511+0000 mon.smithi003 (mon.0) 948 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:15.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:14.933415+0000 mon.smithi003 (mon.0) 949 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:15.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:14.935637+0000 mon.smithi032 (mon.1) 138 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:15.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:14.936572+0000 mon.smithi032 (mon.1) 139 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:48:15.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:14.941817+0000 mon.smithi003 (mon.0) 950 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:15.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:14.949320+0000 mon.smithi003 (mon.0) 951 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:15.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:14.021300+0000 mgr.smithi032.jvdzvt (mgr.14636) 486 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:15.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:14.926511+0000 mon.smithi003 (mon.0) 948 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:15.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:14.933415+0000 mon.smithi003 (mon.0) 949 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:15.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:14.935637+0000 mon.smithi032 (mon.1) 138 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:15.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:14.936572+0000 mon.smithi032 (mon.1) 139 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:48:15.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:14.941817+0000 mon.smithi003 (mon.0) 950 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:15.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:14.949320+0000 mon.smithi003 (mon.0) 951 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' 2023-09-07T07:48:16.332 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:14.938649+0000 mgr.smithi032.jvdzvt (mgr.14636) 487 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 281 B/s rd, 281 B/s wr, 0 op/s 2023-09-07T07:48:16.333 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:15.086649+0000 mon.smithi032 (mon.1) 140 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:16.333 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:15.089104+0000 mgr.smithi032.jvdzvt (mgr.14636) 488 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:16.333 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:15.089693+0000 mgr.smithi032.jvdzvt (mgr.14636) 489 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:16.333 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:15.092297+0000 mgr.smithi032.jvdzvt (mgr.14636) 490 : cephadm [INF] Failing over to other MGR 2023-09-07T07:48:16.334 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:15.092563+0000 mon.smithi032 (mon.1) 141 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr fail", "who": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:16.334 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:15.092827+0000 mon.smithi003 (mon.0) 952 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr fail", "who": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:16.334 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:15.101292+0000 mon.smithi003 (mon.0) 953 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-09-07T07:48:16.334 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:15.265025+0000 mon.smithi003 (mon.0) 954 : cluster [INF] Active manager daemon smithi003.oqouau restarted 2023-09-07T07:48:16.335 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:15.265681+0000 mon.smithi003 (mon.0) 955 : cluster [INF] Activating manager daemon smithi003.oqouau 2023-09-07T07:48:16.335 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:15.267517+0000 mon.smithi003 (mon.0) 956 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/crt"}]: dispatch 2023-09-07T07:48:16.335 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:15.268089+0000 mon.smithi003 (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:48:16.335 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:15.273517+0000 mon.smithi003 (mon.0) 958 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-09-07T07:48:16.335 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:15.273802+0000 mon.smithi003 (mon.0) 959 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/key"}]: dispatch 2023-09-07T07:48:16.336 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:15.274549+0000 mon.smithi003 (mon.0) 960 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:48:16.336 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:15.470698+0000 mon.smithi003 (mon.0) 961 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:48:16.336 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:15.931521+0000 mon.smithi003 (mon.0) 962 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:48:16.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:14.938649+0000 mgr.smithi032.jvdzvt (mgr.14636) 487 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 281 B/s rd, 281 B/s wr, 0 op/s 2023-09-07T07:48:16.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:15.086649+0000 mon.smithi032 (mon.1) 140 : audit [DBG] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:16.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:15.089104+0000 mgr.smithi032.jvdzvt (mgr.14636) 488 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:16.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:15.089693+0000 mgr.smithi032.jvdzvt (mgr.14636) 489 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:48:16.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:15.092297+0000 mgr.smithi032.jvdzvt (mgr.14636) 490 : cephadm [INF] Failing over to other MGR 2023-09-07T07:48:16.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:15.092563+0000 mon.smithi032 (mon.1) 141 : audit [INF] from='mgr.14636 172.21.15.32:0/2397628295' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr fail", "who": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:16.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:15.092827+0000 mon.smithi003 (mon.0) 952 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "mgr fail", "who": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:16.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:15.101292+0000 mon.smithi003 (mon.0) 953 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2023-09-07T07:48:16.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:15.265025+0000 mon.smithi003 (mon.0) 954 : cluster [INF] Active manager daemon smithi003.oqouau restarted 2023-09-07T07:48:16.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:15.265681+0000 mon.smithi003 (mon.0) 955 : cluster [INF] Activating manager daemon smithi003.oqouau 2023-09-07T07:48:16.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:15.267517+0000 mon.smithi003 (mon.0) 956 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/crt"}]: dispatch 2023-09-07T07:48:16.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:15.268089+0000 mon.smithi003 (mon.0) 957 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:48:16.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:15.273517+0000 mon.smithi003 (mon.0) 958 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-09-07T07:48:16.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:15.273802+0000 mon.smithi003 (mon.0) 959 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi003.oqouau/key"}]: dispatch 2023-09-07T07:48:16.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:15.274549+0000 mon.smithi003 (mon.0) 960 : audit [DBG] from='mgr.? 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:48:16.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:15.470698+0000 mon.smithi003 (mon.0) 961 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:48:16.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:16 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:15.931521+0000 mon.smithi003 (mon.0) 962 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:48:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.092558+0000 mon.smithi003 (mon.0) 963 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "mgr fail", "who": "smithi032.jvdzvt"}]': finished 2023-09-07T07:48:17.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:16.092636+0000 mon.smithi003 (mon.0) 964 : cluster [DBG] mgrmap e29: smithi003.oqouau(active, starting, since 0.827118s), standbys: smithi032.jvdzvt 2023-09-07T07:48:17.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.094921+0000 mon.smithi003 (mon.0) 965 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:48:17.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.101938+0000 mon.smithi003 (mon.0) 966 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:48:17.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.102139+0000 mon.smithi003 (mon.0) 967 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:48:17.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.102415+0000 mon.smithi003 (mon.0) 968 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:48:17.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.102667+0000 mon.smithi003 (mon.0) 969 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:48:17.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.102872+0000 mon.smithi003 (mon.0) 970 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:17.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.103078+0000 mon.smithi003 (mon.0) 971 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:48:17.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.103342+0000 mon.smithi003 (mon.0) 972 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:48:17.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.103572+0000 mon.smithi003 (mon.0) 973 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:48:17.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.103805+0000 mon.smithi003 (mon.0) 974 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:48:17.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.104023+0000 mon.smithi003 (mon.0) 975 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:48:17.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.104251+0000 mon.smithi003 (mon.0) 976 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:48:17.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.104492+0000 mon.smithi003 (mon.0) 977 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:48:17.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.104729+0000 mon.smithi003 (mon.0) 978 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:48:17.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.104981+0000 mon.smithi003 (mon.0) 979 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:48:17.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.105281+0000 mon.smithi003 (mon.0) 980 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:48:17.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.105813+0000 mon.smithi003 (mon.0) 981 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:48:17.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:16.139965+0000 mon.smithi003 (mon.0) 982 : cluster [INF] Manager daemon smithi003.oqouau is now available 2023-09-07T07:48:17.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.164149+0000 mon.smithi003 (mon.0) 983 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:17.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.165913+0000 mon.smithi003 (mon.0) 984 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:17.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.200981+0000 mon.smithi003 (mon.0) 985 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:17.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.202507+0000 mon.smithi003 (mon.0) 986 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:48:17.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.210275+0000 mon.smithi003 (mon.0) 987 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:48:17.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:17 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:16.223577+0000 mon.smithi003 (mon.0) 988 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:48:17.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.092558+0000 mon.smithi003 (mon.0) 963 : audit [INF] from='mgr.14636 ' entity='mgr.smithi032.jvdzvt' cmd='[{"prefix": "mgr fail", "who": "smithi032.jvdzvt"}]': finished 2023-09-07T07:48:17.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:16.092636+0000 mon.smithi003 (mon.0) 964 : cluster [DBG] mgrmap e29: smithi003.oqouau(active, starting, since 0.827118s), standbys: smithi032.jvdzvt 2023-09-07T07:48:17.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.094921+0000 mon.smithi003 (mon.0) 965 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:48:17.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.101938+0000 mon.smithi003 (mon.0) 966 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:48:17.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.102139+0000 mon.smithi003 (mon.0) 967 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:48:17.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.102415+0000 mon.smithi003 (mon.0) 968 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:48:17.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.102667+0000 mon.smithi003 (mon.0) 969 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:48:17.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.102872+0000 mon.smithi003 (mon.0) 970 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:17.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.103078+0000 mon.smithi003 (mon.0) 971 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:48:17.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.103342+0000 mon.smithi003 (mon.0) 972 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:48:17.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.103572+0000 mon.smithi003 (mon.0) 973 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:48:17.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.103805+0000 mon.smithi003 (mon.0) 974 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:48:17.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.104023+0000 mon.smithi003 (mon.0) 975 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:48:17.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.104251+0000 mon.smithi003 (mon.0) 976 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:48:17.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.104492+0000 mon.smithi003 (mon.0) 977 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:48:17.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.104729+0000 mon.smithi003 (mon.0) 978 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:48:17.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.104981+0000 mon.smithi003 (mon.0) 979 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:48:17.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.105281+0000 mon.smithi003 (mon.0) 980 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:48:17.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.105813+0000 mon.smithi003 (mon.0) 981 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:48:17.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:16.139965+0000 mon.smithi003 (mon.0) 982 : cluster [INF] Manager daemon smithi003.oqouau is now available 2023-09-07T07:48:17.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.164149+0000 mon.smithi003 (mon.0) 983 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:17.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.165913+0000 mon.smithi003 (mon.0) 984 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:17.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.200981+0000 mon.smithi003 (mon.0) 985 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:17.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.202507+0000 mon.smithi003 (mon.0) 986 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:48:17.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.210275+0000 mon.smithi003 (mon.0) 987 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:48:17.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:17 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:16.223577+0000 mon.smithi003 (mon.0) 988 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:48:18.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:18 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:17.109781+0000 mon.smithi003 (mon.0) 989 : cluster [DBG] mgrmap e30: smithi003.oqouau(active, since 1.84426s), standbys: smithi032.jvdzvt 2023-09-07T07:48:18.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:17.109781+0000 mon.smithi003 (mon.0) 989 : cluster [DBG] mgrmap e30: smithi003.oqouau(active, since 1.84426s), standbys: smithi032.jvdzvt 2023-09-07T07:48:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:17.589350+0000 mgr.smithi003.oqouau (mgr.15216) 2 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Bus STARTING 2023-09-07T07:48:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:17.691623+0000 mgr.smithi003.oqouau (mgr.15216) 3 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Serving on http://172.21.15.3:8765 2023-09-07T07:48:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:17.813013+0000 mgr.smithi003.oqouau (mgr.15216) 4 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Serving on https://172.21.15.3:7150 2023-09-07T07:48:19.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:17.813278+0000 mgr.smithi003.oqouau (mgr.15216) 5 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Bus STARTED 2023-09-07T07:48:19.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:18.098218+0000 mon.smithi003 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-09-07T07:48:19.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:18.098252+0000 mon.smithi003 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-09-07T07:48:19.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:18.098729+0000 mgr.smithi003.oqouau (mgr.15216) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:19.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:19 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:18.113951+0000 mon.smithi003 (mon.0) 992 : cluster [DBG] mgrmap e31: smithi003.oqouau(active, since 2s), standbys: smithi032.jvdzvt 2023-09-07T07:48:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:17.589350+0000 mgr.smithi003.oqouau (mgr.15216) 2 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Bus STARTING 2023-09-07T07:48:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:17.691623+0000 mgr.smithi003.oqouau (mgr.15216) 3 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Serving on http://172.21.15.3:8765 2023-09-07T07:48:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:17.813013+0000 mgr.smithi003.oqouau (mgr.15216) 4 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Serving on https://172.21.15.3:7150 2023-09-07T07:48:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:17.813278+0000 mgr.smithi003.oqouau (mgr.15216) 5 : cephadm [INF] [07/Sep/2023:07:48:17] ENGINE Bus STARTED 2023-09-07T07:48:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:18.098218+0000 mon.smithi003 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-09-07T07:48:19.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:18.098252+0000 mon.smithi003 (mon.0) 991 : cluster [INF] Cluster is now healthy 2023-09-07T07:48:19.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:18.098729+0000 mgr.smithi003.oqouau (mgr.15216) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:19.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:18.113951+0000 mon.smithi003 (mon.0) 992 : cluster [DBG] mgrmap e31: smithi003.oqouau(active, since 2s), standbys: smithi032.jvdzvt 2023-09-07T07:48:19.716 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:21.133 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:19.870254+0000 mon.smithi003 (mon.0) 993 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.134 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:19.877119+0000 mon.smithi003 (mon.0) 994 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.134 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:20.099378+0000 mgr.smithi003.oqouau (mgr.15216) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:21.134 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:20.472724+0000 mon.smithi003 (mon.0) 995 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.134 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:20.477508+0000 mon.smithi003 (mon.0) 996 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.135 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:20.571431+0000 mon.smithi003 (mon.0) 997 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.135 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:20 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:20.575950+0000 mon.smithi003 (mon.0) 998 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:19.870254+0000 mon.smithi003 (mon.0) 993 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:19.877119+0000 mon.smithi003 (mon.0) 994 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:20.099378+0000 mgr.smithi003.oqouau (mgr.15216) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:21.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:20.472724+0000 mon.smithi003 (mon.0) 995 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:20.477508+0000 mon.smithi003 (mon.0) 996 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:20.571431+0000 mon.smithi003 (mon.0) 997 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:21.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:20 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:20.575950+0000 mon.smithi003 (mon.0) 998 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:22.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:21.166587+0000 mon.smithi003 (mon.0) 999 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:22.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:21.172911+0000 mon.smithi003 (mon.0) 1000 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:22.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:22 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:22.099786+0000 mgr.smithi003.oqouau (mgr.15216) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:22.545 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:21.166587+0000 mon.smithi003 (mon.0) 999 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:22.546 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:21.172911+0000 mon.smithi003 (mon.0) 1000 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:22.546 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:22 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:22.099786+0000 mgr.smithi003.oqouau (mgr.15216) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:23.350 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:48:24.174 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:48:24.174 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (8m) - 16m 21.5M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:48:24.175 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (16m) - 16m 6991k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:48:24.175 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (16m) - 16m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:48:24.175 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (6m) - 16m 37.4M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:48:24.175 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (12m) - 12m 41.6M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:48:24.175 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (12m) - 12m 16.0M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:48:24.176 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (17s) - 17m 477M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:48:24.176 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283 running (11m) - 16m 75.8M - 18.2.0-387-g68b7f2b3 baa439efeddd d6c181c2fe6c 2023-09-07T07:48:24.176 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (17m) - 17m 185M 2048M 16.2.5 6933c2a0b7dd 89146cab8558 2023-09-07T07:48:24.176 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (15m) - 15m 135M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:48:24.176 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (10m) - 10m 80.2M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:48:24.176 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (10m) - 10m 77.5M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:48:24.177 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (4m) - 16m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:48:24.177 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (20s) - 15m 5200k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:48:24.177 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (15m) - 15m 1049M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:48:24.177 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (15m) - 15m 897M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:48:24.177 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (14m) - 14m 605M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:48:24.178 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (14m) - 14m 950M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:48:24.178 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (14m) - 14m 891M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:48:24.178 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (14m) - 14m 1223M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:48:24.178 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (14m) - 14m 999M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:48:24.178 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (13m) - 13m 1512M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:48:24.179 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 error - 16m - - 2023-09-07T07:48:24.602 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:48:24.602 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:48:24.603 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:48:24.603 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:24.603 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:48:24.603 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:48:24.604 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:24.604 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:48:24.604 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:48:24.604 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:24.604 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:48:24.605 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:48:24.605 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:24.605 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:48:24.605 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 12, 2023-09-07T07:48:24.605 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:48:24.606 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:48:24.606 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:48:24.762 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:23.336055+0000 mgr.smithi003.oqouau (mgr.15216) 9 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:23.546089+0000 mon.smithi003 (mon.0) 1001 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:24.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:23.550592+0000 mon.smithi003 (mon.0) 1002 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:24.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:23.551867+0000 mon.smithi003 (mon.0) 1003 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:24.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:23.552593+0000 mon.smithi003 (mon.0) 1004 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:48:24.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:23.553619+0000 mgr.smithi003.oqouau (mgr.15216) 10 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:48:24.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:23.553852+0000 mgr.smithi003.oqouau (mgr.15216) 11 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:48:24.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:23.725093+0000 mgr.smithi003.oqouau (mgr.15216) 12 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:24.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:23.868596+0000 mgr.smithi003.oqouau (mgr.15216) 13 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:48:24.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:23.868790+0000 mgr.smithi003.oqouau (mgr.15216) 14 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:48:24.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:24.100401+0000 mgr.smithi003.oqouau (mgr.15216) 15 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-07T07:48:24.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:24.108565+0000 mon.smithi003 (mon.0) 1005 : cluster [DBG] Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:48:24.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:24.108684+0000 mon.smithi003 (mon.0) 1006 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:48:24.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.110992+0000 mon.smithi032 (mon.1) 142 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:48:24.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.112093+0000 mon.smithi032 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:48:24.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.114858+0000 mon.smithi032 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:48:24.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:24 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.115259+0000 mon.smithi032 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:48:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:23.336055+0000 mgr.smithi003.oqouau (mgr.15216) 9 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:23.546089+0000 mon.smithi003 (mon.0) 1001 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:23.550592+0000 mon.smithi003 (mon.0) 1002 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:23.551867+0000 mon.smithi003 (mon.0) 1003 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:24.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:23.552593+0000 mon.smithi003 (mon.0) 1004 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:48:24.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:23.553619+0000 mgr.smithi003.oqouau (mgr.15216) 10 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:48:24.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:23.553852+0000 mgr.smithi003.oqouau (mgr.15216) 11 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:48:24.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:23.725093+0000 mgr.smithi003.oqouau (mgr.15216) 12 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:24.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:23.868596+0000 mgr.smithi003.oqouau (mgr.15216) 13 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:48:24.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:23.868790+0000 mgr.smithi003.oqouau (mgr.15216) 14 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:48:24.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:24.100401+0000 mgr.smithi003.oqouau (mgr.15216) 15 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-07T07:48:24.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:24.108565+0000 mon.smithi003 (mon.0) 1005 : cluster [DBG] Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:48:24.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:24.108684+0000 mon.smithi003 (mon.0) 1006 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:48:24.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.110992+0000 mon.smithi032 (mon.1) 142 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:48:24.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.112093+0000 mon.smithi032 (mon.1) 143 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:48:24.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.114858+0000 mon.smithi032 (mon.1) 144 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:48:24.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:24 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.115259+0000 mon.smithi032 (mon.1) 145 : audit [DBG] from='mgr.? 172.21.15.32:0/1024281350' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:48:24.984 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:48:24.984 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:48:24.985 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:48:24.985 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:48:24.985 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:48:24.985 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2023-09-07T07:48:24.985 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:48:24.986 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "2/23 daemons upgraded", 2023-09-07T07:48:24.986 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:48:24.986 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:48:24.986 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:48:25.404 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:48:25.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.162845+0000 mgr.smithi003.oqouau (mgr.15216) 16 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:25.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:24.233264+0000 mgr.smithi003.oqouau (mgr.15216) 17 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:48:25.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:24.233456+0000 mgr.smithi003.oqouau (mgr.15216) 18 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:48:25.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:24.497701+0000 mgr.smithi003.oqouau (mgr.15216) 19 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:48:25.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:24.547967+0000 mgr.smithi003.oqouau (mgr.15216) 20 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:48:25.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:24.565463+0000 mon.smithi003 (mon.0) 1007 : cluster [DBG] mgrmap e32: smithi003.oqouau(active, since 9s), standbys: smithi032.jvdzvt 2023-09-07T07:48:25.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.602698+0000 mon.smithi003 (mon.0) 1008 : audit [DBG] from='client.? 172.21.15.3:0/1973028048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:48:25.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.816961+0000 mon.smithi003 (mon.0) 1009 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.822069+0000 mon.smithi003 (mon.0) 1010 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.867855+0000 mon.smithi003 (mon.0) 1011 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.872230+0000 mon.smithi003 (mon.0) 1012 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:24.873174+0000 mgr.smithi003.oqouau (mgr.15216) 21 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 132 B/s rd, 132 B/s wr, 0 op/s 2023-09-07T07:48:25.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.876669+0000 mon.smithi003 (mon.0) 1013 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.883105+0000 mon.smithi003 (mon.0) 1014 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:24.984048+0000 mgr.smithi003.oqouau (mgr.15216) 22 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:25.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:25.012622+0000 mgr.smithi003.oqouau (mgr.15216) 23 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:48:25.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:25.405018+0000 mon.smithi003 (mon.0) 1015 : audit [DBG] from='client.? 172.21.15.3:0/1482699096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:48:25.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.162845+0000 mgr.smithi003.oqouau (mgr.15216) 16 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:25.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:24.233264+0000 mgr.smithi003.oqouau (mgr.15216) 17 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:48:25.917 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:24.233456+0000 mgr.smithi003.oqouau (mgr.15216) 18 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:48:25.917 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:24.497701+0000 mgr.smithi003.oqouau (mgr.15216) 19 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:48:25.917 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:24.547967+0000 mgr.smithi003.oqouau (mgr.15216) 20 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:48:25.917 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:24.565463+0000 mon.smithi003 (mon.0) 1007 : cluster [DBG] mgrmap e32: smithi003.oqouau(active, since 9s), standbys: smithi032.jvdzvt 2023-09-07T07:48:25.917 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.602698+0000 mon.smithi003 (mon.0) 1008 : audit [DBG] from='client.? 172.21.15.3:0/1973028048' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:48:25.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.816961+0000 mon.smithi003 (mon.0) 1009 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.822069+0000 mon.smithi003 (mon.0) 1010 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.867855+0000 mon.smithi003 (mon.0) 1011 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.872230+0000 mon.smithi003 (mon.0) 1012 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:24.873174+0000 mgr.smithi003.oqouau (mgr.15216) 21 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 132 B/s rd, 132 B/s wr, 0 op/s 2023-09-07T07:48:25.919 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.876669+0000 mon.smithi003 (mon.0) 1013 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.919 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.883105+0000 mon.smithi003 (mon.0) 1014 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:25.919 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:24.984048+0000 mgr.smithi003.oqouau (mgr.15216) 22 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:25.919 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:25.012622+0000 mgr.smithi003.oqouau (mgr.15216) 23 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:48:25.919 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:25 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:25.405018+0000 mon.smithi003 (mon.0) 1015 : audit [DBG] from='client.? 172.21.15.3:0/1482699096' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:48:26.666 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:25.274100+0000 mgr.smithi003.oqouau (mgr.15216) 24 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:48:26.666 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:26 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:25.870825+0000 mon.smithi003 (mon.0) 1016 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:48:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:25.274100+0000 mgr.smithi003.oqouau (mgr.15216) 24 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:48:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:25.870825+0000 mon.smithi003 (mon.0) 1016 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:48:27.825 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:27 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:26.873824+0000 mgr.smithi003.oqouau (mgr.15216) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 104 B/s wr, 0 op/s 2023-09-07T07:48:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:26.873824+0000 mgr.smithi003.oqouau (mgr.15216) 25 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 104 B/s wr, 0 op/s 2023-09-07T07:48:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:27.590166+0000 mon.smithi003 (mon.0) 1017 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:27.596590+0000 mon.smithi003 (mon.0) 1018 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:27.650818+0000 mon.smithi003 (mon.0) 1019 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:28.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:27.651266+0000 mgr.smithi003.oqouau (mgr.15216) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:28.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:27.657783+0000 mon.smithi003 (mon.0) 1020 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:28.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:27.590166+0000 mon.smithi003 (mon.0) 1017 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:27.596590+0000 mon.smithi003 (mon.0) 1018 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:27.650818+0000 mon.smithi003 (mon.0) 1019 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:27.651266+0000 mgr.smithi003.oqouau (mgr.15216) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:48:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:28 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:27.657783+0000 mon.smithi003 (mon.0) 1020 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:29.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:28.676439+0000 mgr.smithi003.oqouau (mgr.15216) 27 : cephadm [INF] Upgrade: Updating mgr.smithi032.jvdzvt 2023-09-07T07:48:29.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:28.676995+0000 mon.smithi003 (mon.0) 1021 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:48:29.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:28.678214+0000 mon.smithi003 (mon.0) 1022 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:48:29.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:28.679356+0000 mon.smithi003 (mon.0) 1023 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:29.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:28.680621+0000 mgr.smithi003.oqouau (mgr.15216) 28 : cephadm [INF] Deploying daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:48:29.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:28.874584+0000 mgr.smithi003.oqouau (mgr.15216) 29 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:48:29.815 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:29.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:28.676439+0000 mgr.smithi003.oqouau (mgr.15216) 27 : cephadm [INF] Upgrade: Updating mgr.smithi032.jvdzvt 2023-09-07T07:48:29.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:28.676995+0000 mon.smithi003 (mon.0) 1021 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:48:29.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:28.678214+0000 mon.smithi003 (mon.0) 1022 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:48:29.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:28.679356+0000 mon.smithi003 (mon.0) 1023 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:29.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:28.680621+0000 mgr.smithi003.oqouau (mgr.15216) 28 : cephadm [INF] Deploying daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:48:29.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:29 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:28.874584+0000 mgr.smithi003.oqouau (mgr.15216) 29 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:48:32.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:30.875041+0000 mgr.smithi003.oqouau (mgr.15216) 30 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:48:32.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:31.007928+0000 mon.smithi003 (mon.0) 1024 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:32.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:31.012274+0000 mon.smithi003 (mon.0) 1025 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:32.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:31.059380+0000 mon.smithi003 (mon.0) 1026 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:32.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:31.192072+0000 mon.smithi003 (mon.0) 1027 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:48:32.285 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:30.875041+0000 mgr.smithi003.oqouau (mgr.15216) 30 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:48:32.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:31.007928+0000 mon.smithi003 (mon.0) 1024 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:32.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:31.012274+0000 mon.smithi003 (mon.0) 1025 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:32.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:31.059380+0000 mon.smithi003 (mon.0) 1026 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:32.286 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:31.192072+0000 mon.smithi003 (mon.0) 1027 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:48:34.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:34 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:32.875905+0000 mgr.smithi003.oqouau (mgr.15216) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 285 B/s rd, 285 B/s wr, 0 op/s 2023-09-07T07:48:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:32.875905+0000 mgr.smithi003.oqouau (mgr.15216) 31 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 285 B/s rd, 285 B/s wr, 0 op/s 2023-09-07T07:48:34.861 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:35.530 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:34.236603+0000 mon.smithi003 (mon.0) 1028 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:35.530 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:34.242335+0000 mon.smithi003 (mon.0) 1029 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:35.530 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:34.876348+0000 mgr.smithi003.oqouau (mgr.15216) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:48:35.531 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:34.977261+0000 mon.smithi003 (mon.0) 1030 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:35.531 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:34.982356+0000 mon.smithi003 (mon.0) 1031 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:35.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:34.236603+0000 mon.smithi003 (mon.0) 1028 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:34.242335+0000 mon.smithi003 (mon.0) 1029 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:34.876348+0000 mgr.smithi003.oqouau (mgr.15216) 32 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:48:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:34.977261+0000 mon.smithi003 (mon.0) 1030 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:35 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:34.982356+0000 mon.smithi003 (mon.0) 1031 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:36.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:35.244913+0000 mon.smithi003 (mon.0) 1032 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:36.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:35.251650+0000 mon.smithi003 (mon.0) 1033 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:36.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:35.244913+0000 mon.smithi003 (mon.0) 1032 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:36.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:36 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:35.251650+0000 mon.smithi003 (mon.0) 1033 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:37.359 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:36.876834+0000 mgr.smithi003.oqouau (mgr.15216) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:37.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:37 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:36.876834+0000 mgr.smithi003.oqouau (mgr.15216) 33 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:48:38.620 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.356697+0000 mon.smithi003 (mon.0) 1034 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.620 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.363391+0000 mon.smithi003 (mon.0) 1035 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.620 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.376622+0000 mon.smithi003 (mon.0) 1036 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:38.621 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.377655+0000 mon.smithi003 (mon.0) 1037 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:48:38.621 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:37.379562+0000 mgr.smithi003.oqouau (mgr.15216) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 292 B/s wr, 0 op/s 2023-09-07T07:48:38.621 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:37.379792+0000 mgr.smithi003.oqouau (mgr.15216) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 240 B/s wr, 0 op/s 2023-09-07T07:48:38.621 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.386207+0000 mon.smithi003 (mon.0) 1038 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.622 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.396009+0000 mon.smithi003 (mon.0) 1039 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.622 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.532647+0000 mon.smithi003 (mon.0) 1040 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:38.622 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.535653+0000 mon.smithi003 (mon.0) 1041 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:48:38.622 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:37.536464+0000 mgr.smithi003.oqouau (mgr.15216) 36 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-09-07T07:48:38.622 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.543830+0000 mon.smithi003 (mon.0) 1042 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.544726+0000 mon.smithi003 (mon.0) 1043 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi003.oqouau"}]: dispatch 2023-09-07T07:48:38.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.551024+0000 mon.smithi003 (mon.0) 1044 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi003.oqouau"}]': finished 2023-09-07T07:48:38.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.551815+0000 mon.smithi003 (mon.0) 1045 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:38.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.557782+0000 mon.smithi003 (mon.0) 1046 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi032.jvdzvt"}]': finished 2023-09-07T07:48:38.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:38 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:37.559012+0000 mon.smithi003 (mon.0) 1047 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-07T07:48:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.356697+0000 mon.smithi003 (mon.0) 1034 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.363391+0000 mon.smithi003 (mon.0) 1035 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.376622+0000 mon.smithi003 (mon.0) 1036 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.377655+0000 mon.smithi003 (mon.0) 1037 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:48:38.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:37.379562+0000 mgr.smithi003.oqouau (mgr.15216) 34 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 292 B/s wr, 0 op/s 2023-09-07T07:48:38.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:37.379792+0000 mgr.smithi003.oqouau (mgr.15216) 35 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 240 B/s wr, 0 op/s 2023-09-07T07:48:38.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.386207+0000 mon.smithi003 (mon.0) 1038 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.396009+0000 mon.smithi003 (mon.0) 1039 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.532647+0000 mon.smithi003 (mon.0) 1040 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.535653+0000 mon.smithi003 (mon.0) 1041 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:48:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:37.536464+0000 mgr.smithi003.oqouau (mgr.15216) 36 : cephadm [INF] Upgrade: Setting container_image for all mgr 2023-09-07T07:48:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.543830+0000 mon.smithi003 (mon.0) 1042 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:38.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.544726+0000 mon.smithi003 (mon.0) 1043 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi003.oqouau"}]: dispatch 2023-09-07T07:48:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.551024+0000 mon.smithi003 (mon.0) 1044 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi003.oqouau"}]': finished 2023-09-07T07:48:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.551815+0000 mon.smithi003 (mon.0) 1045 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.557782+0000 mon.smithi003 (mon.0) 1046 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.smithi032.jvdzvt"}]': finished 2023-09-07T07:48:38.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:37.559012+0000 mon.smithi003 (mon.0) 1047 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-07T07:48:39.905 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:40.097 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:38.825853+0000 mgr.smithi003.oqouau (mgr.15216) 37 : cephadm [INF] Upgrade: Updating mon.smithi003 2023-09-07T07:48:40.098 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.832776+0000 mon.smithi003 (mon.0) 1048 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:40.098 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.833596+0000 mon.smithi003 (mon.0) 1049 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:48:40.098 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.834241+0000 mon.smithi003 (mon.0) 1050 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:48:40.098 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.834897+0000 mon.smithi003 (mon.0) 1051 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:40.099 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cephadm 2023-09-07T07:48:38.835945+0000 mgr.smithi003.oqouau (mgr.15216) 38 : cephadm [INF] Deploying daemon mon.smithi003 on smithi003 2023-09-07T07:48:40.099 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:38.910470+0000 mon.smithi003 (mon.0) 1052 : cluster [DBG] Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:48:40.099 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: cluster 2023-09-07T07:48:38.910619+0000 mon.smithi003 (mon.0) 1053 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:48:40.099 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.912407+0000 mon.smithi032 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:48:40.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.912985+0000 mon.smithi032 (mon.1) 147 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:48:40.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.915296+0000 mon.smithi032 (mon.1) 148 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:48:40.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: audit 2023-09-07T07:48:38.916327+0000 mon.smithi032 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:48:40.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:39 smithi003 systemd[1]: Stopping Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:48:40.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:48:40.085+0000 7f579f6de700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi003 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-09-07T07:48:40.100 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003[107284]: debug 2023-09-07T07:48:40.085+0000 7f579f6de700 -1 mon.smithi003@0(leader) e2 *** Got Signal Terminated *** 2023-09-07T07:48:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:38.825853+0000 mgr.smithi003.oqouau (mgr.15216) 37 : cephadm [INF] Upgrade: Updating mon.smithi003 2023-09-07T07:48:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.832776+0000 mon.smithi003 (mon.0) 1048 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.833596+0000 mon.smithi003 (mon.0) 1049 : audit [INF] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:48:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.834241+0000 mon.smithi003 (mon.0) 1050 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:48:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.834897+0000 mon.smithi003 (mon.0) 1051 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:38.835945+0000 mgr.smithi003.oqouau (mgr.15216) 38 : cephadm [INF] Deploying daemon mon.smithi003 on smithi003 2023-09-07T07:48:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:38.910470+0000 mon.smithi003 (mon.0) 1052 : cluster [DBG] Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:48:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:38.910619+0000 mon.smithi003 (mon.0) 1053 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:48:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.912407+0000 mon.smithi032 (mon.1) 146 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:48:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.912985+0000 mon.smithi032 (mon.1) 147 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:48:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.915296+0000 mon.smithi032 (mon.1) 148 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:48:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:38.916327+0000 mon.smithi032 (mon.1) 149 : audit [DBG] from='mgr.? 172.21.15.32:0/1216404186' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:48:40.397 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:40 smithi003 bash[163457]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi003 2023-09-07T07:48:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:40 smithi003 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003.service: Succeeded. 2023-09-07T07:48:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:40 smithi003 systemd[1]: Stopped Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:48:40.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:40 smithi003 systemd[1]: Starting Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:48:41.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:48:41.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable), process ceph-mon, pid 7 2023-09-07T07:48:41.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: pidfile_write: ignore empty --pid-file 2023-09-07T07:48:41.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: load: jerasure load: lrc 2023-09-07T07:48:41.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: RocksDB version: 7.9.2 2023-09-07T07:48:41.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Git sha 0 2023-09-07T07:48:41.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Compile date 2023-09-05 15:42:58 2023-09-07T07:48:41.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: DB SUMMARY 2023-09-07T07:48:41.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: DB Session ID: 76PLORPP0EDXY783MI0A 2023-09-07T07:48:41.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: CURRENT file: CURRENT 2023-09-07T07:48:41.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: IDENTITY file: IDENTITY 2023-09-07T07:48:41.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: MANIFEST file: MANIFEST-000008 size: 1152 Bytes 2023-09-07T07:48:41.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi003/store.db dir, Total Num: 1, files: 000026.sst 2023-09-07T07:48:41.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi003/store.db: 000024.log size: 3088289 ; 2023-09-07T07:48:41.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.error_if_exists: 0 2023-09-07T07:48:41.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.create_if_missing: 0 2023-09-07T07:48:41.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.paranoid_checks: 1 2023-09-07T07:48:41.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-07T07:48:41.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-07T07:48:41.443 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-07T07:48:41.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.env: 0x557f87bfe720 2023-09-07T07:48:41.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.fs: PosixFileSystem 2023-09-07T07:48:41.444 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.info_log: 0x557f89fbf2c0 2023-09-07T07:48:41.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:48:41.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.statistics: (nil) 2023-09-07T07:48:41.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.use_fsync: 0 2023-09-07T07:48:41.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_log_file_size: 0 2023-09-07T07:48:41.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:48:41.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:48:41.447 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:48:41.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:48:41.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.allow_fallocate: 1 2023-09-07T07:48:41.448 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:48:41.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:48:41.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.use_direct_reads: 0 2023-09-07T07:48:41.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:48:41.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:48:41.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.db_log_dir: 2023-09-07T07:48:41.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.wal_dir: 2023-09-07T07:48:41.451 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:48:41.451 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:48:41.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:48:41.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:48:41.452 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:48:41.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:48:41.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:48:41.453 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:48:41.454 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.write_buffer_manager: 0x557f892505a0 2023-09-07T07:48:41.454 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:48:41.455 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:48:41.455 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:48:41.455 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:48:41.456 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:48:41.456 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:48:41.456 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:48:41.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:48:41.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.unordered_write: 0 2023-09-07T07:48:41.457 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:48:41.458 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:48:41.458 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:48:41.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:48:41.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.row_cache: None 2023-09-07T07:48:41.459 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.wal_filter: None 2023-09-07T07:48:41.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:48:41.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:48:41.460 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.two_write_queues: 0 2023-09-07T07:48:41.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:48:41.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.wal_compression: 0 2023-09-07T07:48:41.461 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.atomic_flush: 0 2023-09-07T07:48:41.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:48:41.462 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:48:41.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:48:41.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.log_readahead_size: 0 2023-09-07T07:48:41.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-07T07:48:41.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.best_efforts_recovery: 0 2023-09-07T07:48:41.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-07T07:48:41.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-07T07:48:41.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.allow_data_in_errors: 0 2023-09-07T07:48:41.464 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.db_host_id: __hostname__ 2023-09-07T07:48:41.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-07T07:48:41.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_background_jobs: 2 2023-09-07T07:48:41.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_background_compactions: -1 2023-09-07T07:48:41.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_subcompactions: 1 2023-09-07T07:48:41.465 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:48:41.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:48:41.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:48:41.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:48:41.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:48:41.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:48:41.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:48:41.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:48:41.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_open_files: -1 2023-09-07T07:48:41.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:48:41.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:48:41.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:48:41.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:48:41.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_background_flushes: -1 2023-09-07T07:48:41.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Compression algorithms supported: 2023-09-07T07:48:41.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:48:41.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kZSTD supported: 0 2023-09-07T07:48:41.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kXpressCompression supported: 0 2023-09-07T07:48:41.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:48:41.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kZlibCompression supported: 1 2023-09-07T07:48:41.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kSnappyCompression supported: 1 2023-09-07T07:48:41.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kLZ4Compression supported: 1 2023-09-07T07:48:41.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: kBZip2Compression supported: 0 2023-09-07T07:48:41.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:48:41.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-07T07:48:41.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000008 2023-09-07T07:48:41.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-07T07:48:41.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:48:41.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.merge_operator: 2023-09-07T07:48:41.471 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_filter: None 2023-09-07T07:48:41.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:48:41.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.sst_partitioner_factory: None 2023-09-07T07:48:41.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:48:41.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:48:41.472 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557f89fbf3c0) 2023-09-07T07:48:41.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: cache_index_and_filter_blocks: 1 2023-09-07T07:48:41.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:48:41.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:48:41.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: pin_top_level_index_and_filter: 1 2023-09-07T07:48:41.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: index_type: 0 2023-09-07T07:48:41.473 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: data_block_index_type: 0 2023-09-07T07:48:41.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: index_shortening: 1 2023-09-07T07:48:41.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:48:41.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: checksum: 4 2023-09-07T07:48:41.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: no_block_cache: 0 2023-09-07T07:48:41.474 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache: 0x557f892d1350 2023-09-07T07:48:41.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache_name: BinnedLRUCache 2023-09-07T07:48:41.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache_options: 2023-09-07T07:48:41.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: capacity : 536870912 2023-09-07T07:48:41.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: num_shard_bits : 4 2023-09-07T07:48:41.475 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: strict_capacity_limit : 0 2023-09-07T07:48:41.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: high_pri_pool_ratio: 0.000 2023-09-07T07:48:41.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_cache_compressed: (nil) 2023-09-07T07:48:41.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: persistent_cache: (nil) 2023-09-07T07:48:41.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_size: 4096 2023-09-07T07:48:41.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_size_deviation: 10 2023-09-07T07:48:41.476 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_restart_interval: 16 2023-09-07T07:48:41.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: index_block_restart_interval: 1 2023-09-07T07:48:41.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: metadata_block_size: 4096 2023-09-07T07:48:41.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: partition_filters: 0 2023-09-07T07:48:41.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: use_delta_encoding: 1 2023-09-07T07:48:41.477 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: filter_policy: bloomfilter 2023-09-07T07:48:41.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: whole_key_filtering: 1 2023-09-07T07:48:41.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: verify_compression: 0 2023-09-07T07:48:41.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: read_amp_bytes_per_bit: 0 2023-09-07T07:48:41.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: format_version: 5 2023-09-07T07:48:41.478 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: enable_index_compression: 1 2023-09-07T07:48:41.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: block_align: 0 2023-09-07T07:48:41.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: max_auto_readahead_size: 262144 2023-09-07T07:48:41.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: prepopulate_block_cache: 0 2023-09-07T07:48:41.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: initial_auto_readahead_size: 8192 2023-09-07T07:48:41.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: num_file_reads_for_auto_readahead: 2 2023-09-07T07:48:41.479 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:48:41.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:48:41.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression: NoCompression 2023-09-07T07:48:41.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:48:41.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:48:41.480 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:48:41.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.num_levels: 7 2023-09-07T07:48:41.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:48:41.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:48:41.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:48:41.481 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:48:41.482 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:48:41.482 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:48:41.482 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:48:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:48:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-07T07:48:41.483 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:48:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:48:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:48:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:48:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:48:41.484 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:48:41.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:48:41.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:48:41.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:48:41.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-07T07:48:41.485 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:48:41.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:48:41.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:48:41.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:48:41.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:48:41.486 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:48:41.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:48:41.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:48:41.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:48:41.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:48:41.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:48:41.487 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:48:41.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:48:41.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:48:41.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:48:41.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:48:41.488 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:48:41.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:48:41.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:48:41.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-07T07:48:41.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.arena_block_size: 1048576 2023-09-07T07:48:41.489 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:48:41.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:48:41.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:48:41.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:48:41.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:48:41.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:48:41.490 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:48:41.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:48:41.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:48:41.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:48:41.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:48:41.491 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:48:41.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:48:41.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.table_properties_collectors: 2023-09-07T07:48:41.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.inplace_update_support: 0 2023-09-07T07:48:41.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:48:41.492 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:48:41.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:48:41.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:48:41.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.bloom_locality: 0 2023-09-07T07:48:41.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.max_successive_merges: 0 2023-09-07T07:48:41.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:48:41.493 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:48:41.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.force_consistency_checks: 1 2023-09-07T07:48:41.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:48:41.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.ttl: 2592000 2023-09-07T07:48:41.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:48:41.494 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-07T07:48:41.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-07T07:48:41.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.enable_blob_files: false 2023-09-07T07:48:41.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.min_blob_size: 0 2023-09-07T07:48:41.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.blob_file_size: 268435456 2023-09-07T07:48:41.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-07T07:48:41.495 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-07T07:48:41.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-07T07:48:41.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-07T07:48:41.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-07T07:48:41.496 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.blob_file_starting_level: 0 2023-09-07T07:48:41.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-07T07:48:41.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 26.sst 2023-09-07T07:48:41.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 28, last_sequence is 15681, log_number is 24,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-07T07:48:41.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 24 2023-09-07T07:48:41.497 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: adf4821b-f0ce-431a-a9c4-f22120d1ebfd 2023-09-07T07:48:41.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694072921072050, "job": 1, "event": "recovery_started", "wal_files": [24]} 2023-09-07T07:48:41.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #24 mode 2 2023-09-07T07:48:41.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694072921080908, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 29, "file_size": 2931341, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 15682, "largest_seqno": 16254, "table_properties": {"data_size": 2927183, "index_size": 2628, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 4385, "raw_average_key_size": 21, "raw_value_size": 2921266, "raw_average_value_size": 14461, "num_data_blocks": 119, "num_entries": 202, "num_filter_entries": 202, "num_deletions": 2, "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": 1694072921, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "adf4821b-f0ce-431a-a9c4-f22120d1ebfd", "db_session_id": "76PLORPP0EDXY783MI0A", "orig_file_number": 29, "seqno_to_time_mapping": "N/A"}} 2023-09-07T07:48:41.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694072921081010, "job": 1, "event": "recovery_finished"} 2023-09-07T07:48:41.498 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/version_set.cc:5047] Creating manifest 31 2023-09-07T07:48:41.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi003/store.db/000024.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-07T07:48:41.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557f8936e000 2023-09-07T07:48:41.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: DB pointer 0x557f8935a000 2023-09-07T07:48:41.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-07T07:48:41.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-07T07:48:41.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** DB Stats ** 2023-09-07T07:48:41.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:48:41.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:48:41.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:48:41.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:48:41.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:48:41.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:48:41.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:48:41.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** Compaction Stats [default] ** 2023-09-07T07:48:41.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:48:41.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-07T07:48:41.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: L0 1/0 2.80 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-07T07:48:41.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: L6 1/0 33.52 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-09-07T07:48:41.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Sum 2/0 36.32 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-07T07:48:41.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-07T07:48:41.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** Compaction Stats [default] ** 2023-09-07T07:48:41.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:48:41.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:48:41.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 647.3 0.00 0.00 1 0.004 0 0 0.0 0.0 2023-09-07T07:48:41.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-07T07:48:41.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:48:41.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Flush(GB): cumulative 0.003, interval 0.003 2023-09-07T07:48:41.505 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:48:41.505 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:48:41.505 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:48:41.505 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:48:41.505 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Cumulative compaction: 0.00 GB write, 235.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:48:41.506 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Interval compaction: 0.00 GB write, 235.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:48:41.506 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:48:41.506 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Block cache BinnedLRUCache@0x557f892d1350#7 capacity: 512.00 MB usage: 3.42 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2023-09-07T07:48:41.506 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.59 KB,0.000113249%) IndexBlock(1,2.83 KB,0.000539422%) Misc(1,0.00 KB,0%) 2023-09-07T07:48:41.506 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.507 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:48:41.507 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: starting mon.smithi003 rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi003 fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:48:41.507 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???) e2 preinit fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:48:41.507 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???).mds e7 new map 2023-09-07T07:48:41.507 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???).mds e7 print_map 2023-09-07T07:48:41.508 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: e7 2023-09-07T07:48:41.508 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-07T07:48:41.508 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:48:41.508 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: legacy client fscid: 1 2023-09-07T07:48:41.508 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.509 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Filesystem 'foofs' (1) 2023-09-07T07:48:41.509 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: fs_name foofs 2023-09-07T07:48:41.509 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: epoch 5 2023-09-07T07:48:41.509 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-07T07:48:41.509 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: created 2023-09-07T07:35:22.983312+0000 2023-09-07T07:48:41.510 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: modified 2023-09-07T07:35:31.163260+0000 2023-09-07T07:48:41.510 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: tableserver 0 2023-09-07T07:48:41.510 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: root 0 2023-09-07T07:48:41.510 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: session_timeout 60 2023-09-07T07:48:41.510 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: session_autoclose 300 2023-09-07T07:48:41.511 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: max_file_size 1099511627776 2023-09-07T07:48:41.511 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: required_client_features {} 2023-09-07T07:48:41.511 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: last_failure 0 2023-09-07T07:48:41.511 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: last_failure_osd_epoch 0 2023-09-07T07:48:41.511 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 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,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:48:41.511 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: max_mds 1 2023-09-07T07:48:41.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: in 0 2023-09-07T07:48:41.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: up {0=14494} 2023-09-07T07:48:41.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: failed 2023-09-07T07:48:41.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: damaged 2023-09-07T07:48:41.512 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: stopped 2023-09-07T07:48:41.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: data_pools [3] 2023-09-07T07:48:41.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: metadata_pool 2 2023-09-07T07:48:41.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: inline_data disabled 2023-09-07T07:48:41.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: balancer 2023-09-07T07:48:41.513 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: bal_rank_mask -1 2023-09-07T07:48:41.514 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: standby_count_wanted 1 2023-09-07T07:48:41.514 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: [mds.foofs.smithi003.bgejfh{0:14494} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006] compat {c=[1],r=[1],i=[7ff]}] 2023-09-07T07:48:41.514 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.514 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.514 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: Standby daemons: 2023-09-07T07:48:41.515 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: 2023-09-07T07:48:41.515 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout: [mds.foofs.smithi032.oodwew{-1:14498} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] compat {c=[1],r=[1],i=[7ff]}] 2023-09-07T07:48:41.515 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???).osd e69 crush map has features 3314933000854323200, adjusting msgr requires 2023-09-07T07:48:41.515 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2023-09-07T07:48:41.515 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2023-09-07T07:48:41.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???).osd e69 crush map has features 432629239337189376, adjusting msgr requires 2023-09-07T07:48:41.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 ceph-mon[163669]: mon.smithi003@-1(???).paxosservice(auth 1..44) refresh upgraded, format 0 -> 3 2023-09-07T07:48:41.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 bash[163631]: 6bd8785a1109661b14f0e92c9626560f9ed5565a142d197a0e5dfa2095f67160 2023-09-07T07:48:41.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:48:41 smithi003 systemd[1]: Started Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:48:42.109 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:40.097596+0000 mon.smithi032 (mon.1) 150 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:48:42.110 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:40.097785+0000 mon.smithi032 (mon.1) 151 : audit [DBG] from='mgr.15216 172.21.15.3:0/4248698127' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:48:42.110 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.694591+0000 mon.smithi003 (mon.0) 1 : cluster [INF] mon.smithi003 calling monitor election 2023-09-07T07:48:42.110 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.707721+0000 mon.smithi003 (mon.0) 2 : cluster [INF] mon.smithi003 is new leader, mons smithi003,smithi032 in quorum (ranks 0,1) 2023-09-07T07:48:42.110 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.712433+0000 mon.smithi003 (mon.0) 3 : cluster [DBG] monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} removed_ranks: {} 2023-09-07T07:48:42.111 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.713053+0000 mon.smithi003 (mon.0) 4 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:48:42.111 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.713104+0000 mon.smithi003 (mon.0) 5 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2023-09-07T07:48:42.111 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.714442+0000 mon.smithi003 (mon.0) 6 : cluster [DBG] mgrmap e33: smithi003.oqouau(active, since 26s), standbys: smithi032.jvdzvt 2023-09-07T07:48:42.111 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.723065+0000 mon.smithi003 (mon.0) 7 : cluster [DBG] mgrmap e34: smithi003.oqouau(active, since 26s), standbys: smithi032.jvdzvt 2023-09-07T07:48:42.111 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.723101+0000 mon.smithi003 (mon.0) 8 : cluster [WRN] Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:48:42.112 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.723117+0000 mon.smithi003 (mon.0) 9 : cluster [WRN] [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:48:42.112 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:41.723129+0000 mon.smithi003 (mon.0) 10 : cluster [WRN] daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:48:42.112 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:41.723204+0000 mon.smithi003 (mon.0) 11 : audit [INF] from='mgr.15216 ' entity='' 2023-09-07T07:48:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:42.727609+0000 mon.smithi003 (mon.0) 12 : cluster [DBG] mgrmap e35: smithi003.oqouau(active, since 27s), standbys: smithi032.jvdzvt 2023-09-07T07:48:44.945 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:49.447 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.341485+0000 mon.smithi003 (mon.0) 13 : cluster [DBG] Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:48:49.448 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.341609+0000 mon.smithi003 (mon.0) 14 : cluster [DBG] Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:48:49.448 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.343321+0000 mon.smithi032 (mon.1) 152 : audit [DBG] from='mgr.? 172.21.15.32:0/2495583961' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/crt"}]: dispatch 2023-09-07T07:48:49.448 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.343912+0000 mon.smithi032 (mon.1) 153 : audit [DBG] from='mgr.? 172.21.15.32:0/2495583961' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-07T07:48:49.448 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.346124+0000 mon.smithi032 (mon.1) 154 : audit [DBG] from='mgr.? 172.21.15.32:0/2495583961' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi032.jvdzvt/key"}]: dispatch 2023-09-07T07:48:49.449 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.347180+0000 mon.smithi032 (mon.1) 155 : audit [DBG] from='mgr.? 172.21.15.32:0/2495583961' entity='mgr.smithi032.jvdzvt' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-07T07:48:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:48:49.462+0000 7f0e38735700 -1 mon.smithi032@1(peon).osd e70 update_from_paxos full map CRC mismatch, resetting to canonical 2023-09-07T07:48:49.991 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:50.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.396594+0000 mon.smithi003 (mon.0) 15 : cluster [DBG] mgrmap e36: smithi003.oqouau(active, since 34s), standbys: smithi032.jvdzvt 2023-09-07T07:48:50.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.458265+0000 mon.smithi003 (mon.0) 16 : cluster [INF] Active manager daemon smithi003.oqouau restarted 2023-09-07T07:48:50.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.458614+0000 mon.smithi003 (mon.0) 17 : cluster [INF] Activating manager daemon smithi003.oqouau 2023-09-07T07:48:50.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.467417+0000 osd.5 (osd.5) 3 : cluster [WRN] failed to encode map e70 with expected crc 2023-09-07T07:48:50.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.467699+0000 mon.smithi003 (mon.0) 18 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2023-09-07T07:48:50.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.468007+0000 mon.smithi003 (mon.0) 19 : cluster [DBG] mgrmap e37: smithi003.oqouau(active, starting, since 0.00948841s), standbys: smithi032.jvdzvt 2023-09-07T07:48:50.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.469589+0000 mon.smithi003 (mon.0) 20 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:48:50.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.469807+0000 mon.smithi003 (mon.0) 21 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:48:50.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.470075+0000 mon.smithi003 (mon.0) 22 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:48:50.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.470306+0000 mon.smithi003 (mon.0) 23 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:48:50.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.471294+0000 mon.smithi003 (mon.0) 24 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:48:50.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.471575+0000 mon.smithi003 (mon.0) 25 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:48:50.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.471766+0000 mon.smithi003 (mon.0) 26 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:48:50.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.472003+0000 mon.smithi003 (mon.0) 27 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:48:50.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.472242+0000 mon.smithi003 (mon.0) 28 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:48:50.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.472788+0000 mon.smithi003 (mon.0) 29 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:48:50.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.473068+0000 mon.smithi003 (mon.0) 30 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:48:50.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.473309+0000 mon.smithi003 (mon.0) 31 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:48:50.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.473658+0000 mon.smithi003 (mon.0) 32 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:48:50.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.474448+0000 mon.smithi003 (mon.0) 33 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:48:50.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.474707+0000 mon.smithi003 (mon.0) 34 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:48:50.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.474994+0000 mon.smithi003 (mon.0) 35 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:48:50.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.475478+0000 mon.smithi003 (mon.0) 36 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:48:50.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.475805+0000 osd.6 (osd.6) 3 : cluster [WRN] failed to encode map e70 with expected crc 2023-09-07T07:48:50.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.475934+0000 osd.2 (osd.2) 3 : cluster [WRN] failed to encode map e70 with expected crc 2023-09-07T07:48:50.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:49.485412+0000 mon.smithi003 (mon.0) 37 : cluster [INF] Manager daemon smithi003.oqouau is now available 2023-09-07T07:48:50.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.512618+0000 mon.smithi003 (mon.0) 38 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:50.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.514567+0000 mon.smithi003 (mon.0) 39 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:50.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.539042+0000 mon.smithi003 (mon.0) 40 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:48:50.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.554112+0000 mon.smithi003 (mon.0) 41 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:48:50.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:49.567220+0000 mon.smithi003 (mon.0) 42 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:48:51.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:50.470622+0000 mon.smithi003 (mon.0) 43 : cluster [DBG] mgrmap e38: smithi003.oqouau(active, since 1.01209s), standbys: smithi032.jvdzvt 2023-09-07T07:48:51.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:50.479679+0000 mgr.smithi003.oqouau (mgr.34104) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:52.831 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:50.937065+0000 mgr.smithi003.oqouau (mgr.34104) 2 : cephadm [INF] [07/Sep/2023:07:48:50] ENGINE Bus STARTING 2023-09-07T07:48:52.831 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:51.059582+0000 mgr.smithi003.oqouau (mgr.34104) 3 : cephadm [INF] [07/Sep/2023:07:48:51] ENGINE Serving on https://172.21.15.3:7150 2023-09-07T07:48:52.831 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:51.160973+0000 mgr.smithi003.oqouau (mgr.34104) 4 : cephadm [INF] [07/Sep/2023:07:48:51] ENGINE Serving on http://172.21.15.3:8765 2023-09-07T07:48:52.832 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:51.161322+0000 mgr.smithi003.oqouau (mgr.34104) 5 : cephadm [INF] [07/Sep/2023:07:48:51] ENGINE Bus STARTED 2023-09-07T07:48:52.832 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:51.466137+0000 mon.smithi003 (mon.0) 44 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-09-07T07:48:52.832 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:51.466169+0000 mon.smithi003 (mon.0) 45 : cluster [INF] Cluster is now healthy 2023-09-07T07:48:52.832 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:51.474105+0000 mgr.smithi003.oqouau (mgr.34104) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:52.478717+0000 mon.smithi003 (mon.0) 46 : cluster [DBG] mgrmap e39: smithi003.oqouau(active, since 3s), standbys: smithi032.jvdzvt 2023-09-07T07:48:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:53.176420+0000 mon.smithi003 (mon.0) 47 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:53 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:53.181875+0000 mon.smithi003 (mon.0) 48 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:54.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:53.474500+0000 mgr.smithi003.oqouau (mgr.34104) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:54.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:53.881343+0000 mon.smithi003 (mon.0) 49 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:54.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:53.888352+0000 mon.smithi003 (mon.0) 50 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:53.918652+0000 mon.smithi003 (mon.0) 51 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:54 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:53.925665+0000 mon.smithi003 (mon.0) 52 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:55.044 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:48:55.785 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:48:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:54.576619+0000 mon.smithi003 (mon.0) 53 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:55 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:54.581695+0000 mon.smithi003 (mon.0) 54 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:56.478 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:48:56.479 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (9m) - 17m 21.9M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:48:56.479 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (17m) - 17m 6991k - 16.2.5 6933c2a0b7dd 4c1860bd947a 2023-09-07T07:48:56.479 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (16m) - 16m 7163k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:48:56.479 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (7m) - 16m 37.7M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:48:56.480 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (13m) - 13m 41.9M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:48:56.480 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (13m) - 13m 16.9M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:48:56.480 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (49s) - 18m 482M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:48:56.480 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (25s) - 16m 445M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:48:56.481 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (15s) - 18m 34.3M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:48:56.481 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (16m) - 16m 125M 2048M 16.2.5 6933c2a0b7dd a9774f5de772 2023-09-07T07:48:56.481 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (11m) - 11m 80.7M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:48:56.481 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (11m) - 11m 77.6M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:48:56.481 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (5m) - 16m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:48:56.482 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (53s) - 16m 5204k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:48:56.482 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (16m) - 16m 1052M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:48:56.482 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (15m) - 15m 900M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:48:56.482 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (15m) - 15m 608M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:48:56.482 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (15m) - 15m 953M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:48:56.483 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (15m) - 15m 894M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:48:56.483 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (14m) - 14m 1225M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:48:56.483 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (14m) - 14m 1026M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:48:56.483 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (14m) - 14m 1515M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:48:56.483 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 16m - - 2023-09-07T07:48:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:55.474950+0000 mgr.smithi003.oqouau (mgr.34104) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:48:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:55.771395+0000 mgr.smithi003.oqouau (mgr.34104) 9 : audit [DBG] from='client.34126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:56.406154+0000 mon.smithi003 (mon.0) 55 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:56.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:56.411513+0000 mon.smithi003 (mon.0) 56 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:56.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:56.412931+0000 mon.smithi003 (mon.0) 57 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:48:56.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:56 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:56.413687+0000 mon.smithi003 (mon.0) 58 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:48:56.917 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:48:56.917 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:48:56.918 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:48:56.918 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:48:56.918 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:56.918 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:48:56.919 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:48:56.919 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:56.919 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:48:56.919 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:48:56.919 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:56.920 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:48:56.920 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:48:56.920 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:48:56.920 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:48:56.920 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 11, 2023-09-07T07:48:56.921 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 3 2023-09-07T07:48:56.921 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:48:56.921 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:48:57.285 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:48:57.285 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:48:57.285 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:48:57.285 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:48:57.286 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:48:57.286 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2023-09-07T07:48:57.286 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:48:57.286 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "3/23 daemons upgraded", 2023-09-07T07:48:57.286 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:48:57.287 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:48:57.287 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:48:57.740 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_OK 2023-09-07T07:48:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:56.119708+0000 mgr.smithi003.oqouau (mgr.34104) 10 : audit [DBG] from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:56.414724+0000 mgr.smithi003.oqouau (mgr.34104) 11 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:48:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:56.414916+0000 mgr.smithi003.oqouau (mgr.34104) 12 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:48:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:56.468542+0000 mgr.smithi003.oqouau (mgr.34104) 13 : audit [DBG] from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:56.729731+0000 mgr.smithi003.oqouau (mgr.34104) 14 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:48:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:56.729939+0000 mgr.smithi003.oqouau (mgr.34104) 15 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:48:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:56.917489+0000 mon.smithi003 (mon.0) 59 : audit [DBG] from='client.? 172.21.15.3:0/1511662391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:48:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.576691+0000 mon.smithi003 (mon.0) 60 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:57.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.581619+0000 mon.smithi003 (mon.0) 61 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:58.756 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:56.994001+0000 mgr.smithi003.oqouau (mgr.34104) 16 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:48:58.756 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:57.044755+0000 mgr.smithi003.oqouau (mgr.34104) 17 : cephadm [INF] Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:48:58.756 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.284927+0000 mgr.smithi003.oqouau (mgr.34104) 18 : audit [DBG] from='client.34142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:48:58.756 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:57.308203+0000 mgr.smithi003.oqouau (mgr.34104) 19 : cephadm [INF] Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:48:58.757 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cephadm 2023-09-07T07:48:57.358962+0000 mgr.smithi003.oqouau (mgr.34104) 20 : cephadm [INF] Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:48:58.757 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:57.475698+0000 mgr.smithi003.oqouau (mgr.34104) 21 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-07T07:48:58.757 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.677634+0000 mon.smithi003 (mon.0) 62 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:58.757 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.684150+0000 mon.smithi003 (mon.0) 63 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:58.757 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:57.685307+0000 mgr.smithi003.oqouau (mgr.34104) 22 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 142 B/s rd, 142 B/s wr, 0 op/s 2023-09-07T07:48:58.758 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.688389+0000 mon.smithi003 (mon.0) 64 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:58.758 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.696800+0000 mon.smithi003 (mon.0) 65 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:58.758 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.740652+0000 mon.smithi003 (mon.0) 66 : audit [DBG] from='client.? 172.21.15.3:0/2371386442' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:48:58.758 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.833585+0000 mon.smithi003 (mon.0) 67 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:48:58.758 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.836514+0000 mon.smithi003 (mon.0) 68 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:48:58.759 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:58 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:57.837895+0000 mon.smithi003 (mon.0) 69 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-07T07:48:59.871 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: cluster 2023-09-07T07:48:58.682405+0000 mon.smithi003 (mon.0) 70 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:48:59.872 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:58.859749+0000 mon.smithi003 (mon.0) 71 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:48:59.872 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:58.860771+0000 mon.smithi003 (mon.0) 72 : audit [INF] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:48:59.872 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:58.861598+0000 mon.smithi003 (mon.0) 73 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:48:59.872 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:59 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: audit 2023-09-07T07:48:58.862391+0000 mon.smithi003 (mon.0) 74 : audit [DBG] from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:00.087 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:00.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:48:59 smithi032 systemd[1]: Stopping Ceph mon.smithi032 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:49:00.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:49:00.112+0000 7f0e3ef42700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi032 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-09-07T07:49:00.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:00 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032[109344]: debug 2023-09-07T07:49:00.112+0000 7f0e3ef42700 -1 mon.smithi032@1(peon) e2 *** Got Signal Terminated *** 2023-09-07T07:49:00.652 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:00 smithi032 bash[137938]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon.smithi032 2023-09-07T07:49:01.129 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:00 smithi032 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi032.service: Succeeded. 2023-09-07T07:49:01.130 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:00 smithi032 systemd[1]: Stopped Ceph mon.smithi032 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:49:01.130 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:00 smithi032 systemd[1]: Starting Ceph mon.smithi032 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:49:01.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: set uid:gid to 167:167 (ceph:ceph) 2023-09-07T07:49:01.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable), process ceph-mon, pid 7 2023-09-07T07:49:01.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: pidfile_write: ignore empty --pid-file 2023-09-07T07:49:01.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: load: jerasure load: lrc 2023-09-07T07:49:01.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 bash[138101]: 490402ed435789b7cea284cd28d7b8544fbc07f444023b83263359a668715727 2023-09-07T07:49:01.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: RocksDB version: 7.9.2 2023-09-07T07:49:01.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Git sha 0 2023-09-07T07:49:01.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Compile date 2023-09-05 15:42:58 2023-09-07T07:49:01.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: DB SUMMARY 2023-09-07T07:49:01.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: DB Session ID: VPD7S21A5Y3CLC05JE98 2023-09-07T07:49:01.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: CURRENT file: CURRENT 2023-09-07T07:49:01.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: IDENTITY file: IDENTITY 2023-09-07T07:49:01.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: MANIFEST file: MANIFEST-000005 size: 1465 Bytes 2023-09-07T07:49:01.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi032/store.db dir, Total Num: 1, files: 000029.sst 2023-09-07T07:49:01.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi032/store.db: 000027.log size: 708862 ; 2023-09-07T07:49:01.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.error_if_exists: 0 2023-09-07T07:49:01.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.create_if_missing: 0 2023-09-07T07:49:01.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.paranoid_checks: 1 2023-09-07T07:49:01.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.flush_verify_memtable_count: 1 2023-09-07T07:49:01.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-07T07:49:01.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-09-07T07:49:01.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.env: 0x564019d04720 2023-09-07T07:49:01.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.fs: PosixFileSystem 2023-09-07T07:49:01.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.info_log: 0x56401b2cb2c0 2023-09-07T07:49:01.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_file_opening_threads: 16 2023-09-07T07:49:01.663 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.statistics: (nil) 2023-09-07T07:49:01.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.use_fsync: 0 2023-09-07T07:49:01.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_log_file_size: 0 2023-09-07T07:49:01.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-07T07:49:01.664 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-07T07:49:01.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.keep_log_file_num: 1000 2023-09-07T07:49:01.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.recycle_log_file_num: 0 2023-09-07T07:49:01.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.allow_fallocate: 1 2023-09-07T07:49:01.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.allow_mmap_reads: 0 2023-09-07T07:49:01.665 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.allow_mmap_writes: 0 2023-09-07T07:49:01.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.use_direct_reads: 0 2023-09-07T07:49:01.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-07T07:49:01.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.create_missing_column_families: 0 2023-09-07T07:49:01.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.db_log_dir: 2023-09-07T07:49:01.666 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.wal_dir: 2023-09-07T07:49:01.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-07T07:49:01.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-07T07:49:01.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-07T07:49:01.667 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-07T07:49:01.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-07T07:49:01.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-07T07:49:01.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.advise_random_on_open: 1 2023-09-07T07:49:01.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.db_write_buffer_size: 0 2023-09-07T07:49:01.668 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.write_buffer_manager: 0x56401a55c5a0 2023-09-07T07:49:01.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-07T07:49:01.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-07T07:49:01.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-07T07:49:01.669 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.rate_limiter: (nil) 2023-09-07T07:49:01.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-07T07:49:01.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.wal_recovery_mode: 2 2023-09-07T07:49:01.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.enable_thread_tracking: 0 2023-09-07T07:49:01.670 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.enable_pipelined_write: 0 2023-09-07T07:49:01.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.unordered_write: 0 2023-09-07T07:49:01.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-07T07:49:01.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-07T07:49:01.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-07T07:49:01.671 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-07T07:49:01.672 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.row_cache: None 2023-09-07T07:49:01.672 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.wal_filter: None 2023-09-07T07:49:01.672 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-07T07:49:01.672 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.allow_ingest_behind: 0 2023-09-07T07:49:01.673 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.two_write_queues: 0 2023-09-07T07:49:01.673 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.manual_wal_flush: 0 2023-09-07T07:49:01.673 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.wal_compression: 0 2023-09-07T07:49:01.673 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.atomic_flush: 0 2023-09-07T07:49:01.673 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-07T07:49:01.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-07T07:49:01.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-07T07:49:01.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.log_readahead_size: 0 2023-09-07T07:49:01.674 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-07T07:49:01.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.best_efforts_recovery: 0 2023-09-07T07:49:01.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-07T07:49:01.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-07T07:49:01.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.allow_data_in_errors: 0 2023-09-07T07:49:01.675 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.db_host_id: __hostname__ 2023-09-07T07:49:01.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.enforce_single_del_contracts: true 2023-09-07T07:49:01.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_background_jobs: 2 2023-09-07T07:49:01.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_background_compactions: -1 2023-09-07T07:49:01.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_subcompactions: 1 2023-09-07T07:49:01.676 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-07T07:49:01.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-07T07:49:01.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-07T07:49:01.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_total_wal_size: 0 2023-09-07T07:49:01.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-07T07:49:01.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-07T07:49:01.677 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-07T07:49:01.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-07T07:49:01.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_open_files: -1 2023-09-07T07:49:01.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bytes_per_sync: 0 2023-09-07T07:49:01.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-07T07:49:01.678 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-07T07:49:01.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_readahead_size: 0 2023-09-07T07:49:01.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_background_flushes: -1 2023-09-07T07:49:01.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Compression algorithms supported: 2023-09-07T07:49:01.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-07T07:49:01.679 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kZSTD supported: 0 2023-09-07T07:49:01.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kXpressCompression supported: 0 2023-09-07T07:49:01.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kLZ4HCCompression supported: 1 2023-09-07T07:49:01.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kZlibCompression supported: 1 2023-09-07T07:49:01.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kSnappyCompression supported: 1 2023-09-07T07:49:01.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kLZ4Compression supported: 1 2023-09-07T07:49:01.680 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: kBZip2Compression supported: 0 2023-09-07T07:49:01.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-07T07:49:01.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: DMutex implementation: pthread_mutex_t 2023-09-07T07:49:01.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi032/store.db/MANIFEST-000005 2023-09-07T07:49:01.681 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-09-07T07:49:01.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-07T07:49:01.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.merge_operator: 2023-09-07T07:49:01.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_filter: None 2023-09-07T07:49:01.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_filter_factory: None 2023-09-07T07:49:01.682 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.sst_partitioner_factory: None 2023-09-07T07:49:01.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-07T07:49:01.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-07T07:49:01.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56401b2cb3c0) 2023-09-07T07:49:01.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: cache_index_and_filter_blocks: 1 2023-09-07T07:49:01.683 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-07T07:49:01.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-07T07:49:01.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: pin_top_level_index_and_filter: 1 2023-09-07T07:49:01.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: index_type: 0 2023-09-07T07:49:01.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: data_block_index_type: 0 2023-09-07T07:49:01.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: index_shortening: 1 2023-09-07T07:49:01.684 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-07T07:49:01.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: checksum: 4 2023-09-07T07:49:01.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: no_block_cache: 0 2023-09-07T07:49:01.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_cache: 0x56401a5dd1f0 2023-09-07T07:49:01.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_cache_name: BinnedLRUCache 2023-09-07T07:49:01.685 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_cache_options: 2023-09-07T07:49:01.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: capacity : 536870912 2023-09-07T07:49:01.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: num_shard_bits : 4 2023-09-07T07:49:01.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: strict_capacity_limit : 0 2023-09-07T07:49:01.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: high_pri_pool_ratio: 0.000 2023-09-07T07:49:01.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_cache_compressed: (nil) 2023-09-07T07:49:01.687 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: persistent_cache: (nil) 2023-09-07T07:49:01.687 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_size: 4096 2023-09-07T07:49:01.687 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_size_deviation: 10 2023-09-07T07:49:01.687 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_restart_interval: 16 2023-09-07T07:49:01.687 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: index_block_restart_interval: 1 2023-09-07T07:49:01.688 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: metadata_block_size: 4096 2023-09-07T07:49:01.688 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: partition_filters: 0 2023-09-07T07:49:01.689 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: use_delta_encoding: 1 2023-09-07T07:49:01.689 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: filter_policy: bloomfilter 2023-09-07T07:49:01.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: whole_key_filtering: 1 2023-09-07T07:49:01.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: verify_compression: 0 2023-09-07T07:49:01.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: read_amp_bytes_per_bit: 0 2023-09-07T07:49:01.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: format_version: 5 2023-09-07T07:49:01.690 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: enable_index_compression: 1 2023-09-07T07:49:01.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: block_align: 0 2023-09-07T07:49:01.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: max_auto_readahead_size: 262144 2023-09-07T07:49:01.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: prepopulate_block_cache: 0 2023-09-07T07:49:01.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: initial_auto_readahead_size: 8192 2023-09-07T07:49:01.691 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: num_file_reads_for_auto_readahead: 2 2023-09-07T07:49:01.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.write_buffer_size: 33554432 2023-09-07T07:49:01.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_write_buffer_number: 2 2023-09-07T07:49:01.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression: NoCompression 2023-09-07T07:49:01.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression: Disabled 2023-09-07T07:49:01.692 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.prefix_extractor: nullptr 2023-09-07T07:49:01.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-07T07:49:01.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.num_levels: 7 2023-09-07T07:49:01.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-07T07:49:01.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-07T07:49:01.693 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-07T07:49:01.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-07T07:49:01.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-07T07:49:01.694 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-07T07:49:01.695 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-07T07:49:01.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:49:01.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-07T07:49:01.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-07T07:49:01.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:49:01.696 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:49:01.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-07T07:49:01.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.level: 32767 2023-09-07T07:49:01.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.strategy: 0 2023-09-07T07:49:01.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-07T07:49:01.697 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-07T07:49:01.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-09-07T07:49:01.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-07T07:49:01.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.enabled: false 2023-09-07T07:49:01.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-09-07T07:49:01.698 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-07T07:49:01.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-07T07:49:01.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-07T07:49:01.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.target_file_size_base: 67108864 2023-09-07T07:49:01.699 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-07T07:49:01.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-07T07:49:01.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-07T07:49:01.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-07T07:49:01.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-07T07:49:01.700 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-07T07:49:01.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-07T07:49:01.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-07T07:49:01.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-07T07:49:01.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-07T07:49:01.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-07T07:49:01.701 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-07T07:49:01.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-07T07:49:01.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-09-07T07:49:01.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.arena_block_size: 1048576 2023-09-07T07:49:01.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-07T07:49:01.702 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-07T07:49:01.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.disable_auto_compactions: 0 2023-09-07T07:49:01.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-07T07:49:01.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-07T07:49:01.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-07T07:49:01.703 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-07T07:49:01.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-07T07:49:01.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-07T07:49:01.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-07T07:49:01.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-07T07:49:01.704 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-07T07:49:01.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-07T07:49:01.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.table_properties_collectors: 2023-09-07T07:49:01.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.inplace_update_support: 0 2023-09-07T07:49:01.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-07T07:49:01.705 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-07T07:49:01.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-07T07:49:01.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-07T07:49:01.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.bloom_locality: 0 2023-09-07T07:49:01.706 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.max_successive_merges: 0 2023-09-07T07:49:01.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-07T07:49:01.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.paranoid_file_checks: 0 2023-09-07T07:49:01.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.force_consistency_checks: 1 2023-09-07T07:49:01.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.report_bg_io_stats: 0 2023-09-07T07:49:01.707 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.ttl: 2592000 2023-09-07T07:49:01.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-07T07:49:01.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-09-07T07:49:01.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-09-07T07:49:01.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.enable_blob_files: false 2023-09-07T07:49:01.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.min_blob_size: 0 2023-09-07T07:49:01.708 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.blob_file_size: 268435456 2023-09-07T07:49:01.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-07T07:49:01.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-07T07:49:01.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-07T07:49:01.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-09-07T07:49:01.709 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-09-07T07:49:01.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.blob_file_starting_level: 0 2023-09-07T07:49:01.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-09-07T07:49:01.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [table/block_based/block_based_table_reader.cc:721] At least one SST file opened without unique ID to verify: 29.sst 2023-09-07T07:49:01.710 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi032/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 31, last_sequence is 18103, log_number is 27,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-09-07T07:49:01.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 27 2023-09-07T07:49:01.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 97594fa5-f805-405f-a3a9-a83ef97bb8a4 2023-09-07T07:49:01.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694072941243738, "job": 1, "event": "recovery_started", "wal_files": [27]} 2023-09-07T07:49:01.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #27 mode 2 2023-09-07T07:49:01.711 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 systemd[1]: Started Ceph mon.smithi032 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:49:01.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694072941246729, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 32, "file_size": 460281, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 18108, "largest_seqno": 18230, "table_properties": {"data_size": 458461, "index_size": 616, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 197, "raw_key_size": 1299, "raw_average_key_size": 24, "raw_value_size": 456875, "raw_average_value_size": 8786, "num_data_blocks": 26, "num_entries": 52, "num_filter_entries": 52, "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": 1694072941, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "97594fa5-f805-405f-a3a9-a83ef97bb8a4", "db_session_id": "VPD7S21A5Y3CLC05JE98", "orig_file_number": 32, "seqno_to_time_mapping": "N/A"}} 2023-09-07T07:49:01.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: EVENT_LOG_v1 {"time_micros": 1694072941246836, "job": 1, "event": "recovery_finished"} 2023-09-07T07:49:01.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/version_set.cc:5047] Creating manifest 34 2023-09-07T07:49:01.712 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi032/store.db/000027.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-07T07:49:01.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56401a67a000 2023-09-07T07:49:01.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: DB pointer 0x56401a666000 2023-09-07T07:49:01.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-09-07T07:49:01.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-09-07T07:49:01.713 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: ** DB Stats ** 2023-09-07T07:49:01.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:49:01.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-09-07T07:49:01.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:49:01.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:49:01.714 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-09-07T07:49:01.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-07T07:49:01.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-07T07:49:01.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: ** Compaction Stats [default] ** 2023-09-07T07:49:01.715 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:49:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-09-07T07:49:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: L0 1/0 449.49 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 273.5 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-09-07T07:49:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: L6 1/0 35.69 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2023-09-07T07:49:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Sum 2/0 36.13 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 273.5 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-09-07T07:49:01.716 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 273.5 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-09-07T07:49:01.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: ** Compaction Stats [default] ** 2023-09-07T07:49:01.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-09-07T07:49:01.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-07T07:49:01.717 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 273.5 0.00 0.00 1 0.002 0 0 0.0 0.0 2023-09-07T07:49:01.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-09-07T07:49:01.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-07T07:49:01.718 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-07T07:49:01.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-07T07:49:01.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-07T07:49:01.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-07T07:49:01.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-07T07:49:01.719 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Cumulative compaction: 0.00 GB write, 76.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:49:01.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Interval compaction: 0.00 GB write, 76.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-07T07:49:01.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-09-07T07:49:01.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Block cache BinnedLRUCache@0x56401a5dd1f0#7 capacity: 512.00 MB usage: 0.94 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2023-09-07T07:49:01.720 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.23 KB,4.47035e-05%) IndexBlock(1,0.70 KB,0.00013411%) Misc(1,0.00 KB,0%) 2023-09-07T07:49:01.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-07T07:49:01.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: starting mon.smithi032 rank 1 at public addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] at bind addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi032 fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:49:01.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???) e2 preinit fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:49:01.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???).mds e7 new map 2023-09-07T07:49:01.721 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???).mds e7 print_map 2023-09-07T07:49:01.722 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: e7 2023-09-07T07:49:01.722 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-07T07:49:01.722 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:49:01.722 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: legacy client fscid: 1 2023-09-07T07:49:01.722 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.723 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Filesystem 'foofs' (1) 2023-09-07T07:49:01.723 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: fs_name foofs 2023-09-07T07:49:01.723 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: epoch 5 2023-09-07T07:49:01.723 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: flags 12 joinable allow_snaps allow_multimds_snaps 2023-09-07T07:49:01.723 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: created 2023-09-07T07:35:22.983312+0000 2023-09-07T07:49:01.724 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: modified 2023-09-07T07:35:31.163260+0000 2023-09-07T07:49:01.724 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: tableserver 0 2023-09-07T07:49:01.724 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: root 0 2023-09-07T07:49:01.724 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: session_timeout 60 2023-09-07T07:49:01.724 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: session_autoclose 300 2023-09-07T07:49:01.725 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: max_file_size 1099511627776 2023-09-07T07:49:01.725 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: required_client_features {} 2023-09-07T07:49:01.725 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: last_failure 0 2023-09-07T07:49:01.725 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: last_failure_osd_epoch 0 2023-09-07T07:49:01.725 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 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,7=mds uses inline data,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-07T07:49:01.725 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: max_mds 1 2023-09-07T07:49:01.726 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: in 0 2023-09-07T07:49:01.726 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: up {0=14494} 2023-09-07T07:49:01.726 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: failed 2023-09-07T07:49:01.726 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: damaged 2023-09-07T07:49:01.726 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: stopped 2023-09-07T07:49:01.727 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: data_pools [3] 2023-09-07T07:49:01.727 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: metadata_pool 2 2023-09-07T07:49:01.727 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: inline_data disabled 2023-09-07T07:49:01.727 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: balancer 2023-09-07T07:49:01.727 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: bal_rank_mask -1 2023-09-07T07:49:01.728 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: standby_count_wanted 1 2023-09-07T07:49:01.728 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: [mds.foofs.smithi003.bgejfh{0:14494} state up:active seq 3 join_fscid=1 addr [v2:172.21.15.3:6834/1620501006,v1:172.21.15.3:6835/1620501006] compat {c=[1],r=[1],i=[7ff]}] 2023-09-07T07:49:01.728 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.728 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.728 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: Standby daemons: 2023-09-07T07:49:01.729 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: 2023-09-07T07:49:01.729 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout: [mds.foofs.smithi032.oodwew{-1:14498} state up:standby seq 3 join_fscid=1 addr [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] compat {c=[1],r=[1],i=[7ff]}] 2023-09-07T07:49:01.729 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???).osd e70 crush map has features 3314933000854323200, adjusting msgr requires 2023-09-07T07:49:01.729 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-09-07T07:49:01.729 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-09-07T07:49:01.730 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???).osd e70 crush map has features 432629239337189376, adjusting msgr requires 2023-09-07T07:49:01.730 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:01 smithi032 ceph-mon[138138]: mon.smithi032@-1(???).paxosservice(auth 1..45) refresh upgraded, format 0 -> 3 2023-09-07T07:49:02.336 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mkfs 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:49:02.336 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Deploying daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 2023-09-07T07:49:02.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-09-07T07:49:02.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-09-07T07:49:02.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring grafana.smithi003 (dependencies changed)... 2023-09-07T07:49:02.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-07T07:49:02.337 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring daemon grafana.smithi003 on smithi003 2023-09-07T07:49:02.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring node-exporter.smithi003 (dependencies changed)... 2023-09-07T07:49:02.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring daemon node-exporter.smithi003 on smithi003 2023-09-07T07:49:02.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:49:02.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:49:02.338 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring node-exporter.smithi032 (dependencies changed)... 2023-09-07T07:49:02.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring daemon node-exporter.smithi032 on smithi032 2023-09-07T07:49:02.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Updating mgr.smithi003.oqouau 2023-09-07T07:49:02.339 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Deploying daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:49:02.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Failing over to other MGR 2023-09-07T07:49:02.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:17] ENGINE Bus STARTING 2023-09-07T07:49:02.340 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:17] ENGINE Serving on http://172.21.15.3:8765 2023-09-07T07:49:02.341 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:17] ENGINE Serving on https://172.21.15.3:7150 2023-09-07T07:49:02.341 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:17] ENGINE Bus STARTED 2023-09-07T07:49:02.341 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v6: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.341 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:49:02.341 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:49:02.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v7: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-07T07:49:02.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:49:02.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:49:02.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e32: smithi003.oqouau(active, since 9s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v8: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 132 B/s rd, 132 B/s wr, 0 op/s 2023-09-07T07:49:02.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:49:02.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:49:02.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:49:02.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v9: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 104 B/s wr, 0 op/s 2023-09-07T07:49:02.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Updating mgr.smithi032.jvdzvt 2023-09-07T07:49:02.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Deploying daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:49:02.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v10: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:49:02.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v11: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:49:02.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v12: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 285 B/s rd, 285 B/s wr, 0 op/s 2023-09-07T07:49:02.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v13: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:49:02.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v14: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:02.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v15: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 292 B/s wr, 0 op/s 2023-09-07T07:49:02.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v16: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 240 B/s wr, 0 op/s 2023-09-07T07:49:02.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all mgr 2023-09-07T07:49:02.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Upgrade: Updating mon.smithi003 2023-09-07T07:49:02.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Deploying daemon mon.smithi003 on smithi003 2023-09-07T07:49:02.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:49:02.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:49:02.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mon.smithi003 calling monitor election 2023-09-07T07:49:02.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mon.smithi003 is new leader, mons smithi003,smithi032 in quorum (ranks 0,1) 2023-09-07T07:49:02.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} removed_ranks: {} 2023-09-07T07:49:02.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:49:02.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: osdmap e69: 8 total, 8 up, 8 in 2023-09-07T07:49:02.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e33: smithi003.oqouau(active, since 26s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e34: smithi003.oqouau(active, since 26s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:49:02.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:49:02.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:49:02.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e35: smithi003.oqouau(active, since 27s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:49:02.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:49:02.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e36: smithi003.oqouau(active, since 34s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Active manager daemon smithi003.oqouau restarted 2023-09-07T07:49:02.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Activating manager daemon smithi003.oqouau 2023-09-07T07:49:02.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: failed to encode map e70 with expected crc 2023-09-07T07:49:02.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: osdmap e70: 8 total, 8 up, 8 in 2023-09-07T07:49:02.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e37: smithi003.oqouau(active, starting, since 0.00948841s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:49:02.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:49:02.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:49:02.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:49:02.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:49:02.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:49:02.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:49:02.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:49:02.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:49:02.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:49:02.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:49:02.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:49:02.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:49:02.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:49:02.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: failed to encode map e70 with expected crc 2023-09-07T07:49:02.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: failed to encode map e70 with expected crc 2023-09-07T07:49:02.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Manager daemon smithi003.oqouau is now available 2023-09-07T07:49:02.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:02.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:49:02.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:49:02.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e38: smithi003.oqouau(active, since 1.01209s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v3: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:50] ENGINE Bus STARTING 2023-09-07T07:49:02.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:51] ENGINE Serving on https://172.21.15.3:7150 2023-09-07T07:49:02.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:51] ENGINE Serving on http://172.21.15.3:8765 2023-09-07T07:49:02.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [07/Sep/2023:07:48:51] ENGINE Bus STARTED 2023-09-07T07:49:02.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-09-07T07:49:02.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Cluster is now healthy 2023-09-07T07:49:02.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v4: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e39: smithi003.oqouau(active, since 3s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v5: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v6: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='client.34126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mkfs 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da 2023-09-07T07:49:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Deploying daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 2023-09-07T07:49:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-09-07T07:49:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-09-07T07:49:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring grafana.smithi003 (dependencies changed)... 2023-09-07T07:49:02.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-07T07:49:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring daemon grafana.smithi003 on smithi003 2023-09-07T07:49:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring node-exporter.smithi003 (dependencies changed)... 2023-09-07T07:49:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring daemon node-exporter.smithi003 on smithi003 2023-09-07T07:49:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:49:02.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:49:02.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring node-exporter.smithi032 (dependencies changed)... 2023-09-07T07:49:02.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring daemon node-exporter.smithi032 on smithi032 2023-09-07T07:49:02.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.406 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Updating mgr.smithi003.oqouau 2023-09-07T07:49:02.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Deploying daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:49:02.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Need to upgrade myself (mgr.smithi032.jvdzvt) 2023-09-07T07:49:02.407 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Failing over to other MGR 2023-09-07T07:49:02.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:17] ENGINE Bus STARTING 2023-09-07T07:49:02.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:17] ENGINE Serving on http://172.21.15.3:8765 2023-09-07T07:49:02.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:17] ENGINE Serving on https://172.21.15.3:7150 2023-09-07T07:49:02.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:17] ENGINE Bus STARTED 2023-09-07T07:49:02.408 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v6: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:49:02.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:49:02.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.409 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v7: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-07T07:49:02.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:49:02.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:49:02.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.410 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e32: smithi003.oqouau(active, since 9s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.411 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v8: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 132 B/s rd, 132 B/s wr, 0 op/s 2023-09-07T07:49:02.412 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-09-07T07:49:02.412 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Reconfiguring daemon prometheus.smithi003 on smithi003 2023-09-07T07:49:02.412 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:49:02.413 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v9: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 104 B/s wr, 0 op/s 2023-09-07T07:49:02.413 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Updating mgr.smithi032.jvdzvt 2023-09-07T07:49:02.413 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Deploying daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:49:02.413 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v10: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:49:02.413 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v11: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:49:02.414 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v12: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 285 B/s rd, 285 B/s wr, 0 op/s 2023-09-07T07:49:02.414 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v13: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 190 B/s rd, 190 B/s wr, 0 op/s 2023-09-07T07:49:02.414 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v14: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:02.414 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v15: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 292 B/s rd, 292 B/s wr, 0 op/s 2023-09-07T07:49:02.414 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v16: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 240 B/s wr, 0 op/s 2023-09-07T07:49:02.415 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all mgr 2023-09-07T07:49:02.415 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Upgrade: Updating mon.smithi003 2023-09-07T07:49:02.415 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Deploying daemon mon.smithi003 on smithi003 2023-09-07T07:49:02.415 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:49:02.415 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:49:02.416 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mon.smithi003 calling monitor election 2023-09-07T07:49:02.416 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mon.smithi003 is new leader, mons smithi003,smithi032 in quorum (ranks 0,1) 2023-09-07T07:49:02.416 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} removed_ranks: {} 2023-09-07T07:49:02.416 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:49:02.416 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: osdmap e69: 8 total, 8 up, 8 in 2023-09-07T07:49:02.417 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e33: smithi003.oqouau(active, since 26s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.417 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e34: smithi003.oqouau(active, since 26s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.417 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:49:02.417 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:49:02.417 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:49:02.418 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e35: smithi003.oqouau(active, since 27s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.418 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Standby manager daemon smithi032.jvdzvt restarted 2023-09-07T07:49:02.418 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Standby manager daemon smithi032.jvdzvt started 2023-09-07T07:49:02.418 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e36: smithi003.oqouau(active, since 34s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.418 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Active manager daemon smithi003.oqouau restarted 2023-09-07T07:49:02.419 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Activating manager daemon smithi003.oqouau 2023-09-07T07:49:02.419 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: failed to encode map e70 with expected crc 2023-09-07T07:49:02.419 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: osdmap e70: 8 total, 8 up, 8 in 2023-09-07T07:49:02.419 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e37: smithi003.oqouau(active, starting, since 0.00948841s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.419 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:49:02.420 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi003.oqouau", "id": "smithi003.oqouau"}]: dispatch 2023-09-07T07:49:02.420 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr metadata", "who": "smithi032.jvdzvt", "id": "smithi032.jvdzvt"}]: dispatch 2023-09-07T07:49:02.420 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:49:02.420 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:49:02.420 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:49:02.420 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:49:02.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:49:02.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:49:02.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:49:02.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:49:02.421 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-07T07:49:02.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-07T07:49:02.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-07T07:49:02.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: failed to encode map e70 with expected crc 2023-09-07T07:49:02.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: failed to encode map e70 with expected crc 2023-09-07T07:49:02.422 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Manager daemon smithi003.oqouau is now available 2023-09-07T07:49:02.423 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.423 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.423 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:02.423 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/mirror_snapshot_schedule"}]: dispatch 2023-09-07T07:49:02.424 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.oqouau/trash_purge_schedule"}]: dispatch 2023-09-07T07:49:02.424 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e38: smithi003.oqouau(active, since 1.01209s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.424 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v3: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.424 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:50] ENGINE Bus STARTING 2023-09-07T07:49:02.424 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:51] ENGINE Serving on https://172.21.15.3:7150 2023-09-07T07:49:02.425 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:51] ENGINE Serving on http://172.21.15.3:8765 2023-09-07T07:49:02.425 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [07/Sep/2023:07:48:51] ENGINE Bus STARTED 2023-09-07T07:49:02.425 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2023-09-07T07:49:02.425 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Cluster is now healthy 2023-09-07T07:49:02.425 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v4: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.426 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e39: smithi003.oqouau(active, since 3s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.426 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.426 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.426 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v5: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.426 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.427 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.427 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.427 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.427 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.427 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.428 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v6: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail 2023-09-07T07:49:02.428 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='client.34126 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.428 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.428 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.428 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.429 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:02.429 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:02.429 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:49:02.429 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:49:02.429 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.429 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.430 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.430 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1511662391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:02.430 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.430 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.431 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='client.34142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.431 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.431 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.431 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v7: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-07T07:49:02.431 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.432 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.432 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.432 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.432 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v8: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 142 B/s rd, 142 B/s wr, 0 op/s 2023-09-07T07:49:02.432 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.433 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.433 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2371386442' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:49:02.433 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.433 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:02.433 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-07T07:49:02.434 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:49:02.434 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.434 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:49:02.434 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:49:02.434 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:02.435 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:49:02.435 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:49:02.435 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:49:02.435 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:49:02.435 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mon.smithi003 calling monitor election 2023-09-07T07:49:02.436 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mon.smithi032 calling monitor election 2023-09-07T07:49:02.436 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:49:02.436 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mon.smithi003 is new leader, mons smithi003,smithi032 in quorum (ranks 0,1) 2023-09-07T07:49:02.436 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: monmap e3: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} removed_ranks: {} 2023-09-07T07:49:02.436 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:49:02.436 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: osdmap e70: 8 total, 8 up, 8 in 2023-09-07T07:49:02.437 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: mgrmap e39: smithi003.oqouau(active, since 11s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.437 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:49:02.437 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:49:02.437 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:49:02.437 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.438 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.438 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.438 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:02 smithi032 ceph-mon[138138]: pgmap v10: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2023-09-07T07:49:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='client.34130 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:02.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:02.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/etc/ceph/ceph.conf 2023-09-07T07:49:02.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/etc/ceph/ceph.conf 2023-09-07T07:49:02.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='client.34134 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.conf 2023-09-07T07:49:02.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1511662391' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:02.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2023-09-07T07:49:02.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='client.34142 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:02.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Updating smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/config/ceph.client.admin.keyring 2023-09-07T07:49:02.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v7: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 146 B/s rd, 146 B/s wr, 0 op/s 2023-09-07T07:49:02.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v8: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 142 B/s rd, 142 B/s wr, 0 op/s 2023-09-07T07:49:02.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2371386442' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:49:02.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:02.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "quorum_status"}]: dispatch 2023-09-07T07:49:02.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:49:02.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:49:02.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:49:02.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:02.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:49:02.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:49:02.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:49:02.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-09-07T07:49:02.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mon.smithi003 calling monitor election 2023-09-07T07:49:02.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mon.smithi032 calling monitor election 2023-09-07T07:49:02.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mon metadata", "id": "smithi032"}]: dispatch 2023-09-07T07:49:02.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mon.smithi003 is new leader, mons smithi003,smithi032 in quorum (ranks 0,1) 2023-09-07T07:49:02.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: monmap e3: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi032=[v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0]} removed_ranks: {} 2023-09-07T07:49:02.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:49:02.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: osdmap e70: 8 total, 8 up, 8 in 2023-09-07T07:49:02.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: mgrmap e39: smithi003.oqouau(active, since 11s), standbys: smithi032.jvdzvt 2023-09-07T07:49:02.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: Health detail: HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:49:02.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: [WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:49:02.694 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:49:02.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:02.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:02.695 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:02 smithi003 ceph-mon[163669]: pgmap v10: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2023-09-07T07:49:05.133 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:05.152 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:04 smithi032 ceph-mon[138138]: pgmap v11: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2023-09-07T07:49:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:05.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:04 smithi003 ceph-mon[163669]: pgmap v11: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 200 B/s wr, 0 op/s 2023-09-07T07:49:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:06.011 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:06.012 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:06.012 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:05 smithi032 ceph-mon[138138]: pgmap v12: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 300 B/s rd, 300 B/s wr, 0 op/s 2023-09-07T07:49:06.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:05 smithi003 ceph-mon[163669]: pgmap v12: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 300 B/s rd, 300 B/s wr, 0 op/s 2023-09-07T07:49:08.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:08.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:08.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: pgmap v13: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2023-09-07T07:49:08.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: pgmap v14: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:08.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: Reconfiguring mon.smithi003 (monmap changed)... 2023-09-07T07:49:08.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:49:08.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:49:08.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:08.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:08 smithi003 ceph-mon[163669]: Reconfiguring daemon mon.smithi003 on smithi003 2023-09-07T07:49:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:08.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:08.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: pgmap v13: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 205 B/s rd, 205 B/s wr, 0 op/s 2023-09-07T07:49:08.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: pgmap v14: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:08.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:08.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: Reconfiguring mon.smithi003 (monmap changed)... 2023-09-07T07:49:08.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:49:08.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:49:08.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:08.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:08 smithi032 ceph-mon[138138]: Reconfiguring daemon mon.smithi003 on smithi003 2023-09-07T07:49:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: Reconfiguring mgr.smithi003.oqouau (monmap changed)... 2023-09-07T07:49:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:49:09.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:49:09.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:09.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: Reconfiguring daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:49:09.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:09.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:09.924 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:09.924 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:09.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: Reconfiguring mgr.smithi003.oqouau (monmap changed)... 2023-09-07T07:49:09.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.oqouau", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:49:09.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:49:09.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:09.926 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: Reconfiguring daemon mgr.smithi003.oqouau on smithi003 2023-09-07T07:49:09.926 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:09.926 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:10.170 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:10.817 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: pgmap v15: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:10.818 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: Reconfiguring crash.smithi003 (monmap changed)... 2023-09-07T07:49:10.818 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:10.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:10.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: Reconfiguring daemon crash.smithi003 on smithi003 2023-09-07T07:49:10.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:10.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:10.820 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:49:10.820 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: pgmap v15: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: Reconfiguring crash.smithi003 (monmap changed)... 2023-09-07T07:49:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: Reconfiguring daemon crash.smithi003 on smithi003 2023-09-07T07:49:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:49:10.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:11 smithi032 ceph-mon[138138]: Reconfiguring osd.0 (monmap changed)... 2023-09-07T07:49:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:11 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.0 on smithi003 2023-09-07T07:49:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:11 smithi003 ceph-mon[163669]: Reconfiguring osd.0 (monmap changed)... 2023-09-07T07:49:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:11 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.0 on smithi003 2023-09-07T07:49:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:12 smithi003 ceph-mon[163669]: pgmap v16: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:12 smithi003 ceph-mon[163669]: Reconfiguring osd.1 (monmap changed)... 2023-09-07T07:49:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:49:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:12 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.1 on smithi003 2023-09-07T07:49:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:12 smithi032 ceph-mon[138138]: pgmap v16: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:13.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:13.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:12 smithi032 ceph-mon[138138]: Reconfiguring osd.1 (monmap changed)... 2023-09-07T07:49:13.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:49:13.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:13.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:12 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.1 on smithi003 2023-09-07T07:49:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: Reconfiguring osd.2 (monmap changed)... 2023-09-07T07:49:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:49:14.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:14.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.2 on smithi003 2023-09-07T07:49:14.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: pgmap v17: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:14.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:49:14.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:14.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: Reconfiguring osd.2 (monmap changed)... 2023-09-07T07:49:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:49:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:14.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.2 on smithi003 2023-09-07T07:49:14.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: pgmap v17: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 209 B/s rd, 209 B/s wr, 0 op/s 2023-09-07T07:49:14.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:14.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:49:14.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:15.214 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:16.140 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: Reconfiguring osd.3 (monmap changed)... 2023-09-07T07:49:16.140 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.3 on smithi003 2023-09-07T07:49:16.140 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.141 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.141 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:49:16.141 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:16.141 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.141 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.142 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:16.142 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:16.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: Reconfiguring osd.3 (monmap changed)... 2023-09-07T07:49:16.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.3 on smithi003 2023-09-07T07:49:16.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:49:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:16.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:17.056 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: Reconfiguring mds.foofs.smithi003.bgejfh (monmap changed)... 2023-09-07T07:49:17.056 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: Reconfiguring daemon mds.foofs.smithi003.bgejfh on smithi003 2023-09-07T07:49:17.056 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: pgmap v18: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 104 B/s wr, 0 op/s 2023-09-07T07:49:17.056 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: Reconfiguring crash.smithi032 (monmap changed)... 2023-09-07T07:49:17.057 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: Reconfiguring daemon crash.smithi032 on smithi032 2023-09-07T07:49:17.057 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:17.057 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:17.057 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:49:17.057 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:49:17.058 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:16 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: Reconfiguring mds.foofs.smithi003.bgejfh (monmap changed)... 2023-09-07T07:49:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: Reconfiguring daemon mds.foofs.smithi003.bgejfh on smithi003 2023-09-07T07:49:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: pgmap v18: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 104 B/s rd, 104 B/s wr, 0 op/s 2023-09-07T07:49:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: Reconfiguring crash.smithi032 (monmap changed)... 2023-09-07T07:49:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: Reconfiguring daemon crash.smithi032 on smithi032 2023-09-07T07:49:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi032.jvdzvt", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-07T07:49:17.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-07T07:49:17.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:16 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:18.125 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: Reconfiguring mgr.smithi032.jvdzvt (monmap changed)... 2023-09-07T07:49:18.125 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: Reconfiguring daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:49:18.126 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: pgmap v19: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:49:18.126 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:18.126 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:18.126 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: Reconfiguring mon.smithi032 (monmap changed)... 2023-09-07T07:49:18.126 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:49:18.126 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:49:18.127 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:18.127 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:17 smithi032 ceph-mon[138138]: Reconfiguring daemon mon.smithi032 on smithi032 2023-09-07T07:49:18.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: Reconfiguring mgr.smithi032.jvdzvt (monmap changed)... 2023-09-07T07:49:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: Reconfiguring daemon mgr.smithi032.jvdzvt on smithi032 2023-09-07T07:49:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: pgmap v19: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:49:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: Reconfiguring mon.smithi032 (monmap changed)... 2023-09-07T07:49:18.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-07T07:49:18.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-07T07:49:18.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:18.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:17 smithi003 ceph-mon[163669]: Reconfiguring daemon mon.smithi032 on smithi032 2023-09-07T07:49:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:19 smithi032 ceph-mon[138138]: Reconfiguring osd.4 (monmap changed)... 2023-09-07T07:49:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:49:19.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:19.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:19 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.4 on smithi032 2023-09-07T07:49:19.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:19 smithi003 ceph-mon[163669]: Reconfiguring osd.4 (monmap changed)... 2023-09-07T07:49:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:49:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:19 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.4 on smithi032 2023-09-07T07:49:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:20.253 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:20 smithi032 ceph-mon[138138]: pgmap v20: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:20 smithi032 ceph-mon[138138]: Reconfiguring osd.5 (monmap changed)... 2023-09-07T07:49:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:49:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:20 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.5 on smithi032 2023-09-07T07:49:20.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:20 smithi003 ceph-mon[163669]: pgmap v20: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:20 smithi003 ceph-mon[163669]: Reconfiguring osd.5 (monmap changed)... 2023-09-07T07:49:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:49:20.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:20.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:20 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.5 on smithi032 2023-09-07T07:49:21.797 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:21.797 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:21.797 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: Reconfiguring osd.6 (monmap changed)... 2023-09-07T07:49:21.798 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:49:21.798 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:21.798 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.6 on smithi032 2023-09-07T07:49:21.798 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:21.798 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: Reconfiguring osd.6 (monmap changed)... 2023-09-07T07:49:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:49:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.6 on smithi032 2023-09-07T07:49:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:22 smithi032 ceph-mon[138138]: pgmap v21: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:22 smithi032 ceph-mon[138138]: Reconfiguring osd.7 (monmap changed)... 2023-09-07T07:49:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:49:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:22 smithi032 ceph-mon[138138]: Reconfiguring daemon osd.7 on smithi032 2023-09-07T07:49:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:22 smithi003 ceph-mon[163669]: pgmap v21: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:22 smithi003 ceph-mon[163669]: Reconfiguring osd.7 (monmap changed)... 2023-09-07T07:49:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:49:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:22 smithi003 ceph-mon[163669]: Reconfiguring daemon osd.7 on smithi032 2023-09-07T07:49:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:49:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:49:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: Reconfiguring mds.foofs.smithi032.oodwew (monmap changed)... 2023-09-07T07:49:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: Reconfiguring daemon mds.foofs.smithi032.oodwew on smithi032 2023-09-07T07:49:25.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: pgmap v22: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:25.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:25.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:25.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:25.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:25.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:25.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:25.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi003"}]: dispatch 2023-09-07T07:49:25.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi003"}]': finished 2023-09-07T07:49:25.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi032"}]: dispatch 2023-09-07T07:49:25.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi032"}]': finished 2023-09-07T07:49:25.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: Reconfiguring mds.foofs.smithi032.oodwew (monmap changed)... 2023-09-07T07:49:25.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: Reconfiguring daemon mds.foofs.smithi032.oodwew on smithi032 2023-09-07T07:49:25.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: pgmap v22: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:25.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:25.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:25.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:25.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:25.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:25.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:25.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi003"}]: dispatch 2023-09-07T07:49:25.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi003"}]': finished 2023-09-07T07:49:25.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi032"}]: dispatch 2023-09-07T07:49:25.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.smithi032"}]': finished 2023-09-07T07:49:25.288 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:25.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:25 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all mon 2023-09-07T07:49:25.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:25 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:25.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:25 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:25.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:25 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:25 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all mon 2023-09-07T07:49:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:25 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:25 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:26.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:25 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:27.110 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:26 smithi003 ceph-mon[163669]: Upgrade: Updating crash.smithi003 (1/2) 2023-09-07T07:49:27.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:26 smithi003 ceph-mon[163669]: Deploying daemon crash.smithi003 on smithi003 2023-09-07T07:49:27.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:26 smithi003 ceph-mon[163669]: pgmap v23: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:26 smithi032 ceph-mon[138138]: Upgrade: Updating crash.smithi003 (1/2) 2023-09-07T07:49:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:26 smithi032 ceph-mon[138138]: Deploying daemon crash.smithi003 on smithi003 2023-09-07T07:49:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:26 smithi032 ceph-mon[138138]: pgmap v23: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:28.120 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:49:28.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:28 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:28.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:28 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:28.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:28 smithi032 ceph-mon[138138]: pgmap v24: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:28.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:28 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:28.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:28 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:28.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:28 smithi003 ceph-mon[163669]: pgmap v24: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:28.814 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:49:28.814 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (9m) - 17m 21.9M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:49:28.815 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 starting - - - - 2023-09-07T07:49:28.815 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (17m) - 17m 7159k - 16.2.5 6933c2a0b7dd 434205ff6325 2023-09-07T07:49:28.815 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (7m) - 17m 37.7M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:49:28.815 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (14m) - 14m 41.9M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:49:28.815 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (14m) - 14m 17.1M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:49:28.816 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (81s) - 18m 482M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:49:28.816 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (58s) - 17m 446M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:49:28.816 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (47s) - 18m 34.3M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:49:28.816 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (27s) - 17m 20.6M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:49:28.816 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (12m) - 12m 80.7M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:49:28.817 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (11m) - 11m 78.1M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:49:28.817 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (5m) - 17m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:49:28.817 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (85s) - 16m 5200k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:49:28.817 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (16m) - 16m 1052M 1943M 16.2.5 6933c2a0b7dd db4175e714eb 2023-09-07T07:49:28.817 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (16m) - 16m 900M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:49:28.818 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (16m) - 16m 608M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:49:28.818 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (15m) - 15m 953M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:49:28.818 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (15m) - 15m 894M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:49:28.818 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (15m) - 15m 1226M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:49:28.819 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (15m) - 15m 1026M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:49:28.819 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (14m) - 14m 1516M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:49:28.819 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 17m - - 2023-09-07T07:49:29.227 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:49:29.228 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:49:29.228 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:49:29.228 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:49:29.228 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:49:29.228 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:49:29.229 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:49:29.229 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:49:29.229 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8 2023-09-07T07:49:29.229 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:49:29.229 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:49:29.230 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:49:29.230 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:49:29.230 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:49:29.230 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 10, 2023-09-07T07:49:29.230 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 4 2023-09-07T07:49:29.230 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:49:29.231 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:49:29.578 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:49:29.579 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:49:29.579 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:49:29.579 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:49:29.579 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:49:29.580 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:49:29.580 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:49:29.580 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:49:29.580 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "4/23 daemons upgraded", 2023-09-07T07:49:29.580 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading crash daemons", 2023-09-07T07:49:29.581 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:49:29.581 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:49:29.623 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:29.623 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: Upgrade: Updating crash.smithi032 (2/2) 2023-09-07T07:49:29.623 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:29.623 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:29.624 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:29.624 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: Deploying daemon crash.smithi032 on smithi032 2023-09-07T07:49:29.624 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:29.624 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:29 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/3893071185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:29.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: from='client.34150 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: Upgrade: Updating crash.smithi032 (2/2) 2023-09-07T07:49:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi032", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-07T07:49:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: Deploying daemon crash.smithi032 on smithi032 2023-09-07T07:49:29.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: from='client.34154 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:29.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:29 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/3893071185' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:29.992 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:49:29.992 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:49:29.992 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:49:30.329 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:30.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:30 smithi032 ceph-mon[138138]: from='client.44109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:30.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:30 smithi032 ceph-mon[138138]: pgmap v25: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:30.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:30 smithi032 ceph-mon[138138]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:30.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:30 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/189777248' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:49:30.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:30 smithi003 ceph-mon[163669]: from='client.44109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:30.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:30 smithi003 ceph-mon[163669]: pgmap v25: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:30.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:30 smithi003 ceph-mon[163669]: from='client.34166 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:49:30.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:30 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/189777248' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:49:32.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:31 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:32.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:31 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:32.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:31 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:32.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:31 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:32.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:31 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:32.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:31 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:32 smithi032 ceph-mon[138138]: pgmap v26: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:33.081 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:32 smithi003 ceph-mon[163669]: pgmap v26: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:34.786 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:34 smithi032 ceph-mon[138138]: pgmap v27: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:34.786 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:34.786 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:34.787 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:34.787 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:34.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:34 smithi003 ceph-mon[163669]: pgmap v27: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:35.367 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:35.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.775 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:36 smithi003 ceph-mon[163669]: pgmap v28: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:36.775 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:36 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.775 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:36 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.775 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:36 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.776 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:36 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:36 smithi032 ceph-mon[138138]: pgmap v28: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:36 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:36 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:36 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:36 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:38.919 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: pgmap v29: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:38.919 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:38.920 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:38.920 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:38.920 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:38.920 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:38.920 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:38.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:38.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:38.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:38.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:38.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:38.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi003"}]: dispatch 2023-09-07T07:49:38.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi003"}]': finished 2023-09-07T07:49:38.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi032"}]: dispatch 2023-09-07T07:49:38.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi032"}]': finished 2023-09-07T07:49:38.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-07T07:49:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: pgmap v29: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:49:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:39.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:39.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:39.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:39.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:39.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi003"}]: dispatch 2023-09-07T07:49:39.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi003"}]': finished 2023-09-07T07:49:39.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi032"}]: dispatch 2023-09-07T07:49:39.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash.smithi032"}]': finished 2023-09-07T07:49:39.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-07T07:49:39.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: pgmap v30: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2023-09-07T07:49:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: pgmap v31: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2023-09-07T07:49:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all crash 2023-09-07T07:49:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-07T07:49:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: Upgrade: osd.0 is safe to restart 2023-09-07T07:49:39.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:39.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:49:39.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: pgmap v30: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 192 B/s wr, 0 op/s 2023-09-07T07:49:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: pgmap v31: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2023-09-07T07:49:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all crash 2023-09-07T07:49:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2023-09-07T07:49:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: Upgrade: osd.0 is safe to restart 2023-09-07T07:49:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-07T07:49:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:40.409 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:40 smithi003 ceph-mon[163669]: Upgrade: Updating osd.0 2023-09-07T07:49:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:40 smithi003 ceph-mon[163669]: Deploying daemon osd.0 on smithi003 2023-09-07T07:49:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:40 smithi032 ceph-mon[138138]: Upgrade: Updating osd.0 2023-09-07T07:49:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:40 smithi032 ceph-mon[138138]: Deploying daemon osd.0 on smithi003 2023-09-07T07:49:41.905 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:41 smithi003 ceph-mon[163669]: pgmap v32: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 118 B/s wr, 0 op/s 2023-09-07T07:49:41.906 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:41 smithi003 systemd[1]: Stopping Ceph osd.0 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:49:41.906 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.0[118626]: debug 2023-09-07T07:49:41.753+0000 7f0f7ad27700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:49:41.906 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.0[118626]: debug 2023-09-07T07:49:41.753+0000 7f0f7ad27700 -1 osd.0 70 *** Got signal Terminated *** 2023-09-07T07:49:41.906 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:41 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.0[118626]: debug 2023-09-07T07:49:41.753+0000 7f0f7ad27700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:49:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:41 smithi032 ceph-mon[138138]: pgmap v32: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 118 B/s rd, 118 B/s wr, 0 op/s 2023-09-07T07:49:42.184 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:41 smithi003 bash[170930]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.0 2023-09-07T07:49:42.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:42.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 failed (root=default,host=smithi003) (connection refused reported by osd.2) 2023-09-07T07:49:42.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:42.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:42.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:42.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:42.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:42.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:42.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:42.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:42.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:42.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:42.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:42.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:42.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:42.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:42.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:42.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:42.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:42.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:42.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:42.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:42.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:42.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:42.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:42.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:42.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:42.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:42.941 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:42 smithi003 ceph-mon[163669]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 failed (root=default,host=smithi003) (connection refused reported by osd.2) 2023-09-07T07:49:43.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:43.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:43.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:43.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:43.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:43.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:43.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:43.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:43.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:43.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:43.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:43.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:43.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:43.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:43.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:43.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:43.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:43.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:43.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.1 2023-09-07T07:49:43.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:43.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:43.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.2 2023-09-07T07:49:43.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.5 2023-09-07T07:49:43.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.3 2023-09-07T07:49:43.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.4 2023-09-07T07:49:43.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.7 2023-09-07T07:49:43.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:42 smithi032 ceph-mon[138138]: osd.0 reported immediately failed by osd.6 2023-09-07T07:49:43.612 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:43 smithi003 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.0.service: Succeeded. 2023-09-07T07:49:43.612 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:43 smithi003 systemd[1]: Stopped Ceph osd.0 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:49:43.612 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:43 smithi003 systemd[1]: Starting Ceph osd.0 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:49:43.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:43 smithi003 ceph-mon[163669]: pgmap v33: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2023-09-07T07:49:43.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:43 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:49:43.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:43 smithi003 ceph-mon[163669]: failed to encode map e71 with expected crc 2023-09-07T07:49:43.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:43 smithi003 ceph-mon[163669]: osdmap e71: 8 total, 7 up, 8 in 2023-09-07T07:49:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:43 smithi032 ceph-mon[138138]: pgmap v33: 129 pgs: 129 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 236 B/s wr, 0 op/s 2023-09-07T07:49:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:43 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:49:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:43 smithi032 ceph-mon[138138]: failed to encode map e71 with expected crc 2023-09-07T07:49:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:43 smithi032 ceph-mon[138138]: osdmap e71: 8 total, 7 up, 8 in 2023-09-07T07:49:44.685 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:49:44.685 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-07T07:49:44.686 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2023-09-07T07:49:44.686 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2023-09-07T07:49:44.686 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2023-09-07T07:49:44.686 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-07T07:49:44.686 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2023-09-07T07:49:44.687 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:44 smithi003 bash[171289]: --> ceph-volume lvm activate successful for osd ID: 0 2023-09-07T07:49:45.023 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.023 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: osdmap e72: 8 total, 7 up, 8 in 2023-09-07T07:49:45.024 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.024 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.024 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.024 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.025 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.025 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.025 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:44 smithi003 ceph-mon[163669]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: osdmap e72: 8 total, 7 up, 8 in 2023-09-07T07:49:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:44 smithi032 ceph-mon[138138]: failed to encode map e72 with expected crc 2023-09-07T07:49:45.434 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:45 smithi003 bash[171557]: f3b86d17c51fe34cf80504c63c1878db0ee37bf68a4ccf48d4111ebf6b1e53e0 2023-09-07T07:49:45.435 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:45 smithi003 systemd[1]: Started Ceph osd.0 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:49:45.435 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:45 smithi003 ceph-osd[171595]: -- 172.21.15.3:0/1720605362 <== mon.0 v2:172.21.15.3:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56266ee044e0 con 0x56266edd4c00 2023-09-07T07:49:45.453 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:45.934 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:45 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-0[171572]: 2023-09-07T07:49:45.607+0000 7f3173442640 -1 Falling back to public interface 2023-09-07T07:49:45.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:45 smithi003 ceph-mon[163669]: pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:45.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:45 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:45.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:45 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:45.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:45 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:45 smithi032 ceph-mon[138138]: pgmap v36: 129 pgs: 16 stale+active+clean, 113 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:49:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:45 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:45 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:46.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:45 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:47 smithi032 ceph-mon[138138]: pgmap v37: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:47 smithi003 ceph-mon[163669]: pgmap v37: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:48.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:48 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 178/1320 objects degraded (13.485%), 30 pgs degraded (PG_DEGRADED) 2023-09-07T07:49:48.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:48 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 178/1320 objects degraded (13.485%), 30 pgs degraded (PG_DEGRADED) 2023-09-07T07:49:49.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:49 smithi003 ceph-mon[163669]: pgmap v38: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:49.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:49.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:49 smithi032 ceph-mon[138138]: pgmap v38: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:49.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:50.492 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:50.548 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-0[171572]: 2023-09-07T07:49:50.388+0000 7f3173442640 -1 osd.0 70 log_to_monitors true 2023-09-07T07:49:50.853 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 07:49:50 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-0[171572]: 2023-09-07T07:49:50.852+0000 7f31628aa700 -1 osd.0 70 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:49:50.853 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:50.854 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:50.854 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:50.854 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:50.854 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:50 smithi003 ceph-mon[163669]: from='osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:49:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:50.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:49:50.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:50.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:50.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:50 smithi032 ceph-mon[138138]: from='osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-07T07:49:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:51 smithi032 ceph-mon[138138]: pgmap v39: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:51 smithi032 ceph-mon[138138]: failed to encode map e73 with expected crc 2023-09-07T07:49:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:51 smithi032 ceph-mon[138138]: from='osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:49:51.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:51 smithi032 ceph-mon[138138]: osdmap e73: 8 total, 7 up, 8 in 2023-09-07T07:49:51.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:51 smithi032 ceph-mon[138138]: from='osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:49:51.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:51 smithi003 ceph-mon[163669]: pgmap v39: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:51.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:51 smithi003 ceph-mon[163669]: failed to encode map e73 with expected crc 2023-09-07T07:49:51.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:51 smithi003 ceph-mon[163669]: from='osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-07T07:49:51.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:51 smithi003 ceph-mon[163669]: osdmap e73: 8 total, 7 up, 8 in 2023-09-07T07:49:51.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:51 smithi003 ceph-mon[163669]: from='osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:49:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:49:52.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031] boot 2023-09-07T07:49:52.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: osdmap e74: 8 total, 8 up, 8 in 2023-09-07T07:49:52.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:49:52.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:52.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:52.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:52.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:52.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:52.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:52.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:49:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:49:52.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: osd.0 [v2:172.21.15.3:6802/2890593031,v1:172.21.15.3:6803/2890593031] boot 2023-09-07T07:49:52.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: osdmap e74: 8 total, 8 up, 8 in 2023-09-07T07:49:52.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-07T07:49:52.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: failed to encode map e73 with expected crc 2023-09-07T07:49:52.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:49:52.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:49:52.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:49:52.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:49:52.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:52.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:52.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:49:52.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:49:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e73 with expected crc 2023-09-07T07:49:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e74 with expected crc 2023-09-07T07:49:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: pgmap v42: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: pgmap v43: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 163 B/s rd, 163 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: pgmap v44: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 240 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:49:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-07T07:49:53.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: osdmap e75: 8 total, 8 up, 8 in 2023-09-07T07:49:53.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:53 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e73 with expected crc 2023-09-07T07:49:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e74 with expected crc 2023-09-07T07:49:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: pgmap v42: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: pgmap v43: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 163 B/s rd, 163 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: pgmap v44: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 240 B/s rd, 240 B/s wr, 0 op/s; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:53.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:49:53.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2023-09-07T07:49:53.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: osdmap e75: 8 total, 8 up, 8 in 2023-09-07T07:49:53.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:53.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:53 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:54 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:54 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:54.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:54 smithi032 ceph-mon[138138]: failed to encode map e75 with expected crc 2023-09-07T07:49:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:54 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:54 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:54 smithi003 ceph-mon[163669]: failed to encode map e75 with expected crc 2023-09-07T07:49:55.543 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:49:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:55 smithi032 ceph-mon[138138]: pgmap v46: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:55.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:55 smithi003 ceph-mon[163669]: pgmap v46: 129 pgs: 30 active+undersized+degraded, 19 active+undersized, 80 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 178/1320 objects degraded (13.485%) 2023-09-07T07:49:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:57 smithi032 ceph-mon[138138]: pgmap v47: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:49:57.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:57 smithi003 ceph-mon[163669]: pgmap v47: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:49:58.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:58 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 178/1320 objects degraded (13.485%), 30 pgs degraded) 2023-09-07T07:49:58.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:58 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 178/1320 objects degraded (13.485%), 30 pgs degraded) 2023-09-07T07:49:59.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:49:59 smithi032 ceph-mon[138138]: pgmap v48: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 163 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:49:59.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:49:59 smithi003 ceph-mon[163669]: pgmap v48: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 163 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:50:00.373 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:50:00.402 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:00 smithi032 ceph-mon[138138]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:50:00.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:00 smithi003 ceph-mon[163669]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:50:00.594 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:01.070 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:50:01.070 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (10m) - 18m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:50:01.071 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (34s) - 18m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:50:01.071 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (30s) - 17m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:50:01.071 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (8m) - 17m 37.8M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:50:01.071 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (14m) - 14m 41.9M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:50:01.071 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (14m) - 14m 17.2M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:50:01.072 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (114s) - 19m 503M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:50:01.072 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (90s) - 17m 447M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:50:01.072 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (80s) - 19m 92.9M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:50:01.072 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (60s) - 17m 38.2M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:50:01.072 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (12m) - 12m 81.3M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:50:01.072 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (12m) - 12m 78.2M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:50:01.073 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (6m) - 17m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:50:01.073 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (117s) - 17m 5200k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:50:01.073 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (16s) - 17m 14.9M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:50:01.073 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (16m) - 16m 905M 1943M 16.2.5 6933c2a0b7dd b5e39b7bb152 2023-09-07T07:50:01.073 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (16m) - 16m 611M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:50:01.074 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (16m) - 16m 958M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:50:01.074 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (16m) - 16m 895M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:50:01.074 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (15m) - 15m 1228M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:50:01.075 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (15m) - 15m 1027M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:50:01.075 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (15m) - 15m 1517M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:50:01.075 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 17m - - 2023-09-07T07:50:01.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:01 smithi032 ceph-mon[138138]: from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:01.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:01 smithi032 ceph-mon[138138]: pgmap v49: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:50:01.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:01 smithi032 ceph-mon[138138]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:01.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:01 smithi003 ceph-mon[163669]: from='client.34178 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:01.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:01 smithi003 ceph-mon[163669]: pgmap v49: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:50:01.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:01 smithi003 ceph-mon[163669]: from='client.34182 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:01.500 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:50:01.500 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:50:01.500 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:50:01.501 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:01.501 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:50:01.501 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:50:01.501 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:01.501 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:50:01.502 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2023-09-07T07:50:01.502 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 1 2023-09-07T07:50:01.502 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:01.502 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:50:01.503 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:50:01.503 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:01.503 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:50:01.503 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 9, 2023-09-07T07:50:01.503 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 5 2023-09-07T07:50:01.504 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:50:01.504 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:50:01.847 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:50:01.848 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:50:01.848 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:50:01.848 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:50:01.848 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:50:01.848 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:50:01.849 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:50:01.849 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:50:01.849 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:50:01.849 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "7/23 daemons upgraded", 2023-09-07T07:50:01.850 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2023-09-07T07:50:01.850 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:50:01.850 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:50:02.263 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:50:02.263 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:50:02.263 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:50:02.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:02 smithi032 ceph-mon[138138]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:02.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:02 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/605641245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:02.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:02 smithi003 ceph-mon[163669]: from='client.34186 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:02.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:02 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/605641245' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:03 smithi032 ceph-mon[138138]: from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:03 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2629570805' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:50:03.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:03 smithi032 ceph-mon[138138]: pgmap v50: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 102 B/s wr, 0 op/s 2023-09-07T07:50:03.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:03 smithi003 ceph-mon[163669]: from='client.34194 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:03 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2629570805' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:50:03.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:03 smithi003 ceph-mon[163669]: pgmap v50: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 102 B/s wr, 0 op/s 2023-09-07T07:50:05.640 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:05 smithi032 ceph-mon[138138]: pgmap v51: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 88 B/s wr, 0 op/s 2023-09-07T07:50:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:05 smithi003 ceph-mon[163669]: pgmap v51: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 88 B/s wr, 0 op/s 2023-09-07T07:50:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:07.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:07 smithi032 ceph-mon[138138]: pgmap v52: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:07 smithi003 ceph-mon[163669]: pgmap v52: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:08.242 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:50:08.242 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:08 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:50:08.243 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:08 smithi003 ceph-mon[163669]: Upgrade: osd.1 is safe to restart 2023-09-07T07:50:08.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:50:08.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:08 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2023-09-07T07:50:08.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:08 smithi032 ceph-mon[138138]: Upgrade: osd.1 is safe to restart 2023-09-07T07:50:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:09 smithi032 ceph-mon[138138]: pgmap v53: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:09 smithi032 ceph-mon[138138]: Upgrade: Updating osd.1 2023-09-07T07:50:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:50:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:09 smithi032 ceph-mon[138138]: Deploying daemon osd.1 on smithi003 2023-09-07T07:50:09.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:09 smithi003 ceph-mon[163669]: pgmap v53: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:09.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:09 smithi003 ceph-mon[163669]: Upgrade: Updating osd.1 2023-09-07T07:50:09.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:09.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-07T07:50:09.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:09.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:09 smithi003 ceph-mon[163669]: Deploying daemon osd.1 on smithi003 2023-09-07T07:50:10.685 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:11.049 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:10 smithi003 systemd[1]: Stopping Ceph osd.1 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:50:11.409 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1[121274]: debug 2023-09-07T07:50:11.047+0000 7fc606eb5700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:50:11.409 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1[121274]: debug 2023-09-07T07:50:11.047+0000 7fc606eb5700 -1 osd.1 75 *** Got signal Terminated *** 2023-09-07T07:50:11.410 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1[121274]: debug 2023-09-07T07:50:11.047+0000 7fc606eb5700 -1 osd.1 75 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:50:11.410 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:11 smithi003 bash[174384]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.1 2023-09-07T07:50:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: pgmap v54: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 failed (root=default,host=smithi003) (connection refused reported by osd.7) 2023-09-07T07:50:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:11.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:11.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:11.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:11.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:11.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:11.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:11.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:11.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:11 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: pgmap v54: 129 pgs: 129 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 failed (root=default,host=smithi003) (connection refused reported by osd.7) 2023-09-07T07:50:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:11.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:11.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:11.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:11 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:12.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:50:12.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:12 smithi032 ceph-mon[138138]: osdmap e76: 8 total, 7 up, 8 in 2023-09-07T07:50:12.934 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:12 smithi003 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.1.service: Succeeded. 2023-09-07T07:50:12.935 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:12 smithi003 systemd[1]: Stopped Ceph osd.1 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:50:12.935 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:12 smithi003 systemd[1]: Starting Ceph osd.1 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:50:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.3 2023-09-07T07:50:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.2 2023-09-07T07:50:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.4 2023-09-07T07:50:12.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:12.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:12.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.0 2023-09-07T07:50:12.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.6 2023-09-07T07:50:12.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.5 2023-09-07T07:50:12.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osd.1 reported immediately failed by osd.7 2023-09-07T07:50:12.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:50:12.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:12 smithi003 ceph-mon[163669]: osdmap e76: 8 total, 7 up, 8 in 2023-09-07T07:50:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:13 smithi032 ceph-mon[138138]: failed to encode map e76 with expected crc 2023-09-07T07:50:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:13 smithi032 ceph-mon[138138]: failed to encode map e76 with expected crc 2023-09-07T07:50:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:13 smithi032 ceph-mon[138138]: pgmap v56: 129 pgs: 17 stale+active+clean, 112 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:50:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:13 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:13 smithi032 ceph-mon[138138]: osdmap e77: 8 total, 7 up, 8 in 2023-09-07T07:50:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:13 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:13 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:13.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:13 smithi003 ceph-mon[163669]: failed to encode map e76 with expected crc 2023-09-07T07:50:13.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:13 smithi003 ceph-mon[163669]: failed to encode map e76 with expected crc 2023-09-07T07:50:13.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:13 smithi003 ceph-mon[163669]: pgmap v56: 129 pgs: 17 stale+active+clean, 112 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:50:13.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:13 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:13.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:13 smithi003 ceph-mon[163669]: osdmap e77: 8 total, 7 up, 8 in 2023-09-07T07:50:13.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:13 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:13.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:13 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:13.937 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:50:13.937 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-07T07:50:13.937 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2023-09-07T07:50:13.937 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2023-09-07T07:50:13.938 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2023-09-07T07:50:13.938 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-07T07:50:13.938 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2023-09-07T07:50:13.938 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:13 smithi003 bash[174667]: --> ceph-volume lvm activate successful for osd ID: 1 2023-09-07T07:50:14.617 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:14 smithi003 bash[174905]: b499cb554b0d04dae197143cb1f7d76e637c4c73728767f45caff91390a31a01 2023-09-07T07:50:14.617 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-osd[174942]: -- 172.21.15.3:0/4107908633 <== mon.0 v2:172.21.15.3:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e6a01e84e0 con 0x55e6a01b8c00 2023-09-07T07:50:14.618 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:14 smithi003 systemd[1]: Started Ceph osd.1 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:50:14.901 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-1[174919]: 2023-09-07T07:50:14.721+0000 7f786a4f4640 -1 Falling back to public interface 2023-09-07T07:50:14.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.904 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:14.904 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:14.904 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:14.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: failed to encode map e77 with expected crc 2023-09-07T07:50:14.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:14.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:14.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:15.728 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:15.831 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:15 smithi003 ceph-mon[163669]: pgmap v58: 129 pgs: 17 stale+active+clean, 112 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:50:15.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:15 smithi032 ceph-mon[138138]: pgmap v58: 129 pgs: 17 stale+active+clean, 112 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:50:17.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:17 smithi032 ceph-mon[138138]: pgmap v59: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 143/1320 objects degraded (10.833%) 2023-09-07T07:50:17.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:17 smithi003 ceph-mon[163669]: pgmap v59: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 143/1320 objects degraded (10.833%) 2023-09-07T07:50:18.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:18 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 143/1320 objects degraded (10.833%), 27 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:18.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:18 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 143/1320 objects degraded (10.833%), 27 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:19.434 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-1[174919]: 2023-09-07T07:50:18.999+0000 7f786a4f4640 -1 osd.1 75 log_to_monitors true 2023-09-07T07:50:19.790 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-1[174919]: 2023-09-07T07:50:19.495+0000 7f785995c700 -1 osd.1 75 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:50:19.790 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-mon[163669]: pgmap v60: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 143/1320 objects degraded (10.833%) 2023-09-07T07:50:19.790 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:19.791 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:19.791 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-mon[163669]: from='osd.1 [v2:172.21.15.3:6810/1828890863,v1:172.21.15.3:6811/1828890863]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:50:19.791 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-mon[163669]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:50:19.791 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:19.791 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:19 smithi032 ceph-mon[138138]: pgmap v60: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 313 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 143/1320 objects degraded (10.833%) 2023-09-07T07:50:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:19 smithi032 ceph-mon[138138]: from='osd.1 [v2:172.21.15.3:6810/1828890863,v1:172.21.15.3:6811/1828890863]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:50:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:19 smithi032 ceph-mon[138138]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-07T07:50:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:20.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: failed to encode map e78 with expected crc 2023-09-07T07:50:20.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:50:20.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: osdmap e78: 8 total, 7 up, 8 in 2023-09-07T07:50:20.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: from='osd.1 [v2:172.21.15.3:6810/1828890863,v1:172.21.15.3:6811/1828890863]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:50:20.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:50:20.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:20.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:20.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: failed to encode map e78 with expected crc 2023-09-07T07:50:20.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:20 smithi003 ceph-mon[163669]: failed to encode map e78 with expected crc 2023-09-07T07:50:20.773 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: failed to encode map e78 with expected crc 2023-09-07T07:50:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-07T07:50:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: osdmap e78: 8 total, 7 up, 8 in 2023-09-07T07:50:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: from='osd.1 [v2:172.21.15.3:6810/1828890863,v1:172.21.15.3:6811/1828890863]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:50:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:50:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:20.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: failed to encode map e78 with expected crc 2023-09-07T07:50:20.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:20 smithi032 ceph-mon[138138]: failed to encode map e78 with expected crc 2023-09-07T07:50:21.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:21 smithi003 ceph-mon[163669]: pgmap v62: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 143/1320 objects degraded (10.833%) 2023-09-07T07:50:21.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:21 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:50:21.528 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:21 smithi003 ceph-mon[163669]: failed to encode map e79 with expected crc 2023-09-07T07:50:21.529 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:21 smithi003 ceph-mon[163669]: osd.1 [v2:172.21.15.3:6810/1828890863,v1:172.21.15.3:6811/1828890863] boot 2023-09-07T07:50:21.529 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:21 smithi003 ceph-mon[163669]: osdmap e79: 8 total, 8 up, 8 in 2023-09-07T07:50:21.529 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:50:21.529 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:21 smithi003 ceph-mon[163669]: mgrmap e40: smithi003.oqouau(active, since 91s), standbys: smithi032.jvdzvt 2023-09-07T07:50:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:21 smithi032 ceph-mon[138138]: pgmap v62: 129 pgs: 27 active+undersized+degraded, 26 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 143/1320 objects degraded (10.833%) 2023-09-07T07:50:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:21 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:50:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:21 smithi032 ceph-mon[138138]: failed to encode map e79 with expected crc 2023-09-07T07:50:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:21 smithi032 ceph-mon[138138]: osd.1 [v2:172.21.15.3:6810/1828890863,v1:172.21.15.3:6811/1828890863] boot 2023-09-07T07:50:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:21 smithi032 ceph-mon[138138]: osdmap e79: 8 total, 8 up, 8 in 2023-09-07T07:50:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-07T07:50:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:21 smithi032 ceph-mon[138138]: mgrmap e40: smithi003.oqouau(active, since 91s), standbys: smithi032.jvdzvt 2023-09-07T07:50:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: osdmap e80: 8 total, 8 up, 8 in 2023-09-07T07:50:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:22.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:50:22.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: pgmap v65: 129 pgs: 13 peering, 23 active+undersized+degraded, 17 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 775 B/s wr, 1 op/s; 112/1320 objects degraded (8.485%) 2023-09-07T07:50:22.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: pgmap v66: 129 pgs: 13 peering, 23 active+undersized+degraded, 17 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 312 B/s rd, 1.2 KiB/s wr, 1 op/s; 112/1320 objects degraded (8.485%) 2023-09-07T07:50:22.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:22.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:22.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:22.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:22.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:22 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: osdmap e80: 8 total, 8 up, 8 in 2023-09-07T07:50:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: failed to encode map e80 with expected crc 2023-09-07T07:50:22.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:22.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:50:22.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: pgmap v65: 129 pgs: 13 peering, 23 active+undersized+degraded, 17 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 775 B/s wr, 1 op/s; 112/1320 objects degraded (8.485%) 2023-09-07T07:50:22.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: pgmap v66: 129 pgs: 13 peering, 23 active+undersized+degraded, 17 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 312 B/s rd, 1.2 KiB/s wr, 1 op/s; 112/1320 objects degraded (8.485%) 2023-09-07T07:50:22.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:22.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:22.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:22.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:22.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:22.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:22 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:23 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:23 smithi032 ceph-mon[138138]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-07T07:50:23.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:23 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 112/1320 objects degraded (8.485%), 23 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:23.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:23 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:23.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:23 smithi003 ceph-mon[163669]: Upgrade: unsafe to stop osd(s) at this time (9 PGs are or would become offline) 2023-09-07T07:50:23.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:23 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 112/1320 objects degraded (8.485%), 23 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:24 smithi032 ceph-mon[138138]: pgmap v67: 129 pgs: 13 peering, 23 active+undersized+degraded, 17 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 980 B/s wr, 1 op/s; 112/1320 objects degraded (8.485%) 2023-09-07T07:50:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:24 smithi003 ceph-mon[163669]: pgmap v67: 129 pgs: 13 peering, 23 active+undersized+degraded, 17 active+undersized, 76 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 980 B/s wr, 1 op/s; 112/1320 objects degraded (8.485%) 2023-09-07T07:50:25.818 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:25 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 112/1320 objects degraded (8.485%), 23 pgs degraded) 2023-09-07T07:50:26.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:25 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 112/1320 objects degraded (8.485%), 23 pgs degraded) 2023-09-07T07:50:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:26 smithi032 ceph-mon[138138]: pgmap v68: 129 pgs: 4 peering, 125 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 969 B/s wr, 1 op/s 2023-09-07T07:50:27.176 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:26 smithi003 ceph-mon[163669]: pgmap v68: 129 pgs: 4 peering, 125 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 969 B/s wr, 1 op/s 2023-09-07T07:50:29.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:28 smithi032 ceph-mon[138138]: pgmap v69: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 285 B/s rd, 713 B/s wr, 1 op/s 2023-09-07T07:50:29.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:28 smithi003 ceph-mon[163669]: pgmap v69: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 285 B/s rd, 713 B/s wr, 1 op/s 2023-09-07T07:50:30.864 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:30 smithi032 ceph-mon[138138]: pgmap v70: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 125 B/s rd, 125 B/s wr, 0 op/s 2023-09-07T07:50:31.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:30 smithi003 ceph-mon[163669]: pgmap v70: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 125 B/s rd, 125 B/s wr, 0 op/s 2023-09-07T07:50:32.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:32 smithi032 ceph-mon[138138]: pgmap v71: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:50:32.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:32 smithi003 ceph-mon[163669]: pgmap v71: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:50:32.643 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:50:33.332 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:50:33.332 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (10m) - 18m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:50:33.332 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (66s) - 18m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:50:33.332 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (62s) - 18m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:50:33.333 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (8m) - 18m 38.0M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:50:33.333 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (15m) - 15m 41.7M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:50:33.333 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (15m) - 15m 17.2M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:50:33.333 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (2m) - 19m 505M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:50:33.333 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (2m) - 18m 447M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:50:33.334 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (112s) - 19m 98.2M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:50:33.334 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (92s) - 18m 38.2M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:50:33.334 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (13m) - 13m 83.5M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:50:33.334 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (13m) - 13m 78.2M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:50:33.334 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (6m) - 18m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:50:33.335 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (2m) - 17m 5200k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:50:33.335 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (48s) - 17m 313M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:50:33.335 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (19s) - 17m 14.7M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:50:33.335 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (17m) - 17m 617M 1943M 16.2.5 6933c2a0b7dd 773eea71dc23 2023-09-07T07:50:33.335 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (16m) - 16m 964M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:50:33.336 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (16m) - 16m 895M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:50:33.336 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (16m) - 16m 1228M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:50:33.336 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (16m) - 16m 1027M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:50:33.336 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (15m) - 15m 1517M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:50:33.336 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 18m - - 2023-09-07T07:50:33.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:33 smithi032 ceph-mon[138138]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:33 smithi003 ceph-mon[163669]: from='client.34206 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:33.745 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:50:33.746 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:50:33.746 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:50:33.746 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:50:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:50:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:50:33.747 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-09-07T07:50:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:50:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:50:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:50:33.748 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:50:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:50:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 8, 2023-09-07T07:50:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 6 2023-09-07T07:50:33.749 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:50:33.749 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:50:34.097 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:50:34.098 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:50:34.098 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:50:34.098 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:50:34.098 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:50:34.099 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:50:34.099 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:50:34.099 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:50:34.099 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:50:34.099 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "8/23 daemons upgraded", 2023-09-07T07:50:34.100 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2023-09-07T07:50:34.100 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:50:34.100 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:50:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:34 smithi032 ceph-mon[138138]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:34 smithi032 ceph-mon[138138]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:34 smithi032 ceph-mon[138138]: pgmap v72: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:34.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:34 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/4010190544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:34.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:34 smithi003 ceph-mon[163669]: from='client.34210 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:34.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:34 smithi003 ceph-mon[163669]: from='client.34214 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:34.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:34 smithi003 ceph-mon[163669]: pgmap v72: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:34.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:34 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/4010190544' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:34.508 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:50:34.509 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:50:34.509 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:50:35.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:35 smithi032 ceph-mon[138138]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:35 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/3414522717' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:50:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:35.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:35.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:35.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:35 smithi003 ceph-mon[163669]: from='client.34222 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:50:35.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:35 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/3414522717' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:50:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:35.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:35.906 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:36.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:36 smithi003 ceph-mon[163669]: pgmap v73: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:50:36.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:36 smithi032 ceph-mon[138138]: pgmap v73: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:50:37.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:37 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:37.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:37 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:38.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:38 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:38.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:38 smithi003 ceph-mon[163669]: Upgrade: osd.2 is safe to restart 2023-09-07T07:50:38.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:38 smithi003 ceph-mon[163669]: pgmap v74: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:38 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2023-09-07T07:50:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:38 smithi032 ceph-mon[138138]: Upgrade: osd.2 is safe to restart 2023-09-07T07:50:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:38 smithi032 ceph-mon[138138]: pgmap v74: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:39 smithi032 ceph-mon[138138]: Upgrade: Updating osd.2 2023-09-07T07:50:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:50:39.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:39.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:39 smithi032 ceph-mon[138138]: Deploying daemon osd.2 on smithi003 2023-09-07T07:50:39.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:39 smithi003 ceph-mon[163669]: Upgrade: Updating osd.2 2023-09-07T07:50:39.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:39.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-07T07:50:39.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:39.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:39 smithi003 ceph-mon[163669]: Deploying daemon osd.2 on smithi003 2023-09-07T07:50:40.630 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:40 smithi003 ceph-mon[163669]: pgmap v75: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:40.631 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:40 smithi003 systemd[1]: Stopping Ceph osd.2 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:50:40.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:40 smithi032 ceph-mon[138138]: pgmap v75: 129 pgs: 129 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:50:40.934 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2[125134]: debug 2023-09-07T07:50:40.628+0000 7fa9bc28d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:50:40.935 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2[125134]: debug 2023-09-07T07:50:40.628+0000 7fa9bc28d700 -1 osd.2 80 *** Got signal Terminated *** 2023-09-07T07:50:40.935 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:40 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2[125134]: debug 2023-09-07T07:50:40.628+0000 7fa9bc28d700 -1 osd.2 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:50:40.935 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:40 smithi003 bash[177823]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.2 2023-09-07T07:50:41.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 failed (root=default,host=smithi003) (connection refused reported by osd.3) 2023-09-07T07:50:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:41.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:41.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:41.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:41 smithi032 ceph-mon[138138]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 failed (root=default,host=smithi003) (connection refused reported by osd.3) 2023-09-07T07:50:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:41.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:41.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.0 2023-09-07T07:50:41.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:41.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.3 2023-09-07T07:50:41.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.4 2023-09-07T07:50:41.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.7 2023-09-07T07:50:41.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.6 2023-09-07T07:50:41.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.1 2023-09-07T07:50:41.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:41 smithi003 ceph-mon[163669]: osd.2 reported immediately failed by osd.5 2023-09-07T07:50:42.383 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:42.434 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:42 smithi003 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.2.service: Succeeded. 2023-09-07T07:50:42.435 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:42 smithi003 systemd[1]: Stopped Ceph osd.2 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:50:42.435 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:42 smithi003 systemd[1]: Starting Ceph osd.2 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:50:42.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:50:42.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: osdmap e81: 8 total, 7 up, 8 in 2023-09-07T07:50:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:42 smithi003 ceph-mon[163669]: pgmap v77: 129 pgs: 11 stale+active+clean, 118 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:50:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:50:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: osdmap e81: 8 total, 7 up, 8 in 2023-09-07T07:50:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: failed to encode map e81 with expected crc 2023-09-07T07:50:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:42 smithi032 ceph-mon[138138]: pgmap v77: 129 pgs: 11 stale+active+clean, 118 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:50:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: osdmap e82: 8 total, 7 up, 8 in 2023-09-07T07:50:43.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-mon[163669]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.438 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:50:43.438 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-07T07:50:43.438 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2023-09-07T07:50:43.438 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2023-09-07T07:50:43.439 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2023-09-07T07:50:43.439 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-07T07:50:43.439 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2023-09-07T07:50:43.439 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178123]: --> ceph-volume lvm activate successful for osd ID: 2 2023-09-07T07:50:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: osdmap e82: 8 total, 7 up, 8 in 2023-09-07T07:50:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:43.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:43 smithi032 ceph-mon[138138]: failed to encode map e82 with expected crc 2023-09-07T07:50:44.185 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 ceph-osd[178423]: -- 172.21.15.3:0/756690716 <== mon.0 v2:172.21.15.3:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55dc2221a4e0 con 0x55dc221eb000 2023-09-07T07:50:44.185 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 bash[178384]: 47a01e382e3a016e024f13197c85e1988d60efb47a5dcfd70cd2d5a035f4c513 2023-09-07T07:50:44.185 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:43 smithi003 systemd[1]: Started Ceph osd.2 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:50:44.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:44 smithi032 ceph-mon[138138]: pgmap v79: 129 pgs: 11 stale+active+clean, 118 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:50:44.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:44.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:44.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:44.684 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:44 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-2[178398]: 2023-09-07T07:50:44.298+0000 7f38f2de9640 -1 Falling back to public interface 2023-09-07T07:50:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:44 smithi003 ceph-mon[163669]: pgmap v79: 129 pgs: 11 stale+active+clean, 118 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:50:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:45.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:45 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 106/1320 objects degraded (8.030%), 18 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:45 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 106/1320 objects degraded (8.030%), 18 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:46 smithi032 ceph-mon[138138]: pgmap v80: 129 pgs: 18 active+undersized+degraded, 3 stale+active+clean, 11 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 106/1320 objects degraded (8.030%) 2023-09-07T07:50:47.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:46 smithi003 ceph-mon[163669]: pgmap v80: 129 pgs: 18 active+undersized+degraded, 3 stale+active+clean, 11 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 106/1320 objects degraded (8.030%) 2023-09-07T07:50:47.427 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:48.684 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-2[178398]: 2023-09-07T07:50:48.374+0000 7f38f2de9640 -1 osd.2 80 log_to_monitors true 2023-09-07T07:50:49.050 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-2[178398]: 2023-09-07T07:50:48.789+0000 7f38e024d700 -1 osd.2 80 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:50:49.051 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-mon[163669]: pgmap v81: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 121/1320 objects degraded (9.167%) 2023-09-07T07:50:49.051 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:49.051 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:49.052 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-mon[163669]: from='osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:50:49.052 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:49.052 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:48 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:48 smithi032 ceph-mon[138138]: pgmap v81: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 121/1320 objects degraded (9.167%) 2023-09-07T07:50:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:48 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:48 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:48 smithi032 ceph-mon[138138]: from='osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-07T07:50:49.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:48 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:49.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:48 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:50.000 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: from='osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:50:50.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: osdmap e83: 8 total, 7 up, 8 in 2023-09-07T07:50:50.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: from='osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:50:50.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: failed to encode map e83 with expected crc 2023-09-07T07:50:50.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: failed to encode map e83 with expected crc 2023-09-07T07:50:50.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: failed to encode map e83 with expected crc 2023-09-07T07:50:50.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:50.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: from='osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-07T07:50:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: osdmap e83: 8 total, 7 up, 8 in 2023-09-07T07:50:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: from='osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:50:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: failed to encode map e83 with expected crc 2023-09-07T07:50:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: failed to encode map e83 with expected crc 2023-09-07T07:50:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: failed to encode map e83 with expected crc 2023-09-07T07:50:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:50:51.052 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: failed to encode map e83 with expected crc 2023-09-07T07:50:51.053 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: failed to encode map e83 with expected crc 2023-09-07T07:50:51.053 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: pgmap v83: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 121/1320 objects degraded (9.167%) 2023-09-07T07:50:51.053 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:50:51.053 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098] boot 2023-09-07T07:50:51.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: osdmap e84: 8 total, 8 up, 8 in 2023-09-07T07:50:51.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:50:51.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:50 smithi003 ceph-mon[163669]: osdmap e85: 8 total, 8 up, 8 in 2023-09-07T07:50:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: failed to encode map e83 with expected crc 2023-09-07T07:50:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: failed to encode map e83 with expected crc 2023-09-07T07:50:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: pgmap v83: 129 pgs: 20 active+undersized+degraded, 15 active+undersized, 94 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 121/1320 objects degraded (9.167%) 2023-09-07T07:50:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:50:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: osd.2 [v2:172.21.15.3:6818/4243284098,v1:172.21.15.3:6819/4243284098] boot 2023-09-07T07:50:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: osdmap e84: 8 total, 8 up, 8 in 2023-09-07T07:50:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: failed to encode map e84 with expected crc 2023-09-07T07:50:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-07T07:50:51.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:50 smithi032 ceph-mon[138138]: osdmap e85: 8 total, 8 up, 8 in 2023-09-07T07:50:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 121/1320 objects degraded (9.167%), 20 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:52.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:52.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:50:52.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:52.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:52.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:52.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:52.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:50:52.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: failed to encode map e85 with expected crc 2023-09-07T07:50:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 121/1320 objects degraded (9.167%), 20 pgs degraded (PG_DEGRADED) 2023-09-07T07:50:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:50:52.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:50:52.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:50:52.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:50:52.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:52.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:52.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:50:52.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:50:52.470 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:52 smithi032 ceph-mon[138138]: pgmap v86: 129 pgs: 18 peering, 8 active+undersized+degraded, 6 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 0 op/s; 47/1320 objects degraded (3.561%) 2023-09-07T07:50:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:52 smithi032 ceph-mon[138138]: pgmap v87: 129 pgs: 18 peering, 8 active+undersized+degraded, 6 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 280 B/s rd, 0 op/s; 47/1320 objects degraded (3.561%) 2023-09-07T07:50:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:52 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:50:53.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:52 smithi032 ceph-mon[138138]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-09-07T07:50:53.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:52 smithi003 ceph-mon[163669]: pgmap v86: 129 pgs: 18 peering, 8 active+undersized+degraded, 6 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 0 op/s; 47/1320 objects degraded (3.561%) 2023-09-07T07:50:53.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:52 smithi003 ceph-mon[163669]: pgmap v87: 129 pgs: 18 peering, 8 active+undersized+degraded, 6 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 280 B/s rd, 0 op/s; 47/1320 objects degraded (3.561%) 2023-09-07T07:50:53.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:52 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:50:53.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:52 smithi003 ceph-mon[163669]: Upgrade: unsafe to stop osd(s) at this time (11 PGs are or would become offline) 2023-09-07T07:50:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:54 smithi032 ceph-mon[138138]: pgmap v88: 129 pgs: 18 peering, 8 active+undersized+degraded, 6 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 op/s; 47/1320 objects degraded (3.561%) 2023-09-07T07:50:55.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:54 smithi003 ceph-mon[163669]: pgmap v88: 129 pgs: 18 peering, 8 active+undersized+degraded, 6 active+undersized, 97 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 op/s; 47/1320 objects degraded (3.561%) 2023-09-07T07:50:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:55 smithi032 ceph-mon[138138]: pgmap v89: 129 pgs: 18 peering, 111 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 362 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:50:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:55 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/1320 objects degraded (3.561%), 8 pgs degraded) 2023-09-07T07:50:56.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:55 smithi003 ceph-mon[163669]: pgmap v89: 129 pgs: 18 peering, 111 active+clean; 313 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 362 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:50:56.259 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:55 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 47/1320 objects degraded (3.561%), 8 pgs degraded) 2023-09-07T07:50:57.511 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:50:58.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:50:58 smithi032 ceph-mon[138138]: pgmap v90: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 271 B/s rd, 271 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:50:58.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:50:58 smithi003 ceph-mon[163669]: pgmap v90: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 271 B/s rd, 271 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:00.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:00 smithi032 ceph-mon[138138]: pgmap v91: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 359 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:00.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:00 smithi003 ceph-mon[163669]: pgmap v91: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 119 B/s rd, 359 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:02.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:02 smithi032 ceph-mon[138138]: pgmap v92: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:02.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:02 smithi003 ceph-mon[163669]: pgmap v92: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 307 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:02.554 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:04.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:04 smithi032 ceph-mon[138138]: pgmap v93: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:04.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:04 smithi003 ceph-mon[163669]: pgmap v93: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:04.891 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:51:05.581 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:51:05.581 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (11m) - 19m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:51:05.582 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (98s) - 19m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:51:05.582 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (95s) - 18m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:51:05.582 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (9m) - 18m 38.0M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:51:05.583 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (15m) - 15m 41.7M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:51:05.583 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (15m) - 15m 17.2M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:51:05.583 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (2m) - 20m 507M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:51:05.584 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (2m) - 18m 447M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:51:05.584 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (2m) - 20m 103M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:51:05.584 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (2m) - 18m 38.2M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:51:05.585 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (13m) - 13m 83.5M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:51:05.585 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (13m) - 13m 78.2M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:51:05.586 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (7m) - 18m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:51:05.586 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (3m) - 18m 5200k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:51:05.586 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (80s) - 18m 320M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:51:05.586 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (51s) - 17m 251M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:51:05.587 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (21s) - 17m 14.9M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:51:05.587 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (17m) - 17m 972M 1943M 16.2.5 6933c2a0b7dd 79c0f59447d3 2023-09-07T07:51:05.587 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (17m) - 17m 895M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:51:05.587 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (16m) - 16m 1228M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:51:05.587 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (16m) - 16m 1027M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:51:05.588 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (16m) - 16m 1517M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:51:05.588 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 18m - - 2023-09-07T07:51:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:05.993 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:51:05.994 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:51:05.994 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:51:05.994 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:05.994 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:51:05.995 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:51:05.995 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:05.995 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:51:05.995 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 5, 2023-09-07T07:51:05.995 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 3 2023-09-07T07:51:05.996 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:05.996 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:51:05.996 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:51:05.996 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:05.996 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:51:05.997 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 7, 2023-09-07T07:51:05.997 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 7 2023-09-07T07:51:05.997 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:51:05.997 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:51:06.345 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:51:06.345 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:51:06.345 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:51:06.345 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:51:06.346 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:51:06.346 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:51:06.346 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:51:06.346 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:51:06.346 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:51:06.347 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "9/23 daemons upgraded", 2023-09-07T07:51:06.347 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2023-09-07T07:51:06.347 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:51:06.347 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:51:06.780 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:51:06.780 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:51:06.781 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:51:06.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:06 smithi003 ceph-mon[163669]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:06.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:06 smithi003 ceph-mon[163669]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:06.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:06 smithi003 ceph-mon[163669]: pgmap v94: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:06.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:06 smithi003 ceph-mon[163669]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:06.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:06 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2077582252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:06.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:51:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:06 smithi032 ceph-mon[138138]: from='client.34234 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:06 smithi032 ceph-mon[138138]: from='client.34238 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:06 smithi032 ceph-mon[138138]: pgmap v94: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:06.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:06 smithi032 ceph-mon[138138]: from='client.34242 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:06.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:06 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2077582252' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:06.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:51:07.604 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:07 smithi032 ceph-mon[138138]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:07 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:51:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:07 smithi032 ceph-mon[138138]: Upgrade: osd.3 is safe to restart 2023-09-07T07:51:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:07 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/4244455520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:51:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:51:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:07.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:07 smithi003 ceph-mon[163669]: from='client.34250 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:07.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:07 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["3"], "max": 16}]: dispatch 2023-09-07T07:51:07.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:07 smithi003 ceph-mon[163669]: Upgrade: osd.3 is safe to restart 2023-09-07T07:51:07.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:07 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/4244455520' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:51:07.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:07.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-07T07:51:07.907 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:08.886 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:08 smithi003 ceph-mon[163669]: pgmap v95: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:51:08.887 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:08 smithi003 ceph-mon[163669]: Upgrade: Updating osd.3 2023-09-07T07:51:08.887 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:08 smithi003 ceph-mon[163669]: Deploying daemon osd.3 on smithi003 2023-09-07T07:51:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:08 smithi032 ceph-mon[138138]: pgmap v95: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:51:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:08 smithi032 ceph-mon[138138]: Upgrade: Updating osd.3 2023-09-07T07:51:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:08 smithi032 ceph-mon[138138]: Deploying daemon osd.3 on smithi003 2023-09-07T07:51:10.032 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:09 smithi003 systemd[1]: Stopping Ceph osd.3 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:51:10.385 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3[128808]: debug 2023-09-07T07:51:10.031+0000 7fcc6218c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:51:10.386 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3[128808]: debug 2023-09-07T07:51:10.031+0000 7fcc6218c700 -1 osd.3 85 *** Got signal Terminated *** 2023-09-07T07:51:10.386 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3[128808]: debug 2023-09-07T07:51:10.031+0000 7fcc6218c700 -1 osd.3 85 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:51:10.386 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:10 smithi003 bash[181156]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.3 2023-09-07T07:51:10.780 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: pgmap v96: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:51:10.781 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.0 2023-09-07T07:51:10.781 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 failed (root=default,host=smithi003) (connection refused reported by osd.0) 2023-09-07T07:51:10.781 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.0 2023-09-07T07:51:10.781 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.2 2023-09-07T07:51:10.782 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.1 2023-09-07T07:51:10.782 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.5 2023-09-07T07:51:10.782 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.4 2023-09-07T07:51:10.782 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.7 2023-09-07T07:51:10.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.6 2023-09-07T07:51:10.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.2 2023-09-07T07:51:10.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.1 2023-09-07T07:51:10.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.5 2023-09-07T07:51:10.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.4 2023-09-07T07:51:10.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.7 2023-09-07T07:51:10.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:10 smithi003 ceph-mon[163669]: osd.3 reported immediately failed by osd.6 2023-09-07T07:51:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: pgmap v96: 129 pgs: 129 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:51:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.0 2023-09-07T07:51:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 failed (root=default,host=smithi003) (connection refused reported by osd.0) 2023-09-07T07:51:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.0 2023-09-07T07:51:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.2 2023-09-07T07:51:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.1 2023-09-07T07:51:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.5 2023-09-07T07:51:10.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.4 2023-09-07T07:51:10.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.7 2023-09-07T07:51:10.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.6 2023-09-07T07:51:10.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.2 2023-09-07T07:51:10.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.1 2023-09-07T07:51:10.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.5 2023-09-07T07:51:10.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.4 2023-09-07T07:51:10.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.7 2023-09-07T07:51:10.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:10 smithi032 ceph-mon[138138]: osd.3 reported immediately failed by osd.6 2023-09-07T07:51:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:11 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:51:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:11 smithi032 ceph-mon[138138]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:11 smithi032 ceph-mon[138138]: osdmap e86: 8 total, 7 up, 8 in 2023-09-07T07:51:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:11 smithi032 ceph-mon[138138]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:11 smithi032 ceph-mon[138138]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:11 smithi032 ceph-mon[138138]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:11 smithi032 ceph-mon[138138]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:11 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:51:11.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:11 smithi003 ceph-mon[163669]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:11 smithi003 ceph-mon[163669]: osdmap e86: 8 total, 7 up, 8 in 2023-09-07T07:51:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:11 smithi003 ceph-mon[163669]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:11 smithi003 ceph-mon[163669]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:11 smithi003 ceph-mon[163669]: failed to encode map e86 with expected crc 2023-09-07T07:51:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:11 smithi003 ceph-mon[163669]: failed to encode map e86 with expected crc 2023-09-07T07:51:12.185 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:12 smithi003 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.3.service: Succeeded. 2023-09-07T07:51:12.185 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:12 smithi003 systemd[1]: Stopped Ceph osd.3 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:51:12.498 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:12 smithi003 systemd[1]: Starting Ceph osd.3 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:51:12.648 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: pgmap v98: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2023-09-07T07:51:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: osdmap e87: 8 total, 7 up, 8 in 2023-09-07T07:51:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:12 smithi032 ceph-mon[138138]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2023-09-07T07:51:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: pgmap v98: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 204 B/s wr, 0 op/s 2023-09-07T07:51:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: osdmap e87: 8 total, 7 up, 8 in 2023-09-07T07:51:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: failed to encode map e87 with expected crc 2023-09-07T07:51:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:12 smithi003 ceph-mon[163669]: Health check failed: Reduced data availability: 3 pgs peering (PG_AVAILABILITY) 2023-09-07T07:51:13.435 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:51:13.436 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-07T07:51:13.436 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2023-09-07T07:51:13.436 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2023-09-07T07:51:13.436 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2023-09-07T07:51:13.436 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-07T07:51:13.437 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2023-09-07T07:51:13.438 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181534]: --> ceph-volume lvm activate successful for osd ID: 3 2023-09-07T07:51:14.184 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 bash[181813]: c5af58137b550c0048ebf30a451552af8202da8cf0f932a3587cd38f620d58b1 2023-09-07T07:51:14.185 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 systemd[1]: Started Ceph osd.3 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:51:14.185 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:13 smithi003 ceph-osd[181850]: -- 172.21.15.3:0/3581823317 <== mon.0 v2:172.21.15.3:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5585333fc4e0 con 0x5585333cd000 2023-09-07T07:51:14.685 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:14 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-3[181827]: 2023-09-07T07:51:14.362+0000 7fe25d11c640 -1 Falling back to public interface 2023-09-07T07:51:14.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:14 smithi003 ceph-mon[163669]: pgmap v100: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-07T07:51:14.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:14.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:14.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:14 smithi032 ceph-mon[138138]: pgmap v100: 129 pgs: 10 peering, 16 stale+active+clean, 103 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2023-09-07T07:51:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:14.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:15.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:15 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 37/1320 objects degraded (2.803%), 11 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:16.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:15 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 37/1320 objects degraded (2.803%), 11 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:16.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:16 smithi003 ceph-mon[163669]: pgmap v101: 129 pgs: 11 active+undersized+degraded, 10 peering, 9 stale+active+clean, 7 active+undersized, 92 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 37/1320 objects degraded (2.803%) 2023-09-07T07:51:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:16 smithi032 ceph-mon[138138]: pgmap v101: 129 pgs: 11 active+undersized+degraded, 10 peering, 9 stale+active+clean, 7 active+undersized, 92 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 37/1320 objects degraded (2.803%) 2023-09-07T07:51:17.689 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:18 smithi032 ceph-mon[138138]: pgmap v102: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 171/1320 objects degraded (12.955%) 2023-09-07T07:51:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:18 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:18 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:18 smithi032 ceph-mon[138138]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2023-09-07T07:51:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:18 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:18 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:18.935 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:18 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-3[181827]: 2023-09-07T07:51:18.750+0000 7fe25d11c640 -1 osd.3 85 log_to_monitors true 2023-09-07T07:51:18.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:18 smithi003 ceph-mon[163669]: pgmap v102: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 171/1320 objects degraded (12.955%) 2023-09-07T07:51:18.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:18 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:18 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:18 smithi003 ceph-mon[163669]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2023-09-07T07:51:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:18 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:18 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:19.599 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:19 smithi003 ceph-mon[163669]: from='osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:51:19.599 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:19.600 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:19 smithi032 ceph-mon[138138]: from='osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-07T07:51:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:19.934 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 07:51:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-3[181827]: 2023-09-07T07:51:19.598+0000 7fe24e588700 -1 osd.3 85 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:51:20.893 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:20 smithi003 ceph-mon[163669]: pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 234 B/s wr, 0 op/s; 171/1320 objects degraded (12.955%) 2023-09-07T07:51:20.894 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:20 smithi003 ceph-mon[163669]: from='osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:51:20.894 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:20 smithi003 ceph-mon[163669]: osdmap e88: 8 total, 7 up, 8 in 2023-09-07T07:51:20.894 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:20 smithi003 ceph-mon[163669]: from='osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:51:20.894 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:20 smithi003 ceph-mon[163669]: failed to encode map e88 with expected crc 2023-09-07T07:51:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:20 smithi032 ceph-mon[138138]: pgmap v103: 129 pgs: 30 active+undersized+degraded, 20 active+undersized, 79 active+clean; 313 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 234 B/s wr, 0 op/s; 171/1320 objects degraded (12.955%) 2023-09-07T07:51:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:20 smithi032 ceph-mon[138138]: from='osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-07T07:51:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:20 smithi032 ceph-mon[138138]: osdmap e88: 8 total, 7 up, 8 in 2023-09-07T07:51:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:20 smithi032 ceph-mon[138138]: from='osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-09-07T07:51:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:20 smithi032 ceph-mon[138138]: failed to encode map e88 with expected crc 2023-09-07T07:51:21.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: failed to encode map e88 with expected crc 2023-09-07T07:51:21.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: failed to encode map e88 with expected crc 2023-09-07T07:51:21.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:51:21.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: failed to encode map e89 with expected crc 2023-09-07T07:51:21.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498] boot 2023-09-07T07:51:21.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: osdmap e89: 8 total, 8 up, 8 in 2023-09-07T07:51:21.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: failed to encode map e89 with expected crc 2023-09-07T07:51:21.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: failed to encode map e89 with expected crc 2023-09-07T07:51:21.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:51:21.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: failed to encode map e88 with expected crc 2023-09-07T07:51:21.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.814 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.815 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:21.815 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:51:21.815 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.815 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.815 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:21.816 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 171/1320 objects degraded (12.955%), 30 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:21.816 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:21.816 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:21.816 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:21.816 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:21.816 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:21 smithi003 ceph-mon[163669]: osdmap e90: 8 total, 8 up, 8 in 2023-09-07T07:51:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: failed to encode map e88 with expected crc 2023-09-07T07:51:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: failed to encode map e88 with expected crc 2023-09-07T07:51:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:51:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: failed to encode map e89 with expected crc 2023-09-07T07:51:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: osd.3 [v2:172.21.15.3:6826/2621329498,v1:172.21.15.3:6827/2621329498] boot 2023-09-07T07:51:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: osdmap e89: 8 total, 8 up, 8 in 2023-09-07T07:51:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: failed to encode map e89 with expected crc 2023-09-07T07:51:21.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: failed to encode map e89 with expected crc 2023-09-07T07:51:21.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-07T07:51:21.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: failed to encode map e88 with expected crc 2023-09-07T07:51:21.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:21.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:51:21.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:21.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:21.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 171/1320 objects degraded (12.955%), 30 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:21.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:21.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:21.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:21.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:21.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:21 smithi032 ceph-mon[138138]: osdmap e90: 8 total, 8 up, 8 in 2023-09-07T07:51:22.741 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: pgmap v106: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 266 B/s wr, 0 op/s; 138/1320 objects degraded (10.455%) 2023-09-07T07:51:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: pgmap v107: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 180 B/s wr, 0 op/s; 138/1320 objects degraded (10.455%) 2023-09-07T07:51:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-07T07:51:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:22 smithi032 ceph-mon[138138]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: pgmap v106: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 266 B/s wr, 0 op/s; 138/1320 objects degraded (10.455%) 2023-09-07T07:51:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: pgmap v107: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 180 B/s wr, 0 op/s; 138/1320 objects degraded (10.455%) 2023-09-07T07:51:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:22.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-07T07:51:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:22.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:22 smithi003 ceph-mon[163669]: failed to encode map e90 with expected crc 2023-09-07T07:51:24.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:24 smithi032 ceph-mon[138138]: pgmap v109: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 0 op/s; 138/1320 objects degraded (10.455%) 2023-09-07T07:51:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:24 smithi003 ceph-mon[163669]: pgmap v109: 129 pgs: 6 peering, 26 active+undersized+degraded, 18 active+undersized, 79 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 278 B/s rd, 0 op/s; 138/1320 objects degraded (10.455%) 2023-09-07T07:51:25.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:25 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:25.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:25 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:26 smithi032 ceph-mon[138138]: pgmap v110: 129 pgs: 6 peering, 5 active+undersized+degraded, 8 active+undersized, 110 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 188 B/s wr, 30 op/s; 43/1320 objects degraded (3.258%); 0 B/s, 0 objects/s recovering 2023-09-07T07:51:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:26 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 43/1320 objects degraded (3.258%), 5 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:26.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:26 smithi003 ceph-mon[163669]: pgmap v110: 129 pgs: 6 peering, 5 active+undersized+degraded, 8 active+undersized, 110 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 30 KiB/s rd, 188 B/s wr, 30 op/s; 43/1320 objects degraded (3.258%); 0 B/s, 0 objects/s recovering 2023-09-07T07:51:26.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:26 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 43/1320 objects degraded (3.258%), 5 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:27.779 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:27.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:27 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/1320 objects degraded (3.258%), 5 pgs degraded) 2023-09-07T07:51:28.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:27 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 43/1320 objects degraded (3.258%), 5 pgs degraded) 2023-09-07T07:51:28.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:28 smithi003 ceph-mon[163669]: pgmap v111: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 159 B/s wr, 25 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:29.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:28 smithi032 ceph-mon[138138]: pgmap v111: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 25 KiB/s rd, 159 B/s wr, 25 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:30 smithi003 ceph-mon[163669]: pgmap v112: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 255 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:30 smithi032 ceph-mon[138138]: pgmap v112: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 20 KiB/s rd, 255 B/s wr, 20 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:32.828 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:32.905 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:32 smithi003 ceph-mon[163669]: pgmap v113: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 204 B/s wr, 16 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:33.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:32 smithi032 ceph-mon[138138]: pgmap v113: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 204 B/s wr, 16 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:34 smithi032 ceph-mon[138138]: pgmap v114: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 179 B/s wr, 14 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:35.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:34 smithi003 ceph-mon[163669]: pgmap v114: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 179 B/s wr, 14 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:36.823 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:36 smithi032 ceph-mon[138138]: pgmap v115: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 255 B/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:36.823 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:36 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:37.161 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:51:37.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:36 smithi003 ceph-mon[163669]: pgmap v115: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 13 KiB/s rd, 255 B/s wr, 13 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:37.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:36 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:37.850 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:51:37.851 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (11m) - 19m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:51:37.851 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (2m) - 19m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:51:37.851 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (2m) - 19m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:51:37.851 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (9m) - 19m 38.2M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:51:37.851 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (16m) - 16m 41.7M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:51:37.852 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (16m) - 16m 17.2M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:51:37.852 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (3m) - 20m 509M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:51:37.852 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (3m) - 19m 447M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:51:37.852 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (2m) - 20m 108M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:51:37.853 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (2m) - 19m 38.2M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:51:37.853 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (14m) - 14m 83.6M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:51:37.853 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (14m) - 14m 78.2M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:51:37.854 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (7m) - 19m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:51:37.854 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (3m) - 19m 5200k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:51:37.855 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (112s) - 18m 326M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:51:37.855 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (83s) - 18m 258M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:51:37.855 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (54s) - 18m 203M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:51:37.856 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (24s) - 17m 14.8M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:51:37.856 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (17m) - 17m 895M 2711M 16.2.5 6933c2a0b7dd 1e38ac2ad99a 2023-09-07T07:51:37.856 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (17m) - 17m 1228M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:51:37.857 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (17m) - 17m 1027M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:51:37.857 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (17m) - 17m 1517M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:51:37.857 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 19m - - 2023-09-07T07:51:37.878 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:37 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:37 smithi032 ceph-mon[138138]: Upgrade: osd.4 is safe to restart 2023-09-07T07:51:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:37 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:37.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:37 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:51:37.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:37 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:38.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:37 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["4"], "max": 16}]: dispatch 2023-09-07T07:51:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:37 smithi003 ceph-mon[163669]: Upgrade: osd.4 is safe to restart 2023-09-07T07:51:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:37 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:37 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-07T07:51:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:37 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:38.264 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:51:38.264 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:51:38.264 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:51:38.265 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:38.265 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:51:38.265 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:51:38.265 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:38.266 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:51:38.266 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2023-09-07T07:51:38.266 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 4 2023-09-07T07:51:38.266 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:38.266 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:51:38.267 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:51:38.267 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:51:38.267 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:51:38.267 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 6, 2023-09-07T07:51:38.267 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 8 2023-09-07T07:51:38.268 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:51:38.268 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:51:38.626 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:51:38.627 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:51:38.629 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:51:38.629 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:51:38.629 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:51:38.629 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:51:38.630 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:51:38.630 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:51:38.630 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:51:38.630 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "10/23 daemons upgraded", 2023-09-07T07:51:38.630 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2023-09-07T07:51:38.631 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:51:38.631 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:51:38.951 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:38 smithi032 ceph-mon[138138]: pgmap v116: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:51:38.952 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:38 smithi032 ceph-mon[138138]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:38.952 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:38 smithi032 ceph-mon[138138]: Upgrade: Updating osd.4 2023-09-07T07:51:38.952 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:38 smithi032 ceph-mon[138138]: Deploying daemon osd.4 on smithi032 2023-09-07T07:51:38.952 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:38 smithi032 ceph-mon[138138]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:38.953 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:38 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/3658196458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:39.041 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:51:39.042 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:51:39.042 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:51:39.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:38 smithi003 ceph-mon[163669]: pgmap v116: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:51:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:38 smithi003 ceph-mon[163669]: from='client.34262 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:38 smithi003 ceph-mon[163669]: Upgrade: Updating osd.4 2023-09-07T07:51:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:38 smithi003 ceph-mon[163669]: Deploying daemon osd.4 on smithi032 2023-09-07T07:51:39.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:38 smithi003 ceph-mon[163669]: from='client.34266 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:39.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:38 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/3658196458' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:39.653 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:39 smithi032 systemd[1]: Stopping Ceph osd.4 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:51:39.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4[113218]: debug 2023-09-07T07:51:39.421+0000 7fdfbb7bc700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:51:39.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4[113218]: debug 2023-09-07T07:51:39.421+0000 7fdfbb7bc700 -1 osd.4 90 *** Got signal Terminated *** 2023-09-07T07:51:39.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4[113218]: debug 2023-09-07T07:51:39.421+0000 7fdfbb7bc700 -1 osd.4 90 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:51:40.153 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:39 smithi032 bash[143397]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.4 2023-09-07T07:51:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2149339901' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:51:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.6 2023-09-07T07:51:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 failed (root=default,host=smithi032) (connection refused reported by osd.6) 2023-09-07T07:51:40.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.6 2023-09-07T07:51:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.5 2023-09-07T07:51:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.7 2023-09-07T07:51:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.0 2023-09-07T07:51:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.2 2023-09-07T07:51:40.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.3 2023-09-07T07:51:40.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.1 2023-09-07T07:51:40.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.5 2023-09-07T07:51:40.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.7 2023-09-07T07:51:40.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.0 2023-09-07T07:51:40.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.2 2023-09-07T07:51:40.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.3 2023-09-07T07:51:40.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:39 smithi032 ceph-mon[138138]: osd.4 reported immediately failed by osd.1 2023-09-07T07:51:40.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: from='client.34270 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:40.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: from='client.34278 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:51:40.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2149339901' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:51:40.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.6 2023-09-07T07:51:40.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 failed (root=default,host=smithi032) (connection refused reported by osd.6) 2023-09-07T07:51:40.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.6 2023-09-07T07:51:40.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.5 2023-09-07T07:51:40.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.7 2023-09-07T07:51:40.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.0 2023-09-07T07:51:40.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.2 2023-09-07T07:51:40.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.3 2023-09-07T07:51:40.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.1 2023-09-07T07:51:40.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.5 2023-09-07T07:51:40.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.7 2023-09-07T07:51:40.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.0 2023-09-07T07:51:40.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.2 2023-09-07T07:51:40.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.3 2023-09-07T07:51:40.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:39 smithi003 ceph-mon[163669]: osd.4 reported immediately failed by osd.1 2023-09-07T07:51:41.114 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: pgmap v117: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:51:41.114 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:51:41.114 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: osdmap e91: 8 total, 7 up, 8 in 2023-09-07T07:51:41.115 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.115 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.115 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.115 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.115 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.116 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.116 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.116 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:40 smithi032 ceph-mon[138138]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: pgmap v117: 129 pgs: 129 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:51:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:51:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: osdmap e91: 8 total, 7 up, 8 in 2023-09-07T07:51:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:40 smithi003 ceph-mon[163669]: failed to encode map e91 with expected crc 2023-09-07T07:51:41.403 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:41 smithi032 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.4.service: Succeeded. 2023-09-07T07:51:41.403 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:41 smithi032 systemd[1]: Stopped Ceph osd.4 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:51:41.723 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:41 smithi032 systemd[1]: Starting Ceph osd.4 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:51:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: osdmap e92: 8 total, 7 up, 8 in 2023-09-07T07:51:42.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:41 smithi032 ceph-mon[138138]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: osdmap e92: 8 total, 7 up, 8 in 2023-09-07T07:51:42.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:41 smithi003 ceph-mon[163669]: failed to encode map e92 with expected crc 2023-09-07T07:51:42.653 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:51:42.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-07T07:51:42.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2023-09-07T07:51:42.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2023-09-07T07:51:42.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2023-09-07T07:51:42.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2023-09-07T07:51:42.655 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2023-09-07T07:51:42.655 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:42 smithi032 bash[143677]: --> ceph-volume lvm activate successful for osd ID: 4 2023-09-07T07:51:42.915 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:42.999 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:42 smithi032 ceph-mon[138138]: pgmap v120: 129 pgs: 8 active+undersized+degraded, 26 peering, 9 stale+active+clean, 1 active+undersized, 85 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 54/1320 objects degraded (4.091%) 2023-09-07T07:51:43.000 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:42 smithi032 ceph-mon[138138]: Health check failed: Reduced data availability: 4 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-09-07T07:51:43.000 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:42 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 54/1320 objects degraded (4.091%), 8 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:43.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:42 smithi003 ceph-mon[163669]: pgmap v120: 129 pgs: 8 active+undersized+degraded, 26 peering, 9 stale+active+clean, 1 active+undersized, 85 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 54/1320 objects degraded (4.091%) 2023-09-07T07:51:43.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:42 smithi003 ceph-mon[163669]: Health check failed: Reduced data availability: 4 pgs inactive, 6 pgs peering (PG_AVAILABILITY) 2023-09-07T07:51:43.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:42 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 54/1320 objects degraded (4.091%), 8 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:43.403 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:43 smithi032 ceph-osd[143951]: -- 172.21.15.32:0/3517403816 <== mon.1 v2:172.21.15.32:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d3ecf544e0 con 0x55d3ecf24c00 2023-09-07T07:51:43.403 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:43 smithi032 bash[143913]: b3527c148319901aa2b3a703fa91b3bd32bfb3e40e20b3d152f01d14851396e8 2023-09-07T07:51:43.403 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:43 smithi032 systemd[1]: Started Ceph osd.4 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:51:43.903 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T07:51:43.589+0000 7f1e3b5b9640 -1 Falling back to public interface 2023-09-07T07:51:44.389 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:44 smithi032 ceph-mon[138138]: pgmap v121: 129 pgs: 8 active+undersized+degraded, 26 peering, 9 stale+active+clean, 1 active+undersized, 85 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 54/1320 objects degraded (4.091%) 2023-09-07T07:51:44.389 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:44.390 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:44.390 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:44.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:44 smithi003 ceph-mon[163669]: pgmap v121: 129 pgs: 8 active+undersized+degraded, 26 peering, 9 stale+active+clean, 1 active+undersized, 85 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s; 54/1320 objects degraded (4.091%) 2023-09-07T07:51:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:44.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:46.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:46 smithi032 ceph-mon[138138]: pgmap v122: 129 pgs: 17 active+undersized+degraded, 26 peering, 13 active+undersized, 73 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 107/1320 objects degraded (8.106%) 2023-09-07T07:51:46.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:46.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:46.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:46 smithi003 ceph-mon[163669]: pgmap v122: 129 pgs: 17 active+undersized+degraded, 26 peering, 13 active+undersized, 73 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 107/1320 objects degraded (8.106%) 2023-09-07T07:51:46.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:46.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:47.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:47.686 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:47.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:47.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:47.957 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:48.153 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T07:51:47.684+0000 7f1e3b5b9640 -1 osd.4 90 log_to_monitors true 2023-09-07T07:51:48.896 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 07:51:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T07:51:48.677+0000 7f1e2c224700 -1 osd.4 90 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:51:48.897 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:48 smithi032 ceph-mon[138138]: pgmap v123: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:48.897 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:48 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 204/1320 objects degraded (15.455%), 32 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:48.897 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:48 smithi032 ceph-mon[138138]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 6 pgs peering) 2023-09-07T07:51:48.898 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:48 smithi032 ceph-mon[138138]: from='osd.4 [v2:172.21.15.32:6800/2887591423,v1:172.21.15.32:6801/2887591423]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:51:48.898 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:48 smithi032 ceph-mon[138138]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:51:48.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:48 smithi003 ceph-mon[163669]: pgmap v123: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:48.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:48 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 204/1320 objects degraded (15.455%), 32 pgs degraded (PG_DEGRADED) 2023-09-07T07:51:48.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:48 smithi003 ceph-mon[163669]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 4 pgs inactive, 6 pgs peering) 2023-09-07T07:51:48.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:48 smithi003 ceph-mon[163669]: from='osd.4 [v2:172.21.15.32:6800/2887591423,v1:172.21.15.32:6801/2887591423]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:51:48.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:48 smithi003 ceph-mon[163669]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-07T07:51:49.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: failed to encode map e93 with expected crc 2023-09-07T07:51:49.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:51:49.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: osdmap e93: 8 total, 7 up, 8 in 2023-09-07T07:51:49.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='osd.4 [v2:172.21.15.32:6800/2887591423,v1:172.21.15.32:6801/2887591423]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:51:49.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:51:49.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:49.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:49.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:49.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:51:49.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:49.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:49.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:49.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:49.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:49.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:49.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:51:49.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:49.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: failed to encode map e93 with expected crc 2023-09-07T07:51:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-07T07:51:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: osdmap e93: 8 total, 7 up, 8 in 2023-09-07T07:51:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='osd.4 [v2:172.21.15.32:6800/2887591423,v1:172.21.15.32:6801/2887591423]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:51:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:51:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:50.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:51:50.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:51:50.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:50.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:50.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:51:50.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:50.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:50.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:51:50.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:51:50.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:50.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:51:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: failed to encode map e93 with expected crc 2023-09-07T07:51:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: pgmap v125: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 246 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 253 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: pgmap v127: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 336 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:50.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:51:50.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-09-07T07:51:50.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: failed to encode map e93 with expected crc 2023-09-07T07:51:50.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:51:50.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: failed to encode map e94 with expected crc 2023-09-07T07:51:50.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: osd.4 [v2:172.21.15.32:6800/2887591423,v1:172.21.15.32:6801/2887591423] boot 2023-09-07T07:51:50.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: osdmap e94: 8 total, 8 up, 8 in 2023-09-07T07:51:50.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: failed to encode map e94 with expected crc 2023-09-07T07:51:50.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: failed to encode map e94 with expected crc 2023-09-07T07:51:50.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: failed to encode map e94 with expected crc 2023-09-07T07:51:50.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:51:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: failed to encode map e93 with expected crc 2023-09-07T07:51:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: pgmap v125: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 246 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: pgmap v126: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 253 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: pgmap v127: 129 pgs: 32 active+undersized+degraded, 24 active+undersized, 73 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 336 B/s wr, 0 op/s; 204/1320 objects degraded (15.455%) 2023-09-07T07:51:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:51:51.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: Upgrade: unsafe to stop osd(s) at this time (8 PGs are or would become offline) 2023-09-07T07:51:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: failed to encode map e93 with expected crc 2023-09-07T07:51:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:51:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: failed to encode map e94 with expected crc 2023-09-07T07:51:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: osd.4 [v2:172.21.15.32:6800/2887591423,v1:172.21.15.32:6801/2887591423] boot 2023-09-07T07:51:51.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: osdmap e94: 8 total, 8 up, 8 in 2023-09-07T07:51:51.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: failed to encode map e94 with expected crc 2023-09-07T07:51:51.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: failed to encode map e94 with expected crc 2023-09-07T07:51:51.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: failed to encode map e94 with expected crc 2023-09-07T07:51:51.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-07T07:51:51.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: osdmap e95: 8 total, 8 up, 8 in 2023-09-07T07:51:51.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:51.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:51 smithi003 ceph-mon[163669]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: osdmap e95: 8 total, 8 up, 8 in 2023-09-07T07:51:52.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:51 smithi032 ceph-mon[138138]: failed to encode map e95 with expected crc 2023-09-07T07:51:52.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:52 smithi003 ceph-mon[163669]: pgmap v130: 129 pgs: 19 peering, 13 active+undersized+degraded, 17 active+undersized, 80 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 420 B/s wr, 1 op/s; 71/1320 objects degraded (5.379%) 2023-09-07T07:51:53.009 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:52 smithi032 ceph-mon[138138]: pgmap v130: 129 pgs: 19 peering, 13 active+undersized+degraded, 17 active+undersized, 80 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 420 B/s rd, 420 B/s wr, 1 op/s; 71/1320 objects degraded (5.379%) 2023-09-07T07:51:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:54 smithi003 ceph-mon[163669]: pgmap v131: 129 pgs: 19 peering, 13 active+undersized+degraded, 17 active+undersized, 80 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 0 op/s; 71/1320 objects degraded (5.379%) 2023-09-07T07:51:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:54 smithi032 ceph-mon[138138]: pgmap v131: 129 pgs: 19 peering, 13 active+undersized+degraded, 17 active+undersized, 80 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 251 B/s rd, 0 op/s; 71/1320 objects degraded (5.379%) 2023-09-07T07:51:55.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:51:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:55 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/1320 objects degraded (5.379%), 13 pgs degraded) 2023-09-07T07:51:56.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:55 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 71/1320 objects degraded (5.379%), 13 pgs degraded) 2023-09-07T07:51:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:56 smithi032 ceph-mon[138138]: pgmap v132: 129 pgs: 19 peering, 110 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:57.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:56 smithi003 ceph-mon[163669]: pgmap v132: 129 pgs: 19 peering, 110 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:58.044 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:51:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:51:58 smithi032 ceph-mon[138138]: pgmap v133: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:51:59.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:51:58 smithi003 ceph-mon[163669]: pgmap v133: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:00 smithi032 ceph-mon[138138]: pgmap v134: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 217 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:01.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:00 smithi003 ceph-mon[163669]: pgmap v134: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 108 B/s rd, 217 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:03.086 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:03.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:02 smithi032 ceph-mon[138138]: pgmap v135: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 196 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:03.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:02 smithi003 ceph-mon[163669]: pgmap v135: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 196 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:04 smithi032 ceph-mon[138138]: pgmap v136: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:52:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:05.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:04 smithi003 ceph-mon[163669]: pgmap v136: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:05.056 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:52:05.056 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:05.056 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:05.056 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:05 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:52:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:05 smithi032 ceph-mon[138138]: Upgrade: osd.5 is safe to restart 2023-09-07T07:52:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:52:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:06.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:05 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["5"], "max": 16}]: dispatch 2023-09-07T07:52:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:05 smithi003 ceph-mon[163669]: Upgrade: osd.5 is safe to restart 2023-09-07T07:52:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-07T07:52:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:07.040 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:06 smithi032 ceph-mon[138138]: pgmap v137: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:07.040 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:06 smithi032 ceph-mon[138138]: Upgrade: Updating osd.5 2023-09-07T07:52:07.040 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:06 smithi032 ceph-mon[138138]: Deploying daemon osd.5 on smithi032 2023-09-07T07:52:07.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:06 smithi003 ceph-mon[163669]: pgmap v137: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 0 B/s, 0 objects/s recovering 2023-09-07T07:52:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:06 smithi003 ceph-mon[163669]: Upgrade: Updating osd.5 2023-09-07T07:52:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:06 smithi003 ceph-mon[163669]: Deploying daemon osd.5 on smithi032 2023-09-07T07:52:07.653 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:07 smithi032 systemd[1]: Stopping Ceph osd.5 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:52:07.653 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5[116053]: debug 2023-09-07T07:52:07.473+0000 7fbdb2418700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:52:07.654 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5[116053]: debug 2023-09-07T07:52:07.473+0000 7fbdb2418700 -1 osd.5 95 *** Got signal Terminated *** 2023-09-07T07:52:07.654 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5[116053]: debug 2023-09-07T07:52:07.473+0000 7fbdb2418700 -1 osd.5 95 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:52:08.123 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:08.153 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:07 smithi032 bash[146044]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.5 2023-09-07T07:52:08.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.7 2023-09-07T07:52:08.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 failed (root=default,host=smithi032) (connection refused reported by osd.7) 2023-09-07T07:52:08.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.6 2023-09-07T07:52:08.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.0 2023-09-07T07:52:08.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.2 2023-09-07T07:52:08.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.3 2023-09-07T07:52:08.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.4 2023-09-07T07:52:08.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.7 2023-09-07T07:52:08.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.6 2023-09-07T07:52:08.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.0 2023-09-07T07:52:08.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.2 2023-09-07T07:52:08.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.3 2023-09-07T07:52:08.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:07 smithi032 ceph-mon[138138]: osd.5 reported immediately failed by osd.4 2023-09-07T07:52:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.7 2023-09-07T07:52:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 failed (root=default,host=smithi032) (connection refused reported by osd.7) 2023-09-07T07:52:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.6 2023-09-07T07:52:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.0 2023-09-07T07:52:08.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.2 2023-09-07T07:52:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.3 2023-09-07T07:52:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.4 2023-09-07T07:52:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.7 2023-09-07T07:52:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.6 2023-09-07T07:52:08.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.0 2023-09-07T07:52:08.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.2 2023-09-07T07:52:08.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.3 2023-09-07T07:52:08.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:07 smithi003 ceph-mon[163669]: osd.5 reported immediately failed by osd.4 2023-09-07T07:52:09.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:08 smithi032 ceph-mon[138138]: pgmap v138: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:09.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:08 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:52:09.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:08 smithi032 ceph-mon[138138]: osdmap e96: 8 total, 7 up, 8 in 2023-09-07T07:52:09.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:08 smithi032 ceph-mon[138138]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:08 smithi032 ceph-mon[138138]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.062 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:08 smithi032 ceph-mon[138138]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.063 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:08 smithi032 ceph-mon[138138]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:08 smithi003 ceph-mon[163669]: pgmap v138: 129 pgs: 129 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:08 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:52:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:08 smithi003 ceph-mon[163669]: osdmap e96: 8 total, 7 up, 8 in 2023-09-07T07:52:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:08 smithi003 ceph-mon[163669]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:08 smithi003 ceph-mon[163669]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:08 smithi003 ceph-mon[163669]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:08 smithi003 ceph-mon[163669]: failed to encode map e96 with expected crc 2023-09-07T07:52:09.403 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:09 smithi032 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.5.service: Succeeded. 2023-09-07T07:52:09.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:09 smithi032 systemd[1]: Stopped Ceph osd.5 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:52:09.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:09 smithi032 systemd[1]: Starting Ceph osd.5 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:52:09.424 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:52:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:09 smithi032 ceph-mon[138138]: failed to encode map e97 with expected crc 2023-09-07T07:52:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:09 smithi032 ceph-mon[138138]: failed to encode map e97 with expected crc 2023-09-07T07:52:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:09 smithi032 ceph-mon[138138]: failed to encode map e97 with expected crc 2023-09-07T07:52:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:09 smithi032 ceph-mon[138138]: osdmap e97: 8 total, 7 up, 8 in 2023-09-07T07:52:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:09 smithi032 ceph-mon[138138]: failed to encode map e97 with expected crc 2023-09-07T07:52:09.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:09 smithi032 ceph-mon[138138]: failed to encode map e97 with expected crc 2023-09-07T07:52:10.104 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:52:10.104 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (12m) - 20m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:52:10.104 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (2m) - 20m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:52:10.105 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (2m) - 19m 7448k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:52:10.105 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (10m) - 20m 38.2M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:52:10.105 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (16m) - 16m 41.7M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:52:10.105 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (16m) - 16m 17.6M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:52:10.105 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (4m) - 21m 509M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:52:10.105 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (3m) - 19m 449M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:52:10.106 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (3m) - 21m 108M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:52:10.106 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (3m) - 19m 77.8M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:52:10.106 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (14m) - 14m 83.6M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:52:10.106 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (14m) - 14m 78.3M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:52:10.107 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (8m) - 20m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:52:10.107 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (4m) - 19m 9315k - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:52:10.107 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (2m) - 19m 326M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:52:10.107 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (116s) - 18m 258M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:52:10.107 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (86s) - 18m 203M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:52:10.107 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (56s) - 18m 14.8M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:52:10.108 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (27s) - 18m 12.5M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:52:10.108 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (18m) - 18m 1252M 2711M 16.2.5 6933c2a0b7dd ad3fe4398653 2023-09-07T07:52:10.108 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (17m) - 17m 1048M 2711M 16.2.5 6933c2a0b7dd e3da324ee381 2023-09-07T07:52:10.108 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (17m) - 17m 1542M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:52:10.108 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 19m - - 2023-09-07T07:52:10.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:09 smithi003 ceph-mon[163669]: failed to encode map e97 with expected crc 2023-09-07T07:52:10.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:09 smithi003 ceph-mon[163669]: failed to encode map e97 with expected crc 2023-09-07T07:52:10.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:09 smithi003 ceph-mon[163669]: failed to encode map e97 with expected crc 2023-09-07T07:52:10.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:09 smithi003 ceph-mon[163669]: osdmap e97: 8 total, 7 up, 8 in 2023-09-07T07:52:10.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:09 smithi003 ceph-mon[163669]: failed to encode map e97 with expected crc 2023-09-07T07:52:10.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:09 smithi003 ceph-mon[163669]: failed to encode map e97 with expected crc 2023-09-07T07:52:10.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:52:10.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-07T07:52:10.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2023-09-07T07:52:10.405 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2023-09-07T07:52:10.405 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2023-09-07T07:52:10.406 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2023-09-07T07:52:10.406 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2023-09-07T07:52:10.406 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146322]: --> ceph-volume lvm activate successful for osd ID: 5 2023-09-07T07:52:10.517 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:52:10.517 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:52:10.517 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:52:10.517 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:10.518 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:52:10.518 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:52:10.518 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:10.518 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:52:10.518 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2023-09-07T07:52:10.519 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 5 2023-09-07T07:52:10.519 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:10.519 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:52:10.519 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:52:10.519 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:10.520 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:52:10.520 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 4, 2023-09-07T07:52:10.520 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 9 2023-09-07T07:52:10.520 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:52:10.520 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:52:10.870 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:52:10.871 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:52:10.871 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:52:10.872 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:52:10.872 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:52:10.872 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:52:10.873 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:52:10.873 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:52:10.874 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:52:10.874 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "11/23 daemons upgraded", 2023-09-07T07:52:10.874 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2023-09-07T07:52:10.875 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:52:10.875 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:52:11.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:10 smithi032 ceph-mon[138138]: pgmap v141: 129 pgs: 2 active+undersized+degraded, 6 peering, 13 stale+active+clean, 3 active+undersized, 105 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 5/1320 objects degraded (0.379%) 2023-09-07T07:52:11.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:10 smithi032 ceph-mon[138138]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:11.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:10 smithi032 ceph-mon[138138]: from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:11.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:10 smithi032 ceph-mon[138138]: Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2023-09-07T07:52:11.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:10 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 5/1320 objects degraded (0.379%), 2 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:11.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:10 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1153696105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:11.155 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 ceph-osd[146623]: -- 172.21.15.32:0/3907835719 <== mon.1 v2:172.21.15.32:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5642b1c7a4e0 con 0x5642b1c4b000 2023-09-07T07:52:11.155 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 bash[146586]: 49cc0bac1140e0d97f398a649bd6c7ebbb40f8bb6c64d919cdd366b950b075ba 2023-09-07T07:52:11.155 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:10 smithi032 systemd[1]: Started Ceph osd.5 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:52:11.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:10 smithi003 ceph-mon[163669]: pgmap v141: 129 pgs: 2 active+undersized+degraded, 6 peering, 13 stale+active+clean, 3 active+undersized, 105 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 255 B/s wr, 0 op/s; 5/1320 objects degraded (0.379%) 2023-09-07T07:52:11.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:10 smithi003 ceph-mon[163669]: from='client.34290 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:11.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:10 smithi003 ceph-mon[163669]: from='client.34294 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:11.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:10 smithi003 ceph-mon[163669]: Health check failed: Reduced data availability: 1 pg inactive, 4 pgs peering (PG_AVAILABILITY) 2023-09-07T07:52:11.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:10 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 5/1320 objects degraded (0.379%), 2 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:11.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:10 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1153696105' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:11.284 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Reduced data availability: 1 pg inactive, 4 pgs peering; Degraded data redundancy: 5/1320 objects degraded (0.379%), 2 pgs degraded 2023-09-07T07:52:11.285 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:52:11.285 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:52:11.285 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] OSD_DOWN: 1 osds down 2023-09-07T07:52:11.285 INFO:teuthology.orchestra.run.smithi003.stdout: osd.5 (root=default,host=smithi032) is down 2023-09-07T07:52:11.285 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 1 pg inactive, 4 pgs peering 2023-09-07T07:52:11.286 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.18 is stuck peering for 14m, current state peering, last acting [4,7] 2023-09-07T07:52:11.286 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.1c is stuck peering for 14m, current state peering, last acting [4,1] 2023-09-07T07:52:11.286 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.1d is stuck peering for 14m, current state peering, last acting [4,6] 2023-09-07T07:52:11.286 INFO:teuthology.orchestra.run.smithi003.stdout: pg 5.f is stuck peering for 14m, current state peering, last acting [4,6] 2023-09-07T07:52:11.287 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 5/1320 objects degraded (0.379%), 2 pgs degraded 2023-09-07T07:52:11.287 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.3 is active+undersized+degraded, acting [2,7] 2023-09-07T07:52:11.287 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.c is active+undersized+degraded, acting [2,0] 2023-09-07T07:52:11.653 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T07:52:11.252+0000 7f7044fc0640 -1 Falling back to public interface 2023-09-07T07:52:12.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:11 smithi032 ceph-mon[138138]: from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:12.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:11 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:12.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:11 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:12.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:11 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:12.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:11 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1405563875' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:52:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:11 smithi003 ceph-mon[163669]: from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:11 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:11 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:11 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:11 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1405563875' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:52:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:12 smithi032 ceph-mon[138138]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:12 smithi032 ceph-mon[138138]: pgmap v142: 129 pgs: 20 active+undersized+degraded, 6 peering, 19 active+undersized, 84 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 137/1320 objects degraded (10.379%) 2023-09-07T07:52:13.160 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:13.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:12 smithi003 ceph-mon[163669]: from='client.34306 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:13.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:12 smithi003 ceph-mon[163669]: pgmap v142: 129 pgs: 20 active+undersized+degraded, 6 peering, 19 active+undersized, 84 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 137/1320 objects degraded (10.379%) 2023-09-07T07:52:14.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:14 smithi003 ceph-mon[163669]: pgmap v143: 129 pgs: 20 active+undersized+degraded, 6 peering, 19 active+undersized, 84 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 137/1320 objects degraded (10.379%) 2023-09-07T07:52:14.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:14.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:14.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:14.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:14.745 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:14 smithi032 ceph-mon[138138]: pgmap v143: 129 pgs: 20 active+undersized+degraded, 6 peering, 19 active+undersized, 84 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 137/1320 objects degraded (10.379%) 2023-09-07T07:52:14.745 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:14.745 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:14.745 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:14.746 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:15.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:15 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 154/1320 objects degraded (11.667%), 24 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:15.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:15 smithi032 ceph-mon[138138]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2023-09-07T07:52:15.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:15 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 154/1320 objects degraded (11.667%), 24 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:15.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:15 smithi003 ceph-mon[163669]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 4 pgs peering) 2023-09-07T07:52:16.153 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:15 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T07:52:15.765+0000 7f7044fc0640 -1 osd.5 95 log_to_monitors true 2023-09-07T07:52:16.529 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:16 smithi032 ceph-mon[138138]: pgmap v144: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:16.529 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:16 smithi032 ceph-mon[138138]: from='osd.5 [v2:172.21.15.32:6808/2590240021,v1:172.21.15.32:6809/2590240021]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:52:16.529 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:16 smithi032 ceph-mon[138138]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:52:16.821 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:16 smithi003 ceph-mon[163669]: pgmap v144: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:16.822 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:16 smithi003 ceph-mon[163669]: from='osd.5 [v2:172.21.15.32:6808/2590240021,v1:172.21.15.32:6809/2590240021]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:52:16.822 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:16 smithi003 ceph-mon[163669]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-07T07:52:16.903 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 07:52:16 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T07:52:16.527+0000 7f7034c29700 -1 osd.5 95 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:52:17.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:52:17.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: osdmap e98: 8 total, 7 up, 8 in 2023-09-07T07:52:17.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='osd.5 [v2:172.21.15.32:6808/2590240021,v1:172.21.15.32:6809/2590240021]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:52:17.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:52:17.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: failed to encode map e98 with expected crc 2023-09-07T07:52:17.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: failed to encode map e98 with expected crc 2023-09-07T07:52:17.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:17.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:52:17.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: pgmap v146: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 259 B/s rd, 259 B/s wr, 0 op/s; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:17.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: pgmap v147: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:17.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:17.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:17.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:17.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:17.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:17.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:17.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:17 smithi032 ceph-mon[138138]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-07T07:52:17.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-07T07:52:17.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: osdmap e98: 8 total, 7 up, 8 in 2023-09-07T07:52:17.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='osd.5 [v2:172.21.15.32:6808/2590240021,v1:172.21.15.32:6809/2590240021]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:52:17.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:52:17.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: failed to encode map e98 with expected crc 2023-09-07T07:52:17.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: failed to encode map e98 with expected crc 2023-09-07T07:52:17.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:17.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:52:17.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: pgmap v146: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 259 B/s rd, 259 B/s wr, 0 op/s; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:17.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: pgmap v147: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 270 B/s rd, 135 B/s wr, 0 op/s; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:17.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:17.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:17.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:17.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:17.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:17.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:17.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:17.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:17 smithi003 ceph-mon[163669]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-07T07:52:18.201 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:52:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: osd.5 [v2:172.21.15.32:6808/2590240021,v1:172.21.15.32:6809/2590240021] boot 2023-09-07T07:52:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: osdmap e99: 8 total, 8 up, 8 in 2023-09-07T07:52:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:52:18.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:18 smithi032 ceph-mon[138138]: osdmap e100: 8 total, 8 up, 8 in 2023-09-07T07:52:18.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:52:18.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: osd.5 [v2:172.21.15.32:6808/2590240021,v1:172.21.15.32:6809/2590240021] boot 2023-09-07T07:52:18.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: osdmap e99: 8 total, 8 up, 8 in 2023-09-07T07:52:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-07T07:52:18.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: failed to encode map e99 with expected crc 2023-09-07T07:52:18.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:18 smithi003 ceph-mon[163669]: osdmap e100: 8 total, 8 up, 8 in 2023-09-07T07:52:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:19 smithi032 ceph-mon[138138]: pgmap v150: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:19.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: failed to encode map e100 with expected crc 2023-09-07T07:52:19.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:19 smithi003 ceph-mon[163669]: pgmap v150: 129 pgs: 24 active+undersized+degraded, 21 active+undersized, 84 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 154/1320 objects degraded (11.667%) 2023-09-07T07:52:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:20.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:21 smithi032 ceph-mon[138138]: pgmap v151: 129 pgs: 12 active+undersized+degraded, 10 active+undersized, 107 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s; 83/1320 objects degraded (6.288%) 2023-09-07T07:52:21.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:21 smithi003 ceph-mon[163669]: pgmap v151: 129 pgs: 12 active+undersized+degraded, 10 active+undersized, 107 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 245 B/s rd, 245 B/s wr, 0 op/s; 83/1320 objects degraded (6.288%) 2023-09-07T07:52:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:22 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 83/1320 objects degraded (6.288%), 12 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:22 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 83/1320 objects degraded (6.288%), 12 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:23.240 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:23 smithi032 ceph-mon[138138]: pgmap v152: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:23.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:23 smithi003 ceph-mon[163669]: pgmap v152: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:24 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 83/1320 objects degraded (6.288%), 12 pgs degraded) 2023-09-07T07:52:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:24 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 83/1320 objects degraded (6.288%), 12 pgs degraded) 2023-09-07T07:52:25.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:25 smithi032 ceph-mon[138138]: pgmap v153: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:52:25.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:25 smithi003 ceph-mon[163669]: pgmap v153: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:52:27.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:27 smithi003 ceph-mon[163669]: pgmap v154: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 223 B/s rd, 223 B/s wr, 0 op/s 2023-09-07T07:52:27.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:27 smithi032 ceph-mon[138138]: pgmap v154: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 223 B/s rd, 223 B/s wr, 0 op/s 2023-09-07T07:52:28.281 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:30.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:29 smithi032 ceph-mon[138138]: pgmap v155: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-09-07T07:52:30.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:29 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:30.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:29 smithi003 ceph-mon[163669]: pgmap v155: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 201 B/s rd, 201 B/s wr, 0 op/s 2023-09-07T07:52:30.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:29 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:32.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:31 smithi032 ceph-mon[138138]: pgmap v156: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:52:32.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:31 smithi003 ceph-mon[163669]: pgmap v156: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:52:32.811 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:32 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:33.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:32 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:33.320 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:33 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:33 smithi032 ceph-mon[138138]: Upgrade: osd.6 is safe to restart 2023-09-07T07:52:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:33 smithi032 ceph-mon[138138]: pgmap v157: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:33 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:33 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:52:34.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:33 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:34.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:33 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["6"], "max": 16}]: dispatch 2023-09-07T07:52:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:33 smithi003 ceph-mon[163669]: Upgrade: osd.6 is safe to restart 2023-09-07T07:52:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:33 smithi003 ceph-mon[163669]: pgmap v157: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:33 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:33 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-07T07:52:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:33 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:34.869 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:34 smithi032 ceph-mon[138138]: Upgrade: Updating osd.6 2023-09-07T07:52:34.870 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:34 smithi032 ceph-mon[138138]: Deploying daemon osd.6 on smithi032 2023-09-07T07:52:34.870 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:34.870 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:35.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:34 smithi003 ceph-mon[163669]: Upgrade: Updating osd.6 2023-09-07T07:52:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:34 smithi003 ceph-mon[163669]: Deploying daemon osd.6 on smithi032 2023-09-07T07:52:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:35.403 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:35 smithi032 systemd[1]: Stopping Ceph osd.6 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:52:35.404 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6[118914]: debug 2023-09-07T07:52:35.344+0000 7f842f752700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:52:35.404 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6[118914]: debug 2023-09-07T07:52:35.344+0000 7f842f752700 -1 osd.6 100 *** Got signal Terminated *** 2023-09-07T07:52:35.404 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6[118914]: debug 2023-09-07T07:52:35.344+0000 7f842f752700 -1 osd.6 100 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:52:35.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:35 smithi032 bash[148712]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.6 2023-09-07T07:52:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: pgmap v158: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:52:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 failed (root=default,host=smithi032) (connection refused reported by osd.7) 2023-09-07T07:52:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:35.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:35.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:35.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:35.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:35.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:35.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:35.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:35.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:35.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:35 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:36.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: pgmap v158: 129 pgs: 129 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:52:36.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:36.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 failed (root=default,host=smithi032) (connection refused reported by osd.7) 2023-09-07T07:52:36.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:36.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:36.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:36.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:36.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:36.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:36.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:36.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:36.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:36.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:36.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:36.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:36.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:35 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:36.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:36.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:36.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:36.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:36.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:52:36.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:36 smithi032 ceph-mon[138138]: osdmap e101: 8 total, 7 up, 8 in 2023-09-07T07:52:37.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:37.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.7 2023-09-07T07:52:37.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:37.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:37.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.5 2023-09-07T07:52:37.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:37.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:37.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:37.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.4 2023-09-07T07:52:37.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.0 2023-09-07T07:52:37.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.2 2023-09-07T07:52:37.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.3 2023-09-07T07:52:37.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:37.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osd.6 reported immediately failed by osd.1 2023-09-07T07:52:37.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:52:37.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:36 smithi003 ceph-mon[163669]: osdmap e101: 8 total, 7 up, 8 in 2023-09-07T07:52:37.343 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:36 smithi032 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.6.service: Succeeded. 2023-09-07T07:52:37.344 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:36 smithi032 systemd[1]: Stopped Ceph osd.6 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:52:37.344 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 systemd[1]: Starting Ceph osd.6 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:52:38.106 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:37 smithi032 ceph-mon[138138]: failed to encode map e101 with expected crc 2023-09-07T07:52:38.107 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:37 smithi032 ceph-mon[138138]: failed to encode map e101 with expected crc 2023-09-07T07:52:38.107 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:37 smithi032 ceph-mon[138138]: failed to encode map e101 with expected crc 2023-09-07T07:52:38.107 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:37 smithi032 ceph-mon[138138]: pgmap v160: 129 pgs: 13 stale+active+clean, 116 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:52:38.107 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:37 smithi032 ceph-mon[138138]: osdmap e102: 8 total, 7 up, 8 in 2023-09-07T07:52:38.107 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:52:38.108 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-07T07:52:38.108 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2023-09-07T07:52:38.108 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2023-09-07T07:52:38.108 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2023-09-07T07:52:38.109 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2023-09-07T07:52:38.109 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2023-09-07T07:52:38.109 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:37 smithi032 bash[148992]: --> ceph-volume lvm activate successful for osd ID: 6 2023-09-07T07:52:38.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:37 smithi003 ceph-mon[163669]: failed to encode map e101 with expected crc 2023-09-07T07:52:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:37 smithi003 ceph-mon[163669]: failed to encode map e101 with expected crc 2023-09-07T07:52:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:37 smithi003 ceph-mon[163669]: failed to encode map e101 with expected crc 2023-09-07T07:52:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:37 smithi003 ceph-mon[163669]: pgmap v160: 129 pgs: 13 stale+active+clean, 116 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:52:38.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:37 smithi003 ceph-mon[163669]: osdmap e102: 8 total, 7 up, 8 in 2023-09-07T07:52:38.354 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-mon[138138]: failed to encode map e102 with expected crc 2023-09-07T07:52:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-mon[138138]: failed to encode map e102 with expected crc 2023-09-07T07:52:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-mon[138138]: failed to encode map e102 with expected crc 2023-09-07T07:52:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-mon[138138]: failed to encode map e102 with expected crc 2023-09-07T07:52:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:38.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:38.905 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:38 smithi032 ceph-osd[149328]: -- 172.21.15.32:0/2673452693 <== mon.1 v2:172.21.15.32:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559c2247e4e0 con 0x559c2244ec00 2023-09-07T07:52:38.905 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:38 smithi032 bash[149255]: e9cc346fa2717f7e5ac41f204c0fe10b5b7a71ec3c84dfb0b373c83055e2769c 2023-09-07T07:52:38.905 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:38 smithi032 systemd[1]: Started Ceph osd.6 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:52:39.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:38 smithi003 ceph-mon[163669]: failed to encode map e102 with expected crc 2023-09-07T07:52:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:38 smithi003 ceph-mon[163669]: failed to encode map e102 with expected crc 2023-09-07T07:52:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:38 smithi003 ceph-mon[163669]: failed to encode map e102 with expected crc 2023-09-07T07:52:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:38 smithi003 ceph-mon[163669]: failed to encode map e102 with expected crc 2023-09-07T07:52:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:39.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:39.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:38 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:39.398 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T07:52:39.136+0000 7f60451e7640 -1 Falling back to public interface 2023-09-07T07:52:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:39 smithi032 ceph-mon[138138]: pgmap v162: 129 pgs: 13 stale+active+clean, 116 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:52:40.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:39 smithi003 ceph-mon[163669]: pgmap v162: 129 pgs: 13 stale+active+clean, 116 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:52:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:40 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 109/1320 objects degraded (8.258%), 20 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:41.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:40 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 109/1320 objects degraded (8.258%), 20 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:41.665 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:52:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:41 smithi032 ceph-mon[138138]: pgmap v163: 129 pgs: 20 active+undersized+degraded, 4 stale+active+clean, 11 active+undersized, 94 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 109/1320 objects degraded (8.258%) 2023-09-07T07:52:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:42.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:41 smithi003 ceph-mon[163669]: pgmap v163: 129 pgs: 20 active+undersized+degraded, 4 stale+active+clean, 11 active+undersized, 94 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 109/1320 objects degraded (8.258%) 2023-09-07T07:52:42.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:42.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:42.351 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:52:42.351 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (13m) - 20m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:52:42.351 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (3m) - 20m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:52:42.352 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (3m) - 20m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:52:42.352 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (10m) - 20m 38.2M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:52:42.352 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (17m) - 17m 41.7M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:52:42.352 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (17m) - 17m 17.7M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:52:42.352 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (4m) - 21m 509M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:52:42.353 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (4m) - 20m 449M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:52:42.353 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (4m) - 22m 108M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:52:42.353 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (3m) - 20m 83.6M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:52:42.353 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (15m) - 15m 83.6M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:52:42.354 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (15m) - 15m 78.4M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:52:42.354 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (8m) - 20m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:52:42.354 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (4m) - 20m 11.1M - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:52:42.355 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (2m) - 19m 326M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:52:42.355 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (2m) - 19m 258M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:52:42.355 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (118s) - 19m 203M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:52:42.355 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (88s) - 19m 14.8M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:52:42.355 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (59s) - 18m 303M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:52:42.355 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (31s) - 18m 334M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 49cc0bac1140 2023-09-07T07:52:42.356 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (3s) - 18m 12.1M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd e9cc346fa271 2023-09-07T07:52:42.356 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (18m) - 18m 1555M 2711M 16.2.5 6933c2a0b7dd a858f32ec064 2023-09-07T07:52:42.356 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 20m - - 2023-09-07T07:52:42.766 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:52:42.767 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:52:42.767 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:52:42.767 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:42.767 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:52:42.767 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:52:42.768 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:42.768 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:52:42.768 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 1, 2023-09-07T07:52:42.768 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 6 2023-09-07T07:52:42.768 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:42.769 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:52:42.769 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:52:42.769 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:52:42.769 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:52:42.769 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 3, 2023-09-07T07:52:42.770 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 10 2023-09-07T07:52:42.770 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:52:42.770 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:52:43.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:42 smithi032 ceph-mon[138138]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:43.060 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:43.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:43.061 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:42 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1184841457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:43.116 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:52:43.116 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:52:43.117 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:52:43.117 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:52:43.117 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:52:43.117 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:52:43.117 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:52:43.118 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:52:43.118 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:52:43.118 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "13/23 daemons upgraded", 2023-09-07T07:52:43.118 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading osd daemons", 2023-09-07T07:52:43.118 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:52:43.119 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:52:43.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:42 smithi003 ceph-mon[163669]: from='client.34320 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:43.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:43.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:43.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:42 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1184841457' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:43.388 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:43.403 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T07:52:43.260+0000 7f60451e7640 -1 osd.6 100 log_to_monitors true 2023-09-07T07:52:43.535 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 osds down; Degraded data redundancy: 148/1320 objects degraded (11.212%), 25 pgs degraded 2023-09-07T07:52:43.535 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:52:43.535 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:52:43.536 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] OSD_DOWN: 1 osds down 2023-09-07T07:52:43.536 INFO:teuthology.orchestra.run.smithi003.stdout: osd.6 (root=default,host=smithi032) is down 2023-09-07T07:52:43.536 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 148/1320 objects degraded (11.212%), 25 pgs degraded 2023-09-07T07:52:43.536 INFO:teuthology.orchestra.run.smithi003.stdout: pg 1.0 is active+undersized+degraded, acting [7,0] 2023-09-07T07:52:43.536 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.2 is active+undersized+degraded, acting [5,1] 2023-09-07T07:52:43.537 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.6 is active+undersized+degraded, acting [1,4] 2023-09-07T07:52:43.537 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.7 is active+undersized+degraded, acting [7,2] 2023-09-07T07:52:43.537 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.11 is active+undersized+degraded, acting [4,1] 2023-09-07T07:52:43.537 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.14 is active+undersized+degraded, acting [3,5] 2023-09-07T07:52:43.537 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.16 is active+undersized+degraded, acting [5,2] 2023-09-07T07:52:43.538 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.19 is active+undersized+degraded, acting [3,0] 2023-09-07T07:52:43.538 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.1a is active+undersized+degraded, acting [4,7] 2023-09-07T07:52:43.538 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.1b is active+undersized+degraded, acting [3,7] 2023-09-07T07:52:43.538 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.1d is active+undersized+degraded, acting [7,0] 2023-09-07T07:52:43.538 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.0 is active+undersized+degraded, acting [1,2] 2023-09-07T07:52:43.539 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.2 is active+undersized+degraded, acting [3,5] 2023-09-07T07:52:43.539 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.3 is active+undersized+degraded, acting [4,0] 2023-09-07T07:52:43.539 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.a is active+undersized+degraded, acting [4,1] 2023-09-07T07:52:43.539 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.c is active+undersized+degraded, acting [5,3] 2023-09-07T07:52:43.539 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.d is active+undersized+degraded, acting [7,5] 2023-09-07T07:52:43.540 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.10 is active+undersized+degraded, acting [0,5] 2023-09-07T07:52:43.540 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.11 is active+undersized+degraded, acting [7,4] 2023-09-07T07:52:43.540 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.14 is active+undersized+degraded, acting [4,7] 2023-09-07T07:52:43.540 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.1d is active+undersized+degraded, acting [5,4] 2023-09-07T07:52:43.540 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.1e is active+undersized+degraded, acting [3,2] 2023-09-07T07:52:43.540 INFO:teuthology.orchestra.run.smithi003.stdout: pg 4.1 is active+undersized+degraded, acting [4,5] 2023-09-07T07:52:43.541 INFO:teuthology.orchestra.run.smithi003.stdout: pg 4.5 is active+undersized+degraded, acting [4,7] 2023-09-07T07:52:43.541 INFO:teuthology.orchestra.run.smithi003.stdout: pg 4.a is active+undersized+degraded, acting [1,7] 2023-09-07T07:52:44.081 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 07:52:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T07:52:43.990+0000 7f6034e50700 -1 osd.6 100 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:52:44.081 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:43 smithi032 ceph-mon[138138]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:44.082 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:43 smithi032 ceph-mon[138138]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:44.082 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:43 smithi032 ceph-mon[138138]: pgmap v164: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 148/1320 objects degraded (11.212%) 2023-09-07T07:52:44.082 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:43 smithi032 ceph-mon[138138]: from='osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:52:44.082 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:43 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/3266462399' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:52:44.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:43 smithi003 ceph-mon[163669]: from='client.34324 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:44.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:43 smithi003 ceph-mon[163669]: from='client.34328 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:44.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:43 smithi003 ceph-mon[163669]: pgmap v164: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 313 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 148/1320 objects degraded (11.212%) 2023-09-07T07:52:44.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:43 smithi003 ceph-mon[163669]: from='osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-07T07:52:44.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:43 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/3266462399' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:52:44.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:44.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:52:44.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: osdmap e103: 8 total, 7 up, 8 in 2023-09-07T07:52:44.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:52:44.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:44.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:44.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:44.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:52:44.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:44.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:44.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:44.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:44.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:44.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:44.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:52:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='client.34336 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:52:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-07T07:52:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: osdmap e103: 8 total, 7 up, 8 in 2023-09-07T07:52:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:52:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:45.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:52:45.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:52:45.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:45.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:45.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:52:45.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:45.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:45.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:52:45.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:52:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: pgmap v166: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 261 B/s wr, 0 op/s; 148/1320 objects degraded (11.212%) 2023-09-07T07:52:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: pgmap v167: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 295 B/s wr, 0 op/s; 148/1320 objects degraded (11.212%) 2023-09-07T07:52:46.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: failed to encode map e103 with expected crc 2023-09-07T07:52:46.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:52:46.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-07T07:52:46.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:52:46.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616] boot 2023-09-07T07:52:46.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: osdmap e104: 8 total, 8 up, 8 in 2023-09-07T07:52:46.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:52:46.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: failed to encode map e104 with expected crc 2023-09-07T07:52:46.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:45 smithi032 ceph-mon[138138]: failed to encode map e104 with expected crc 2023-09-07T07:52:46.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: pgmap v166: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 261 B/s wr, 0 op/s; 148/1320 objects degraded (11.212%) 2023-09-07T07:52:46.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: pgmap v167: 129 pgs: 25 active+undersized+degraded, 18 active+undersized, 86 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 295 B/s wr, 0 op/s; 148/1320 objects degraded (11.212%) 2023-09-07T07:52:46.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: failed to encode map e103 with expected crc 2023-09-07T07:52:46.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:52:46.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: Upgrade: unsafe to stop osd(s) at this time (16 PGs are or would become offline) 2023-09-07T07:52:46.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:52:46.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: osd.6 [v2:172.21.15.32:6816/2578329616,v1:172.21.15.32:6817/2578329616] boot 2023-09-07T07:52:46.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: osdmap e104: 8 total, 8 up, 8 in 2023-09-07T07:52:46.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-07T07:52:46.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: failed to encode map e104 with expected crc 2023-09-07T07:52:46.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:45 smithi003 ceph-mon[163669]: failed to encode map e104 with expected crc 2023-09-07T07:52:47.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: osdmap e105: 8 total, 8 up, 8 in 2023-09-07T07:52:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 148/1320 objects degraded (11.212%), 25 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:47.405 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:46 smithi032 ceph-mon[138138]: pgmap v170: 129 pgs: 7 peering, 21 active+undersized+degraded, 15 active+undersized, 86 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 267 B/s rd, 267 B/s wr, 0 op/s; 121/1320 objects degraded (9.167%) 2023-09-07T07:52:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: osdmap e105: 8 total, 8 up, 8 in 2023-09-07T07:52:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: failed to encode map e105 with expected crc 2023-09-07T07:52:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 148/1320 objects degraded (11.212%), 25 pgs degraded (PG_DEGRADED) 2023-09-07T07:52:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:46 smithi003 ceph-mon[163669]: pgmap v170: 129 pgs: 7 peering, 21 active+undersized+degraded, 15 active+undersized, 86 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 267 B/s rd, 267 B/s wr, 0 op/s; 121/1320 objects degraded (9.167%) 2023-09-07T07:52:48.427 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:49 smithi032 ceph-mon[138138]: pgmap v171: 129 pgs: 7 peering, 17 active+undersized+degraded, 12 active+undersized, 93 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s; 90/1320 objects degraded (6.818%) 2023-09-07T07:52:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:49 smithi003 ceph-mon[163669]: pgmap v171: 129 pgs: 7 peering, 17 active+undersized+degraded, 12 active+undersized, 93 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 225 B/s rd, 0 op/s; 90/1320 objects degraded (6.818%) 2023-09-07T07:52:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:52:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:51 smithi032 ceph-mon[138138]: pgmap v172: 129 pgs: 7 peering, 122 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:51 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 90/1320 objects degraded (6.818%), 17 pgs degraded) 2023-09-07T07:52:51.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:51 smithi003 ceph-mon[163669]: pgmap v172: 129 pgs: 7 peering, 122 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:51.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:51 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 90/1320 objects degraded (6.818%), 17 pgs degraded) 2023-09-07T07:52:53.464 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:53 smithi032 ceph-mon[138138]: pgmap v173: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:52:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:53 smithi003 ceph-mon[163669]: pgmap v173: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 127 B/s wr, 0 op/s 2023-09-07T07:52:55.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:55 smithi003 ceph-mon[163669]: pgmap v174: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 107 B/s rd, 214 B/s wr, 0 op/s 2023-09-07T07:52:55.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:55 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:55 smithi032 ceph-mon[138138]: pgmap v174: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 107 B/s rd, 214 B/s wr, 0 op/s 2023-09-07T07:52:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:55 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:52:57.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:57 smithi003 ceph-mon[163669]: pgmap v175: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 194 B/s wr, 0 op/s 2023-09-07T07:52:57.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:57 smithi032 ceph-mon[138138]: pgmap v175: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 194 B/s rd, 194 B/s wr, 0 op/s 2023-09-07T07:52:58.512 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:52:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:52:59 smithi032 ceph-mon[138138]: pgmap v176: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:52:59.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:52:59 smithi003 ceph-mon[163669]: pgmap v176: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:53:00.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:00 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:53:00.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:00 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:53:00.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:00 smithi032 ceph-mon[138138]: Upgrade: osd.7 is safe to restart 2023-09-07T07:53:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:00 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:53:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:00 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["7"], "max": 16}]: dispatch 2023-09-07T07:53:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:00 smithi003 ceph-mon[163669]: Upgrade: osd.7 is safe to restart 2023-09-07T07:53:02.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:01 smithi032 ceph-mon[138138]: pgmap v177: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:53:02.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:01 smithi032 ceph-mon[138138]: Upgrade: Updating osd.7 2023-09-07T07:53:02.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:01 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:02.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:01 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:53:02.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:01 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:02.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:01 smithi032 ceph-mon[138138]: Deploying daemon osd.7 on smithi032 2023-09-07T07:53:02.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:01 smithi003 ceph-mon[163669]: pgmap v177: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:53:02.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:01 smithi003 ceph-mon[163669]: Upgrade: Updating osd.7 2023-09-07T07:53:02.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:01 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:02.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:01 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-07T07:53:02.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:01 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:02.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:01 smithi003 ceph-mon[163669]: Deploying daemon osd.7 on smithi032 2023-09-07T07:53:03.153 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:02 smithi032 systemd[1]: Stopping Ceph osd.7 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:53:03.154 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7[121808]: debug 2023-09-07T07:53:02.986+0000 7fd465883700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2023-09-07T07:53:03.154 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7[121808]: debug 2023-09-07T07:53:02.986+0000 7fd465883700 -1 osd.7 105 *** Got signal Terminated *** 2023-09-07T07:53:03.154 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:02 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7[121808]: debug 2023-09-07T07:53:02.986+0000 7fd465883700 -1 osd.7 105 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T07:53:03.544 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:03.653 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:03 smithi032 bash[151395]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd.7 2023-09-07T07:53:04.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: pgmap v178: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:53:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 failed (root=default,host=smithi032) (connection refused reported by osd.6) 2023-09-07T07:53:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.156 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:04.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:04.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.157 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.158 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:04.159 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:03 smithi032 ceph-mon[138138]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:04.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: pgmap v178: 129 pgs: 129 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-09-07T07:53:04.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 failed (root=default,host=smithi032) (connection refused reported by osd.6) 2023-09-07T07:53:04.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:04.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:04.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.188 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.6 2023-09-07T07:53:04.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.4 2023-09-07T07:53:04.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.189 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.0 2023-09-07T07:53:04.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.2 2023-09-07T07:53:04.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.3 2023-09-07T07:53:04.190 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.5 2023-09-07T07:53:04.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:04.191 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:03 smithi003 ceph-mon[163669]: osd.7 reported immediately failed by osd.1 2023-09-07T07:53:05.119 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:04 smithi032 ceph-mon[138138]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:53:05.119 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:04 smithi032 ceph-mon[138138]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-09-07T07:53:05.119 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:04 smithi032 ceph-mon[138138]: osdmap e106: 8 total, 7 up, 8 in 2023-09-07T07:53:05.120 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:05.120 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:05.120 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:04 smithi032 systemd[1]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.7.service: Succeeded. 2023-09-07T07:53:05.120 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:04 smithi032 systemd[1]: Stopped Ceph osd.7 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:53:05.120 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:04 smithi032 systemd[1]: Starting Ceph osd.7 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T07:53:05.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:04 smithi003 ceph-mon[163669]: Health check failed: 1 osds down (OSD_DOWN) 2023-09-07T07:53:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:04 smithi003 ceph-mon[163669]: Health check failed: all OSDs are running quincy or later but require_osd_release < quincy (OSD_UPGRADE_FINISHED) 2023-09-07T07:53:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:04 smithi003 ceph-mon[163669]: osdmap e106: 8 total, 7 up, 8 in 2023-09-07T07:53:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:05.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:05 smithi032 ceph-mon[138138]: pgmap v180: 129 pgs: 12 peering, 13 stale+active+clean, 104 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:53:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:05 smithi032 ceph-mon[138138]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-07T07:53:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:05 smithi032 ceph-mon[138138]: osdmap e107: 8 total, 7 up, 8 in 2023-09-07T07:53:05.904 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: --> Failed to activate via raw: did not find any matching OSD to activate 2023-09-07T07:53:05.904 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-07T07:53:05.905 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2023-09-07T07:53:05.905 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2023-09-07T07:53:05.905 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2023-09-07T07:53:05.905 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2023-09-07T07:53:05.906 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2023-09-07T07:53:05.906 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:05 smithi032 bash[151670]: --> ceph-volume lvm activate successful for osd ID: 7 2023-09-07T07:53:06.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:05 smithi003 ceph-mon[163669]: pgmap v180: 129 pgs: 12 peering, 13 stale+active+clean, 104 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 204 B/s rd, 204 B/s wr, 0 op/s 2023-09-07T07:53:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:05 smithi003 ceph-mon[163669]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-07T07:53:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:05 smithi003 ceph-mon[163669]: osdmap e107: 8 total, 7 up, 8 in 2023-09-07T07:53:06.653 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:06 smithi032 bash[151929]: 0972b4106427b18836cd88c9607061a10a8d83478fb7c6393089cbc1f3288740 2023-09-07T07:53:06.654 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:06 smithi032 ceph-osd[151966]: -- 172.21.15.32:0/3288951318 <== mon.1 v2:172.21.15.32:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b87a9e24e0 con 0x55b87a9b2c00 2023-09-07T07:53:06.654 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:06 smithi032 systemd[1]: Started Ceph osd.7 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da. 2023-09-07T07:53:07.153 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:06 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T07:53:06.867+0000 7f08df667640 -1 Falling back to public interface 2023-09-07T07:53:07.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:07.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:07.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:07.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:07 smithi032 ceph-mon[138138]: pgmap v182: 129 pgs: 5 active+undersized+degraded, 27 peering, 9 stale+active+clean, 4 active+undersized, 84 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 31/1320 objects degraded (2.348%) 2023-09-07T07:53:07.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:07.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:07.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:07.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:07 smithi003 ceph-mon[163669]: pgmap v182: 129 pgs: 5 active+undersized+degraded, 27 peering, 9 stale+active+clean, 4 active+undersized, 84 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 31/1320 objects degraded (2.348%) 2023-09-07T07:53:08.591 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:08.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:08 smithi032 ceph-mon[138138]: Health check failed: Degraded data redundancy: 31/1320 objects degraded (2.348%), 5 pgs degraded (PG_DEGRADED) 2023-09-07T07:53:08.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:08 smithi003 ceph-mon[163669]: Health check failed: Degraded data redundancy: 31/1320 objects degraded (2.348%), 5 pgs degraded (PG_DEGRADED) 2023-09-07T07:53:09.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:09 smithi003 ceph-mon[163669]: pgmap v183: 129 pgs: 11 active+undersized+degraded, 27 peering, 7 stale+active+clean, 7 active+undersized, 77 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 64/1320 objects degraded (4.848%) 2023-09-07T07:53:09.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:09.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:09 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:09 smithi032 ceph-mon[138138]: pgmap v183: 129 pgs: 11 active+undersized+degraded, 27 peering, 7 stale+active+clean, 7 active+undersized, 77 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 127 B/s wr, 0 op/s; 64/1320 objects degraded (4.848%) 2023-09-07T07:53:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:09 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:10.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:10.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:10 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:10 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:11 smithi032 ceph-mon[138138]: pgmap v184: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1320 objects degraded (15.227%) 2023-09-07T07:53:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:11 smithi032 ceph-mon[138138]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2023-09-07T07:53:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:11 smithi003 ceph-mon[163669]: pgmap v184: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 255 B/s wr, 0 op/s; 201/1320 objects degraded (15.227%) 2023-09-07T07:53:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:11 smithi003 ceph-mon[163669]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 3 pgs peering) 2023-09-07T07:53:12.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:11 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T07:53:11.939+0000 7f08df667640 -1 osd.7 105 log_to_monitors true 2023-09-07T07:53:12.903 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T07:53:12.570+0000 7f08cfad1700 -1 osd.7 105 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-07T07:53:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='osd.7 [v2:172.21.15.32:6824/373932741,v1:172.21.15.32:6825/373932741]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:53:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:53:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:53:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:12.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-07T07:53:12.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-07T07:53:12.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-07T07:53:12.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-07T07:53:12.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-07T07:53:12.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-07T07:53:12.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-07T07:53:12.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-07T07:53:12.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-07T07:53:12.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-07T07:53:12.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-07T07:53:12.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-07T07:53:12.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-07T07:53:12.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-07T07:53:12.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-07T07:53:12.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-07T07:53:12.910 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:12 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-09-07T07:53:12.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='osd.7 [v2:172.21.15.32:6824/373932741,v1:172.21.15.32:6825/373932741]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:53:12.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-07T07:53:12.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:12.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:53:12.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:12.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:12.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]: dispatch 2023-09-07T07:53:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.0"}]': finished 2023-09-07T07:53:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]: dispatch 2023-09-07T07:53:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.1"}]': finished 2023-09-07T07:53:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]: dispatch 2023-09-07T07:53:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.2"}]': finished 2023-09-07T07:53:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]: dispatch 2023-09-07T07:53:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.3"}]': finished 2023-09-07T07:53:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]: dispatch 2023-09-07T07:53:12.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.4"}]': finished 2023-09-07T07:53:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]: dispatch 2023-09-07T07:53:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.5"}]': finished 2023-09-07T07:53:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]: dispatch 2023-09-07T07:53:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.6"}]': finished 2023-09-07T07:53:12.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]: dispatch 2023-09-07T07:53:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd.7"}]': finished 2023-09-07T07:53:12.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:12 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd require-osd-release", "release": "reef"}]: dispatch 2023-09-07T07:53:13.552 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: pgmap v185: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 248 B/s wr, 0 op/s; 201/1320 objects degraded (15.227%) 2023-09-07T07:53:13.552 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: pgmap v186: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 136 B/s wr, 0 op/s; 201/1320 objects degraded (15.227%) 2023-09-07T07:53:13.552 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all osd 2023-09-07T07:53:13.553 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: Upgrade: Setting require_osd_release to 18 reef 2023-09-07T07:53:13.553 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-09-07T07:53:13.553 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:53:13.553 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-09-07T07:53:13.553 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: osdmap e108: 8 total, 7 up, 8 in 2023-09-07T07:53:13.554 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: from='osd.7 [v2:172.21.15.32:6824/373932741,v1:172.21.15.32:6825/373932741]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:53:13.554 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:53:13.554 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi003.bgejfh"]}]: dispatch 2023-09-07T07:53:13.554 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:13 smithi003 ceph-mon[163669]: Upgrade: It appears safe to stop mds.foofs.smithi003.bgejfh 2023-09-07T07:53:13.637 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: pgmap v185: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 248 B/s wr, 0 op/s; 201/1320 objects degraded (15.227%) 2023-09-07T07:53:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: pgmap v186: 129 pgs: 37 active+undersized+degraded, 19 active+undersized, 73 active+clean; 313 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 136 B/s wr, 0 op/s; 201/1320 objects degraded (15.227%) 2023-09-07T07:53:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all osd 2023-09-07T07:53:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: Upgrade: Setting require_osd_release to 18 reef 2023-09-07T07:53:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: Health check cleared: OSD_UPGRADE_FINISHED (was: all OSDs are running quincy or later but require_osd_release < quincy) 2023-09-07T07:53:13.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-07T07:53:13.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "osd require-osd-release", "release": "reef"}]': finished 2023-09-07T07:53:13.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: osdmap e108: 8 total, 7 up, 8 in 2023-09-07T07:53:13.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: from='osd.7 [v2:172.21.15.32:6824/373932741,v1:172.21.15.32:6825/373932741]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:53:13.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi032", "root=default"]}]: dispatch 2023-09-07T07:53:13.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi003.bgejfh"]}]: dispatch 2023-09-07T07:53:13.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:13 smithi032 ceph-mon[138138]: Upgrade: It appears safe to stop mds.foofs.smithi003.bgejfh 2023-09-07T07:53:13.936 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:53:14.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:53:14.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: osd.7 [v2:172.21.15.32:6824/373932741,v1:172.21.15.32:6825/373932741] boot 2023-09-07T07:53:14.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: osdmap e109: 8 total, 8 up, 8 in 2023-09-07T07:53:14.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:53:14.592 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: Upgrade: Updating mds.foofs.smithi003.bgejfh 2023-09-07T07:53:14.593 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:14.593 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:53:14.593 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:14.593 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:14 smithi003 ceph-mon[163669]: Deploying daemon mds.foofs.smithi003.bgejfh on smithi003 2023-09-07T07:53:14.684 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:53:14.684 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (13m) - 21m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:53:14.685 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (3m) - 21m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:53:14.685 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (3m) - 20m 7448k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:53:14.685 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (11m) - 21m 38.2M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:53:14.685 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (17m) - 17m 41.7M - 16.2.5 6933c2a0b7dd d18ac714a02a 2023-09-07T07:53:14.685 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (17m) - 17m 17.8M - 16.2.5 6933c2a0b7dd 4fe22c1335ad 2023-09-07T07:53:14.686 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (5m) - 22m 509M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:53:14.686 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (4m) - 20m 449M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:53:14.686 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (4m) - 22m 108M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:53:14.686 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (4m) - 20m 86.5M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:53:14.687 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (15m) - 15m 83.6M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:53:14.687 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (15m) - 15m 78.4M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:53:14.687 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (9m) - 21m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:53:14.687 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (5m) - 20m 11.1M - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:53:14.687 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (3m) - 20m 326M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:53:14.687 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (3m) - 20m 258M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:53:14.688 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (2m) - 19m 203M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:53:14.688 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (2m) - 19m 14.8M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:53:14.688 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (91s) - 19m 310M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:53:14.688 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (64s) - 19m 341M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 49cc0bac1140 2023-09-07T07:53:14.688 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (36s) - 18m 293M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd e9cc346fa271 2023-09-07T07:53:14.689 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (8s) - 18m 14.7M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 0972b4106427 2023-09-07T07:53:14.689 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 unknown - 21m - - 2023-09-07T07:53:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: Health check cleared: OSD_DOWN (was: 1 osds down) 2023-09-07T07:53:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: osd.7 [v2:172.21.15.32:6824/373932741,v1:172.21.15.32:6825/373932741] boot 2023-09-07T07:53:14.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: osdmap e109: 8 total, 8 up, 8 in 2023-09-07T07:53:14.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-07T07:53:14.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: Upgrade: Updating mds.foofs.smithi003.bgejfh 2023-09-07T07:53:14.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:14.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi003.bgejfh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:53:14.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:14.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:14 smithi032 ceph-mon[138138]: Deploying daemon mds.foofs.smithi003.bgejfh on smithi003 2023-09-07T07:53:15.126 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:53:15.127 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:53:15.127 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:53:15.127 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:15.127 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:53:15.128 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:53:15.128 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:15.128 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:53:15.128 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 8 2023-09-07T07:53:15.128 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:15.129 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:53:15.129 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2 2023-09-07T07:53:15.129 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:15.129 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:53:15.129 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)": 2, 2023-09-07T07:53:15.129 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 12 2023-09-07T07:53:15.130 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:53:15.130 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:53:15.472 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:53:15.472 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:53:15.473 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:53:15.473 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:53:15.473 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:53:15.473 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr", 2023-09-07T07:53:15.473 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:53:15.474 INFO:teuthology.orchestra.run.smithi003.stdout: "osd", 2023-09-07T07:53:15.474 INFO:teuthology.orchestra.run.smithi003.stdout: "mon" 2023-09-07T07:53:15.474 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:53:15.474 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "14/23 daemons upgraded", 2023-09-07T07:53:15.474 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading mds daemons", 2023-09-07T07:53:15.475 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:53:15.475 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:53:15.895 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s); 1 filesystem is degraded; insufficient standby MDS daemons available; Degraded data redundancy: 160/1320 objects degraded (12.121%), 29 pgs degraded 2023-09-07T07:53:15.896 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:53:15.896 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in unknown state 2023-09-07T07:53:15.896 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] FS_DEGRADED: 1 filesystem is degraded 2023-09-07T07:53:15.896 INFO:teuthology.orchestra.run.smithi003.stdout: fs foofs is degraded 2023-09-07T07:53:15.897 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] MDS_INSUFFICIENT_STANDBY: insufficient standby MDS daemons available 2023-09-07T07:53:15.897 INFO:teuthology.orchestra.run.smithi003.stdout: have 0; want 1 more 2023-09-07T07:53:15.897 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] PG_DEGRADED: Degraded data redundancy: 160/1320 objects degraded (12.121%), 29 pgs degraded 2023-09-07T07:53:15.897 INFO:teuthology.orchestra.run.smithi003.stdout: pg 1.0 is active+undersized+degraded, acting [0,6] 2023-09-07T07:53:15.898 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.0 is active+undersized+degraded, acting [1,0] 2023-09-07T07:53:15.898 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.3 is active+undersized+degraded, acting [5,2] 2023-09-07T07:53:15.898 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.4 is active+undersized+degraded, acting [1,0] 2023-09-07T07:53:15.898 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.8 is active+undersized+degraded, acting [0,1] 2023-09-07T07:53:15.899 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.9 is active+undersized+degraded, acting [1,3] 2023-09-07T07:53:15.899 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.a is active+undersized+degraded, acting [1,3] 2023-09-07T07:53:15.899 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.b is active+undersized+degraded, acting [4,5] 2023-09-07T07:53:15.899 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.12 is active+undersized+degraded, acting [5,3] 2023-09-07T07:53:15.899 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.18 is active+undersized+degraded, acting [5,4] 2023-09-07T07:53:15.900 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.1b is active+undersized+degraded, acting [3,6] 2023-09-07T07:53:15.900 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.1c is active+undersized+degraded, acting [5,2] 2023-09-07T07:53:15.900 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.1d is active+undersized+degraded, acting [6,0] 2023-09-07T07:53:15.900 INFO:teuthology.orchestra.run.smithi003.stdout: pg 2.1f is active+undersized+degraded, acting [0,4] 2023-09-07T07:53:15.900 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.7 is active+undersized+degraded, acting [3,0] 2023-09-07T07:53:15.901 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.8 is active+undersized+degraded, acting [3,1] 2023-09-07T07:53:15.901 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.d is active+undersized+degraded, acting [5,6] 2023-09-07T07:53:15.901 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.e is active+undersized+degraded, acting [4,1] 2023-09-07T07:53:15.901 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.f is active+undersized+degraded, acting [4,0] 2023-09-07T07:53:15.901 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.11 is active+undersized+degraded, acting [4,6] 2023-09-07T07:53:15.901 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.12 is active+undersized+degraded, acting [0,3] 2023-09-07T07:53:15.902 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.13 is active+undersized+degraded, acting [4,2] 2023-09-07T07:53:15.902 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.15 is active+undersized+degraded, acting [3,4] 2023-09-07T07:53:15.902 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.16 is active+undersized+degraded, acting [5,1] 2023-09-07T07:53:15.902 INFO:teuthology.orchestra.run.smithi003.stdout: pg 3.1b is active+undersized+degraded, acting [0,4] 2023-09-07T07:53:15.903 INFO:teuthology.orchestra.run.smithi003.stdout: pg 4.0 is active+undersized+degraded, acting [3,0] 2023-09-07T07:53:15.903 INFO:teuthology.orchestra.run.smithi003.stdout: pg 4.14 is active+undersized+degraded, acting [3,1] 2023-09-07T07:53:15.903 INFO:teuthology.orchestra.run.smithi003.stdout: pg 5.14 is active+undersized+degraded, acting [3,2] 2023-09-07T07:53:15.903 INFO:teuthology.orchestra.run.smithi003.stdout: pg 5.19 is active+undersized+degraded, acting [1,5] 2023-09-07T07:53:15.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:15.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: pgmap v189: 129 pgs: 13 peering, 29 active+undersized+degraded, 14 active+undersized, 73 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 373 B/s wr, 0 op/s; 160/1320 objects degraded (12.121%) 2023-09-07T07:53:15.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:15.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: osdmap e110: 8 total, 8 up, 8 in 2023-09-07T07:53:15.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: Health check update: Degraded data redundancy: 160/1320 objects degraded (12.121%), 29 pgs degraded (PG_DEGRADED) 2023-09-07T07:53:15.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:15.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:15.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: daemon mds.foofs.smithi003.bgejfh compat changed unexpectedly 2023-09-07T07:53:15.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: osdmap e111: 8 total, 8 up, 8 in 2023-09-07T07:53:15.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:15 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/488495588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:15.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: from='client.34350 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:15.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: pgmap v189: 129 pgs: 13 peering, 29 active+undersized+degraded, 14 active+undersized, 73 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 373 B/s wr, 0 op/s; 160/1320 objects degraded (12.121%) 2023-09-07T07:53:15.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: from='client.34354 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:15.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: osdmap e110: 8 total, 8 up, 8 in 2023-09-07T07:53:15.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: Health check update: Degraded data redundancy: 160/1320 objects degraded (12.121%), 29 pgs degraded (PG_DEGRADED) 2023-09-07T07:53:15.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: from='client.34358 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:15.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:15.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: daemon mds.foofs.smithi003.bgejfh compat changed unexpectedly 2023-09-07T07:53:15.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: osdmap e111: 8 total, 8 up, 8 in 2023-09-07T07:53:15.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/488495588' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:15.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:15 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi003[163646]: 2023-09-07T07:53:15.685+0000 7f15d80cc700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:53:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-07T07:53:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:53:16.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: Standby daemon mds.foofs.smithi032.oodwew assigned to filesystem foofs as rank 0 2023-09-07T07:53:16.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-07T07:53:16.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:53:16.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-09-07T07:53:16.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: fsmap foofs:1/1 {0=foofs.smithi032.oodwew=up:replay} 2023-09-07T07:53:16.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:16 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/3880783469' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:53:16.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: from='client.34366 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:16.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-07T07:53:16.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:53:16.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: Standby daemon mds.foofs.smithi032.oodwew assigned to filesystem foofs as rank 0 2023-09-07T07:53:16.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-07T07:53:16.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:53:16.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-09-07T07:53:16.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: fsmap foofs:1/1 {0=foofs.smithi032.oodwew=up:replay} 2023-09-07T07:53:16.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:16 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/3880783469' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:53:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:17 smithi032 ceph-mon[138138]: pgmap v192: 129 pgs: 17 peering, 16 active+undersized+degraded, 7 active+undersized, 89 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 255 B/s wr, 1 op/s; 100/1320 objects degraded (7.576%) 2023-09-07T07:53:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:17 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:reconnect 2023-09-07T07:53:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:17 smithi032 ceph-mon[138138]: fsmap foofs:1/1 {0=foofs.smithi032.oodwew=up:reconnect} 2023-09-07T07:53:18.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:17 smithi003 ceph-mon[163669]: pgmap v192: 129 pgs: 17 peering, 16 active+undersized+degraded, 7 active+undersized, 89 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 MiB/s rd, 255 B/s wr, 1 op/s; 100/1320 objects degraded (7.576%) 2023-09-07T07:53:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:17 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:reconnect 2023-09-07T07:53:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:17 smithi003 ceph-mon[163669]: fsmap foofs:1/1 {0=foofs.smithi032.oodwew=up:reconnect} 2023-09-07T07:53:18.682 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:19.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:19 smithi003 ceph-mon[163669]: pgmap v193: 129 pgs: 17 peering, 112 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 188 B/s wr, 5 op/s 2023-09-07T07:53:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:19 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:rejoin 2023-09-07T07:53:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:19 smithi003 ceph-mon[163669]: fsmap foofs:1/1 {0=foofs.smithi032.oodwew=up:rejoin} 2023-09-07T07:53:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:19 smithi003 ceph-mon[163669]: daemon mds.foofs.smithi032.oodwew is now active in filesystem foofs as rank 0 2023-09-07T07:53:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:19 smithi003 ceph-mon[163669]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 100/1320 objects degraded (7.576%), 16 pgs degraded) 2023-09-07T07:53:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:19 smithi032 ceph-mon[138138]: pgmap v193: 129 pgs: 17 peering, 112 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 188 B/s wr, 5 op/s 2023-09-07T07:53:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:19 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:rejoin 2023-09-07T07:53:19.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:19 smithi032 ceph-mon[138138]: fsmap foofs:1/1 {0=foofs.smithi032.oodwew=up:rejoin} 2023-09-07T07:53:19.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:19 smithi032 ceph-mon[138138]: daemon mds.foofs.smithi032.oodwew is now active in filesystem foofs as rank 0 2023-09-07T07:53:19.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:19 smithi032 ceph-mon[138138]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 100/1320 objects degraded (7.576%), 16 pgs degraded) 2023-09-07T07:53:20.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:20 smithi003 ceph-mon[163669]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-07T07:53:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:20 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:active 2023-09-07T07:53:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:20 smithi003 ceph-mon[163669]: fsmap foofs:1 {0=foofs.smithi032.oodwew=up:active} 2023-09-07T07:53:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:20.485 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:20 smithi032 ceph-mon[138138]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-07T07:53:20.485 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:20 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.32:6832/949964827,v1:172.21.15.32:6833/949964827] up:active 2023-09-07T07:53:20.486 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:20 smithi032 ceph-mon[138138]: fsmap foofs:1 {0=foofs.smithi032.oodwew=up:active} 2023-09-07T07:53:20.486 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:20.486 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:21 smithi032 ceph-mon[138138]: pgmap v194: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 MiB/s rd, 318 B/s wr, 11 op/s 2023-09-07T07:53:21.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:21 smithi003 ceph-mon[163669]: pgmap v194: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 32 MiB/s rd, 318 B/s wr, 11 op/s 2023-09-07T07:53:23.728 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:24.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: pgmap v195: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 127 B/s wr, 9 op/s 2023-09-07T07:53:24.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:24.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:24.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:24.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-07T07:53:24.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:boot 2023-09-07T07:53:24.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: fsmap foofs:1 {0=foofs.smithi032.oodwew=up:active} 1 up:standby 2023-09-07T07:53:24.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:23 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:53:24.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: pgmap v195: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 26 MiB/s rd, 127 B/s wr, 9 op/s 2023-09-07T07:53:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-07T07:53:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:boot 2023-09-07T07:53:24.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: fsmap foofs:1 {0=foofs.smithi032.oodwew=up:active} 1 up:standby 2023-09-07T07:53:24.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:23 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:53:26.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:25 smithi032 ceph-mon[138138]: pgmap v196: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 8.9 KiB/s wr, 15 op/s 2023-09-07T07:53:26.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:25 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:26.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:25 smithi003 ceph-mon[163669]: pgmap v196: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 22 MiB/s rd, 8.9 KiB/s wr, 15 op/s 2023-09-07T07:53:26.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:25 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:26 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:26 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:26 smithi032 ceph-mon[138138]: pgmap v197: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2023-09-07T07:53:27.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:26 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:26 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:26 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:26 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:26 smithi003 ceph-mon[163669]: pgmap v197: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 19 MiB/s rd, 7.5 KiB/s wr, 13 op/s 2023-09-07T07:53:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:26 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:26 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:28.783 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:29.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:29 smithi032 ceph-mon[138138]: pgmap v198: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2023-09-07T07:53:29.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:29 smithi003 ceph-mon[163669]: pgmap v198: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 17 MiB/s rd, 7.0 KiB/s wr, 11 op/s 2023-09-07T07:53:30.255 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: Detected new or changed devices on smithi003 2023-09-07T07:53:30.255 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.256 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.256 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:30.256 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:53:30.256 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: pgmap v199: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 7.6 KiB/s wr, 10 op/s 2023-09-07T07:53:30.257 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: pgmap v200: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 452 KiB/s rd, 9.2 KiB/s wr, 8 op/s 2023-09-07T07:53:30.257 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.257 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.257 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:30.257 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.258 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.258 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.258 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.258 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi032.oodwew"]}]: dispatch 2023-09-07T07:53:30.259 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:30 smithi032 ceph-mon[138138]: Upgrade: It appears safe to stop mds.foofs.smithi032.oodwew 2023-09-07T07:53:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: Detected new or changed devices on smithi003 2023-09-07T07:53:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:30.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:53:30.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: pgmap v199: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 10 MiB/s rd, 7.6 KiB/s wr, 10 op/s 2023-09-07T07:53:30.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: pgmap v200: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 452 KiB/s rd, 9.2 KiB/s wr, 8 op/s 2023-09-07T07:53:30.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:30.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:30.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:30.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds ok-to-stop", "ids": ["foofs.smithi032.oodwew"]}]: dispatch 2023-09-07T07:53:30.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:30 smithi003 ceph-mon[163669]: Upgrade: It appears safe to stop mds.foofs.smithi032.oodwew 2023-09-07T07:53:31.581 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:31 smithi032 ceph-mon[138138]: Upgrade: Updating mds.foofs.smithi032.oodwew 2023-09-07T07:53:31.581 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:31 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:31.581 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:31 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:53:31.581 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:31 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:31.582 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:31 smithi032 ceph-mon[138138]: Deploying daemon mds.foofs.smithi032.oodwew on smithi032 2023-09-07T07:53:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:31 smithi003 ceph-mon[163669]: Upgrade: Updating mds.foofs.smithi032.oodwew 2023-09-07T07:53:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:31 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:31.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:31 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi032.oodwew", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-07T07:53:31.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:31 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:31.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:31 smithi003 ceph-mon[163669]: Deploying daemon mds.foofs.smithi032.oodwew on smithi032 2023-09-07T07:53:32.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi003[163646]: 2023-09-07T07:53:32.321+0000 7f15d80cc700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:53:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: pgmap v201: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.2 KiB/s wr, 7 op/s 2023-09-07T07:53:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: osdmap e112: 8 total, 8 up, 8 in 2023-09-07T07:53:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-07T07:53:32.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:53:32.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: Standby daemon mds.foofs.smithi003.bgejfh assigned to filesystem foofs as rank 0 2023-09-07T07:53:32.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-07T07:53:32.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:53:32.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-09-07T07:53:32.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:32 smithi032 ceph-mon[138138]: fsmap foofs:1/1 {0=foofs.smithi003.bgejfh=up:replay} 2023-09-07T07:53:32.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: pgmap v201: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 9.2 KiB/s wr, 7 op/s 2023-09-07T07:53:32.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: osdmap e112: 8 total, 8 up, 8 in 2023-09-07T07:53:32.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: Health check failed: 1 filesystem is degraded (FS_DEGRADED) 2023-09-07T07:53:32.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-07T07:53:32.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: Standby daemon mds.foofs.smithi003.bgejfh assigned to filesystem foofs as rank 0 2023-09-07T07:53:32.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: Health check failed: insufficient standby MDS daemons available (MDS_INSUFFICIENT_STANDBY) 2023-09-07T07:53:32.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-07T07:53:32.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: fsmap foofs:0/1 1 up:standby, 1 failed 2023-09-07T07:53:32.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:32 smithi003 ceph-mon[163669]: fsmap foofs:1/1 {0=foofs.smithi003.bgejfh=up:replay} 2023-09-07T07:53:33.829 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:34 smithi032 ceph-mon[138138]: pgmap v203: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 143 B/s wr, 1 op/s 2023-09-07T07:53:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:34 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:reconnect 2023-09-07T07:53:34.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:34 smithi032 ceph-mon[138138]: fsmap foofs:1/1 {0=foofs.smithi003.bgejfh=up:reconnect} 2023-09-07T07:53:34.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:34.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:34.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:34 smithi003 ceph-mon[163669]: pgmap v203: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.2 MiB/s rd, 143 B/s wr, 1 op/s 2023-09-07T07:53:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:34 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:reconnect 2023-09-07T07:53:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:34 smithi003 ceph-mon[163669]: fsmap foofs:1/1 {0=foofs.smithi003.bgejfh=up:reconnect} 2023-09-07T07:53:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:35 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:rejoin 2023-09-07T07:53:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:35 smithi032 ceph-mon[138138]: fsmap foofs:1/1 {0=foofs.smithi003.bgejfh=up:rejoin} 2023-09-07T07:53:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:35 smithi032 ceph-mon[138138]: daemon mds.foofs.smithi003.bgejfh is now active in filesystem foofs as rank 0 2023-09-07T07:53:35.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:35 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:rejoin 2023-09-07T07:53:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:35 smithi003 ceph-mon[163669]: fsmap foofs:1/1 {0=foofs.smithi003.bgejfh=up:rejoin} 2023-09-07T07:53:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:35 smithi003 ceph-mon[163669]: daemon mds.foofs.smithi003.bgejfh is now active in filesystem foofs as rank 0 2023-09-07T07:53:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:36 smithi032 ceph-mon[138138]: pgmap v204: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 286 B/s wr, 7 op/s 2023-09-07T07:53:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:36 smithi032 ceph-mon[138138]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-07T07:53:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:36 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:active 2023-09-07T07:53:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:36 smithi032 ceph-mon[138138]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 2023-09-07T07:53:36.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:36 smithi003 ceph-mon[163669]: pgmap v204: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 20 MiB/s rd, 286 B/s wr, 7 op/s 2023-09-07T07:53:36.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:36 smithi003 ceph-mon[163669]: Health check cleared: FS_DEGRADED (was: 1 filesystem is degraded) 2023-09-07T07:53:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:36 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.3:6834/2491575001,v1:172.21.15.3:6835/2491575001] up:active 2023-09-07T07:53:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:36 smithi003 ceph-mon[163669]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 2023-09-07T07:53:38.871 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:38 smithi032 ceph-mon[138138]: pgmap v205: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 127 B/s wr, 8 op/s 2023-09-07T07:53:38.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:38 smithi003 ceph-mon[163669]: pgmap v205: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 25 MiB/s rd, 127 B/s wr, 8 op/s 2023-09-07T07:53:40.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:40 smithi032 ceph-mon[138138]: pgmap v206: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 13 op/s 2023-09-07T07:53:40.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:40 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:40.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:40 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:40.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:40 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:40 smithi003 ceph-mon[163669]: pgmap v206: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 13 op/s 2023-09-07T07:53:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:40 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:40 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:40 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:41 smithi032 ceph-mon[138138]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-07T07:53:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:41 smithi032 ceph-mon[138138]: mds.? [v2:172.21.15.32:6832/47654217,v1:172.21.15.32:6833/47654217] up:boot 2023-09-07T07:53:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:41 smithi032 ceph-mon[138138]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:53:41.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:53:41.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:41 smithi003 ceph-mon[163669]: Health check cleared: MDS_INSUFFICIENT_STANDBY (was: insufficient standby MDS daemons available) 2023-09-07T07:53:41.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:41 smithi003 ceph-mon[163669]: mds.? [v2:172.21.15.32:6832/47654217,v1:172.21.15.32:6833/47654217] up:boot 2023-09-07T07:53:41.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:41 smithi003 ceph-mon[163669]: fsmap foofs:1 {0=foofs.smithi003.bgejfh=up:active} 1 up:standby 2023-09-07T07:53:41.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:53:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:42 smithi032 ceph-mon[138138]: pgmap v207: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 14 op/s 2023-09-07T07:53:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:42.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:42 smithi003 ceph-mon[163669]: pgmap v207: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 21 MiB/s rd, 8.1 KiB/s wr, 14 op/s 2023-09-07T07:53:42.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:42.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:43.908 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: mounting smithi003:/fake failed, reason given by server: No such file or directory 2023-09-07T07:53:44.384 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:44 smithi032 ceph-mon[138138]: pgmap v208: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 7.0 KiB/s wr, 12 op/s 2023-09-07T07:53:44.384 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:44.385 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:44 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:44.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:44 smithi003 ceph-mon[163669]: pgmap v208: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 18 MiB/s rd, 7.0 KiB/s wr, 12 op/s 2023-09-07T07:53:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:44 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.280 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:53:46.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: pgmap v209: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 7.3 KiB/s wr, 11 op/s 2023-09-07T07:53:46.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.499 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:46.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:53:46.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:46.500 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.501 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:53:46.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi003.bgejfh"}]': finished 2023-09-07T07:53:46.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:53:46.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi032.oodwew"}]': finished 2023-09-07T07:53:46.502 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.503 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.504 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: pgmap v209: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 15 MiB/s rd, 7.3 KiB/s wr, 11 op/s 2023-09-07T07:53:46.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:46.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:53:46.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:46.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi003.bgejfh"}]: dispatch 2023-09-07T07:53:46.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi003.bgejfh"}]': finished 2023-09-07T07:53:46.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi032.oodwew"}]: dispatch 2023-09-07T07:53:46.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds.foofs.smithi032.oodwew"}]': finished 2023-09-07T07:53:46.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:46.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:46.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:47.005 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:53:47.005 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (14m) - 21m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:53:47.006 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (4m) - 21m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:53:47.006 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (4m) - 21m 7448k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:53:47.006 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (11m) - 21m 38.3M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:53:47.006 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (24s) - 18m 14.1M - 18.2.0-387-g68b7f2b3 baa439efeddd 00280ceceba1 2023-09-07T07:53:47.007 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (6s) - 18m 15.0M - 18.2.0-387-g68b7f2b3 baa439efeddd 386e3dbd93fc 2023-09-07T07:53:47.007 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (5m) - 23m 517M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:53:47.007 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (5m) - 21m 449M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:53:47.007 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (5m) - 23m 124M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:53:47.007 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (4m) - 21m 87.3M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:53:47.008 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (16m) - 16m 83.6M - 3.5 6933c2a0b7dd 06466d3a989a 2023-09-07T07:53:47.008 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 running (16m) - 16m 78.4M - 3.5 6933c2a0b7dd c7995ccbaa22 2023-09-07T07:53:47.008 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (9m) - 21m 18.0M - 0.18.1 e5a616e4b9cf e72873463f52 2023-09-07T07:53:47.008 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (5m) - 21m 11.1M - 0.18.1 e5a616e4b9cf 3fe3ae15e3ce 2023-09-07T07:53:47.008 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (4m) - 20m 361M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:53:47.009 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (3m) - 20m 294M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:53:47.009 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (3m) - 20m 231M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:53:47.009 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (2m) - 20m 297M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:53:47.009 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (2m) - 19m 319M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:53:47.009 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (96s) - 19m 352M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 49cc0bac1140 2023-09-07T07:53:47.010 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (68s) - 19m 302M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd e9cc346fa271 2023-09-07T07:53:47.010 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (40s) - 19m 417M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 0972b4106427 2023-09-07T07:53:47.010 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 error - 21m - - 2023-09-07T07:53:47.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: Detected new or changed devices on smithi032 2023-09-07T07:53:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: pgmap v210: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 MiB/s rd, 8.1 KiB/s wr, 9 op/s 2023-09-07T07:53:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: pgmap v211: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 MiB/s rd, 9.9 KiB/s wr, 8 op/s 2023-09-07T07:53:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all mds 2023-09-07T07:53:47.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all rgw 2023-09-07T07:53:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all rbd-mirror 2023-09-07T07:53:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all ceph-exporter 2023-09-07T07:53:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all iscsi 2023-09-07T07:53:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:47.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:47.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:47.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:53:47.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:53:47.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:53:47.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:47.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:53:47.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:47 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:53:47.452 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:53:47.452 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:53:47.452 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:53:47.452 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:47.453 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:53:47.453 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:53:47.453 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:47.453 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:53:47.453 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 8 2023-09-07T07:53:47.454 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:47.454 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:53:47.454 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:53:47.454 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:53:47.454 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:53:47.455 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 14 2023-09-07T07:53:47.455 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:53:47.455 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:53:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: Detected new or changed devices on smithi032 2023-09-07T07:53:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: pgmap v210: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.3 MiB/s rd, 8.1 KiB/s wr, 9 op/s 2023-09-07T07:53:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: pgmap v211: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 MiB/s rd, 9.9 KiB/s wr, 8 op/s 2023-09-07T07:53:47.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all mds 2023-09-07T07:53:47.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all rgw 2023-09-07T07:53:47.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all rbd-mirror 2023-09-07T07:53:47.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all ceph-exporter 2023-09-07T07:53:47.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all iscsi 2023-09-07T07:53:47.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='client.34382 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:47.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='client.34386 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:47.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:47.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:53:47.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:53:47.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:53:47.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:47.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:53:47.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:47 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:53:47.826 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:53:47.826 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:53:47.826 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:53:47.826 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:53:47.827 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:53:47.827 INFO:teuthology.orchestra.run.smithi003.stdout: "mds", 2023-09-07T07:53:47.827 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:53:47.827 INFO:teuthology.orchestra.run.smithi003.stdout: "osd", 2023-09-07T07:53:47.827 INFO:teuthology.orchestra.run.smithi003.stdout: "mon", 2023-09-07T07:53:47.828 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2023-09-07T07:53:47.828 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:53:47.828 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "16/23 daemons upgraded", 2023-09-07T07:53:47.828 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading nfs daemons", 2023-09-07T07:53:47.828 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:53:47.829 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:53:48.258 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:53:48.258 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:53:48.258 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in error state 2023-09-07T07:53:48.550 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:48.550 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: Upgrade: Updating nfs.foo.0.1.smithi003.oykjxu (1/2) 2023-09-07T07:53:48.550 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: Creating key for client.nfs.foo.0.1.smithi003.oykjxu 2023-09-07T07:53:48.550 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:53:48.551 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: Rados config object exists: conf-nfs.foo 2023-09-07T07:53:48.551 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: Creating key for client.nfs.foo.0.1.smithi003.oykjxu-rgw 2023-09-07T07:53:48.551 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:53:48.551 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: Bind address in nfs.foo.0.1.smithi003.oykjxu's ganesha conf is defaulting to empty 2023-09-07T07:53:48.551 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:48.552 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: Deploying daemon nfs.foo.0.1.smithi003.oykjxu on smithi003 2023-09-07T07:53:48.552 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2464504579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:48.552 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:48 smithi003 ceph-mon[163669]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:48.560 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: from='client.34390 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:48.561 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: Upgrade: Updating nfs.foo.0.1.smithi003.oykjxu (1/2) 2023-09-07T07:53:48.561 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: Creating key for client.nfs.foo.0.1.smithi003.oykjxu 2023-09-07T07:53:48.561 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-07T07:53:48.561 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: Rados config object exists: conf-nfs.foo 2023-09-07T07:53:48.562 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: Creating key for client.nfs.foo.0.1.smithi003.oykjxu-rgw 2023-09-07T07:53:48.562 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi003.oykjxu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:53:48.562 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: Bind address in nfs.foo.0.1.smithi003.oykjxu's ganesha conf is defaulting to empty 2023-09-07T07:53:48.562 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:48.562 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: Deploying daemon nfs.foo.0.1.smithi003.oykjxu on smithi003 2023-09-07T07:53:48.563 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2464504579' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:53:48.563 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:48 smithi032 ceph-mon[138138]: from='client.34408 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:53:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:49 smithi003 ceph-mon[163669]: pgmap v212: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 582 B/s rd, 815 B/s wr, 1 op/s 2023-09-07T07:53:49.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:49 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1538684554' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:53:49.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:49 smithi032 ceph-mon[138138]: pgmap v212: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 582 B/s rd, 815 B/s wr, 1 op/s 2023-09-07T07:53:49.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:49 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1538684554' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:53:50.827 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:50.827 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:50.827 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:50.827 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:53:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:52.021 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: pgmap v213: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-07T07:53:52.021 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:52.021 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:53:52.022 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:53:52.022 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:53:52.022 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:52.022 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:53:52.022 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:53:52.023 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:53:52.023 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:51 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:52.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: pgmap v213: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-07T07:53:52.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:52.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-07T07:53:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-07T07:53:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-07T07:53:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-07T07:53:52.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-07T07:53:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi032.bpyvwy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-07T07:53:52.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:51 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:53:52.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:52 smithi003 ceph-mon[163669]: Upgrade: Updating nfs.foo.1.1.smithi032.bpyvwy (2/2) 2023-09-07T07:53:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:52 smithi003 ceph-mon[163669]: Creating key for client.nfs.foo.1.1.smithi032.bpyvwy 2023-09-07T07:53:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:52 smithi003 ceph-mon[163669]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:53:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:52 smithi003 ceph-mon[163669]: Rados config object exists: conf-nfs.foo 2023-09-07T07:53:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:52 smithi003 ceph-mon[163669]: Creating key for client.nfs.foo.1.1.smithi032.bpyvwy-rgw 2023-09-07T07:53:52.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:52 smithi003 ceph-mon[163669]: Bind address in nfs.foo.1.1.smithi032.bpyvwy's ganesha conf is defaulting to empty 2023-09-07T07:53:52.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:52 smithi003 ceph-mon[163669]: Deploying daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 2023-09-07T07:53:53.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:52 smithi032 ceph-mon[138138]: Upgrade: Updating nfs.foo.1.1.smithi032.bpyvwy (2/2) 2023-09-07T07:53:53.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:52 smithi032 ceph-mon[138138]: Creating key for client.nfs.foo.1.1.smithi032.bpyvwy 2023-09-07T07:53:53.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:52 smithi032 ceph-mon[138138]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-07T07:53:53.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:52 smithi032 ceph-mon[138138]: Rados config object exists: conf-nfs.foo 2023-09-07T07:53:53.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:52 smithi032 ceph-mon[138138]: Creating key for client.nfs.foo.1.1.smithi032.bpyvwy-rgw 2023-09-07T07:53:53.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:52 smithi032 ceph-mon[138138]: Bind address in nfs.foo.1.1.smithi032.bpyvwy's ganesha conf is defaulting to empty 2023-09-07T07:53:53.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:52 smithi032 ceph-mon[138138]: Deploying daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 2023-09-07T07:53:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:53 smithi032 ceph-mon[138138]: pgmap v214: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-07T07:53:54.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:53 smithi003 ceph-mon[163669]: pgmap v214: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-07T07:53:56.011 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:55 smithi032 ceph-mon[138138]: pgmap v215: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 815 B/s wr, 2 op/s 2023-09-07T07:53:56.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:55 smithi003 ceph-mon[163669]: pgmap v215: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 815 B/s wr, 2 op/s 2023-09-07T07:53:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:57 smithi032 ceph-mon[138138]: pgmap v216: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.8 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-09-07T07:53:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:53:57.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:57 smithi003 ceph-mon[163669]: pgmap v216: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.8 KiB/s rd, 1.5 KiB/s wr, 5 op/s 2023-09-07T07:53:57.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:57.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:53:57.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:00.096 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:59 smithi032 ceph-mon[138138]: pgmap v217: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-09-07T07:54:00.096 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:00.097 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:00.097 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:00.097 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:53:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:00.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:59 smithi003 ceph-mon[163669]: pgmap v217: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.2 KiB/s wr, 4 op/s 2023-09-07T07:54:00.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:00.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:00.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:00.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:53:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:00 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:00 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:00 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:00 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:00 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:00 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:00 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:01.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:00 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:02.066 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:01 smithi032 ceph-mon[138138]: pgmap v218: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.3 KiB/s wr, 5 op/s 2023-09-07T07:54:02.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:01 smithi003 ceph-mon[163669]: pgmap v218: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.5 KiB/s rd, 1.3 KiB/s wr, 5 op/s 2023-09-07T07:54:03.727 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: pgmap v219: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 767 B/s wr, 3 op/s 2023-09-07T07:54:03.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.728 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:03.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:03.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:03.729 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.730 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.731 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.731 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.731 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.731 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.731 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.732 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.768 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: pgmap v219: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.6 KiB/s rd, 767 B/s wr, 3 op/s 2023-09-07T07:54:03.768 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.769 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.769 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.769 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.769 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:03.769 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:03.770 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.770 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:03.770 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:03.770 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.770 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.771 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.771 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.771 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.771 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.771 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.772 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.772 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.772 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.772 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:03.772 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:04.784 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:04 smithi003 ceph-mon[163669]: pgmap v220: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 825 B/s wr, 3 op/s 2023-09-07T07:54:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:04 smithi003 ceph-mon[163669]: pgmap v221: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 1006 B/s wr, 4 op/s 2023-09-07T07:54:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:04 smithi003 ceph-mon[163669]: Upgrade: Setting container_image for all nvmeof 2023-09-07T07:54:04.785 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:04 smithi003 ceph-mon[163669]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:04 smithi032 ceph-mon[138138]: pgmap v220: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.7 KiB/s rd, 825 B/s wr, 3 op/s 2023-09-07T07:54:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:04 smithi032 ceph-mon[138138]: pgmap v221: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 3.2 KiB/s rd, 1006 B/s wr, 4 op/s 2023-09-07T07:54:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:04 smithi032 ceph-mon[138138]: Upgrade: Setting container_image for all nvmeof 2023-09-07T07:54:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:04 smithi032 ceph-mon[138138]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:05.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:05 smithi003 ceph-mon[163669]: Upgrade: Updating node-exporter.smithi003 (1/2) 2023-09-07T07:54:05.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:05 smithi003 ceph-mon[163669]: Deploying daemon node-exporter.smithi003 on smithi003 2023-09-07T07:54:05.820 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:05 smithi032 ceph-mon[138138]: Upgrade: Updating node-exporter.smithi003 (1/2) 2023-09-07T07:54:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:05 smithi032 ceph-mon[138138]: Deploying daemon node-exporter.smithi003 on smithi003 2023-09-07T07:54:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:06 smithi032 ceph-mon[138138]: pgmap v222: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 559 B/s wr, 2 op/s 2023-09-07T07:54:06.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:06 smithi003 ceph-mon[163669]: pgmap v222: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 559 B/s wr, 2 op/s 2023-09-07T07:54:08.601 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:08 smithi032 ceph-mon[138138]: pgmap v223: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 559 B/s wr, 2 op/s 2023-09-07T07:54:08.602 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:08.602 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:08 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:08.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:08 smithi003 ceph-mon[163669]: pgmap v223: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 559 B/s wr, 2 op/s 2023-09-07T07:54:08.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:08.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:08 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:10.611 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:10 smithi032 ceph-mon[138138]: Upgrade: Updating node-exporter.smithi032 (2/2) 2023-09-07T07:54:10.611 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:10 smithi032 ceph-mon[138138]: Deploying daemon node-exporter.smithi032 on smithi032 2023-09-07T07:54:10.611 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:10 smithi032 ceph-mon[138138]: pgmap v224: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 447 B/s wr, 2 op/s 2023-09-07T07:54:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:10 smithi003 ceph-mon[163669]: Upgrade: Updating node-exporter.smithi032 (2/2) 2023-09-07T07:54:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:10 smithi003 ceph-mon[163669]: Deploying daemon node-exporter.smithi032 on smithi032 2023-09-07T07:54:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:10 smithi003 ceph-mon[163669]: pgmap v224: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 447 B/s wr, 2 op/s 2023-09-07T07:54:12.827 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:12 smithi032 ceph-mon[138138]: pgmap v225: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 782 B/s wr, 2 op/s 2023-09-07T07:54:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:12 smithi003 ceph-mon[163669]: pgmap v225: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 782 B/s wr, 2 op/s 2023-09-07T07:54:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:13 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:14.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:13 smithi003 ceph-mon[163669]: pgmap v226: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 716 B/s wr, 2 op/s 2023-09-07T07:54:14.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:14.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:14.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:13 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:14.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:13 smithi032 ceph-mon[138138]: pgmap v226: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 716 B/s wr, 2 op/s 2023-09-07T07:54:15.988 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:15.988 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:15.988 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:15.989 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:15 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:16.011 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:16.011 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:16.011 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:16.012 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:15 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:16 smithi032 ceph-mon[138138]: pgmap v227: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 597 B/s wr, 2 op/s 2023-09-07T07:54:17.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:16 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:17.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:16 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:17.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:16 smithi003 ceph-mon[163669]: pgmap v227: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 597 B/s wr, 2 op/s 2023-09-07T07:54:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:16 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:17.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:16 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:17 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:18.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:17 smithi032 ceph-mon[138138]: pgmap v228: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 938 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:54:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:18.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:17 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:18.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:17 smithi003 ceph-mon[163669]: pgmap v228: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 938 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:54:18.675 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:54:19.231 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:18 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:19.232 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:18 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:19.232 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:18 smithi003 ceph-mon[163669]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:18 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:18 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:19.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:18 smithi032 ceph-mon[138138]: from='client.34450 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:19.415 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:54:19.415 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (14m) - 22m 22.0M - 0.20.0 0881eb8f169f d8affb8ddff0 2023-09-07T07:54:19.415 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (4m) - 22m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:54:19.415 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (4m) - 21m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:54:19.415 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (12m) - 22m 38.3M - 6.7.4 557c83e11646 eef3be606eff 2023-09-07T07:54:19.416 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (56s) - 18m 30.0M - 18.2.0-387-g68b7f2b3 baa439efeddd 00280ceceba1 2023-09-07T07:54:19.416 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (39s) - 18m 15.1M - 18.2.0-387-g68b7f2b3 baa439efeddd 386e3dbd93fc 2023-09-07T07:54:19.416 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (6m) - 23m 520M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:54:19.416 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (5m) - 21m 450M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:54:19.416 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (5m) - 23m 131M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:54:19.417 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (5m) - 21m 87.4M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:54:19.417 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (16s) - 16m 20.4M - 5.3.2 baa439efeddd 0793a0f43b1f 2023-09-07T07:54:19.417 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 unknown - 16m - - 2023-09-07T07:54:19.417 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (11s) - 22m 6031k - 1.5.0 0da6a335fe13 36aa5bbd0205 2023-09-07T07:54:19.417 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (6s) - 21m 4098k - 1.5.0 0da6a335fe13 78d59cd68b73 2023-09-07T07:54:19.417 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (4m) - 21m 365M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:54:19.418 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (4m) - 21m 300M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:54:19.418 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (3m) - 20m 238M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:54:19.418 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (3m) - 20m 303M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:54:19.418 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (2m) - 20m 321M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:54:19.419 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (2m) - 20m 353M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 49cc0bac1140 2023-09-07T07:54:19.419 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (100s) - 19m 304M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd e9cc346fa271 2023-09-07T07:54:19.419 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (73s) - 19m 418M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 0972b4106427 2023-09-07T07:54:19.419 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 error - 22m - - 2023-09-07T07:54:19.866 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:54:19.866 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:54:19.866 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:54:19.866 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:19.867 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:54:19.867 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:54:19.867 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:19.867 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:54:19.867 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 8 2023-09-07T07:54:19.868 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:19.868 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:54:19.868 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:54:19.868 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:19.868 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:54:19.869 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 14 2023-09-07T07:54:19.869 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:54:19.869 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:54:20.246 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:54:20.246 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", 2023-09-07T07:54:20.247 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": true, 2023-09-07T07:54:20.247 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-07T07:54:20.247 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [ 2023-09-07T07:54:20.247 INFO:teuthology.orchestra.run.smithi003.stdout: "mds", 2023-09-07T07:54:20.247 INFO:teuthology.orchestra.run.smithi003.stdout: "crash", 2023-09-07T07:54:20.248 INFO:teuthology.orchestra.run.smithi003.stdout: "osd", 2023-09-07T07:54:20.248 INFO:teuthology.orchestra.run.smithi003.stdout: "mon", 2023-09-07T07:54:20.248 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr" 2023-09-07T07:54:20.248 INFO:teuthology.orchestra.run.smithi003.stdout: ], 2023-09-07T07:54:20.248 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": "17/23 daemons upgraded", 2023-09-07T07:54:20.249 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "Currently upgrading prometheus daemons", 2023-09-07T07:54:20.249 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:54:20.249 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:54:20.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: pgmap v229: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:54:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:20.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:20.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: pgmap v230: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 998 B/s rd, 299 B/s wr, 1 op/s 2023-09-07T07:54:20.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: pgmap v231: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 744 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:54:20.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:20.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:20.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:20.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:20 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/85495127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='client.34454 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:20.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: pgmap v229: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:54:20.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:20.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:20.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: pgmap v230: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 998 B/s rd, 299 B/s wr, 1 op/s 2023-09-07T07:54:20.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: pgmap v231: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 744 B/s rd, 0 B/s wr, 0 op/s 2023-09-07T07:54:20.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:20.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='client.34458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:20.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:20.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:20.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:20 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/85495127' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:20.664 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 2 failed cephadm daemon(s) 2023-09-07T07:54:20.665 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 2 failed cephadm daemon(s) 2023-09-07T07:54:20.665 INFO:teuthology.orchestra.run.smithi003.stdout: daemon prometheus.smithi003 on smithi003 is in error state 2023-09-07T07:54:20.665 INFO:teuthology.orchestra.run.smithi003.stdout: daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 is in unknown state 2023-09-07T07:54:21.603 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:21 smithi003 ceph-mon[163669]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:21.603 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:21 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2666578662' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:54:21.603 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:21 smithi003 ceph-mon[163669]: Upgrade: Updating prometheus.smithi003 2023-09-07T07:54:21.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:21 smithi032 ceph-mon[138138]: from='client.34466 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:21.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:21 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2666578662' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:54:21.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:21 smithi032 ceph-mon[138138]: Upgrade: Updating prometheus.smithi003 2023-09-07T07:54:22.556 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:22 smithi003 ceph-mon[163669]: Deploying daemon prometheus.smithi003 on smithi003 2023-09-07T07:54:22.557 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:22 smithi003 ceph-mon[163669]: pgmap v232: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-09-07T07:54:22.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:22 smithi032 ceph-mon[138138]: Deploying daemon prometheus.smithi003 on smithi003 2023-09-07T07:54:22.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:22 smithi032 ceph-mon[138138]: pgmap v232: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2023-09-07T07:54:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:24 smithi032 ceph-mon[138138]: pgmap v233: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 372 B/s rd, 0 op/s 2023-09-07T07:54:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:24.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:24.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:24 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:24 smithi003 ceph-mon[163669]: pgmap v233: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 372 B/s rd, 0 op/s 2023-09-07T07:54:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:24 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:26.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:26 smithi003 ceph-mon[163669]: pgmap v234: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 744 B/s wr, 2 op/s 2023-09-07T07:54:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:26 smithi032 ceph-mon[138138]: pgmap v234: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 744 B/s wr, 2 op/s 2023-09-07T07:54:27.875 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:27 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:27.876 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:27 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:27.876 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:27 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:27.876 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:27 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:27 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:27 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:27 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:27 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:28 smithi032 ceph-mon[138138]: pgmap v235: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 744 B/s wr, 2 op/s 2023-09-07T07:54:28.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:28 smithi003 ceph-mon[163669]: pgmap v235: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 744 B/s wr, 2 op/s 2023-09-07T07:54:30.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: pgmap v236: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 614 B/s wr, 2 op/s 2023-09-07T07:54:30.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:30.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:30.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:54:30.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:30.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.907 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.908 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.909 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:30 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: pgmap v236: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 614 B/s wr, 2 op/s 2023-09-07T07:54:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:30.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:54:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.938 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.939 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:30.940 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:30 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:31.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:31 smithi003 ceph-mon[163669]: pgmap v237: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 566 B/s wr, 2 op/s 2023-09-07T07:54:31.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:31 smithi003 ceph-mon[163669]: pgmap v238: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 694 B/s wr, 2 op/s 2023-09-07T07:54:31.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:31 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:54:31.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:31 smithi003 ceph-mon[163669]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:31.902 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:31 smithi032 ceph-mon[138138]: pgmap v237: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 566 B/s wr, 2 op/s 2023-09-07T07:54:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:31 smithi032 ceph-mon[138138]: pgmap v238: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 694 B/s wr, 2 op/s 2023-09-07T07:54:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:31 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-07T07:54:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:31 smithi032 ceph-mon[138138]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:32.859 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:32 smithi003 ceph-mon[163669]: Upgrade: Updating alertmanager.smithi003 2023-09-07T07:54:32.859 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:32 smithi003 ceph-mon[163669]: Deploying daemon alertmanager.smithi003 on smithi003 2023-09-07T07:54:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:32 smithi032 ceph-mon[138138]: Upgrade: Updating alertmanager.smithi003 2023-09-07T07:54:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:32 smithi032 ceph-mon[138138]: Deploying daemon alertmanager.smithi003 on smithi003 2023-09-07T07:54:33.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:33 smithi003 ceph-mon[163669]: pgmap v239: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 695 B/s wr, 2 op/s 2023-09-07T07:54:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:33 smithi032 ceph-mon[138138]: pgmap v239: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 695 B/s wr, 2 op/s 2023-09-07T07:54:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:34.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:35 smithi032 ceph-mon[138138]: pgmap v240: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 463 B/s rd, 0 op/s 2023-09-07T07:54:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:35.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:35 smithi003 ceph-mon[163669]: pgmap v240: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 463 B/s rd, 0 op/s 2023-09-07T07:54:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:35.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:37 smithi032 ceph-mon[138138]: pgmap v241: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2023-09-07T07:54:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:37 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:37 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:37.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:37 smithi003 ceph-mon[163669]: pgmap v241: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2023-09-07T07:54:37.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:37 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:37.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:37 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:39.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:39 smithi003 ceph-mon[163669]: pgmap v242: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2023-09-07T07:54:39.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:39.463 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:39 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:39 smithi032 ceph-mon[138138]: pgmap v242: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 695 B/s rd, 0 op/s 2023-09-07T07:54:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:39 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:41 smithi032 ceph-mon[138138]: pgmap v243: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 307 B/s wr, 1 op/s 2023-09-07T07:54:41.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:41 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:41 smithi003 ceph-mon[163669]: pgmap v243: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 307 B/s wr, 1 op/s 2023-09-07T07:54:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:41.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:41.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:41 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:42.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: pgmap v244: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 277 B/s wr, 1 op/s 2023-09-07T07:54:42.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: pgmap v245: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 338 B/s wr, 1 op/s 2023-09-07T07:54:42.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:54:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:54:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:42 smithi003 ceph-mon[163669]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: pgmap v244: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 277 B/s wr, 1 op/s 2023-09-07T07:54:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: pgmap v245: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 338 B/s wr, 1 op/s 2023-09-07T07:54:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:54:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-07T07:54:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:42.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:42 smithi032 ceph-mon[138138]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:43.522 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:43 smithi003 ceph-mon[163669]: Upgrade: Updating grafana.smithi003 2023-09-07T07:54:43.522 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:43 smithi003 ceph-mon[163669]: Deploying daemon grafana.smithi003 on smithi003 2023-09-07T07:54:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:43 smithi032 ceph-mon[138138]: Upgrade: Updating grafana.smithi003 2023-09-07T07:54:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:43 smithi032 ceph-mon[138138]: Deploying daemon grafana.smithi003 on smithi003 2023-09-07T07:54:44.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:44 smithi003 ceph-mon[163669]: pgmap v246: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 338 B/s wr, 1 op/s 2023-09-07T07:54:44.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:44 smithi032 ceph-mon[138138]: pgmap v246: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 338 B/s wr, 1 op/s 2023-09-07T07:54:46.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:46 smithi032 ceph-mon[138138]: pgmap v247: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 676 B/s wr, 2 op/s 2023-09-07T07:54:46.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:46.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:46.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:46 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:46.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:46 smithi003 ceph-mon[163669]: pgmap v247: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 676 B/s wr, 2 op/s 2023-09-07T07:54:46.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:46.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:46.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:46 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:48.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:48 smithi003 ceph-mon[163669]: pgmap v248: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 676 B/s wr, 2 op/s 2023-09-07T07:54:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:48 smithi032 ceph-mon[138138]: pgmap v248: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.9 KiB/s rd, 676 B/s wr, 2 op/s 2023-09-07T07:54:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:49.924 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:49.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:54:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:50 smithi032 ceph-mon[138138]: pgmap v249: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 901 B/s rd, 337 B/s wr, 1 op/s 2023-09-07T07:54:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:50 smithi003 ceph-mon[163669]: pgmap v249: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 901 B/s rd, 337 B/s wr, 1 op/s 2023-09-07T07:54:51.038 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:54:51.827 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:54:51.827 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (17s) - 22m 18.2M - 0.25.0 c8568f914cd2 ae99456df5db 2023-09-07T07:54:51.828 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (5m) - 22m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:54:51.828 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (5m) - 22m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:54:51.828 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (6s) - 22m 32.9M - 9.4.7 2c41d148cca3 4a14e27f365f 2023-09-07T07:54:51.828 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (89s) - 19m 30.0M - 18.2.0-387-g68b7f2b3 baa439efeddd 00280ceceba1 2023-09-07T07:54:51.828 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (71s) - 19m 15.1M - 18.2.0-387-g68b7f2b3 baa439efeddd 386e3dbd93fc 2023-09-07T07:54:51.829 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (6m) - 24m 523M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:54:51.829 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (6m) - 22m 450M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:54:51.829 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (6m) - 24m 136M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:54:51.829 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (5m) - 22m 87.4M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:54:51.829 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (13s) - 17m 19.4M - 5.3.2 baa439efeddd 6f715c1c30c8 2023-09-07T07:54:51.830 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 unknown - 17m - - 2023-09-07T07:54:51.830 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (44s) - 22m 9428k - 1.5.0 0da6a335fe13 36aa5bbd0205 2023-09-07T07:54:51.830 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (39s) - 22m 4098k - 1.5.0 0da6a335fe13 78d59cd68b73 2023-09-07T07:54:51.830 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (5m) - 21m 367M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:54:51.830 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (4m) - 21m 302M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:54:51.831 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (4m) - 21m 240M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:54:51.831 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (3m) - 21m 306M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:54:51.831 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (3m) - 20m 321M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:54:51.831 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (2m) - 20m 353M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 49cc0bac1140 2023-09-07T07:54:51.831 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (2m) - 20m 304M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd e9cc346fa271 2023-09-07T07:54:51.831 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (105s) - 20m 418M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 0972b4106427 2023-09-07T07:54:51.832 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (28s) - 22m 41.3M - 2.43.0 a07b618ecd1d f38a14ce9d63 2023-09-07T07:54:52.296 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:54:52.296 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:54:52.296 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:54:52.296 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:52.297 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:54:52.297 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:54:52.297 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:52.297 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:54:52.297 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 8 2023-09-07T07:54:52.298 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:52.298 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:54:52.298 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:54:52.298 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:54:52.298 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:54:52.299 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 14 2023-09-07T07:54:52.299 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:54:52.299 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:54:52.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: pgmap v250: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 307 B/s wr, 1 op/s 2023-09-07T07:54:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:52.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:54:52.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:52.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-07T07:54:52.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-07T07:54:52.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:52.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-07T07:54:52.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-07T07:54:52.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-07T07:54:52.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-07T07:54:52.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-07T07:54:52.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-07T07:54:52.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-07T07:54:52.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-07T07:54:52.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-07T07:54:52.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-07T07:54:52.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-07T07:54:52.662 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:52 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:52.665 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:54:52.665 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2023-09-07T07:54:52.665 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2023-09-07T07:54:52.665 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2023-09-07T07:54:52.665 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:54:52.666 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2023-09-07T07:54:52.666 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:54:52.666 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:54:52.666 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:54:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='client.34490 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: pgmap v250: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 307 B/s wr, 1 op/s 2023-09-07T07:54:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='client.34494 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='client.34498 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:52.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:54:52.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:52.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.689 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.690 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:52.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:52.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2023-09-07T07:54:52.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2023-09-07T07:54:52.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:52.691 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2023-09-07T07:54:52.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2023-09-07T07:54:52.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2023-09-07T07:54:52.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2023-09-07T07:54:52.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "osd"}]': finished 2023-09-07T07:54:52.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2023-09-07T07:54:52.692 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2023-09-07T07:54:52.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2023-09-07T07:54:52.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]': finished 2023-09-07T07:54:52.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2023-09-07T07:54:52.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2023-09-07T07:54:52.693 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:52 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.082 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:54:53.083 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:54:53.083 INFO:teuthology.orchestra.run.smithi003.stdout: daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 is in unknown state 2023-09-07T07:54:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: pgmap v251: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 957 B/s rd, 287 B/s wr, 1 op/s 2023-09-07T07:54:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: pgmap v252: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 353 B/s wr, 1 op/s 2023-09-07T07:54:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:54:53.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: Upgrade: Finalizing container_image settings 2023-09-07T07:54:53.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-09-07T07:54:53.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:53.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-09-07T07:54:53.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-07T07:54:53.436 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-07T07:54:53.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-07T07:54:53.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-09-07T07:54:53.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-09-07T07:54:53.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.438 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-09-07T07:54:53.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-09-07T07:54:53.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: Upgrade: Complete! 2023-09-07T07:54:53.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-07T07:54:53.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-07T07:54:53.439 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:53.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:53.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:53.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: pgmap v253: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 439 B/s rd, 0 op/s 2023-09-07T07:54:53.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: pgmap v254: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 615 B/s rd, 0 op/s 2023-09-07T07:54:53.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2765500514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:53.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:53.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:53.441 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:53.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: pgmap v255: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 976 B/s rd, 0 op/s 2023-09-07T07:54:53.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: pgmap v256: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-09-07T07:54:53.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:53.442 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:53 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/2588923115' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:54:53.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: pgmap v251: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 957 B/s rd, 287 B/s wr, 1 op/s 2023-09-07T07:54:53.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: pgmap v252: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 353 B/s wr, 1 op/s 2023-09-07T07:54:53.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-07T07:54:53.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: Upgrade: Finalizing container_image settings 2023-09-07T07:54:53.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]: dispatch 2023-09-07T07:54:53.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-09-07T07:54:53.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.ceph-exporter"}]': finished 2023-09-07T07:54:53.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2023-09-07T07:54:53.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2023-09-07T07:54:53.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2023-09-07T07:54:53.655 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]: dispatch 2023-09-07T07:54:53.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nvmeof"}]': finished 2023-09-07T07:54:53.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.656 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2023-09-07T07:54:53.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2023-09-07T07:54:53.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2023-09-07T07:54:53.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: Upgrade: Complete! 2023-09-07T07:54:53.657 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2023-09-07T07:54:53.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2023-09-07T07:54:53.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:53.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:53.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:53.658 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: pgmap v253: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 439 B/s rd, 0 op/s 2023-09-07T07:54:53.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: pgmap v254: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 615 B/s rd, 0 op/s 2023-09-07T07:54:53.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2765500514' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:54:53.659 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:54:53.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:54:53.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:54:53.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: pgmap v255: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 976 B/s rd, 0 op/s 2023-09-07T07:54:53.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: pgmap v256: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-09-07T07:54:53.660 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:53.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='client.34506 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:54:53.661 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:53 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/2588923115' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:54:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:55 smithi032 ceph-mon[138138]: pgmap v257: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-09-07T07:54:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:55 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:55.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:55 smithi003 ceph-mon[163669]: pgmap v257: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail 2023-09-07T07:54:55.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:55 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:54:57.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:57 smithi032 ceph-mon[138138]: pgmap v258: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 919 B/s rd, 1 op/s 2023-09-07T07:54:57.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:57 smithi003 ceph-mon[163669]: pgmap v258: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 919 B/s rd, 1 op/s 2023-09-07T07:54:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:54:59 smithi032 ceph-mon[138138]: pgmap v259: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 664 B/s rd, 0 op/s 2023-09-07T07:54:59.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:54:59 smithi003 ceph-mon[163669]: pgmap v259: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 664 B/s rd, 0 op/s 2023-09-07T07:55:01.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:01 smithi003 ceph-mon[163669]: pgmap v260: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 752 B/s wr, 2 op/s 2023-09-07T07:55:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:01 smithi032 ceph-mon[138138]: pgmap v260: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 752 B/s wr, 2 op/s 2023-09-07T07:55:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:03 smithi032 ceph-mon[138138]: pgmap v261: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 614 B/s wr, 2 op/s 2023-09-07T07:55:03.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:03 smithi003 ceph-mon[163669]: pgmap v261: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 614 B/s wr, 2 op/s 2023-09-07T07:55:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:05 smithi032 ceph-mon[138138]: pgmap v262: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:05 smithi003 ceph-mon[163669]: pgmap v262: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:07.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:07 smithi032 ceph-mon[138138]: pgmap v263: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:07.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:07 smithi003 ceph-mon[163669]: pgmap v263: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:09 smithi032 ceph-mon[138138]: pgmap v264: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:09.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:09 smithi003 ceph-mon[163669]: pgmap v264: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:11 smithi032 ceph-mon[138138]: pgmap v265: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:11 smithi003 ceph-mon[163669]: pgmap v265: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:13 smithi032 ceph-mon[138138]: pgmap v266: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:55:13.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:13 smithi003 ceph-mon[163669]: pgmap v266: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:55:15.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:15 smithi032 ceph-mon[138138]: pgmap v267: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:55:15.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:15 smithi003 ceph-mon[163669]: pgmap v267: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:55:17.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:17 smithi032 ceph-mon[138138]: pgmap v268: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:17.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:17 smithi003 ceph-mon[163669]: pgmap v268: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:19 smithi032 ceph-mon[138138]: pgmap v269: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:19.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:19 smithi003 ceph-mon[163669]: pgmap v269: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:20.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:21 smithi032 ceph-mon[138138]: pgmap v270: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:21.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:21 smithi003 ceph-mon[163669]: pgmap v270: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:23.869 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:23 smithi003 ceph-mon[163669]: pgmap v271: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:23 smithi032 ceph-mon[138138]: pgmap v271: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:23.921 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph orch ps' 2023-09-07T07:55:24.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:24 smithi003 ceph-mon[163669]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:55:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:24 smithi032 ceph-mon[138138]: from='client.34530 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:55:25.531 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:55:25.531 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (51s) - 23m 18.2M - 0.25.0 c8568f914cd2 ae99456df5db 2023-09-07T07:55:25.532 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (5m) - 23m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:55:25.532 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (5m) - 23m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:55:25.532 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (40s) - 23m 32.9M - 9.4.7 2c41d148cca3 4a14e27f365f 2023-09-07T07:55:25.532 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (2m) - 20m 30.0M - 18.2.0-387-g68b7f2b3 baa439efeddd 00280ceceba1 2023-09-07T07:55:25.532 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (105s) - 19m 15.1M - 18.2.0-387-g68b7f2b3 baa439efeddd 386e3dbd93fc 2023-09-07T07:55:25.533 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (7m) - 24m 523M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:55:25.533 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (6m) - 23m 450M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:55:25.533 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (6m) - 24m 136M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:55:25.533 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (6m) - 22m 87.4M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:55:25.533 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (47s) - 17m 19.4M - 5.3.2 baa439efeddd 6f715c1c30c8 2023-09-07T07:55:25.533 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 unknown - 17m - - 2023-09-07T07:55:25.534 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (77s) - 23m 9428k - 1.5.0 0da6a335fe13 36aa5bbd0205 2023-09-07T07:55:25.534 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (72s) - 22m 4098k - 1.5.0 0da6a335fe13 78d59cd68b73 2023-09-07T07:55:25.534 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (5m) - 22m 367M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:55:25.534 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (5m) - 22m 302M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:55:25.534 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (4m) - 21m 240M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:55:25.535 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (4m) - 21m 306M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:55:25.535 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (3m) - 21m 321M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:55:25.535 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (3m) - 21m 353M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 49cc0bac1140 2023-09-07T07:55:25.535 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (2m) - 21m 304M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd e9cc346fa271 2023-09-07T07:55:25.536 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (2m) - 20m 418M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 0972b4106427 2023-09-07T07:55:25.536 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (62s) - 23m 41.3M - 2.43.0 a07b618ecd1d f38a14ce9d63 2023-09-07T07:55:25.855 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:25 smithi003 ceph-mon[163669]: pgmap v272: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:25.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:25 smithi032 ceph-mon[138138]: pgmap v272: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:25.921 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph versions' 2023-09-07T07:55:26.667 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:26 smithi003 ceph-mon[163669]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:55:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:26 smithi032 ceph-mon[138138]: from='client.34534 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:55:27.525 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:55:27.526 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:55:27.526 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:55:27.526 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:55:27.526 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:55:27.527 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:55:27.527 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:55:27.527 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:55:27.527 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 8 2023-09-07T07:55:27.527 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:55:27.528 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:55:27.528 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:55:27.528 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:55:27.528 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:55:27.528 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 14 2023-09-07T07:55:27.529 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:55:27.529 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:55:27.821 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:27 smithi003 ceph-mon[163669]: pgmap v273: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:27 smithi032 ceph-mon[138138]: pgmap v273: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:27.904 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-09-07T07:55:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:28 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1851689228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:55:28.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:28 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1851689228' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:55:29.031 INFO:teuthology.orchestra.run.smithi003.stdout:wait for servicemap items w/ changing names to refresh 2023-09-07T07:55:29.371 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'sleep 60' 2023-09-07T07:55:29.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:29 smithi032 ceph-mon[138138]: pgmap v274: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:29.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:29 smithi003 ceph-mon[163669]: pgmap v274: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:31 smithi032 ceph-mon[138138]: pgmap v275: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:31.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:31 smithi003 ceph-mon[163669]: pgmap v275: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:33 smithi032 ceph-mon[138138]: pgmap v276: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:33.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:33 smithi003 ceph-mon[163669]: pgmap v276: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:35.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:35 smithi032 ceph-mon[138138]: pgmap v277: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:35.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:35 smithi003 ceph-mon[163669]: pgmap v277: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:37.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:37 smithi032 ceph-mon[138138]: pgmap v278: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:37.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:37 smithi003 ceph-mon[163669]: pgmap v278: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:39 smithi032 ceph-mon[138138]: pgmap v279: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:39.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:39 smithi003 ceph-mon[163669]: pgmap v279: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:55:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:41 smithi032 ceph-mon[138138]: pgmap v280: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:41.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:41 smithi003 ceph-mon[163669]: pgmap v280: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:43.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:43 smithi032 ceph-mon[138138]: pgmap v281: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:55:43.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:43 smithi003 ceph-mon[163669]: pgmap v281: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:55:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:45 smithi032 ceph-mon[138138]: pgmap v282: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:55:45.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:45 smithi003 ceph-mon[163669]: pgmap v282: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:55:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:47 smithi032 ceph-mon[138138]: pgmap v283: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:47.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:47 smithi003 ceph-mon[163669]: pgmap v283: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:55:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:49 smithi032 ceph-mon[138138]: pgmap v284: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:55:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:49 smithi003 ceph-mon[163669]: pgmap v284: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:55:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:55:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:51 smithi032 ceph-mon[138138]: pgmap v285: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:51.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:51 smithi003 ceph-mon[163669]: pgmap v285: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:53 smithi032 ceph-mon[138138]: pgmap v286: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:55:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:55:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:55:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:55:53.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:55:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:53 smithi003 ceph-mon[163669]: pgmap v286: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:55:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:55:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:55:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:55:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:55:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:55:53.965 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T07:55:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:54 smithi032 ceph-mon[138138]: pgmap v287: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 579 B/s wr, 2 op/s 2023-09-07T07:55:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:54 smithi032 ceph-mon[138138]: pgmap v288: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 713 B/s wr, 2 op/s 2023-09-07T07:55:54.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:54 smithi003 ceph-mon[163669]: pgmap v287: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 579 B/s wr, 2 op/s 2023-09-07T07:55:54.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:54 smithi003 ceph-mon[163669]: pgmap v288: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 713 B/s wr, 2 op/s 2023-09-07T07:55:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:56 smithi032 ceph-mon[138138]: pgmap v289: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 713 B/s wr, 2 op/s 2023-09-07T07:55:56.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:56 smithi003 ceph-mon[163669]: pgmap v289: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 713 B/s wr, 2 op/s 2023-09-07T07:55:58.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:55:58 smithi032 ceph-mon[138138]: pgmap v290: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 713 B/s wr, 2 op/s 2023-09-07T07:55:58.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:55:58 smithi003 ceph-mon[163669]: pgmap v290: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 2.0 KiB/s rd, 713 B/s wr, 2 op/s 2023-09-07T07:56:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:00 smithi032 ceph-mon[138138]: pgmap v291: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 475 B/s rd, 0 op/s 2023-09-07T07:56:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:00 smithi003 ceph-mon[163669]: pgmap v291: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 475 B/s rd, 0 op/s 2023-09-07T07:56:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:02 smithi032 ceph-mon[138138]: pgmap v292: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T07:56:02.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:02 smithi003 ceph-mon[163669]: pgmap v292: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T07:56:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:04 smithi032 ceph-mon[138138]: pgmap v293: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T07:56:04.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:04 smithi003 ceph-mon[163669]: pgmap v293: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T07:56:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:06 smithi032 ceph-mon[138138]: pgmap v294: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:06.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:06 smithi003 ceph-mon[163669]: pgmap v294: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:08 smithi032 ceph-mon[138138]: pgmap v295: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:08.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:08 smithi003 ceph-mon[163669]: pgmap v295: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:10 smithi032 ceph-mon[138138]: pgmap v296: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:10 smithi003 ceph-mon[163669]: pgmap v296: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:12 smithi032 ceph-mon[138138]: pgmap v297: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:12 smithi003 ceph-mon[163669]: pgmap v297: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:14 smithi032 ceph-mon[138138]: pgmap v298: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:14.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:14 smithi003 ceph-mon[163669]: pgmap v298: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:16 smithi032 ceph-mon[138138]: pgmap v299: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:16.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:16 smithi003 ceph-mon[163669]: pgmap v299: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:18 smithi032 ceph-mon[138138]: pgmap v300: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 938 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:18.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:18 smithi003 ceph-mon[163669]: pgmap v300: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 938 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:19.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:20.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:20 smithi032 ceph-mon[138138]: pgmap v301: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:20.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:20 smithi003 ceph-mon[163669]: pgmap v301: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:22 smithi032 ceph-mon[138138]: pgmap v302: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:22 smithi003 ceph-mon[163669]: pgmap v302: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:24 smithi032 ceph-mon[138138]: pgmap v303: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-09-07T07:56:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:24 smithi003 ceph-mon[163669]: pgmap v303: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-09-07T07:56:26.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:26 smithi032 ceph-mon[138138]: pgmap v304: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:26.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:26 smithi003 ceph-mon[163669]: pgmap v304: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:28 smithi032 ceph-mon[138138]: pgmap v305: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:28.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:28 smithi003 ceph-mon[163669]: pgmap v305: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:30.883 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:30 smithi003 ceph-mon[163669]: pgmap v306: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:30.885 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph orch ps' 2023-09-07T07:56:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:30 smithi032 ceph-mon[138138]: pgmap v306: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:32.532 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-07T07:56:32.532 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (118s) - 24m 18.2M - 0.25.0 c8568f914cd2 ae99456df5db 2023-09-07T07:56:32.533 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (7m) - 24m 7470k - 18.2.0-387-g68b7f2b3 baa439efeddd 0a63fe97a78a 2023-09-07T07:56:32.533 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi032 smithi032 running (7m) - 24m 7444k - 18.2.0-387-g68b7f2b3 baa439efeddd a6baa9b5c131 2023-09-07T07:56:32.533 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (107s) - 24m 32.9M - 9.4.7 2c41d148cca3 4a14e27f365f 2023-09-07T07:56:32.533 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi003.bgejfh smithi003 running (3m) - 21m 30.0M - 18.2.0-387-g68b7f2b3 baa439efeddd 00280ceceba1 2023-09-07T07:56:32.533 INFO:teuthology.orchestra.run.smithi003.stdout:mds.foofs.smithi032.oodwew smithi032 running (2m) - 21m 15.1M - 18.2.0-387-g68b7f2b3 baa439efeddd 386e3dbd93fc 2023-09-07T07:56:32.534 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.oqouau smithi003 *:8443,9283,8765 running (8m) - 25m 523M - 18.2.0-387-g68b7f2b3 baa439efeddd 5d37f6deea5f 2023-09-07T07:56:32.534 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi032.jvdzvt smithi032 *:8443,9283,8765 running (8m) - 24m 450M - 18.2.0-387-g68b7f2b3 baa439efeddd b6fbb0c79c8d 2023-09-07T07:56:32.534 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (7m) - 25m 136M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 6bd8785a1109 2023-09-07T07:56:32.534 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi032 smithi032 running (7m) - 24m 87.4M 2048M 18.2.0-387-g68b7f2b3 baa439efeddd 490402ed4357 2023-09-07T07:56:32.534 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.0.1.smithi003.oykjxu smithi003 *:2049 running (114s) - 19m 19.4M - 5.3.2 baa439efeddd 6f715c1c30c8 2023-09-07T07:56:32.535 INFO:teuthology.orchestra.run.smithi003.stdout:nfs.foo.1.1.smithi032.bpyvwy smithi032 *:2049 unknown - 19m - - 2023-09-07T07:56:32.535 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (2m) - 24m 9428k - 1.5.0 0da6a335fe13 36aa5bbd0205 2023-09-07T07:56:32.535 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi032 smithi032 *:9100 running (2m) - 23m 4098k - 1.5.0 0da6a335fe13 78d59cd68b73 2023-09-07T07:56:32.535 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi003 running (6m) - 23m 367M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd f3b86d17c51f 2023-09-07T07:56:32.535 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (6m) - 23m 302M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd b499cb554b0d 2023-09-07T07:56:32.536 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi003 running (5m) - 23m 240M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd 47a01e382e3a 2023-09-07T07:56:32.536 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (5m) - 22m 306M 1943M 18.2.0-387-g68b7f2b3 baa439efeddd c5af58137b55 2023-09-07T07:56:32.536 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi032 running (4m) - 22m 321M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd b3527c148319 2023-09-07T07:56:32.536 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi032 running (4m) - 22m 353M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 49cc0bac1140 2023-09-07T07:56:32.536 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi032 running (3m) - 22m 304M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd e9cc346fa271 2023-09-07T07:56:32.536 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi032 running (3m) - 21m 418M 2711M 18.2.0-387-g68b7f2b3 baa439efeddd 0972b4106427 2023-09-07T07:56:32.537 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (2m) - 24m 41.3M - 2.43.0 a07b618ecd1d f38a14ce9d63 2023-09-07T07:56:32.844 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:32 smithi003 ceph-mon[163669]: pgmap v307: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:32 smithi032 ceph-mon[138138]: pgmap v307: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:32.912 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph orch upgrade status' 2023-09-07T07:56:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:33 smithi032 ceph-mon[138138]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:56:33.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:33 smithi003 ceph-mon[163669]: from='client.34574 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:56:34.384 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:56:34.385 INFO:teuthology.orchestra.run.smithi003.stdout: "target_image": null, 2023-09-07T07:56:34.385 INFO:teuthology.orchestra.run.smithi003.stdout: "in_progress": false, 2023-09-07T07:56:34.385 INFO:teuthology.orchestra.run.smithi003.stdout: "which": "", 2023-09-07T07:56:34.385 INFO:teuthology.orchestra.run.smithi003.stdout: "services_complete": [], 2023-09-07T07:56:34.385 INFO:teuthology.orchestra.run.smithi003.stdout: "progress": null, 2023-09-07T07:56:34.386 INFO:teuthology.orchestra.run.smithi003.stdout: "message": "", 2023-09-07T07:56:34.386 INFO:teuthology.orchestra.run.smithi003.stdout: "is_paused": false 2023-09-07T07:56:34.386 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:56:34.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:34 smithi003 ceph-mon[163669]: pgmap v308: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:34.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:34.845 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph health detail' 2023-09-07T07:56:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:34 smithi032 ceph-mon[138138]: pgmap v308: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:35.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:35 smithi003 ceph-mon[163669]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:56:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:35 smithi032 ceph-mon[138138]: from='client.34578 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-07T07:56:36.451 INFO:teuthology.orchestra.run.smithi003.stdout:HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T07:56:36.451 INFO:teuthology.orchestra.run.smithi003.stdout:[WRN] CEPHADM_FAILED_DAEMON: 1 failed cephadm daemon(s) 2023-09-07T07:56:36.451 INFO:teuthology.orchestra.run.smithi003.stdout: daemon nfs.foo.1.1.smithi032.bpyvwy on smithi032 is in unknown state 2023-09-07T07:56:36.834 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:36 smithi003 ceph-mon[163669]: pgmap v309: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:36.834 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:36 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1100161673' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:56:36.835 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph versions' 2023-09-07T07:56:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:36 smithi032 ceph-mon[138138]: pgmap v309: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 511 B/s wr, 1 op/s 2023-09-07T07:56:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:36 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1100161673' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-07T07:56:38.380 INFO:teuthology.orchestra.run.smithi003.stdout:{ 2023-09-07T07:56:38.381 INFO:teuthology.orchestra.run.smithi003.stdout: "mon": { 2023-09-07T07:56:38.381 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:56:38.381 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:56:38.381 INFO:teuthology.orchestra.run.smithi003.stdout: "mgr": { 2023-09-07T07:56:38.382 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:56:38.382 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:56:38.382 INFO:teuthology.orchestra.run.smithi003.stdout: "osd": { 2023-09-07T07:56:38.382 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 8 2023-09-07T07:56:38.382 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:56:38.383 INFO:teuthology.orchestra.run.smithi003.stdout: "mds": { 2023-09-07T07:56:38.383 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 2 2023-09-07T07:56:38.383 INFO:teuthology.orchestra.run.smithi003.stdout: }, 2023-09-07T07:56:38.383 INFO:teuthology.orchestra.run.smithi003.stdout: "overall": { 2023-09-07T07:56:38.383 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)": 14 2023-09-07T07:56:38.384 INFO:teuthology.orchestra.run.smithi003.stdout: } 2023-09-07T07:56:38.384 INFO:teuthology.orchestra.run.smithi003.stdout:} 2023-09-07T07:56:38.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:38 smithi003 ceph-mon[163669]: pgmap v310: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:56:38.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:38 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/3803108039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:56:38.759 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-09-07T07:56:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:38 smithi032 ceph-mon[138138]: pgmap v310: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:56:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:38 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/3803108039' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:56:40.304 INFO:teuthology.orchestra.run.smithi003.stdout:true 2023-09-07T07:56:40.669 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -e sha1=68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb -- bash -c 'ceph versions | jq -e '"'"'.overall | keys'"'"' | grep $sha1' 2023-09-07T07:56:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:40 smithi032 ceph-mon[138138]: pgmap v311: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:56:40.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:40 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/173869496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:56:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:40 smithi003 ceph-mon[163669]: pgmap v311: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:56:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:40 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/173869496' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:56:42.223 INFO:teuthology.orchestra.run.smithi003.stdout: "ceph version 18.2.0-387-g68b7f2b3 (68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb) reef (stable)" 2023-09-07T07:56:42.544 INFO:teuthology.task.sequential:In sequential, running task cephadm.wait_for_service... 2023-09-07T07:56:42.545 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-09-07T07:56:42.545 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:56:42.887 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:42 smithi003 ceph-mon[163669]: pgmap v312: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:42.887 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:42 smithi003 ceph-mon[163669]: from='client.? 172.21.15.3:0/1820498774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:56:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:42 smithi032 ceph-mon[138138]: pgmap v312: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.3 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:42 smithi032 ceph-mon[138138]: from='client.? 172.21.15.3:0/1820498774' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-07T07:56:44.168 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:56:44.168 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:56:44.592 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:56:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:44 smithi032 ceph-mon[138138]: pgmap v313: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:44.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:44 smithi003 ceph-mon[163669]: pgmap v313: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.1 KiB/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:45.593 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:56:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:45 smithi032 ceph-mon[138138]: from='client.34606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:45.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:45 smithi003 ceph-mon[163669]: from='client.34606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:46.623 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:46 smithi032 ceph-mon[138138]: pgmap v314: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:46.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:46 smithi003 ceph-mon[163669]: pgmap v314: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:47.097 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:56:47.098 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:56:47.442 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:56:48.443 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:56:48.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:48 smithi003 ceph-mon[163669]: pgmap v315: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:48.786 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:48 smithi003 ceph-mon[163669]: from='client.34610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:48 smithi032 ceph-mon[138138]: pgmap v315: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:48 smithi032 ceph-mon[138138]: from='client.34610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:49.858 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:56:49.858 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:56:49.882 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:56:50.233 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:56:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:50 smithi032 ceph-mon[138138]: pgmap v316: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:50 smithi032 ceph-mon[138138]: from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:50 smithi003 ceph-mon[163669]: pgmap v316: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:50 smithi003 ceph-mon[163669]: from='client.34614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:51.235 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:56:52.654 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:56:52.654 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:56:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:52 smithi032 ceph-mon[138138]: pgmap v317: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:52.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:52 smithi003 ceph-mon[163669]: pgmap v317: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:56:53.084 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:56:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:53 smithi032 ceph-mon[138138]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:53 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:56:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:53 smithi003 ceph-mon[163669]: from='client.34618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:53 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:56:54.085 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:56:54.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:54 smithi032 ceph-mon[138138]: pgmap v318: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:54.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:56:54.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:56:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:54 smithi032 ceph-mon[138138]: pgmap v319: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 965 B/s rd, 289 B/s wr, 1 op/s 2023-09-07T07:56:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:54 smithi032 ceph-mon[138138]: pgmap v320: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T07:56:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:56:54.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:56:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:54 smithi003 ceph-mon[163669]: pgmap v318: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:56:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:56:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:56:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:54 smithi003 ceph-mon[163669]: pgmap v319: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 965 B/s rd, 289 B/s wr, 1 op/s 2023-09-07T07:56:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:54 smithi003 ceph-mon[163669]: pgmap v320: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T07:56:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:56:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:56:55.631 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:56:55.632 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:56:56.023 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:56:57.024 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:56:57.061 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:56 smithi003 ceph-mon[163669]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:57.061 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:56 smithi003 ceph-mon[163669]: pgmap v321: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 357 B/s wr, 1 op/s 2023-09-07T07:56:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:56 smithi032 ceph-mon[138138]: from='client.34630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:56:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:56 smithi032 ceph-mon[138138]: pgmap v321: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 357 B/s wr, 1 op/s 2023-09-07T07:56:58.552 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:56:58.552 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:56:58.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:58 smithi003 ceph-mon[163669]: pgmap v322: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 357 B/s wr, 2 op/s 2023-09-07T07:56:58.940 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:56:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:58 smithi032 ceph-mon[138138]: pgmap v322: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.5 KiB/s rd, 357 B/s wr, 2 op/s 2023-09-07T07:56:59.942 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:56:59 smithi032 ceph-mon[138138]: from='client.34634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:00.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:56:59 smithi003 ceph-mon[163669]: from='client.34634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:00.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:00 smithi003 ceph-mon[163669]: pgmap v323: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 714 B/s wr, 2 op/s 2023-09-07T07:57:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:00 smithi032 ceph-mon[138138]: pgmap v323: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 714 B/s wr, 2 op/s 2023-09-07T07:57:01.466 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:01.467 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:01.865 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:02.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:02 smithi032 ceph-mon[138138]: from='client.34638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:02.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:02 smithi032 ceph-mon[138138]: pgmap v324: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 714 B/s wr, 2 op/s 2023-09-07T07:57:02.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:02 smithi003 ceph-mon[163669]: from='client.34638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:02.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:02 smithi003 ceph-mon[163669]: pgmap v324: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.6 KiB/s rd, 714 B/s wr, 2 op/s 2023-09-07T07:57:02.866 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:04.319 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:04.320 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:04.697 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:04 smithi003 ceph-mon[163669]: pgmap v325: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 614 B/s wr, 2 op/s 2023-09-07T07:57:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:04 smithi032 ceph-mon[138138]: pgmap v325: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 614 B/s wr, 2 op/s 2023-09-07T07:57:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:05.698 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:06.037 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:05 smithi003 ceph-mon[163669]: from='client.34642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:05 smithi032 ceph-mon[138138]: from='client.34642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:07.119 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:07.119 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:07.142 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:06 smithi003 ceph-mon[163669]: pgmap v326: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:57:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:06 smithi032 ceph-mon[138138]: pgmap v326: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1.4 KiB/s rd, 511 B/s wr, 2 op/s 2023-09-07T07:57:07.556 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:08.557 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:08.893 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:08 smithi003 ceph-mon[163669]: from='client.34646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:08.893 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:08 smithi003 ceph-mon[163669]: pgmap v327: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:57:09.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:08 smithi032 ceph-mon[138138]: from='client.34646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:09.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:08 smithi032 ceph-mon[138138]: pgmap v327: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 682 B/s rd, 255 B/s wr, 0 op/s 2023-09-07T07:57:09.987 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:09.987 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:10.363 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:10 smithi003 ceph-mon[163669]: pgmap v328: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:57:11.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:10 smithi032 ceph-mon[138138]: pgmap v328: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 853 B/s rd, 255 B/s wr, 1 op/s 2023-09-07T07:57:11.364 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:12.092 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:11 smithi003 ceph-mon[163669]: from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:12.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:11 smithi032 ceph-mon[138138]: from='client.34650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:12.829 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:12.829 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:13.000 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:12 smithi003 ceph-mon[163669]: pgmap v329: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:12 smithi032 ceph-mon[138138]: pgmap v329: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:13.213 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:13 smithi032 ceph-mon[138138]: from='client.34654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:13 smithi003 ceph-mon[163669]: from='client.34654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:14.214 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:14.908 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:14 smithi003 ceph-mon[163669]: pgmap v330: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:15.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:14 smithi032 ceph-mon[138138]: pgmap v330: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:15.671 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:15.671 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:16.047 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:17.048 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:17.085 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:16 smithi003 ceph-mon[163669]: from='client.34658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:17.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:16 smithi003 ceph-mon[163669]: pgmap v331: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:16 smithi032 ceph-mon[138138]: from='client.34658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:16 smithi032 ceph-mon[138138]: pgmap v331: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:18.534 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:18.535 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:18.837 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:18 smithi003 ceph-mon[163669]: pgmap v332: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:18.929 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:19.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:18 smithi032 ceph-mon[138138]: pgmap v332: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:19.929 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:19 smithi032 ceph-mon[138138]: from='client.34662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:19 smithi003 ceph-mon[163669]: from='client.34662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:20.928 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:20 smithi003 ceph-mon[163669]: pgmap v333: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:21.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:20 smithi032 ceph-mon[138138]: pgmap v333: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:21.382 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:21.382 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:21.769 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:22.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:22 smithi032 ceph-mon[138138]: from='client.34666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:22.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:22 smithi032 ceph-mon[138138]: pgmap v334: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:22.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:22 smithi003 ceph-mon[163669]: from='client.34666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:22.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:22 smithi003 ceph-mon[163669]: pgmap v334: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:22.771 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:24.208 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:24.208 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:24.574 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:24 smithi003 ceph-mon[163669]: pgmap v335: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:24 smithi032 ceph-mon[138138]: pgmap v335: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:25.575 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:25.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:25 smithi003 ceph-mon[163669]: from='client.34670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:25 smithi032 ceph-mon[138138]: from='client.34670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:26.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:26 smithi003 ceph-mon[163669]: pgmap v336: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:27.051 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:27.052 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:26 smithi032 ceph-mon[138138]: pgmap v336: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:27.428 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:28.430 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:29.090 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:28 smithi003 ceph-mon[163669]: from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:29.091 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:28 smithi003 ceph-mon[163669]: pgmap v337: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:29.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:28 smithi032 ceph-mon[138138]: from='client.34674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:29.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:28 smithi032 ceph-mon[138138]: pgmap v337: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:29.842 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:29.843 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:30.219 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:30 smithi003 ceph-mon[163669]: pgmap v338: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:30 smithi003 ceph-mon[163669]: from='client.34678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:30 smithi032 ceph-mon[138138]: pgmap v338: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:30 smithi032 ceph-mon[138138]: from='client.34678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:31.220 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:32.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:32 smithi003 ceph-mon[163669]: pgmap v339: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:32.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:32 smithi032 ceph-mon[138138]: pgmap v339: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:32.860 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:32.861 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:33.236 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:33 smithi003 ceph-mon[163669]: from='client.34682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:33.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:33 smithi032 ceph-mon[138138]: from='client.34682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:34.237 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:34.589 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:34 smithi003 ceph-mon[163669]: pgmap v340: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:34.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:34 smithi032 ceph-mon[138138]: pgmap v340: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:35.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:35.658 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:35.658 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:35.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:36.043 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:36.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:36 smithi003 ceph-mon[163669]: from='client.34686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:36.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:36 smithi003 ceph-mon[163669]: pgmap v341: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:36.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:36 smithi032 ceph-mon[138138]: from='client.34686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:36.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:36 smithi032 ceph-mon[138138]: pgmap v341: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:37.044 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:38.592 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:38.593 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:38.900 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:38 smithi003 ceph-mon[163669]: pgmap v342: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:38.985 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:38 smithi032 ceph-mon[138138]: pgmap v342: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:39.987 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:40.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:39 smithi003 ceph-mon[163669]: from='client.34690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:39 smithi032 ceph-mon[138138]: from='client.34690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:40.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:40 smithi003 ceph-mon[163669]: pgmap v343: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:40 smithi032 ceph-mon[138138]: pgmap v343: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:41.428 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:41.429 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:41.816 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:42 smithi032 ceph-mon[138138]: from='client.34694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:42 smithi032 ceph-mon[138138]: pgmap v344: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:42.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:42 smithi003 ceph-mon[163669]: from='client.34694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:42.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:42 smithi003 ceph-mon[163669]: pgmap v344: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:42.818 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:44.244 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:44.244 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:44.633 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:44.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:44 smithi003 ceph-mon[163669]: pgmap v345: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:44 smithi032 ceph-mon[138138]: pgmap v345: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:45.634 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:45.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:45 smithi003 ceph-mon[163669]: from='client.44577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:45 smithi032 ceph-mon[138138]: from='client.44577 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:46.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:46 smithi003 ceph-mon[163669]: pgmap v346: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:47.094 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:47.094 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:46 smithi032 ceph-mon[138138]: pgmap v346: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:47.474 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:48.476 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:48.810 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:48 smithi003 ceph-mon[163669]: from='client.34702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:48.811 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:48 smithi003 ceph-mon[163669]: pgmap v347: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:48 smithi032 ceph-mon[138138]: from='client.34702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:48 smithi032 ceph-mon[138138]: pgmap v347: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:49.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:49.999 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:49.999 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:57:50.373 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:50 smithi003 ceph-mon[163669]: pgmap v348: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:50 smithi032 ceph-mon[138138]: pgmap v348: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:57:51.374 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:52.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:51 smithi003 ceph-mon[163669]: from='client.34706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:51 smithi032 ceph-mon[138138]: from='client.34706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:52.862 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:52.863 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:53.028 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:52 smithi003 ceph-mon[163669]: pgmap v349: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:52 smithi032 ceph-mon[138138]: pgmap v349: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:53.248 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:53 smithi032 ceph-mon[138138]: from='client.34710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:54.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:53 smithi003 ceph-mon[163669]: from='client.34710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:54.249 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:54 smithi003 ceph-mon[163669]: pgmap v350: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:57:54.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:57:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:57:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:57:54.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:54 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:57:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:54 smithi032 ceph-mon[138138]: pgmap v350: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:57:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:57:55.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:57:55.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:57:55.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:57:55.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:54 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:57:55.711 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:55.711 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:56.022 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:55 smithi003 ceph-mon[163669]: pgmap v351: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T07:57:56.023 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:55 smithi003 ceph-mon[163669]: pgmap v352: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T07:57:56.090 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:55 smithi032 ceph-mon[138138]: pgmap v351: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T07:57:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:55 smithi032 ceph-mon[138138]: pgmap v352: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T07:57:57.092 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:57:57.128 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:56 smithi003 ceph-mon[163669]: from='client.34714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:56 smithi032 ceph-mon[138138]: from='client.34714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:57:58.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:57 smithi032 ceph-mon[138138]: pgmap v353: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T07:57:58.171 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:57 smithi003 ceph-mon[163669]: pgmap v353: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T07:57:58.604 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:57:58.605 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:57:58.933 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:57:59.935 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:59 smithi032 ceph-mon[138138]: pgmap v354: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T07:58:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:57:59 smithi032 ceph-mon[138138]: from='client.34718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:00.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:59 smithi003 ceph-mon[163669]: pgmap v354: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T07:58:00.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:57:59 smithi003 ceph-mon[163669]: from='client.34718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:01.387 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:01.388 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:01.764 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:01.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:01 smithi003 ceph-mon[163669]: pgmap v355: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T07:58:02.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:01 smithi032 ceph-mon[138138]: pgmap v355: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T07:58:02.765 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:03.116 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:02 smithi003 ceph-mon[163669]: from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:03.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:02 smithi032 ceph-mon[138138]: from='client.34722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:04.016 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T07:58:04.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:03 smithi032 ceph-mon[138138]: pgmap v356: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T07:58:04.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:03 smithi003 ceph-mon[163669]: pgmap v356: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T07:58:04.212 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:04.213 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:04.583 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:05.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:05.584 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:05 smithi003 ceph-mon[163669]: from='client.34726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:05 smithi003 ceph-mon[163669]: pgmap v357: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T07:58:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:05 smithi032 ceph-mon[138138]: from='client.34726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:05 smithi032 ceph-mon[138138]: pgmap v357: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T07:58:07.125 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:07.125 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:07 smithi003 ceph-mon[163669]: pgmap v358: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:07.504 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:07.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:07 smithi032 ceph-mon[138138]: pgmap v358: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:08.505 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:08.544 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:08 smithi003 ceph-mon[163669]: from='client.34730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:08.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:08 smithi032 ceph-mon[138138]: from='client.34730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:09.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:09 smithi003 ceph-mon[163669]: pgmap v359: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:09.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:09 smithi032 ceph-mon[138138]: pgmap v359: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:09.952 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:09.953 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:10.320 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:11.322 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:11.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:11 smithi032 ceph-mon[138138]: from='client.34734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:11.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:11 smithi032 ceph-mon[138138]: pgmap v360: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:11.659 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:11 smithi003 ceph-mon[163669]: from='client.34734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:11.659 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:11 smithi003 ceph-mon[163669]: pgmap v360: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:12.751 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:12.751 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:13.136 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:13.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:13 smithi032 ceph-mon[138138]: pgmap v361: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:13.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:13 smithi032 ceph-mon[138138]: from='client.34738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:13.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:13 smithi003 ceph-mon[163669]: pgmap v361: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:13.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:13 smithi003 ceph-mon[163669]: from='client.34738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:14.137 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:15.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:15 smithi003 ceph-mon[163669]: pgmap v362: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:15.600 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:15.600 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:15.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:15 smithi032 ceph-mon[138138]: pgmap v362: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:15.978 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:16.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:16 smithi032 ceph-mon[138138]: from='client.34742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:16.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:16 smithi003 ceph-mon[163669]: from='client.34742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:16.979 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:17.649 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:17 smithi003 ceph-mon[163669]: pgmap v363: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:17.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:17 smithi032 ceph-mon[138138]: pgmap v363: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:18.435 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:18.435 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:18.775 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:19 smithi032 ceph-mon[138138]: pgmap v364: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:19 smithi032 ceph-mon[138138]: from='client.34746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:19.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:19 smithi003 ceph-mon[163669]: pgmap v364: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:19.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:19 smithi003 ceph-mon[163669]: from='client.34746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:19.777 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:20.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:20.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:21.212 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:21.212 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:21.536 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:21 smithi003 ceph-mon[163669]: pgmap v365: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:21.619 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:21.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:21 smithi032 ceph-mon[138138]: pgmap v365: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:22.620 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:22.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:22 smithi032 ceph-mon[138138]: from='client.34750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:22.657 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:22 smithi003 ceph-mon[163669]: from='client.34750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:23.634 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:23 smithi003 ceph-mon[163669]: pgmap v366: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:23.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:23 smithi032 ceph-mon[138138]: pgmap v366: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:24.070 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:24.070 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:24.452 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:25.454 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:25.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:25 smithi032 ceph-mon[138138]: from='client.34754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:25.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:25 smithi032 ceph-mon[138138]: pgmap v367: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:25.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:25 smithi003 ceph-mon[163669]: from='client.34754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:25.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:25 smithi003 ceph-mon[163669]: pgmap v367: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:27.222 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:27.223 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:27.523 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:27 smithi003 ceph-mon[163669]: pgmap v368: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:27.610 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:27.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:27 smithi032 ceph-mon[138138]: pgmap v368: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:28.611 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:28.648 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:28 smithi003 ceph-mon[163669]: from='client.34758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:28.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:28 smithi032 ceph-mon[138138]: from='client.34758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:29.575 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:29 smithi003 ceph-mon[163669]: pgmap v369: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:29.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:29 smithi032 ceph-mon[138138]: pgmap v369: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:30.006 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:30.006 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:30.393 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:31.394 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:31.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:31 smithi032 ceph-mon[138138]: from='client.34762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:31.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:31 smithi032 ceph-mon[138138]: pgmap v370: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:31.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:31 smithi003 ceph-mon[163669]: from='client.34762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:31 smithi003 ceph-mon[163669]: pgmap v370: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:32.817 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:32.817 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:33.225 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:33.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:33 smithi003 ceph-mon[163669]: pgmap v371: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:33.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:33 smithi003 ceph-mon[163669]: from='client.34766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:33.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:33 smithi032 ceph-mon[138138]: pgmap v371: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:33.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:33 smithi032 ceph-mon[138138]: from='client.34766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:34.226 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:35.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:35 smithi032 ceph-mon[138138]: pgmap v372: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:35.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:35 smithi003 ceph-mon[163669]: pgmap v372: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:35.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:35.689 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:35.689 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:36.075 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:36.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:36 smithi032 ceph-mon[138138]: from='client.34770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:36.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:36 smithi003 ceph-mon[163669]: from='client.34770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:37.077 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:37.422 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:37 smithi003 ceph-mon[163669]: pgmap v373: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:37.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:37 smithi032 ceph-mon[138138]: pgmap v373: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:38.524 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:38.525 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:38.916 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:39 smithi032 ceph-mon[138138]: pgmap v374: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:39.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:39 smithi032 ceph-mon[138138]: from='client.34774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:39.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:39 smithi003 ceph-mon[163669]: pgmap v374: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:39.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:39 smithi003 ceph-mon[163669]: from='client.34774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:39.917 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:41.388 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:41.388 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:41.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:41 smithi032 ceph-mon[138138]: pgmap v375: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:41.674 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:41 smithi003 ceph-mon[163669]: pgmap v375: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:41.765 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:42 smithi032 ceph-mon[138138]: from='client.34778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:42.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:42 smithi003 ceph-mon[163669]: from='client.34778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:42.766 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:43.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:43 smithi032 ceph-mon[138138]: pgmap v376: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:43.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:43 smithi003 ceph-mon[163669]: pgmap v376: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:44.236 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:44.236 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:44.614 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:45.616 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:45.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:45 smithi032 ceph-mon[138138]: from='client.34782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:45.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:45 smithi032 ceph-mon[138138]: pgmap v377: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:45.654 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:45 smithi003 ceph-mon[163669]: from='client.34782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:45.654 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:45 smithi003 ceph-mon[163669]: pgmap v377: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:47.079 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:47.080 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:47.381 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:47 smithi003 ceph-mon[163669]: pgmap v378: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:47.464 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:47 smithi032 ceph-mon[138138]: pgmap v378: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:48.466 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:48.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:48 smithi032 ceph-mon[138138]: from='client.34786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:48.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:48 smithi003 ceph-mon[163669]: from='client.34786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:49.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:49 smithi003 ceph-mon[163669]: pgmap v379: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:49.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:49 smithi032 ceph-mon[138138]: pgmap v379: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:49.882 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:49.882 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:50.273 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:50.582 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:50.582 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:50 smithi003 ceph-mon[163669]: from='client.34790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:50.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:58:50.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:50 smithi032 ceph-mon[138138]: from='client.34790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:51.275 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:51.609 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:51 smithi003 ceph-mon[163669]: pgmap v380: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:51.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:51 smithi032 ceph-mon[138138]: pgmap v380: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:58:52.731 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:52.731 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:53.106 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:53.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:53 smithi032 ceph-mon[138138]: pgmap v381: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:53.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:53 smithi032 ceph-mon[138138]: from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:53.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:53 smithi003 ceph-mon[163669]: pgmap v381: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:53.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:53 smithi003 ceph-mon[163669]: from='client.34794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:54.107 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:55.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:55 smithi032 ceph-mon[138138]: pgmap v382: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:55.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:55 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:58:55.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:55 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:55.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:55 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:55.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:55 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:55.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:55 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:55.682 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:55.683 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:55.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:55 smithi003 ceph-mon[163669]: pgmap v382: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:58:55.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:55 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:58:55.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:55 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:55.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:55 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:55.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:55 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:55.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:55 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:56.056 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:56.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:58:56.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:58:56.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:56 smithi032 ceph-mon[138138]: pgmap v383: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2023-09-07T07:58:56.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:56 smithi032 ceph-mon[138138]: pgmap v384: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:58:56.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:56.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:56.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:56 smithi032 ceph-mon[138138]: from='client.34798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:56.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:58:56.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:58:56.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:56 smithi003 ceph-mon[163669]: pgmap v383: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 827 B/s rd, 0 op/s 2023-09-07T07:58:56.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:56 smithi003 ceph-mon[163669]: pgmap v384: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:58:56.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:56.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:58:56.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:56 smithi003 ceph-mon[163669]: from='client.34798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:57.056 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:58.555 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:58:58.555 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:58:58.797 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:58 smithi003 ceph-mon[163669]: pgmap v385: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:58:58.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:58 smithi032 ceph-mon[138138]: pgmap v385: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:58:58.922 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:58:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:58:59 smithi032 ceph-mon[138138]: from='client.34802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:58:59.923 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:58:59.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:58:59 smithi003 ceph-mon[163669]: from='client.34802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:00.584 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:00 smithi003 ceph-mon[163669]: pgmap v386: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 336 B/s rd, 0 op/s 2023-09-07T07:59:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:00 smithi032 ceph-mon[138138]: pgmap v386: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 336 B/s rd, 0 op/s 2023-09-07T07:59:01.312 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:01.313 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:01.713 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:02.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:02 smithi032 ceph-mon[138138]: from='client.34806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:02.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:02 smithi032 ceph-mon[138138]: pgmap v387: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:59:02.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:02 smithi003 ceph-mon[163669]: from='client.34806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:02 smithi003 ceph-mon[163669]: pgmap v387: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:59:02.714 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:04.178 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:04.179 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:04.562 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:04 smithi032 ceph-mon[138138]: pgmap v388: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:59:04.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:04 smithi003 ceph-mon[163669]: pgmap v388: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 672 B/s rd, 0 op/s 2023-09-07T07:59:05.564 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:05 smithi032 ceph-mon[138138]: from='client.34810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:05.924 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:05 smithi003 ceph-mon[163669]: from='client.34810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:05.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:06.595 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:06 smithi003 ceph-mon[163669]: pgmap v389: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T07:59:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:06 smithi032 ceph-mon[138138]: pgmap v389: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T07:59:07.024 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:07.025 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:07.403 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:08.404 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:08.748 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:08 smithi003 ceph-mon[163669]: from='client.34814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:08.748 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:08 smithi003 ceph-mon[163669]: pgmap v390: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:08 smithi032 ceph-mon[138138]: from='client.34814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:08 smithi032 ceph-mon[138138]: pgmap v390: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:09.825 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:09.825 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:10.166 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:10 smithi032 ceph-mon[138138]: pgmap v391: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:10 smithi032 ceph-mon[138138]: from='client.34818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:10 smithi003 ceph-mon[163669]: pgmap v391: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:10 smithi003 ceph-mon[163669]: from='client.34818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:11.167 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:12.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:12 smithi032 ceph-mon[138138]: pgmap v392: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:12.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:12 smithi003 ceph-mon[163669]: pgmap v392: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:12.700 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:12.700 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:13.078 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:13.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:13 smithi003 ceph-mon[163669]: from='client.34822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:13.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:13 smithi032 ceph-mon[138138]: from='client.34822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:14.080 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:14.423 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:14 smithi003 ceph-mon[163669]: pgmap v393: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:14.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:14 smithi032 ceph-mon[138138]: pgmap v393: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:15.553 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:15.554 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:15.944 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:16 smithi032 ceph-mon[138138]: pgmap v394: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:16 smithi032 ceph-mon[138138]: from='client.34826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:16.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:16 smithi003 ceph-mon[163669]: pgmap v394: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:16.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:16 smithi003 ceph-mon[163669]: from='client.34826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:16.944 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:18.344 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:18.344 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:18.643 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:18 smithi003 ceph-mon[163669]: pgmap v395: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:18.728 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:18 smithi032 ceph-mon[138138]: pgmap v395: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:19.729 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:19.766 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:19 smithi003 ceph-mon[163669]: from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:19 smithi032 ceph-mon[138138]: from='client.34830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:20 smithi032 ceph-mon[138138]: pgmap v396: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:20.917 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:20 smithi003 ceph-mon[163669]: pgmap v396: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:20.918 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:21.354 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:21.355 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:21.742 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:22.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:22 smithi032 ceph-mon[138138]: from='client.34834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:22.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:22 smithi032 ceph-mon[138138]: pgmap v397: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:22.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:22 smithi003 ceph-mon[163669]: from='client.34834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:22.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:22 smithi003 ceph-mon[163669]: pgmap v397: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:22.743 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:24.196 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:24.196 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:24.576 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:24 smithi032 ceph-mon[138138]: pgmap v398: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:24 smithi003 ceph-mon[163669]: pgmap v398: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:25.577 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:25.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:25 smithi032 ceph-mon[138138]: from='client.34838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:25.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:25 smithi003 ceph-mon[163669]: from='client.34838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:26.682 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:26 smithi003 ceph-mon[163669]: pgmap v399: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:26 smithi032 ceph-mon[138138]: pgmap v399: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:27.126 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:27.126 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:27.509 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:28.511 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:28.853 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:28 smithi003 ceph-mon[163669]: from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:28.853 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:28 smithi003 ceph-mon[163669]: pgmap v400: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:28 smithi032 ceph-mon[138138]: from='client.34842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:28 smithi032 ceph-mon[138138]: pgmap v400: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:29.938 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:29.938 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:30.316 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:30.582 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:30 smithi003 ceph-mon[163669]: pgmap v401: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:30.803 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:30 smithi032 ceph-mon[138138]: pgmap v401: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:31.318 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:31.662 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:31 smithi003 ceph-mon[163669]: from='client.34846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:31 smithi032 ceph-mon[138138]: from='client.34846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:32.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:32 smithi003 ceph-mon[163669]: pgmap v402: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:32.760 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:32.761 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:32 smithi032 ceph-mon[138138]: pgmap v402: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:33.150 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:33 smithi032 ceph-mon[138138]: from='client.34850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:33.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:33 smithi003 ceph-mon[163669]: from='client.34850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:34.152 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:34 smithi032 ceph-mon[138138]: pgmap v403: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:34.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:34 smithi003 ceph-mon[163669]: pgmap v403: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:35.718 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:35.718 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:35.878 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:36.098 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:36 smithi032 ceph-mon[138138]: pgmap v404: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:59:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:36 smithi032 ceph-mon[138138]: from='client.34854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:36.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:36 smithi003 ceph-mon[163669]: pgmap v404: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:59:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:36 smithi003 ceph-mon[163669]: from='client.34854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:37.100 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:38.554 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:38.555 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:38.824 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:38 smithi003 ceph-mon[163669]: pgmap v405: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:38 smithi032 ceph-mon[138138]: pgmap v405: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:38.965 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:39 smithi032 ceph-mon[138138]: from='client.34858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:39.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:39 smithi003 ceph-mon[163669]: from='client.34858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:39.966 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:40.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:40 smithi003 ceph-mon[163669]: pgmap v406: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:40 smithi032 ceph-mon[138138]: pgmap v406: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:41.449 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:41.449 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:41.848 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:42 smithi032 ceph-mon[138138]: from='client.34862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:42.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:42 smithi032 ceph-mon[138138]: pgmap v407: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:59:42.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:42 smithi003 ceph-mon[163669]: from='client.34862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:42.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:42 smithi003 ceph-mon[163669]: pgmap v407: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:59:42.849 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:44.304 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:44.304 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:44.606 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:44 smithi003 ceph-mon[163669]: pgmap v408: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:44.689 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:44 smithi032 ceph-mon[138138]: pgmap v408: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:45.690 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:45 smithi032 ceph-mon[138138]: from='client.34866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:45.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:45 smithi003 ceph-mon[163669]: from='client.34866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:46.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:46 smithi003 ceph-mon[163669]: pgmap v409: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:59:46.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:46 smithi032 ceph-mon[138138]: pgmap v409: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2023-09-07T07:59:47.109 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:47.109 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:47.489 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:48.491 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:48.833 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:48 smithi003 ceph-mon[163669]: from='client.34870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:48.833 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:48 smithi003 ceph-mon[163669]: pgmap v410: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:48 smithi032 ceph-mon[138138]: from='client.34870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:48 smithi032 ceph-mon[138138]: pgmap v410: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:49.942 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:49.942 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:50.313 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:50.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:50 smithi003 ceph-mon[163669]: pgmap v411: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:50.584 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:50 smithi032 ceph-mon[138138]: pgmap v411: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T07:59:51.314 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:51.659 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:51 smithi003 ceph-mon[163669]: from='client.34874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:51 smithi032 ceph-mon[138138]: from='client.34874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:52.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:52 smithi003 ceph-mon[163669]: pgmap v412: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:52.765 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:52.765 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:52 smithi032 ceph-mon[138138]: pgmap v412: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:53.146 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:53.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:53 smithi032 ceph-mon[138138]: from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:53 smithi003 ceph-mon[163669]: from='client.34878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:54.147 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:54.842 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:54 smithi003 ceph-mon[163669]: pgmap v413: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:54 smithi032 ceph-mon[138138]: pgmap v413: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T07:59:55.677 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:55.677 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:56.050 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:56 smithi032 ceph-mon[138138]: pgmap v414: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:59:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:56 smithi032 ceph-mon[138138]: from='client.34882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:56.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:59:56.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:59:56.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:59:56.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:59:56.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:56 smithi003 ceph-mon[163669]: pgmap v414: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T07:59:56.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T07:59:56.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:56 smithi003 ceph-mon[163669]: from='client.34882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:56.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T07:59:56.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T07:59:56.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:59:56.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T07:59:57.052 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:57.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:57 smithi003 ceph-mon[163669]: pgmap v415: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2023-09-07T07:59:57.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:57 smithi003 ceph-mon[163669]: pgmap v416: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T07:59:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:57 smithi032 ceph-mon[138138]: pgmap v415: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 573 B/s rd, 0 op/s 2023-09-07T07:59:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:57 smithi032 ceph-mon[138138]: pgmap v416: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T07:59:58.524 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T07:59:58.524 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T07:59:58.862 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T07:59:59.863 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T07:59:59.899 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:59 smithi003 ceph-mon[163669]: pgmap v417: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T07:59:59.899 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 07:59:59 smithi003 ceph-mon[163669]: from='client.34886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T07:59:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:59 smithi032 ceph-mon[138138]: pgmap v417: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T07:59:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 07:59:59 smithi032 ceph-mon[138138]: from='client.34886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:00 smithi032 ceph-mon[138138]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T08:00:00.920 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:00 smithi003 ceph-mon[163669]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T08:00:01.389 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:01.390 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:01.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:01 smithi003 ceph-mon[163669]: pgmap v418: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T08:00:01.723 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:01 smithi032 ceph-mon[138138]: pgmap v418: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T08:00:02.725 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:02 smithi032 ceph-mon[138138]: from='client.34890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:02.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:02 smithi003 ceph-mon[163669]: from='client.34890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:03.777 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:03 smithi003 ceph-mon[163669]: pgmap v419: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T08:00:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:03 smithi032 ceph-mon[138138]: pgmap v419: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 705 B/s rd, 0 op/s 2023-09-07T08:00:04.193 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:04.193 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:04.563 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:05.564 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:05 smithi032 ceph-mon[138138]: pgmap v420: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-09-07T08:00:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:05 smithi032 ceph-mon[138138]: from='client.34894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:05.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:05 smithi003 ceph-mon[163669]: pgmap v420: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-09-07T08:00:05.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:05 smithi003 ceph-mon[163669]: from='client.34894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:05.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:06.981 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:06.981 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:07.352 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:07 smithi032 ceph-mon[138138]: pgmap v421: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:00:07.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:07 smithi003 ceph-mon[163669]: pgmap v421: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:00:08.353 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:08.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:08 smithi003 ceph-mon[163669]: from='client.34898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:08 smithi032 ceph-mon[138138]: from='client.34898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:09.899 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:09.900 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:09 smithi032 ceph-mon[138138]: pgmap v422: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:09.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:09 smithi003 ceph-mon[163669]: pgmap v422: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:10.277 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:10 smithi032 ceph-mon[138138]: from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:10 smithi003 ceph-mon[163669]: from='client.34902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:11.278 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:11.852 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:11 smithi003 ceph-mon[163669]: pgmap v423: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:11 smithi032 ceph-mon[138138]: pgmap v423: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:12.947 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:12.947 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:13.309 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:13 smithi032 ceph-mon[138138]: pgmap v424: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:13.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:13 smithi003 ceph-mon[163669]: pgmap v424: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:14.070 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T08:00:14.310 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:14.657 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:14 smithi003 ceph-mon[163669]: from='client.34906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:14 smithi032 ceph-mon[138138]: from='client.34906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:15.776 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:15.776 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:15.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:15 smithi032 ceph-mon[138138]: pgmap v425: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:15.937 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:15 smithi003 ceph-mon[163669]: pgmap v425: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:16.151 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:16 smithi032 ceph-mon[138138]: from='client.34910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:16.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:16 smithi003 ceph-mon[163669]: from='client.34910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:17.152 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:17.821 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:17 smithi003 ceph-mon[163669]: pgmap v426: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:17.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:17 smithi032 ceph-mon[138138]: pgmap v426: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:18.554 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:18.554 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:18.926 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:19 smithi032 ceph-mon[138138]: pgmap v427: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:19 smithi032 ceph-mon[138138]: from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:19.927 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:19.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:19 smithi003 ceph-mon[163669]: pgmap v427: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:19.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:19 smithi003 ceph-mon[163669]: from='client.34914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:19.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:21.349 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:21.350 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:21.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:21 smithi003 ceph-mon[163669]: pgmap v428: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:21.717 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:21 smithi032 ceph-mon[138138]: pgmap v428: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:22.717 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:22 smithi032 ceph-mon[138138]: from='client.34918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:22 smithi003 ceph-mon[163669]: from='client.34918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:23.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:23 smithi003 ceph-mon[163669]: pgmap v429: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:23 smithi032 ceph-mon[138138]: pgmap v429: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:24.163 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:24.163 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:24.534 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:25.535 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:25.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:25 smithi003 ceph-mon[163669]: from='client.34922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:25.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:25 smithi003 ceph-mon[163669]: pgmap v430: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:25.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:25 smithi032 ceph-mon[138138]: from='client.34922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:25.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:25 smithi032 ceph-mon[138138]: pgmap v430: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:27.026 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:27.027 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:27.407 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:27 smithi032 ceph-mon[138138]: pgmap v431: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:27.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:27 smithi003 ceph-mon[163669]: pgmap v431: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:28.409 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:28.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:28 smithi003 ceph-mon[163669]: from='client.34926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:28 smithi032 ceph-mon[138138]: from='client.34926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:29.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:29 smithi032 ceph-mon[138138]: pgmap v432: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:29.926 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:29.926 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:29.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:29 smithi003 ceph-mon[163669]: pgmap v432: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:30.307 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:31.308 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:31 smithi032 ceph-mon[138138]: from='client.34930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:31 smithi032 ceph-mon[138138]: pgmap v433: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:31.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:31 smithi003 ceph-mon[163669]: from='client.34930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:31.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:31 smithi003 ceph-mon[163669]: pgmap v433: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:32.823 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:32.824 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:33.231 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:33 smithi032 ceph-mon[138138]: pgmap v434: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:33 smithi032 ceph-mon[138138]: from='client.34934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:33.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:33 smithi003 ceph-mon[163669]: pgmap v434: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:33.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:33 smithi003 ceph-mon[163669]: from='client.34934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:34.232 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:34.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:35.698 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:35.698 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:35 smithi032 ceph-mon[138138]: pgmap v435: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:35.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:35 smithi003 ceph-mon[163669]: pgmap v435: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:36.089 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:36 smithi032 ceph-mon[138138]: from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:36.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:36 smithi003 ceph-mon[163669]: from='client.34938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:37.090 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:37.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:37 smithi003 ceph-mon[163669]: pgmap v436: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:37 smithi032 ceph-mon[138138]: pgmap v436: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:38.543 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:38.543 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:38.914 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:39 smithi032 ceph-mon[138138]: pgmap v437: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:39 smithi032 ceph-mon[138138]: from='client.34942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:39.915 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:39.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:39 smithi003 ceph-mon[163669]: pgmap v437: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:39.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:39 smithi003 ceph-mon[163669]: from='client.34942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:41.325 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:41.326 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:41.696 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:41 smithi032 ceph-mon[138138]: pgmap v438: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:41.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:41 smithi003 ceph-mon[163669]: pgmap v438: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:42.698 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:42 smithi032 ceph-mon[138138]: from='client.34946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:42.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:42 smithi003 ceph-mon[163669]: from='client.34946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:43.670 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:43 smithi003 ceph-mon[163669]: pgmap v439: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:43.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:43 smithi032 ceph-mon[138138]: pgmap v439: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:44.102 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:44.103 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:44.513 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:45.514 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:45.866 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:45 smithi003 ceph-mon[163669]: from='client.34950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:45.867 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:45 smithi003 ceph-mon[163669]: pgmap v440: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:45 smithi032 ceph-mon[138138]: from='client.34950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:45 smithi032 ceph-mon[138138]: pgmap v440: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:46.981 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:46.982 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:47.355 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:47.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:47 smithi003 ceph-mon[163669]: pgmap v441: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:48.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:47 smithi032 ceph-mon[138138]: pgmap v441: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:48.356 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:48.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:48 smithi003 ceph-mon[163669]: from='client.34954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:48 smithi032 ceph-mon[138138]: from='client.34954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:49.797 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:49.797 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:49 smithi003 ceph-mon[163669]: pgmap v442: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:49 smithi032 ceph-mon[138138]: pgmap v442: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:00:50.170 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:50 smithi003 ceph-mon[163669]: from='client.34958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:50 smithi032 ceph-mon[138138]: from='client.34958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:51.171 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:51.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:51 smithi003 ceph-mon[163669]: pgmap v443: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:51 smithi032 ceph-mon[138138]: pgmap v443: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:52.614 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:52.614 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:52.995 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:53 smithi003 ceph-mon[163669]: pgmap v444: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:53.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:53 smithi003 ceph-mon[163669]: from='client.34962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:53.996 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:53 smithi032 ceph-mon[138138]: pgmap v444: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:53 smithi032 ceph-mon[138138]: from='client.34962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:55.423 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:55.424 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:55.757 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:55 smithi003 ceph-mon[163669]: pgmap v445: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:55.811 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:55 smithi032 ceph-mon[138138]: pgmap v445: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:00:56.813 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:56.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:56 smithi003 ceph-mon[163669]: from='client.34966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:56.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:56 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:00:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:56 smithi032 ceph-mon[138138]: from='client.34966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:56 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:00:57.793 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:57 smithi003 ceph-mon[163669]: pgmap v446: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:57.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:00:57.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:00:57.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:57 smithi003 ceph-mon[163669]: pgmap v447: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:00:57.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:57 smithi003 ceph-mon[163669]: pgmap v448: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:00:57.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:00:57.795 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:00:58.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:57 smithi032 ceph-mon[138138]: pgmap v446: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:00:58.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:00:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:00:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:57 smithi032 ceph-mon[138138]: pgmap v447: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:00:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:57 smithi032 ceph-mon[138138]: pgmap v448: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:00:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:00:58.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:00:58.215 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:00:58.215 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:00:58.578 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:00:59.579 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:00:59.931 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:59 smithi003 ceph-mon[163669]: from='client.34970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:00:59.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:00:59 smithi003 ceph-mon[163669]: pgmap v449: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T08:01:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:59 smithi032 ceph-mon[138138]: from='client.34970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:00:59 smithi032 ceph-mon[138138]: pgmap v449: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T08:01:01.009 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:01.009 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:01.444 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:02.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:01 smithi032 ceph-mon[138138]: pgmap v450: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:01:02.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:01 smithi003 ceph-mon[163669]: pgmap v450: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:01:02.445 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:03.148 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:02 smithi003 ceph-mon[163669]: from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:03.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:02 smithi032 ceph-mon[138138]: from='client.34974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:03.958 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:03.959 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:04.139 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:03 smithi003 ceph-mon[163669]: pgmap v451: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:01:04.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:03 smithi032 ceph-mon[138138]: pgmap v451: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:01:04.336 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:05.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:05.337 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:06.149 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:05 smithi003 ceph-mon[163669]: from='client.34978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:06.150 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:05 smithi003 ceph-mon[163669]: pgmap v452: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:01:06.152 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:05 smithi032 ceph-mon[138138]: from='client.34978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:05 smithi032 ceph-mon[138138]: pgmap v452: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:01:07.062 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:07.062 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:07.434 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:07 smithi003 ceph-mon[163669]: pgmap v453: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:01:07.443 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:07.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:07 smithi032 ceph-mon[138138]: pgmap v453: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:01:08.444 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:08.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:08 smithi032 ceph-mon[138138]: from='client.34982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:08.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:08 smithi003 ceph-mon[163669]: from='client.34982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:09.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:09 smithi003 ceph-mon[163669]: pgmap v454: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:09.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:09 smithi032 ceph-mon[138138]: pgmap v454: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:09.820 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:09.820 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:10.192 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:10.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:10 smithi003 ceph-mon[163669]: from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:10.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:10 smithi032 ceph-mon[138138]: from='client.34986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:11.193 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:11.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:11 smithi003 ceph-mon[163669]: pgmap v455: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:11.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:11 smithi032 ceph-mon[138138]: pgmap v455: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:12.580 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:12.581 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:12.958 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:13.959 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:13 smithi032 ceph-mon[138138]: from='client.34990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:13 smithi032 ceph-mon[138138]: pgmap v456: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:14.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:13 smithi003 ceph-mon[163669]: from='client.34990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:14.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:13 smithi003 ceph-mon[163669]: pgmap v456: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:15.447 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:15.448 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:15.834 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:16.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:15 smithi032 ceph-mon[138138]: pgmap v457: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:16.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:15 smithi003 ceph-mon[163669]: pgmap v457: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:16.835 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:16 smithi032 ceph-mon[138138]: from='client.34994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:17.177 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:16 smithi003 ceph-mon[163669]: from='client.34994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:17 smithi032 ceph-mon[138138]: pgmap v458: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:18.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:17 smithi003 ceph-mon[163669]: pgmap v458: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:18.322 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:18.322 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:18.701 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:19.702 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:20.044 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:19 smithi003 ceph-mon[163669]: from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:20.045 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:19 smithi003 ceph-mon[163669]: pgmap v459: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:20.045 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:19 smithi032 ceph-mon[138138]: from='client.34998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:20.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:19 smithi032 ceph-mon[138138]: pgmap v459: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:20.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:21.090 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:21.090 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:21.491 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:22.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:21 smithi032 ceph-mon[138138]: pgmap v460: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:22.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:21 smithi003 ceph-mon[163669]: pgmap v460: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:22.493 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:23.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:22 smithi032 ceph-mon[138138]: from='client.35002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:23.169 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:22 smithi003 ceph-mon[163669]: from='client.35002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:23.907 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:23.907 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:24.136 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:23 smithi003 ceph-mon[163669]: pgmap v461: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:24.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:23 smithi032 ceph-mon[138138]: pgmap v461: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:24.290 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:24 smithi032 ceph-mon[138138]: from='client.35006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:25.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:24 smithi003 ceph-mon[163669]: from='client.35006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:25.292 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:25.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:25 smithi003 ceph-mon[163669]: pgmap v462: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:25 smithi032 ceph-mon[138138]: pgmap v462: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:26.804 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:26.805 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:27.182 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:27 smithi003 ceph-mon[163669]: pgmap v463: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:27.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:27 smithi003 ceph-mon[163669]: from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:27.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:27 smithi032 ceph-mon[138138]: pgmap v463: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:27.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:27 smithi032 ceph-mon[138138]: from='client.35010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:28.183 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:29.639 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:29.640 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:29.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:29 smithi003 ceph-mon[163669]: pgmap v464: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:30.023 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:30.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:29 smithi032 ceph-mon[138138]: pgmap v464: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:31.024 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:30 smithi032 ceph-mon[138138]: from='client.35014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:31.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:30 smithi003 ceph-mon[163669]: from='client.35014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:32.047 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:31 smithi003 ceph-mon[163669]: pgmap v465: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:32.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:31 smithi032 ceph-mon[138138]: pgmap v465: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:32.483 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:32.484 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:32.865 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:33.866 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:33 smithi032 ceph-mon[138138]: from='client.35018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:33 smithi032 ceph-mon[138138]: pgmap v466: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:33 smithi003 ceph-mon[163669]: from='client.35018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:34.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:33 smithi003 ceph-mon[163669]: pgmap v466: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:35.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:35.323 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:35.323 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:35.707 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:36.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:35 smithi032 ceph-mon[138138]: pgmap v467: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:36.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:35 smithi003 ceph-mon[163669]: pgmap v467: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:36.708 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:37.049 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:36 smithi003 ceph-mon[163669]: from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:37.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:36 smithi032 ceph-mon[138138]: from='client.35022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:38.136 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:38.137 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:38.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:37 smithi032 ceph-mon[138138]: pgmap v468: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:38.159 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:37 smithi003 ceph-mon[163669]: pgmap v468: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:38.539 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:39.541 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:39 smithi032 ceph-mon[138138]: from='client.35026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:39 smithi032 ceph-mon[138138]: pgmap v469: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:40.175 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:39 smithi003 ceph-mon[163669]: from='client.35026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:40.176 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:39 smithi003 ceph-mon[163669]: pgmap v469: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:40.941 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:40.942 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:41.305 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:41 smithi032 ceph-mon[138138]: pgmap v470: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:42.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:41 smithi003 ceph-mon[163669]: pgmap v470: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:42.306 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:42.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:42 smithi003 ceph-mon[163669]: from='client.35030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:42 smithi032 ceph-mon[138138]: from='client.35030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:43.743 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:43.744 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:44.045 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:43 smithi003 ceph-mon[163669]: pgmap v471: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:44.139 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:43 smithi032 ceph-mon[138138]: pgmap v471: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:45.140 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:44 smithi032 ceph-mon[138138]: from='client.35034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:45.177 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:44 smithi003 ceph-mon[163669]: from='client.35034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:46.130 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:45 smithi003 ceph-mon[163669]: pgmap v472: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:45 smithi032 ceph-mon[138138]: pgmap v472: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:46.544 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:46.545 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:46.920 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:47 smithi032 ceph-mon[138138]: from='client.35038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:47.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:47 smithi032 ceph-mon[138138]: pgmap v473: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:47.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:47 smithi003 ceph-mon[163669]: from='client.35038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:47.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:47 smithi003 ceph-mon[163669]: pgmap v473: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:47.921 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:49.368 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:49.368 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:49.720 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:49 smithi003 ceph-mon[163669]: pgmap v474: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:49.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:49 smithi032 ceph-mon[138138]: pgmap v474: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:01:50.721 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:51.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:50 smithi003 ceph-mon[163669]: from='client.35042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:50 smithi032 ceph-mon[138138]: from='client.35042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:51 smithi032 ceph-mon[138138]: pgmap v475: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:52.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:51 smithi003 ceph-mon[163669]: pgmap v475: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:52.201 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:52.201 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:52.586 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:53.587 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:53.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:53 smithi003 ceph-mon[163669]: from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:53.925 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:53 smithi003 ceph-mon[163669]: pgmap v476: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:53 smithi032 ceph-mon[138138]: from='client.35046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:53 smithi032 ceph-mon[138138]: pgmap v476: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:55.047 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:55.047 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:55.461 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:55 smithi032 ceph-mon[138138]: pgmap v477: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:56.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:55 smithi003 ceph-mon[163669]: pgmap v477: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:01:56.462 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:01:57.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:56 smithi003 ceph-mon[163669]: from='client.35050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:56 smithi032 ceph-mon[138138]: from='client.35050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:57.864 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:01:57.865 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:01:58.152 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:57 smithi003 ceph-mon[163669]: pgmap v478: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:58.152 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:01:58.152 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:01:58.153 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:01:58.153 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:01:58.153 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:57 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:01:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:57 smithi032 ceph-mon[138138]: pgmap v478: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:01:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:01:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:01:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:01:58.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:01:58.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:57 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:01:58.243 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:01:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:58 smithi032 ceph-mon[138138]: pgmap v479: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 576 B/s rd, 0 op/s 2023-09-07T08:01:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:58 smithi032 ceph-mon[138138]: pgmap v480: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-09-07T08:01:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:01:58 smithi032 ceph-mon[138138]: from='client.35054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:59.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:58 smithi003 ceph-mon[163669]: pgmap v479: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 576 B/s rd, 0 op/s 2023-09-07T08:01:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:58 smithi003 ceph-mon[163669]: pgmap v480: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-09-07T08:01:59.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:01:58 smithi003 ceph-mon[163669]: from='client.35054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:01:59.244 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:00.952 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:00.953 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:00 smithi032 ceph-mon[138138]: pgmap v481: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 355 B/s rd, 0 op/s 2023-09-07T08:02:01.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:00 smithi003 ceph-mon[163669]: pgmap v481: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 355 B/s rd, 0 op/s 2023-09-07T08:02:01.343 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:02.345 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:02.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:02 smithi032 ceph-mon[138138]: from='client.35058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:02.654 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:02 smithi032 ceph-mon[138138]: pgmap v482: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-09-07T08:02:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:02 smithi003 ceph-mon[163669]: from='client.35058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:02.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:02 smithi003 ceph-mon[163669]: pgmap v482: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-09-07T08:02:03.806 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:03.807 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:04.175 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:04 smithi032 ceph-mon[138138]: pgmap v483: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 355 B/s rd, 0 op/s 2023-09-07T08:02:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:04 smithi032 ceph-mon[138138]: from='client.35062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:04.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:04 smithi003 ceph-mon[163669]: pgmap v483: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 355 B/s rd, 0 op/s 2023-09-07T08:02:04.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:04 smithi003 ceph-mon[163669]: from='client.35062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:05.177 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:05.507 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:06.613 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:06.613 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:06.797 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:06 smithi003 ceph-mon[163669]: pgmap v484: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-09-07T08:02:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:06 smithi032 ceph-mon[138138]: pgmap v484: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 710 B/s rd, 0 op/s 2023-09-07T08:02:06.992 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:07 smithi032 ceph-mon[138138]: from='client.35066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:07.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:07 smithi003 ceph-mon[163669]: from='client.35066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:07.993 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:08.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:08 smithi003 ceph-mon[163669]: pgmap v485: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:02:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:08 smithi032 ceph-mon[138138]: pgmap v485: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:02:09.495 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:09.495 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:09.826 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:10.827 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:10.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:10 smithi003 ceph-mon[163669]: pgmap v486: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:10.864 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:10 smithi003 ceph-mon[163669]: from='client.35070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:10 smithi032 ceph-mon[138138]: pgmap v486: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:10 smithi032 ceph-mon[138138]: from='client.35070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:12.239 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:12.239 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:12.532 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:12 smithi003 ceph-mon[163669]: pgmap v487: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:12.601 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:12.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:12 smithi032 ceph-mon[138138]: pgmap v487: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:13.602 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:13.639 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:13 smithi003 ceph-mon[163669]: from='client.35074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:13.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:13 smithi032 ceph-mon[138138]: from='client.35074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:14.615 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:14 smithi003 ceph-mon[163669]: pgmap v488: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:14.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:14 smithi032 ceph-mon[138138]: pgmap v488: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:15.069 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:15.070 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:15.439 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:16.441 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:16.794 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:16 smithi003 ceph-mon[163669]: from='client.35078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:16.795 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:16 smithi003 ceph-mon[163669]: pgmap v489: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:16 smithi032 ceph-mon[138138]: from='client.35078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:16 smithi032 ceph-mon[138138]: pgmap v489: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:17.931 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:17.931 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:18.306 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:18 smithi032 ceph-mon[138138]: pgmap v490: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:18 smithi032 ceph-mon[138138]: from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:18.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:18 smithi003 ceph-mon[163669]: pgmap v490: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:18.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:18 smithi003 ceph-mon[163669]: from='client.35082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:19.307 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:20.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:20 smithi003 ceph-mon[163669]: pgmap v491: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:20.584 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:20.764 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:20.765 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:20 smithi032 ceph-mon[138138]: pgmap v491: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:21.148 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:21 smithi032 ceph-mon[138138]: from='client.35086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:21.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:21 smithi003 ceph-mon[163669]: from='client.35086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:22.149 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:22.835 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:22 smithi003 ceph-mon[163669]: pgmap v492: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:22 smithi032 ceph-mon[138138]: pgmap v492: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:23.616 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:23.617 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:24.014 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:24.127 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T08:02:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:24 smithi032 ceph-mon[138138]: pgmap v493: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:24 smithi032 ceph-mon[138138]: from='client.35090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:24 smithi003 ceph-mon[163669]: pgmap v493: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:24.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:24 smithi003 ceph-mon[163669]: from='client.35090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:25.015 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:26.660 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:26.660 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:26.817 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:26 smithi003 ceph-mon[163669]: pgmap v494: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:26 smithi032 ceph-mon[138138]: pgmap v494: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:26.988 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:27 smithi032 ceph-mon[138138]: from='client.35094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:27.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:27 smithi003 ceph-mon[163669]: from='client.35094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:27.990 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:28.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:28 smithi003 ceph-mon[163669]: pgmap v495: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:28 smithi032 ceph-mon[138138]: pgmap v495: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:29.506 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:29.506 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:29.897 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:30.898 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:30 smithi032 ceph-mon[138138]: pgmap v496: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:30 smithi032 ceph-mon[138138]: from='client.35098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:30 smithi003 ceph-mon[163669]: pgmap v496: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:30 smithi003 ceph-mon[163669]: from='client.35098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:32.359 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:32.360 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:32.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:32 smithi032 ceph-mon[138138]: pgmap v497: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:32.655 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:32 smithi003 ceph-mon[163669]: pgmap v497: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:32.746 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:33.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:33 smithi032 ceph-mon[138138]: from='client.35102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:33.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:33 smithi003 ceph-mon[163669]: from='client.35102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:33.747 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:34.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:34 smithi032 ceph-mon[138138]: pgmap v498: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:34.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:34 smithi003 ceph-mon[163669]: pgmap v498: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:35.210 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:35.210 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:35.546 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:35.593 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:35.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:36.595 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:36.632 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:36 smithi003 ceph-mon[163669]: from='client.35106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:36.633 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:36 smithi003 ceph-mon[163669]: pgmap v499: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:36.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:36 smithi032 ceph-mon[138138]: from='client.35106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:36.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:36 smithi032 ceph-mon[138138]: pgmap v499: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:38.051 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:38.051 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:38.444 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:38.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:38 smithi003 ceph-mon[163669]: pgmap v500: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:38 smithi032 ceph-mon[138138]: pgmap v500: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:39.445 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:39.791 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:39 smithi003 ceph-mon[163669]: from='client.35110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:39 smithi032 ceph-mon[138138]: from='client.35110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:40.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:40 smithi003 ceph-mon[163669]: pgmap v501: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:40.804 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:40.804 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:40 smithi032 ceph-mon[138138]: pgmap v501: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:41.186 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:41 smithi032 ceph-mon[138138]: from='client.35114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:41.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:41 smithi003 ceph-mon[163669]: from='client.35114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:42.187 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:42.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:42 smithi003 ceph-mon[163669]: pgmap v502: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:42 smithi032 ceph-mon[138138]: pgmap v502: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:43.638 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:43.638 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:44.028 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:44 smithi032 ceph-mon[138138]: pgmap v503: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:44 smithi032 ceph-mon[138138]: from='client.35118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:44.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:44 smithi003 ceph-mon[163669]: pgmap v503: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:44.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:44 smithi003 ceph-mon[163669]: from='client.35118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:45.029 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:46.500 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:46.501 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:46.802 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:46 smithi003 ceph-mon[163669]: pgmap v504: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:46.893 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:46.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:46 smithi032 ceph-mon[138138]: pgmap v504: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:47.895 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:47 smithi032 ceph-mon[138138]: from='client.35122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:47.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:47 smithi003 ceph-mon[163669]: from='client.35122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:48 smithi032 ceph-mon[138138]: pgmap v505: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:48.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:48 smithi003 ceph-mon[163669]: pgmap v505: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:49.401 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:49.402 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:49.801 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:50.802 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:50.840 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:50 smithi003 ceph-mon[163669]: from='client.35126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:50.840 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:50 smithi003 ceph-mon[163669]: pgmap v506: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:50.840 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:50 smithi032 ceph-mon[138138]: from='client.35126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:50 smithi032 ceph-mon[138138]: pgmap v506: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:02:52.210 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:52.211 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:52.582 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:52 smithi003 ceph-mon[163669]: pgmap v507: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:52.584 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:52.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:52 smithi032 ceph-mon[138138]: pgmap v507: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:53.586 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:53.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:53 smithi003 ceph-mon[163669]: from='client.35130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:53.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:53 smithi032 ceph-mon[138138]: from='client.35130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:54.574 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:54 smithi003 ceph-mon[163669]: pgmap v508: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:54.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:54 smithi032 ceph-mon[138138]: pgmap v508: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:55.041 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:55.041 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:55.417 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:56.419 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:56.771 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:56 smithi003 ceph-mon[163669]: from='client.35134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:56.772 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:56 smithi003 ceph-mon[163669]: pgmap v509: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:56.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:56 smithi032 ceph-mon[138138]: from='client.35134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:56.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:56 smithi032 ceph-mon[138138]: pgmap v509: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:02:57.918 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:02:57.918 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:02:58.292 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:02:58.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:58 smithi003 ceph-mon[163669]: pgmap v510: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:58.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:58 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:02:58.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:58 smithi003 ceph-mon[163669]: from='client.35138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:58.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:58 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:02:58.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:58 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:02:58.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:58 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:02:58.688 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:58 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:02:58.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:58 smithi032 ceph-mon[138138]: pgmap v510: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:02:58.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:58 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:02:58.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:58 smithi032 ceph-mon[138138]: from='client.35138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:02:58.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:58 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:02:58.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:58 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:02:58.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:58 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:02:58.906 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:58 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:02:59.293 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:02:59.655 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:59 smithi003 ceph-mon[163669]: pgmap v511: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2023-09-07T08:02:59.655 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:02:59 smithi003 ceph-mon[163669]: pgmap v512: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:02:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:59 smithi032 ceph-mon[138138]: pgmap v511: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 578 B/s rd, 0 op/s 2023-09-07T08:02:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:02:59 smithi032 ceph-mon[138138]: pgmap v512: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:03:00.694 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:00.694 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:01.100 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:01 smithi032 ceph-mon[138138]: pgmap v513: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:03:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:01 smithi032 ceph-mon[138138]: from='client.35142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:01.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:01 smithi003 ceph-mon[163669]: pgmap v513: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:03:01.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:01 smithi003 ceph-mon[163669]: from='client.35142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:02.101 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:03.523 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:03.524 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:03.783 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:03 smithi003 ceph-mon[163669]: pgmap v514: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:03:03.900 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:03 smithi032 ceph-mon[138138]: pgmap v514: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:03:04.901 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:04 smithi032 ceph-mon[138138]: from='client.35146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:04.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:04 smithi003 ceph-mon[163669]: from='client.35146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:05 smithi032 ceph-mon[138138]: pgmap v515: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:03:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:05 smithi003 ceph-mon[163669]: pgmap v515: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:03:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:06.384 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:06.385 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:06.774 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:07.775 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:07.812 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:07 smithi003 ceph-mon[163669]: pgmap v516: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:03:07.813 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:07 smithi003 ceph-mon[163669]: from='client.35150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:07 smithi032 ceph-mon[138138]: pgmap v516: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 712 B/s rd, 0 op/s 2023-09-07T08:03:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:07 smithi032 ceph-mon[138138]: from='client.35150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:09.269 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:09.269 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:09.557 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:09 smithi003 ceph-mon[163669]: pgmap v517: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:03:09.655 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:09 smithi032 ceph-mon[138138]: pgmap v517: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:03:10.656 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:10 smithi032 ceph-mon[138138]: from='client.35154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:10 smithi003 ceph-mon[163669]: from='client.35154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:11.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:11 smithi003 ceph-mon[163669]: pgmap v518: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:11 smithi032 ceph-mon[138138]: pgmap v518: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:12.148 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:12.149 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:12.523 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:13.523 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:13.860 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:13 smithi003 ceph-mon[163669]: pgmap v519: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:13.861 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:13 smithi003 ceph-mon[163669]: from='client.35158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:13 smithi032 ceph-mon[138138]: pgmap v519: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:13 smithi032 ceph-mon[138138]: from='client.35158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:14.939 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:14.940 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:15.312 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:15 smithi003 ceph-mon[163669]: pgmap v520: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:15.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:15 smithi003 ceph-mon[163669]: from='client.35162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:15.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:15 smithi032 ceph-mon[138138]: pgmap v520: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:15.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:15 smithi032 ceph-mon[138138]: from='client.35162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:16.314 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:17.707 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:17.708 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:17.885 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:17 smithi003 ceph-mon[163669]: pgmap v521: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:17.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:17 smithi032 ceph-mon[138138]: pgmap v521: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:18.097 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:18 smithi032 ceph-mon[138138]: from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:18.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:18 smithi003 ceph-mon[163669]: from='client.35166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:19.098 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:19.759 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:19 smithi003 ceph-mon[163669]: pgmap v522: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:19.760 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:19 smithi032 ceph-mon[138138]: pgmap v522: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:20.571 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:20.572 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:20.956 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:21.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:21 smithi032 ceph-mon[138138]: pgmap v523: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:21.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:21 smithi032 ceph-mon[138138]: from='client.35170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:21.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:21 smithi003 ceph-mon[163669]: pgmap v523: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:21.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:21 smithi003 ceph-mon[163669]: from='client.35170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:21.957 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:23.399 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:23.399 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:23.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:23 smithi003 ceph-mon[163669]: pgmap v524: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:23.788 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:23 smithi032 ceph-mon[138138]: pgmap v524: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:24.789 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:24.830 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:24 smithi003 ceph-mon[163669]: from='client.35174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:24 smithi032 ceph-mon[138138]: from='client.35174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:25.829 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:25 smithi003 ceph-mon[163669]: pgmap v525: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:25.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:25 smithi032 ceph-mon[138138]: pgmap v525: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:26.261 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:26.261 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:26.646 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:27.647 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:27 smithi032 ceph-mon[138138]: pgmap v526: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:27 smithi032 ceph-mon[138138]: from='client.35178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:27.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:27 smithi003 ceph-mon[163669]: pgmap v526: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:27.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:27 smithi003 ceph-mon[163669]: from='client.35178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:29.093 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:29.093 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:29.463 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:29 smithi003 ceph-mon[163669]: pgmap v527: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:29.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:29 smithi032 ceph-mon[138138]: pgmap v527: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:30.464 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:30.818 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:30 smithi003 ceph-mon[163669]: from='client.35182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:30 smithi032 ceph-mon[138138]: from='client.35182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:31.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:31 smithi003 ceph-mon[163669]: pgmap v528: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:31.863 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:31.863 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:31 smithi032 ceph-mon[138138]: pgmap v528: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:32.330 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:32 smithi032 ceph-mon[138138]: from='client.35186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:32.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:32 smithi003 ceph-mon[163669]: from='client.35186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:33.331 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:33.666 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:33 smithi003 ceph-mon[163669]: pgmap v529: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:33 smithi032 ceph-mon[138138]: pgmap v529: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:34.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:34.843 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:34.844 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:35.220 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:35 smithi032 ceph-mon[138138]: pgmap v530: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:35 smithi032 ceph-mon[138138]: from='client.35190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:35.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:35 smithi003 ceph-mon[163669]: pgmap v530: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:35.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:35 smithi003 ceph-mon[163669]: from='client.35190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:36.221 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:37.655 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:37.656 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:37.865 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:37 smithi003 ceph-mon[163669]: pgmap v531: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:37 smithi032 ceph-mon[138138]: pgmap v531: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:38.066 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:38 smithi032 ceph-mon[138138]: from='client.35194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:38.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:38 smithi003 ceph-mon[163669]: from='client.35194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:39.079 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:39.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:39 smithi003 ceph-mon[163669]: pgmap v532: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:39 smithi032 ceph-mon[138138]: pgmap v532: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:40.537 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:40.537 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:40.919 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:41 smithi032 ceph-mon[138138]: pgmap v533: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:41 smithi032 ceph-mon[138138]: from='client.35198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:41.920 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:41.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:41 smithi003 ceph-mon[163669]: pgmap v533: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:41.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:41 smithi003 ceph-mon[163669]: from='client.35198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:43.401 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:43.401 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:43.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:43 smithi003 ceph-mon[163669]: pgmap v534: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:43.776 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:43.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:43 smithi032 ceph-mon[138138]: pgmap v534: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:44.778 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:44 smithi032 ceph-mon[138138]: from='client.35202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:44.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:44 smithi003 ceph-mon[163669]: from='client.35202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:45 smithi032 ceph-mon[138138]: pgmap v535: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:45.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:45 smithi003 ceph-mon[163669]: pgmap v535: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:46.226 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:46.227 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:46.621 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:47.622 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:47 smithi032 ceph-mon[138138]: pgmap v536: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:47 smithi032 ceph-mon[138138]: from='client.35206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:47.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:47 smithi003 ceph-mon[163669]: pgmap v536: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:47.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:47 smithi003 ceph-mon[163669]: from='client.35206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:49.053 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:49.054 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:49.434 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:49 smithi032 ceph-mon[138138]: pgmap v537: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:49.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:49.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:49 smithi003 ceph-mon[163669]: pgmap v537: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:49.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:03:50.435 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:50.771 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:50 smithi003 ceph-mon[163669]: from='client.35210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:50 smithi032 ceph-mon[138138]: from='client.35210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:51.889 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:51.889 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:51 smithi032 ceph-mon[138138]: pgmap v538: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:51.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:51 smithi003 ceph-mon[163669]: pgmap v538: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:52.267 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:52 smithi032 ceph-mon[138138]: from='client.35214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:52.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:52 smithi003 ceph-mon[163669]: from='client.35214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:53.269 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:53 smithi032 ceph-mon[138138]: pgmap v539: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:53 smithi003 ceph-mon[163669]: pgmap v539: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:54.810 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:54.811 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:55.199 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:55 smithi032 ceph-mon[138138]: pgmap v540: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:55 smithi032 ceph-mon[138138]: from='client.35218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:55.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:55 smithi003 ceph-mon[163669]: pgmap v540: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:55.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:55 smithi003 ceph-mon[163669]: from='client.35218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:56.200 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:57.621 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:03:57.622 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:03:57.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:57 smithi003 ceph-mon[163669]: pgmap v541: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:58.108 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:03:58.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:57 smithi032 ceph-mon[138138]: pgmap v541: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:03:58.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:58 smithi003 ceph-mon[163669]: from='client.35222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:58.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:58 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:03:59.109 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:03:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:58 smithi032 ceph-mon[138138]: from='client.35222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:03:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:58 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:03:59.762 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:59 smithi003 ceph-mon[163669]: pgmap v542: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:03:59.762 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:03:59.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:03:59.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:59 smithi003 ceph-mon[163669]: pgmap v543: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:03:59.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:59 smithi003 ceph-mon[163669]: pgmap v544: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:03:59.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:03:59.763 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:03:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:04:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:59 smithi032 ceph-mon[138138]: pgmap v542: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:04:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:04:00.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:59 smithi032 ceph-mon[138138]: pgmap v543: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:04:00.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:59 smithi032 ceph-mon[138138]: pgmap v544: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:04:00.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:04:00.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:03:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:04:00.544 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:00.545 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:00.916 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:01.917 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:02.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:01 smithi032 ceph-mon[138138]: from='client.35226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:02.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:01 smithi032 ceph-mon[138138]: pgmap v545: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:02.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:01 smithi003 ceph-mon[163669]: from='client.35226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:02.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:01 smithi003 ceph-mon[163669]: pgmap v545: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:03.429 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:03.430 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:03.807 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:03 smithi032 ceph-mon[138138]: pgmap v546: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:04.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:03 smithi003 ceph-mon[163669]: pgmap v546: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:04.808 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:05.152 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:04 smithi003 ceph-mon[163669]: from='client.35230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:05.152 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:04 smithi032 ceph-mon[138138]: from='client.35230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:05 smithi032 ceph-mon[138138]: pgmap v547: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:06.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:05 smithi003 ceph-mon[163669]: pgmap v547: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:06.265 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:06.266 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:06.656 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:07.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:07 smithi032 ceph-mon[138138]: from='client.35234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:07.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:07 smithi032 ceph-mon[138138]: pgmap v548: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:07.658 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:07.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:07 smithi003 ceph-mon[163669]: from='client.35234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:07.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:07 smithi003 ceph-mon[163669]: pgmap v548: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:04:09.108 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:09.108 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:09.490 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:10.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:09 smithi032 ceph-mon[138138]: pgmap v549: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:04:10.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:09 smithi003 ceph-mon[163669]: pgmap v549: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:04:10.492 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:11.046 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:10 smithi003 ceph-mon[163669]: from='client.35238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:11.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:10 smithi032 ceph-mon[138138]: from='client.35238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:11 smithi003 ceph-mon[163669]: pgmap v550: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:12.001 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:12.001 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:12.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:11 smithi032 ceph-mon[138138]: pgmap v550: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:12.389 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:13.390 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:14.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:13 smithi003 ceph-mon[163669]: from='client.35242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:14.101 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:13 smithi003 ceph-mon[163669]: pgmap v551: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:13 smithi032 ceph-mon[138138]: from='client.35242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:13 smithi032 ceph-mon[138138]: pgmap v551: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:14.891 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:14.892 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:15.297 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:16.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:15 smithi032 ceph-mon[138138]: pgmap v552: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:16.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:15 smithi032 ceph-mon[138138]: from='client.35246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:16.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:15 smithi003 ceph-mon[163669]: pgmap v552: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:16.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:15 smithi003 ceph-mon[163669]: from='client.35246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:16.299 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:17.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:17 smithi032 ceph-mon[138138]: pgmap v553: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:17.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:17 smithi003 ceph-mon[163669]: pgmap v553: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:17.754 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:17.754 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:18.137 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:18.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:18 smithi032 ceph-mon[138138]: from='client.35250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:18.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:18 smithi003 ceph-mon[163669]: from='client.35250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:19.138 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:19.435 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:19 smithi003 ceph-mon[163669]: pgmap v554: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:19.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:19 smithi032 ceph-mon[138138]: pgmap v554: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:20.569 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:20.570 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:20.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:20.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:20.955 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:21.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:21 smithi032 ceph-mon[138138]: from='client.35254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:21.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:21 smithi032 ceph-mon[138138]: pgmap v555: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:21.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:21 smithi003 ceph-mon[163669]: from='client.35254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:21.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:21 smithi003 ceph-mon[163669]: pgmap v555: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:21.957 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:23.380 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:23.380 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:23.712 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:23.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:23 smithi003 ceph-mon[163669]: pgmap v556: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:24.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:23 smithi032 ceph-mon[138138]: pgmap v556: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:24.713 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:25.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:24 smithi003 ceph-mon[163669]: from='client.35258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:24 smithi032 ceph-mon[138138]: from='client.35258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:25 smithi032 ceph-mon[138138]: pgmap v557: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:26.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:25 smithi003 ceph-mon[163669]: pgmap v557: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:26.200 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:26.200 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:26.587 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:27.589 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:27.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:27 smithi032 ceph-mon[138138]: from='client.35262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:27.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:27 smithi032 ceph-mon[138138]: pgmap v558: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:27.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:27 smithi003 ceph-mon[163669]: from='client.35262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:27.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:27 smithi003 ceph-mon[163669]: pgmap v558: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:29.078 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:29.079 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:29.453 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:30.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:29 smithi032 ceph-mon[138138]: pgmap v559: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:30.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:29 smithi003 ceph-mon[163669]: pgmap v559: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:30.455 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:31.148 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:30 smithi003 ceph-mon[163669]: from='client.35266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:30 smithi032 ceph-mon[138138]: from='client.35266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:31.897 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:31.898 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:32.048 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:31 smithi003 ceph-mon[163669]: pgmap v560: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:32.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:31 smithi032 ceph-mon[138138]: pgmap v560: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:32.276 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:33.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:32 smithi032 ceph-mon[138138]: from='client.35270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:33.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:32 smithi003 ceph-mon[163669]: from='client.35270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:33.278 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:33.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:33 smithi003 ceph-mon[163669]: pgmap v561: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:33 smithi032 ceph-mon[138138]: pgmap v561: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:34.183 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T08:04:34.694 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:34.695 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:34.994 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:35.083 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:36.084 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:36.121 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:35 smithi003 ceph-mon[163669]: from='client.35274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:36.122 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:35 smithi003 ceph-mon[163669]: pgmap v562: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:36.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:35 smithi032 ceph-mon[138138]: from='client.35274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:36.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:35 smithi032 ceph-mon[138138]: pgmap v562: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:37.543 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:37.543 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:37.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:37 smithi032 ceph-mon[138138]: pgmap v563: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:37.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:37 smithi003 ceph-mon[163669]: pgmap v563: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:37.909 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:38.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:38 smithi032 ceph-mon[138138]: from='client.35278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:38.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:38 smithi003 ceph-mon[163669]: from='client.35278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:38.911 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:39.556 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:39 smithi003 ceph-mon[163669]: pgmap v564: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:39 smithi032 ceph-mon[138138]: pgmap v564: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:40.324 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:40.324 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:40.711 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:41.712 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:42.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:41 smithi003 ceph-mon[163669]: from='client.35282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:42.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:41 smithi003 ceph-mon[163669]: pgmap v565: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:41 smithi032 ceph-mon[138138]: from='client.35282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:41 smithi032 ceph-mon[138138]: pgmap v565: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:43.166 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:43.167 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:43.534 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:43 smithi032 ceph-mon[138138]: pgmap v566: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:44.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:43 smithi003 ceph-mon[163669]: pgmap v566: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:44.536 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:44.861 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:44 smithi003 ceph-mon[163669]: from='client.35286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:44 smithi032 ceph-mon[138138]: from='client.35286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:45.952 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:45.953 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:46.112 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:45 smithi003 ceph-mon[163669]: pgmap v567: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:45 smithi032 ceph-mon[138138]: pgmap v567: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:46.343 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:46 smithi032 ceph-mon[138138]: from='client.35290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:47.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:46 smithi003 ceph-mon[163669]: from='client.35290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:47.344 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:48.021 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:47 smithi003 ceph-mon[163669]: pgmap v568: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:48.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:47 smithi032 ceph-mon[138138]: pgmap v568: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:48.775 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:48.776 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:49.158 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:49 smithi032 ceph-mon[138138]: pgmap v569: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:49 smithi032 ceph-mon[138138]: from='client.35294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:50.160 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:50.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:49 smithi003 ceph-mon[163669]: pgmap v569: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:50.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:49 smithi003 ceph-mon[163669]: from='client.35294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:50.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:04:51.535 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:51.535 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:51.817 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:51 smithi003 ceph-mon[163669]: pgmap v570: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:51.916 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:51 smithi032 ceph-mon[138138]: pgmap v570: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:52.917 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:52 smithi032 ceph-mon[138138]: from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:53.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:52 smithi003 ceph-mon[163669]: from='client.35298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:53 smithi003 ceph-mon[163669]: pgmap v571: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:53 smithi032 ceph-mon[138138]: pgmap v571: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:54.401 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:54.401 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:54.773 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:55.774 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:56.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:55 smithi003 ceph-mon[163669]: from='client.35302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:56.104 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:55 smithi003 ceph-mon[163669]: pgmap v572: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:55 smithi032 ceph-mon[138138]: from='client.35302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:55 smithi032 ceph-mon[138138]: pgmap v572: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:04:57.183 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:04:57.183 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:04:57.555 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:57 smithi003 ceph-mon[163669]: pgmap v573: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:57.556 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:04:57.653 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:57 smithi032 ceph-mon[138138]: pgmap v573: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:58.557 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:04:58.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:58 smithi003 ceph-mon[163669]: from='client.35306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:58.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:58 smithi032 ceph-mon[138138]: from='client.35306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:04:59.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:59 smithi003 ceph-mon[163669]: pgmap v574: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:59.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:04:59 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:04:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:59 smithi032 ceph-mon[138138]: pgmap v574: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:04:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:04:59 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:05:00.231 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:00.231 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:00.793 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:01.794 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:01 smithi032 ceph-mon[138138]: from='client.35310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:01 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:01.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:01 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:01.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:01 smithi032 ceph-mon[138138]: pgmap v575: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:01.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:01 smithi003 ceph-mon[163669]: from='client.35310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:01.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:01 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:01.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:01 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:01.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:01 smithi003 ceph-mon[163669]: pgmap v575: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:03.288 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:03.289 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:03.660 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:03.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:03 smithi003 ceph-mon[163669]: pgmap v576: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:05:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:05:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:03.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:03 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:04.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:03 smithi032 ceph-mon[138138]: pgmap v576: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:04.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:04.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:05:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:05:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:04.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:03 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:05:04.661 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:04 smithi003 ceph-mon[163669]: from='client.35314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:04 smithi003 ceph-mon[163669]: pgmap v577: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 556 B/s rd, 0 op/s 2023-09-07T08:05:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:04 smithi003 ceph-mon[163669]: pgmap v578: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 339 B/s rd, 0 op/s 2023-09-07T08:05:05.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:04 smithi032 ceph-mon[138138]: from='client.35314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:04 smithi032 ceph-mon[138138]: pgmap v577: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 556 B/s rd, 0 op/s 2023-09-07T08:05:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:04 smithi032 ceph-mon[138138]: pgmap v578: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 339 B/s rd, 0 op/s 2023-09-07T08:05:05.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:06.151 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:06.152 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:06.540 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:06 smithi032 ceph-mon[138138]: pgmap v579: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:07.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:06 smithi003 ceph-mon[163669]: pgmap v579: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:07.541 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:07.884 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:07 smithi003 ceph-mon[163669]: from='client.35318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:08.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:07 smithi032 ceph-mon[138138]: from='client.35318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:09.002 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:09.003 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:09.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:08 smithi032 ceph-mon[138138]: pgmap v580: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:09.167 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:08 smithi003 ceph-mon[163669]: pgmap v580: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:09.373 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:10.374 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:11.051 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:10 smithi003 ceph-mon[163669]: from='client.35322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:11.051 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:10 smithi003 ceph-mon[163669]: pgmap v581: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:11.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:10 smithi032 ceph-mon[138138]: from='client.35322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:11.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:10 smithi032 ceph-mon[138138]: pgmap v581: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:11.735 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:11.735 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:12.129 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:12.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:12 smithi003 ceph-mon[163669]: from='client.35326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:12.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:12 smithi003 ceph-mon[163669]: pgmap v582: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:12 smithi032 ceph-mon[138138]: from='client.35326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:12 smithi032 ceph-mon[138138]: pgmap v582: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 679 B/s rd, 0 op/s 2023-09-07T08:05:13.130 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:14.647 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:14.647 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:14.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:14 smithi003 ceph-mon[163669]: pgmap v583: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:05:15.021 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:15.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:14 smithi032 ceph-mon[138138]: pgmap v583: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:05:16.023 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:16.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:15 smithi032 ceph-mon[138138]: from='client.35330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:16.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:15 smithi003 ceph-mon[163669]: from='client.35330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:16.994 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:16 smithi003 ceph-mon[163669]: pgmap v584: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:16 smithi032 ceph-mon[138138]: pgmap v584: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:17.408 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:17.408 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:17.770 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:18.771 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:19.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:18 smithi003 ceph-mon[163669]: from='client.35334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:19.132 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:18 smithi003 ceph-mon[163669]: pgmap v585: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:19.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:18 smithi032 ceph-mon[138138]: from='client.35334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:19.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:18 smithi032 ceph-mon[138138]: pgmap v585: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:20.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:20.198 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:20.198 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:20.606 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:21.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:20 smithi032 ceph-mon[138138]: pgmap v586: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:21.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:20 smithi003 ceph-mon[163669]: pgmap v586: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:21.607 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:21.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:21 smithi003 ceph-mon[163669]: from='client.35338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:22.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:21 smithi032 ceph-mon[138138]: from='client.35338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:22 smithi003 ceph-mon[163669]: pgmap v587: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:23.094 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:23.095 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:23.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:22 smithi032 ceph-mon[138138]: pgmap v587: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:23.477 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:24.478 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:24 smithi032 ceph-mon[138138]: from='client.35342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:24 smithi032 ceph-mon[138138]: pgmap v588: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:25.173 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:24 smithi003 ceph-mon[163669]: from='client.35342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:25.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:24 smithi003 ceph-mon[163669]: pgmap v588: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:25.945 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:25.945 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:26.311 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:26 smithi032 ceph-mon[138138]: pgmap v589: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:26 smithi032 ceph-mon[138138]: from='client.35346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:26 smithi003 ceph-mon[163669]: pgmap v589: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:27.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:26 smithi003 ceph-mon[163669]: from='client.35346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:27.312 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:28.737 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:28.738 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:29.124 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:28 smithi003 ceph-mon[163669]: pgmap v590: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:29.126 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:29.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:28 smithi032 ceph-mon[138138]: pgmap v590: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:30.127 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:30.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:29 smithi032 ceph-mon[138138]: from='client.35350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:30.164 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:29 smithi003 ceph-mon[163669]: from='client.35350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:31.151 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:30 smithi003 ceph-mon[163669]: pgmap v591: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:31.152 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:30 smithi032 ceph-mon[138138]: pgmap v591: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:31.602 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:31.603 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:31.976 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:32.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:32 smithi003 ceph-mon[163669]: from='client.35354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:32.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:32 smithi003 ceph-mon[163669]: pgmap v592: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:32 smithi032 ceph-mon[138138]: from='client.35354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:32 smithi032 ceph-mon[138138]: pgmap v592: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:32.978 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:34.421 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:34.421 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:34.791 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:34 smithi032 ceph-mon[138138]: pgmap v593: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:35.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:34 smithi003 ceph-mon[163669]: pgmap v593: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:35.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:35.792 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:36.128 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:35 smithi003 ceph-mon[163669]: from='client.35358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:36.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:35 smithi032 ceph-mon[138138]: from='client.35358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:37.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:36 smithi032 ceph-mon[138138]: pgmap v594: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:37.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:36 smithi003 ceph-mon[163669]: pgmap v594: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:37.192 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:37.192 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:37.601 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:38.602 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:38.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:38 smithi003 ceph-mon[163669]: from='client.35362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:38.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:38 smithi003 ceph-mon[163669]: pgmap v595: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:38 smithi032 ceph-mon[138138]: from='client.35362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:38 smithi032 ceph-mon[138138]: pgmap v595: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:40.045 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:40.046 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:40.473 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:40 smithi032 ceph-mon[138138]: pgmap v596: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:41.215 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:40 smithi003 ceph-mon[163669]: pgmap v596: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:41.474 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:42.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:41 smithi003 ceph-mon[163669]: from='client.35366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:42.152 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:41 smithi032 ceph-mon[138138]: from='client.35366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:42.840 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:42.840 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:42 smithi032 ceph-mon[138138]: pgmap v597: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:43.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:42 smithi003 ceph-mon[163669]: pgmap v597: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:43.216 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:43 smithi032 ceph-mon[138138]: from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:44.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:43 smithi003 ceph-mon[163669]: from='client.35370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:44.217 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:44 smithi032 ceph-mon[138138]: pgmap v598: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:45.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:44 smithi003 ceph-mon[163669]: pgmap v598: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:45.669 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:45.670 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:46.057 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:47.059 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:46 smithi032 ceph-mon[138138]: from='client.35374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:46 smithi032 ceph-mon[138138]: pgmap v599: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:47.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:46 smithi003 ceph-mon[163669]: from='client.35374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:47.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:46 smithi003 ceph-mon[163669]: pgmap v599: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:48.520 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:48.520 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:48.884 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:48 smithi032 ceph-mon[138138]: pgmap v600: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:49.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:48 smithi003 ceph-mon[163669]: pgmap v600: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:49.884 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:49 smithi032 ceph-mon[138138]: from='client.35378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:50.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:49 smithi003 ceph-mon[163669]: from='client.35378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:50.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:05:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:50 smithi032 ceph-mon[138138]: pgmap v601: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:51.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:50 smithi003 ceph-mon[163669]: pgmap v601: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:51.294 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:51.294 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:51.665 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:52.666 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:52.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:52 smithi003 ceph-mon[163669]: from='client.35382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:52.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:52 smithi003 ceph-mon[163669]: pgmap v602: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:52 smithi032 ceph-mon[138138]: from='client.35382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:52 smithi032 ceph-mon[138138]: pgmap v602: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:54.108 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:54.108 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:54.527 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:54 smithi032 ceph-mon[138138]: pgmap v603: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:55.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:54 smithi003 ceph-mon[163669]: pgmap v603: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:55.529 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:55.845 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:55 smithi003 ceph-mon[163669]: from='client.35386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:55 smithi032 ceph-mon[138138]: from='client.35386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:56.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:56 smithi003 ceph-mon[163669]: pgmap v604: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:57.039 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:57.039 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:05:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:56 smithi032 ceph-mon[138138]: pgmap v604: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:05:57.413 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:05:58.415 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:05:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:58 smithi032 ceph-mon[138138]: from='client.35390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:05:58 smithi032 ceph-mon[138138]: pgmap v605: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:59.176 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:58 smithi003 ceph-mon[163669]: from='client.35390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:05:59.176 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:05:58 smithi003 ceph-mon[163669]: pgmap v605: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:05:59.918 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:05:59.919 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:00.297 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:00 smithi032 ceph-mon[138138]: pgmap v606: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:00 smithi032 ceph-mon[138138]: from='client.35394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:01.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:00 smithi003 ceph-mon[163669]: pgmap v606: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:01.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:00 smithi003 ceph-mon[163669]: from='client.35394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:01.298 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:02.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:02 smithi003 ceph-mon[163669]: pgmap v607: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:02.689 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:02.689 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:02 smithi032 ceph-mon[138138]: pgmap v607: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:03.022 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:03.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:03 smithi003 ceph-mon[163669]: from='client.35398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:03 smithi032 ceph-mon[138138]: from='client.35398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:04.023 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:04.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:04 smithi003 ceph-mon[163669]: pgmap v608: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:04.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:06:04.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:06:04.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:06:04.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:06:04.686 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:06:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:04 smithi032 ceph-mon[138138]: pgmap v608: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:06:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:06:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:06:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:06:04.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:06:05.508 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:05.508 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:05.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:05 smithi003 ceph-mon[163669]: pgmap v609: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:06:05.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:05 smithi003 ceph-mon[163669]: pgmap v610: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:06:05.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:05.889 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:05 smithi032 ceph-mon[138138]: pgmap v609: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:06:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:05 smithi032 ceph-mon[138138]: pgmap v610: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:06:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:06.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:06 smithi003 ceph-mon[163669]: from='client.35402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:06.890 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:06 smithi032 ceph-mon[138138]: from='client.35402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:07.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:07 smithi003 ceph-mon[163669]: pgmap v611: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:06:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:07 smithi032 ceph-mon[138138]: pgmap v611: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:06:08.349 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:08.349 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:08.738 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:09.739 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:09.777 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:09 smithi003 ceph-mon[163669]: from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:09.778 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:09 smithi003 ceph-mon[163669]: pgmap v612: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:06:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:09 smithi032 ceph-mon[138138]: from='client.35406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:09.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:09 smithi032 ceph-mon[138138]: pgmap v612: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 356 B/s rd, 0 op/s 2023-09-07T08:06:11.235 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:11.235 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:11.520 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:11 smithi003 ceph-mon[163669]: pgmap v613: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:06:11.613 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:11.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:11 smithi032 ceph-mon[138138]: pgmap v613: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:06:12.613 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:12 smithi032 ceph-mon[138138]: from='client.35410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:12.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:12 smithi003 ceph-mon[163669]: from='client.35410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:13.635 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:13 smithi003 ceph-mon[163669]: pgmap v614: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:06:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:13 smithi032 ceph-mon[138138]: pgmap v614: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 713 B/s rd, 0 op/s 2023-09-07T08:06:14.095 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:14.096 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:14.502 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:15.503 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:15.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:15 smithi003 ceph-mon[163669]: from='client.35414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:15.850 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:15 smithi003 ceph-mon[163669]: pgmap v615: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:06:15.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:15 smithi032 ceph-mon[138138]: from='client.35414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:15.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:15 smithi032 ceph-mon[138138]: pgmap v615: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:06:16.986 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:16.987 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:17.360 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:17.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:17 smithi003 ceph-mon[163669]: pgmap v616: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:17.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:17 smithi032 ceph-mon[138138]: pgmap v616: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:18.362 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:18.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:18 smithi003 ceph-mon[163669]: from='client.35418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:18 smithi032 ceph-mon[138138]: from='client.35418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:19.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:19 smithi003 ceph-mon[163669]: pgmap v617: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:19.767 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:19.768 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:19 smithi032 ceph-mon[138138]: pgmap v617: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:20.152 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:20 smithi032 ceph-mon[138138]: from='client.35422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:20 smithi003 ceph-mon[163669]: from='client.35422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:21.154 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:21.822 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:21 smithi003 ceph-mon[163669]: pgmap v618: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:21.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:21 smithi032 ceph-mon[138138]: pgmap v618: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:22.613 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:22.614 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:22.985 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:23 smithi032 ceph-mon[138138]: pgmap v619: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:23 smithi032 ceph-mon[138138]: from='client.35426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:23.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:23 smithi003 ceph-mon[163669]: pgmap v619: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:23.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:23 smithi003 ceph-mon[163669]: from='client.35426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:23.986 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:25.431 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:25.431 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:25.808 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:25 smithi003 ceph-mon[163669]: pgmap v620: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:25.810 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:25.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:25 smithi032 ceph-mon[138138]: pgmap v620: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:26.811 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:26.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:26 smithi003 ceph-mon[163669]: from='client.35430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:26 smithi032 ceph-mon[138138]: from='client.35430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:27.850 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:27 smithi003 ceph-mon[163669]: pgmap v621: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:27 smithi032 ceph-mon[138138]: pgmap v621: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:28.292 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:28.293 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:28.668 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:29.669 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:29.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:29 smithi032 ceph-mon[138138]: from='client.35434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:29.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:29 smithi032 ceph-mon[138138]: pgmap v622: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:29.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:29 smithi003 ceph-mon[163669]: from='client.35434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:29.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:29 smithi003 ceph-mon[163669]: pgmap v622: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:31.080 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:31.081 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:31.492 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:31 smithi032 ceph-mon[138138]: pgmap v623: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:31.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:31 smithi003 ceph-mon[163669]: pgmap v623: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:32.493 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:32.838 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:32 smithi003 ceph-mon[163669]: from='client.35438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:32 smithi032 ceph-mon[138138]: from='client.35438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:33 smithi032 ceph-mon[138138]: pgmap v624: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:33.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:33 smithi003 ceph-mon[163669]: pgmap v624: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:33.940 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:33.940 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:34.324 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:34.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:34 smithi003 ceph-mon[163669]: from='client.35442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:34 smithi032 ceph-mon[138138]: from='client.35442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:35.326 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:35.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:35 smithi003 ceph-mon[163669]: pgmap v625: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:35.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:35 smithi032 ceph-mon[138138]: pgmap v625: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:36.778 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:36.779 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:37.158 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:37 smithi032 ceph-mon[138138]: pgmap v626: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:37.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:37 smithi032 ceph-mon[138138]: from='client.35446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:37.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:37 smithi003 ceph-mon[163669]: pgmap v626: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:37.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:37 smithi003 ceph-mon[163669]: from='client.35446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:38.159 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:39.573 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:39.573 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:39.841 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:39 smithi003 ceph-mon[163669]: pgmap v627: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:39 smithi032 ceph-mon[138138]: pgmap v627: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:39.956 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:40 smithi032 ceph-mon[138138]: from='client.35450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:40.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:40 smithi003 ceph-mon[163669]: from='client.35450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:40.959 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:41.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:41 smithi003 ceph-mon[163669]: pgmap v628: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:41.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:41 smithi032 ceph-mon[138138]: pgmap v628: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:42.490 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:42.490 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:42.882 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:43.884 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:43.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:43 smithi032 ceph-mon[138138]: pgmap v629: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:43.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:43 smithi032 ceph-mon[138138]: from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:43.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:43 smithi003 ceph-mon[163669]: pgmap v629: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:43.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:43 smithi003 ceph-mon[163669]: from='client.35454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:44.236 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T08:06:45.351 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:45.351 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:45.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:45 smithi003 ceph-mon[163669]: pgmap v630: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:45.731 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:45.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:45 smithi032 ceph-mon[138138]: pgmap v630: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:46.732 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:46.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:46 smithi032 ceph-mon[138138]: from='client.35458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:46.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:46 smithi003 ceph-mon[163669]: from='client.35458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:47.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:47 smithi003 ceph-mon[163669]: pgmap v631: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:47 smithi032 ceph-mon[138138]: pgmap v631: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:48.136 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:48.136 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:48.531 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:49.532 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:49.868 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:49 smithi003 ceph-mon[163669]: from='client.35462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:49.869 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:49 smithi003 ceph-mon[163669]: pgmap v632: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:49 smithi032 ceph-mon[138138]: from='client.35462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:49 smithi032 ceph-mon[138138]: pgmap v632: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:50 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:50.931 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:50.932 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:50 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:06:51.297 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:51 smithi032 ceph-mon[138138]: pgmap v633: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:51.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:51 smithi032 ceph-mon[138138]: from='client.35466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:51.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:51 smithi003 ceph-mon[163669]: pgmap v633: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:51.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:51 smithi003 ceph-mon[163669]: from='client.35466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:52.298 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:53.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:53 smithi003 ceph-mon[163669]: pgmap v634: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:53.737 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:53.738 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:53 smithi032 ceph-mon[138138]: pgmap v634: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:54.105 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:54 smithi032 ceph-mon[138138]: from='client.35470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:54.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:54 smithi003 ceph-mon[163669]: from='client.35470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:55.107 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:55.801 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:55 smithi003 ceph-mon[163669]: pgmap v635: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:55.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:55 smithi032 ceph-mon[138138]: pgmap v635: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:56.547 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:56.548 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:56.885 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:57.886 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:06:57.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:57 smithi032 ceph-mon[138138]: pgmap v636: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:57.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:57 smithi032 ceph-mon[138138]: from='client.35474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:57.921 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:57 smithi003 ceph-mon[163669]: pgmap v636: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:06:57.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:57 smithi003 ceph-mon[163669]: from='client.35474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:06:59.406 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:06:59.406 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:06:59.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:06:59 smithi003 ceph-mon[163669]: pgmap v637: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:06:59.803 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:06:59.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:06:59 smithi032 ceph-mon[138138]: pgmap v637: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:00.805 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:00.841 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:00 smithi003 ceph-mon[163669]: from='client.35478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:00.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:00 smithi032 ceph-mon[138138]: from='client.35478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:01.836 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:01 smithi003 ceph-mon[163669]: pgmap v638: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:01.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:01 smithi032 ceph-mon[138138]: pgmap v638: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:02.275 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:02.275 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:02.654 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:03.656 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:03 smithi032 ceph-mon[138138]: from='client.35482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:03.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:03 smithi032 ceph-mon[138138]: pgmap v639: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:03.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:03 smithi003 ceph-mon[163669]: from='client.35482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:03.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:03 smithi003 ceph-mon[163669]: pgmap v639: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:04.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:07:04.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:07:05.129 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:05.130 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:05.512 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:05.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:05 smithi032 ceph-mon[138138]: pgmap v640: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:07:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:07:05.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:07:05.905 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:07:05.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:05 smithi003 ceph-mon[163669]: pgmap v640: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:07:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:07:05.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:07:05.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:07:06.514 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:06.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:06 smithi003 ceph-mon[163669]: pgmap v641: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 864 B/s rd, 0 op/s 2023-09-07T08:07:06.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:06 smithi003 ceph-mon[163669]: pgmap v642: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:06.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:06 smithi003 ceph-mon[163669]: from='client.45193 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:06 smithi032 ceph-mon[138138]: pgmap v641: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 864 B/s rd, 0 op/s 2023-09-07T08:07:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:06 smithi032 ceph-mon[138138]: pgmap v642: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:06.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:06 smithi032 ceph-mon[138138]: from='client.45193 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:07.975 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:07.975 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:08.353 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:08 smithi032 ceph-mon[138138]: pgmap v643: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:08 smithi032 ceph-mon[138138]: from='client.35490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:08.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:08 smithi003 ceph-mon[163669]: pgmap v643: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:08.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:08 smithi003 ceph-mon[163669]: from='client.35490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:09.354 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:10.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:10 smithi003 ceph-mon[163669]: pgmap v644: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2023-09-07T08:07:10.783 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:10.783 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:10 smithi032 ceph-mon[138138]: pgmap v644: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2023-09-07T08:07:11.160 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:11.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:11 smithi032 ceph-mon[138138]: from='client.35494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:11.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:11 smithi003 ceph-mon[163669]: from='client.35494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:12.161 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:12.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:12 smithi003 ceph-mon[163669]: pgmap v645: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:12 smithi032 ceph-mon[138138]: pgmap v645: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:13.683 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:13.683 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:14.061 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:14 smithi032 ceph-mon[138138]: pgmap v646: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:14 smithi032 ceph-mon[138138]: from='client.35498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:14.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:14 smithi003 ceph-mon[163669]: pgmap v646: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 709 B/s rd, 0 op/s 2023-09-07T08:07:14.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:14 smithi003 ceph-mon[163669]: from='client.35498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:15.063 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:16.553 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:16.553 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:16.852 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:16 smithi003 ceph-mon[163669]: pgmap v647: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:07:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:16 smithi032 ceph-mon[138138]: pgmap v647: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:07:16.960 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:17.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:17 smithi032 ceph-mon[138138]: from='client.35502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:17.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:17 smithi003 ceph-mon[163669]: from='client.35502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:17.962 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:18 smithi032 ceph-mon[138138]: pgmap v648: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:18.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:18 smithi003 ceph-mon[163669]: pgmap v648: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:19.434 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:19.435 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:19.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:19.809 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:20.811 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:20.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:20 smithi003 ceph-mon[163669]: pgmap v649: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:20.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:20 smithi003 ceph-mon[163669]: from='client.35506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:20 smithi032 ceph-mon[138138]: pgmap v649: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:20 smithi032 ceph-mon[138138]: from='client.35506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:22.245 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:22.246 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:22.610 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:22 smithi032 ceph-mon[138138]: pgmap v650: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:22 smithi003 ceph-mon[163669]: pgmap v650: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:23.611 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:23.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:23 smithi032 ceph-mon[138138]: from='client.35510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:23.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:23 smithi003 ceph-mon[163669]: from='client.35510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:24 smithi032 ceph-mon[138138]: pgmap v651: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:24 smithi003 ceph-mon[163669]: pgmap v651: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:25.005 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:25.006 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:25.393 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:26.395 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:26.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:26 smithi003 ceph-mon[163669]: from='client.35514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:26.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:26 smithi003 ceph-mon[163669]: pgmap v652: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:26 smithi032 ceph-mon[138138]: from='client.35514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:26 smithi032 ceph-mon[138138]: pgmap v652: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:27.869 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:27.870 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:28.242 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:28 smithi032 ceph-mon[138138]: pgmap v653: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:28 smithi032 ceph-mon[138138]: from='client.35518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:28.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:28 smithi003 ceph-mon[163669]: pgmap v653: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:28.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:28 smithi003 ceph-mon[163669]: from='client.35518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:29.243 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:30.647 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:30.648 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:30.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:30 smithi003 ceph-mon[163669]: pgmap v654: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:30 smithi032 ceph-mon[138138]: pgmap v654: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:31.024 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:31 smithi032 ceph-mon[138138]: from='client.35522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:31.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:31 smithi003 ceph-mon[163669]: from='client.35522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:32.025 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:32 smithi032 ceph-mon[138138]: pgmap v655: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:32.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:32 smithi003 ceph-mon[163669]: pgmap v655: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:33.522 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:33.523 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:33.897 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:34.898 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:34 smithi032 ceph-mon[138138]: pgmap v656: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:34 smithi032 ceph-mon[138138]: from='client.35526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:34.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:34 smithi003 ceph-mon[163669]: pgmap v656: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:34 smithi003 ceph-mon[163669]: from='client.35526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:34.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:36.311 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:36.312 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:36.682 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:36 smithi032 ceph-mon[138138]: pgmap v657: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:36.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:36 smithi003 ceph-mon[163669]: pgmap v657: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:37.683 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:37.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:37 smithi003 ceph-mon[163669]: from='client.35530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:38.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:37 smithi032 ceph-mon[138138]: from='client.35530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:38.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:38 smithi003 ceph-mon[163669]: pgmap v658: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:39.136 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:39.137 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:38 smithi032 ceph-mon[138138]: pgmap v658: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:39.498 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:40.499 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:40.843 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:40 smithi003 ceph-mon[163669]: pgmap v659: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:40.843 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:40 smithi003 ceph-mon[163669]: from='client.35534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:40 smithi032 ceph-mon[138138]: pgmap v659: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:40 smithi032 ceph-mon[138138]: from='client.35534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:41.890 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:41.890 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:42.298 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:42.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:42 smithi003 ceph-mon[163669]: pgmap v660: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:42.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:42 smithi003 ceph-mon[163669]: from='client.35538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:42 smithi032 ceph-mon[138138]: pgmap v660: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:42 smithi032 ceph-mon[138138]: from='client.35538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:43.300 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:44.788 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:44.789 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:44.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:44 smithi003 ceph-mon[163669]: pgmap v661: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:44 smithi032 ceph-mon[138138]: pgmap v661: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:45.164 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:45.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:45 smithi003 ceph-mon[163669]: from='client.35542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:45 smithi032 ceph-mon[138138]: from='client.35542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:46.165 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:46.835 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:46 smithi003 ceph-mon[163669]: pgmap v662: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:46 smithi032 ceph-mon[138138]: pgmap v662: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:47.575 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:47.575 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:47.954 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:48.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:48 smithi003 ceph-mon[163669]: pgmap v663: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:48.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:48 smithi003 ceph-mon[163669]: from='client.35546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:48.955 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:48 smithi032 ceph-mon[138138]: pgmap v663: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:48 smithi032 ceph-mon[138138]: from='client.35546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:49.912 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:07:50.320 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:50.320 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:50.697 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:50 smithi032 ceph-mon[138138]: pgmap v664: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:51.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:50 smithi003 ceph-mon[163669]: pgmap v664: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:51.698 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:52.059 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:51 smithi003 ceph-mon[163669]: from='client.35550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:51 smithi032 ceph-mon[138138]: from='client.35550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:52 smithi032 ceph-mon[138138]: pgmap v665: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:53.167 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:53.167 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:53.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:52 smithi003 ceph-mon[163669]: pgmap v665: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:53.538 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:54.539 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:54.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:54 smithi003 ceph-mon[163669]: pgmap v666: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:54.891 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:54 smithi003 ceph-mon[163669]: from='client.35554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:54 smithi032 ceph-mon[138138]: pgmap v666: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:54 smithi032 ceph-mon[138138]: from='client.35554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:55.993 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:55.993 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:56.379 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:07:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:56 smithi032 ceph-mon[138138]: pgmap v667: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:57.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:56 smithi003 ceph-mon[163669]: pgmap v667: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:07:57.379 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:07:58.042 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:57 smithi003 ceph-mon[163669]: from='client.35558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:58.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:57 smithi032 ceph-mon[138138]: from='client.35558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:07:58.809 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:07:58.809 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:07:59.032 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:58 smithi003 ceph-mon[163669]: pgmap v668: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:58 smithi032 ceph-mon[138138]: pgmap v668: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:07:59.227 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:00.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:07:59 smithi003 ceph-mon[163669]: from='client.35562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:07:59 smithi032 ceph-mon[138138]: from='client.35562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:00.228 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:00.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:00 smithi003 ceph-mon[163669]: pgmap v669: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:00 smithi032 ceph-mon[138138]: pgmap v669: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:01.720 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:01.720 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:02.102 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:03.104 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:03.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:02 smithi003 ceph-mon[163669]: pgmap v670: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:03.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:02 smithi003 ceph-mon[163669]: from='client.45265 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:03.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:02 smithi032 ceph-mon[138138]: pgmap v670: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:03.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:02 smithi032 ceph-mon[138138]: from='client.45265 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:04.653 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:04.654 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:04.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:04 smithi003 ceph-mon[163669]: pgmap v671: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:04.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:05.043 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:04 smithi032 ceph-mon[138138]: pgmap v671: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:06.045 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:06.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:05 smithi003 ceph-mon[163669]: from='client.35570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:06.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:08:06.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:08:06.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:08:06.081 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:08:06.081 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:05 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:08:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:05 smithi032 ceph-mon[138138]: from='client.35570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:08:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:08:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:08:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:08:06.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:05 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:08:07.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:06 smithi003 ceph-mon[163669]: pgmap v672: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:07.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:06 smithi003 ceph-mon[163669]: pgmap v673: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:08:07.111 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:06 smithi003 ceph-mon[163669]: pgmap v674: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:08:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:06 smithi032 ceph-mon[138138]: pgmap v672: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:06 smithi032 ceph-mon[138138]: pgmap v673: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 579 B/s rd, 0 op/s 2023-09-07T08:08:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:06 smithi032 ceph-mon[138138]: pgmap v674: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:08:07.523 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:07.523 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:07.843 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:08.845 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:09.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:08 smithi032 ceph-mon[138138]: from='client.35574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:09.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:08 smithi032 ceph-mon[138138]: pgmap v675: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:08:09.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:08 smithi003 ceph-mon[163669]: from='client.35574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:09.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:08 smithi003 ceph-mon[163669]: pgmap v675: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:08:10.282 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:10.282 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:10.668 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:10 smithi003 ceph-mon[163669]: pgmap v676: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T08:08:11.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:10 smithi032 ceph-mon[138138]: pgmap v676: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T08:08:11.669 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:12.044 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:11 smithi003 ceph-mon[163669]: from='client.35578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:12.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:11 smithi032 ceph-mon[138138]: from='client.35578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:13.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:12 smithi032 ceph-mon[138138]: pgmap v677: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:08:13.156 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:13.157 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:13.182 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:12 smithi003 ceph-mon[163669]: pgmap v677: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 714 B/s rd, 0 op/s 2023-09-07T08:08:13.551 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:14.553 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:14.897 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:14 smithi003 ceph-mon[163669]: from='client.35582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:14.897 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:14 smithi003 ceph-mon[163669]: pgmap v678: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T08:08:15.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:14 smithi032 ceph-mon[138138]: from='client.35582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:15.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:14 smithi032 ceph-mon[138138]: pgmap v678: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 357 B/s rd, 0 op/s 2023-09-07T08:08:16.013 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:16.013 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:16.400 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:16 smithi032 ceph-mon[138138]: pgmap v679: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:08:17.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:16 smithi003 ceph-mon[163669]: pgmap v679: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:08:17.401 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:17 smithi032 ceph-mon[138138]: from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:18.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:17 smithi003 ceph-mon[163669]: from='client.35586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:18.903 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:18.903 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:19.071 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:18 smithi003 ceph-mon[163669]: pgmap v680: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:19.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:18 smithi032 ceph-mon[138138]: pgmap v680: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:19.292 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:19 smithi032 ceph-mon[138138]: from='client.35590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:19 smithi003 ceph-mon[163669]: from='client.35590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:20.293 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:20.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:20 smithi003 ceph-mon[163669]: pgmap v681: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:21.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:20 smithi032 ceph-mon[138138]: pgmap v681: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:21.762 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:21.763 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:22.150 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:22 smithi032 ceph-mon[138138]: pgmap v682: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:22 smithi032 ceph-mon[138138]: from='client.35594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:22 smithi003 ceph-mon[163669]: pgmap v682: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:22.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:22 smithi003 ceph-mon[163669]: from='client.35594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:23.151 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:24.594 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:24.594 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:24.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:24 smithi003 ceph-mon[163669]: pgmap v683: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:24.983 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:25.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:24 smithi032 ceph-mon[138138]: pgmap v683: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:25.984 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:26.022 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:25 smithi003 ceph-mon[163669]: from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:25 smithi032 ceph-mon[138138]: from='client.35598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:26.998 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:26 smithi003 ceph-mon[163669]: pgmap v684: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:27.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:26 smithi032 ceph-mon[138138]: pgmap v684: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:27.428 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:27.428 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:27.815 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:28.816 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:29.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:28 smithi032 ceph-mon[138138]: from='client.35602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:29.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:28 smithi032 ceph-mon[138138]: pgmap v685: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:29.168 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:28 smithi003 ceph-mon[163669]: from='client.35602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:29.169 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:28 smithi003 ceph-mon[163669]: pgmap v685: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:30.281 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:30.282 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:30.658 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:30 smithi003 ceph-mon[163669]: pgmap v686: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:31.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:30 smithi032 ceph-mon[138138]: pgmap v686: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:31.661 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:31.985 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:31 smithi003 ceph-mon[163669]: from='client.35606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:32.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:31 smithi032 ceph-mon[138138]: from='client.35606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:32.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:32 smithi003 ceph-mon[163669]: pgmap v687: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:33.029 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:33.030 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:33.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:32 smithi032 ceph-mon[138138]: pgmap v687: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:33.395 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:34.396 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:35.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:34 smithi003 ceph-mon[163669]: from='client.35610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:35.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:34 smithi003 ceph-mon[163669]: pgmap v688: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:35.138 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:34 smithi032 ceph-mon[138138]: from='client.35610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:34 smithi032 ceph-mon[138138]: pgmap v688: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:35.878 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:35.878 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:36.264 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:37.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:36 smithi032 ceph-mon[138138]: pgmap v689: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:37.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:36 smithi032 ceph-mon[138138]: from='client.35614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:37.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:36 smithi003 ceph-mon[163669]: pgmap v689: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:37.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:36 smithi003 ceph-mon[163669]: from='client.35614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:37.266 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:38.731 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:38.731 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:39.103 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:38 smithi003 ceph-mon[163669]: pgmap v690: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:39.105 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:39.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:38 smithi032 ceph-mon[138138]: pgmap v690: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:40.106 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:40.142 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:39 smithi003 ceph-mon[163669]: from='client.35618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:40.152 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:39 smithi032 ceph-mon[138138]: from='client.35618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:41.129 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:40 smithi003 ceph-mon[163669]: pgmap v691: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:41.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:40 smithi032 ceph-mon[138138]: pgmap v691: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:41.538 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:41.538 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:41.913 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:42 smithi032 ceph-mon[138138]: from='client.35622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:42 smithi032 ceph-mon[138138]: pgmap v692: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:42.915 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:42.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:42 smithi003 ceph-mon[163669]: from='client.35622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:42.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:42 smithi003 ceph-mon[163669]: pgmap v692: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:44.344 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:44.345 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:44.795 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:44.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:44 smithi003 ceph-mon[163669]: pgmap v693: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:45.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:44 smithi032 ceph-mon[138138]: pgmap v693: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:45.797 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:45 smithi032 ceph-mon[138138]: from='client.35626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:46.158 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:45 smithi003 ceph-mon[163669]: from='client.35626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:46.860 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:46 smithi003 ceph-mon[163669]: pgmap v694: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:47.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:46 smithi032 ceph-mon[138138]: pgmap v694: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:47.285 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:47.285 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:47.662 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:48.663 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:49.031 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:48 smithi003 ceph-mon[163669]: from='client.35630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:49.031 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:48 smithi003 ceph-mon[163669]: pgmap v695: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:48 smithi032 ceph-mon[138138]: from='client.35630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:49.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:48 smithi032 ceph-mon[138138]: pgmap v695: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:50.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:50.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:08:50.154 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:50.154 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:50.545 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:50 smithi003 ceph-mon[163669]: pgmap v696: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:50 smithi032 ceph-mon[138138]: pgmap v696: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:51.546 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:51.890 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:51 smithi003 ceph-mon[163669]: from='client.35634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:51 smithi032 ceph-mon[138138]: from='client.35634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:52.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:52 smithi003 ceph-mon[163669]: pgmap v697: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:53.036 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:53.036 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:53.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:52 smithi032 ceph-mon[138138]: pgmap v697: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:53.420 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:54.294 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T08:08:54.422 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:54 smithi032 ceph-mon[138138]: from='client.35638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:55.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:54 smithi032 ceph-mon[138138]: pgmap v698: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:55.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:54 smithi003 ceph-mon[163669]: from='client.35638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:55.163 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:54 smithi003 ceph-mon[163669]: pgmap v698: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:55.901 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:55.901 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:56.277 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:56 smithi032 ceph-mon[138138]: pgmap v699: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:56 smithi032 ceph-mon[138138]: from='client.35642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:57.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:56 smithi003 ceph-mon[163669]: pgmap v699: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:08:57.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:56 smithi003 ceph-mon[163669]: from='client.35642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:08:57.278 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:08:58.728 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:08:58.728 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:08:59.010 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:58 smithi003 ceph-mon[163669]: pgmap v700: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:08:59.101 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:08:59.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:58 smithi032 ceph-mon[138138]: pgmap v700: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:00.102 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:00.140 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:08:59 smithi003 ceph-mon[163669]: from='client.35646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:08:59 smithi032 ceph-mon[138138]: from='client.35646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:01.109 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:00 smithi003 ceph-mon[163669]: pgmap v701: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:00 smithi032 ceph-mon[138138]: pgmap v701: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:01.544 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:01.545 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:01.935 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:02 smithi032 ceph-mon[138138]: from='client.35650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:02.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:02 smithi032 ceph-mon[138138]: pgmap v702: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:02.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:02 smithi003 ceph-mon[163669]: from='client.35650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:02.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:02 smithi003 ceph-mon[163669]: pgmap v702: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:02.936 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:04.358 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:04.359 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:04.779 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:04 smithi003 ceph-mon[163669]: pgmap v703: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:04 smithi032 ceph-mon[138138]: pgmap v703: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:05.780 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:05 smithi032 ceph-mon[138138]: from='client.35654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:06.164 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:05 smithi003 ceph-mon[163669]: from='client.35654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: pgmap v704: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:09:07.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:09:07.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:09:07.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:06 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: pgmap v704: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:09:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:09:07.186 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:09:07.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.187 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:06 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:09:07.255 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:07.255 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:07.634 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:07.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:07 smithi003 ceph-mon[163669]: pgmap v705: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 561 B/s rd, 0 op/s 2023-09-07T08:09:07.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:07 smithi003 ceph-mon[163669]: pgmap v706: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:08.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:07 smithi032 ceph-mon[138138]: pgmap v705: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 561 B/s rd, 0 op/s 2023-09-07T08:09:08.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:07 smithi032 ceph-mon[138138]: pgmap v706: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:08.635 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:08.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:08 smithi003 ceph-mon[163669]: from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:09.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:08 smithi032 ceph-mon[138138]: from='client.35658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:09.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:09 smithi003 ceph-mon[163669]: pgmap v707: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:10.101 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:10.101 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:10.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:09 smithi032 ceph-mon[138138]: pgmap v707: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:10.491 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:11.492 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:12.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:11 smithi032 ceph-mon[138138]: from='client.35662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:12.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:11 smithi032 ceph-mon[138138]: pgmap v708: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:11 smithi003 ceph-mon[163669]: from='client.35662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:12.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:11 smithi003 ceph-mon[163669]: pgmap v708: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:12.904 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:12.904 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:13.316 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:13 smithi032 ceph-mon[138138]: pgmap v709: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:14.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:13 smithi032 ceph-mon[138138]: from='client.35666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:14.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:13 smithi003 ceph-mon[163669]: pgmap v709: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 686 B/s rd, 0 op/s 2023-09-07T08:09:14.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:13 smithi003 ceph-mon[163669]: from='client.35666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:14.318 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:15.766 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:15.766 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:16.098 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:15 smithi003 ceph-mon[163669]: pgmap v710: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-09-07T08:09:16.100 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:16.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:15 smithi032 ceph-mon[138138]: pgmap v710: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-09-07T08:09:17.101 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:17.137 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:16 smithi003 ceph-mon[163669]: from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:17.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:16 smithi032 ceph-mon[138138]: from='client.35670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:18.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:17 smithi032 ceph-mon[138138]: pgmap v711: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:09:18.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:17 smithi003 ceph-mon[163669]: pgmap v711: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:09:18.601 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:18.601 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:18.982 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:19.984 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:19 smithi032 ceph-mon[138138]: from='client.35674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:19 smithi032 ceph-mon[138138]: pgmap v712: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:20.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:19 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:20.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:19 smithi003 ceph-mon[163669]: from='client.35674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:19 smithi003 ceph-mon[163669]: pgmap v712: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:20.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:19 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:21.405 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:21.406 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:21.768 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:22.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:21 smithi032 ceph-mon[138138]: pgmap v713: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:22.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:21 smithi003 ceph-mon[163669]: pgmap v713: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:22.770 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:23.152 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:22 smithi003 ceph-mon[163669]: from='client.35678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:23.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:22 smithi032 ceph-mon[138138]: from='client.35678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:24.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:23 smithi032 ceph-mon[138138]: pgmap v714: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:24.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:23 smithi003 ceph-mon[163669]: pgmap v714: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:24.220 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:24.220 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:24.601 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:25.602 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:25.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:25 smithi003 ceph-mon[163669]: from='client.35682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:25.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:25 smithi003 ceph-mon[163669]: pgmap v715: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:25 smithi032 ceph-mon[138138]: from='client.35682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:26.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:25 smithi032 ceph-mon[138138]: pgmap v715: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:27.047 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:27.048 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:27.430 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:27.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:27 smithi003 ceph-mon[163669]: pgmap v716: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:27 smithi032 ceph-mon[138138]: pgmap v716: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:28.431 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:28.776 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:28 smithi003 ceph-mon[163669]: from='client.35686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:28 smithi032 ceph-mon[138138]: from='client.35686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:29.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:29 smithi003 ceph-mon[163669]: pgmap v717: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:29.850 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:29.851 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:29.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:29 smithi032 ceph-mon[138138]: pgmap v717: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:30.276 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:30.891 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:30 smithi032 ceph-mon[138138]: from='client.45373 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:30 smithi003 ceph-mon[163669]: from='client.45373 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:31.278 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:31.634 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:31 smithi003 ceph-mon[163669]: pgmap v718: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:31.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:31 smithi032 ceph-mon[138138]: pgmap v718: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:32.744 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:32.744 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:33.130 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:34.132 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:33 smithi032 ceph-mon[138138]: pgmap v719: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:34.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:33 smithi032 ceph-mon[138138]: from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:34.168 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:33 smithi003 ceph-mon[163669]: pgmap v719: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:34.168 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:33 smithi003 ceph-mon[163669]: from='client.35694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:34.842 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:34 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:35.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:34 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:35.597 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:35.597 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:35.880 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:35 smithi003 ceph-mon[163669]: pgmap v720: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:36.006 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:36.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:35 smithi032 ceph-mon[138138]: pgmap v720: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:37.007 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:37.042 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:36 smithi003 ceph-mon[163669]: from='client.35698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:37.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:36 smithi032 ceph-mon[138138]: from='client.35698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:38.054 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:37 smithi003 ceph-mon[163669]: pgmap v721: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:38.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:37 smithi032 ceph-mon[138138]: pgmap v721: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:38.479 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:38.479 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:38.870 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:39.871 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:40.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:39 smithi003 ceph-mon[163669]: from='client.35702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:40.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:39 smithi003 ceph-mon[163669]: pgmap v722: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:39 smithi032 ceph-mon[138138]: from='client.35702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:40.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:39 smithi032 ceph-mon[138138]: pgmap v722: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:41.327 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:41.327 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:41.704 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:41.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:41 smithi003 ceph-mon[163669]: pgmap v723: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:42.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:41 smithi032 ceph-mon[138138]: pgmap v723: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:42.706 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:43.091 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:42 smithi003 ceph-mon[163669]: from='client.35706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:43.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:42 smithi032 ceph-mon[138138]: from='client.35706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:44.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:43 smithi032 ceph-mon[138138]: pgmap v724: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:44.185 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:44.185 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:44.185 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:43 smithi003 ceph-mon[163669]: pgmap v724: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:44.570 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:45.570 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:45.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:45 smithi003 ceph-mon[163669]: from='client.35710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:45.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:45 smithi003 ceph-mon[163669]: pgmap v725: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:45 smithi032 ceph-mon[138138]: from='client.35710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:46.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:45 smithi032 ceph-mon[138138]: pgmap v725: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:46.986 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:46.986 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:47.361 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:47.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:47 smithi003 ceph-mon[163669]: pgmap v726: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:47.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:47 smithi003 ceph-mon[163669]: from='client.35714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:47 smithi032 ceph-mon[138138]: pgmap v726: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:47 smithi032 ceph-mon[138138]: from='client.35714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:48.362 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:49.771 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:49.772 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:49.965 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:49 smithi003 ceph-mon[163669]: pgmap v727: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:49.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:50.153 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:50.154 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:49 smithi032 ceph-mon[138138]: pgmap v727: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:50.155 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:09:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:50 smithi003 ceph-mon[163669]: from='client.35718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:51.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:50 smithi032 ceph-mon[138138]: from='client.35718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:51.154 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:51.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:51 smithi003 ceph-mon[163669]: pgmap v728: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:52.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:51 smithi032 ceph-mon[138138]: pgmap v728: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:52.691 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:52.692 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:53.077 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:54.078 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:54.115 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:53 smithi003 ceph-mon[163669]: pgmap v729: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:54.115 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:53 smithi003 ceph-mon[163669]: from='client.35722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:53 smithi032 ceph-mon[138138]: pgmap v729: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:54.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:53 smithi032 ceph-mon[138138]: from='client.35722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:55.525 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:55.526 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:55.801 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:55 smithi003 ceph-mon[163669]: pgmap v730: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:55.902 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:56.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:55 smithi032 ceph-mon[138138]: pgmap v730: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:09:56.903 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:09:57.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:56 smithi032 ceph-mon[138138]: from='client.35726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:57.184 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:56 smithi003 ceph-mon[163669]: from='client.35726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:09:57.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:57 smithi003 ceph-mon[163669]: pgmap v731: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:58.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:57 smithi032 ceph-mon[138138]: pgmap v731: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:09:58.379 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:09:58.379 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:09:58.767 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:09:59.768 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:00.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:59 smithi003 ceph-mon[163669]: from='client.35730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:00.002 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:09:59 smithi003 ceph-mon[163669]: pgmap v732: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:59 smithi032 ceph-mon[138138]: from='client.35730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:00.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:09:59 smithi032 ceph-mon[138138]: pgmap v732: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:00.822 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:00 smithi003 ceph-mon[163669]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T08:10:01.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:00 smithi032 ceph-mon[138138]: overall HEALTH_WARN 1 failed cephadm daemon(s) 2023-09-07T08:10:01.200 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:01.200 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:01.576 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:01.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:01 smithi003 ceph-mon[163669]: pgmap v733: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:02.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:01 smithi032 ceph-mon[138138]: pgmap v733: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:02.577 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:02.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:02 smithi003 ceph-mon[163669]: from='client.35734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:03.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:02 smithi032 ceph-mon[138138]: from='client.35734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:03.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:03 smithi003 ceph-mon[163669]: pgmap v734: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:03.986 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:03.987 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:04.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:03 smithi032 ceph-mon[138138]: pgmap v734: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:04.361 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:04 smithi003 ceph-mon[163669]: from='client.35738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:05.001 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:04 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:04 smithi032 ceph-mon[138138]: from='client.35738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:05.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:04 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:05.362 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:06.055 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:05 smithi003 ceph-mon[163669]: pgmap v735: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:06.153 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:05 smithi032 ceph-mon[138138]: pgmap v735: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:06.939 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:06.939 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:07.323 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:07 smithi032 ceph-mon[138138]: pgmap v736: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:10:07.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:07 smithi032 ceph-mon[138138]: from='client.35742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:10:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:10:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:10:07.904 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:07 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:10:07.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:07 smithi003 ceph-mon[163669]: pgmap v736: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:07.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-07T08:10:07.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:07 smithi003 ceph-mon[163669]: from='client.35742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:07.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-07T08:10:07.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-07T08:10:07.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:10:07.936 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:07 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' 2023-09-07T08:10:08.324 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:08.670 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:08 smithi003 ceph-mon[163669]: pgmap v737: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 571 B/s rd, 0 op/s 2023-09-07T08:10:08.670 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:08 smithi003 ceph-mon[163669]: pgmap v738: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:08 smithi032 ceph-mon[138138]: pgmap v737: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 571 B/s rd, 0 op/s 2023-09-07T08:10:08.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:08 smithi032 ceph-mon[138138]: pgmap v738: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:09.756 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:09.756 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:10.141 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:10 smithi032 ceph-mon[138138]: pgmap v739: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-09-07T08:10:10.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:10 smithi032 ceph-mon[138138]: from='client.35746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:10.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:10 smithi003 ceph-mon[163669]: pgmap v739: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 350 B/s rd, 0 op/s 2023-09-07T08:10:10.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:10 smithi003 ceph-mon[163669]: from='client.35746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:11.142 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:12.665 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:12.666 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:12.819 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:12 smithi003 ceph-mon[163669]: pgmap v740: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:12.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:12 smithi032 ceph-mon[138138]: pgmap v740: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:12.998 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:13.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:13 smithi032 ceph-mon[138138]: from='client.35750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:13.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:13 smithi003 ceph-mon[163669]: from='client.35750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:14.000 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:14.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:14 smithi003 ceph-mon[163669]: pgmap v741: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:14.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:14 smithi032 ceph-mon[138138]: pgmap v741: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:15.439 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:15.439 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:15.815 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:16.817 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:16.854 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:16 smithi003 ceph-mon[163669]: pgmap v742: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:16.855 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:16 smithi003 ceph-mon[163669]: from='client.35754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:16 smithi032 ceph-mon[138138]: pgmap v742: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 701 B/s rd, 0 op/s 2023-09-07T08:10:16.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:16 smithi032 ceph-mon[138138]: from='client.35754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:18.234 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:18.234 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:18.626 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:18.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:18 smithi032 ceph-mon[138138]: pgmap v743: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:10:18.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:18 smithi003 ceph-mon[163669]: pgmap v743: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 614 B/s rd, 0 op/s 2023-09-07T08:10:19.628 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:19.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:19 smithi032 ceph-mon[138138]: from='client.35758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:19.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:19 smithi003 ceph-mon[163669]: from='client.35758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:20.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:20 smithi003 ceph-mon[163669]: pgmap v744: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:20.583 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:20 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:20 smithi032 ceph-mon[138138]: pgmap v744: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:20.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:20 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:21.103 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:21.103 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:21.490 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:22.491 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:22.835 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:22 smithi003 ceph-mon[163669]: from='client.35762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:22.835 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:22 smithi003 ceph-mon[163669]: pgmap v745: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:22 smithi032 ceph-mon[138138]: from='client.35762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:22.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:22 smithi032 ceph-mon[138138]: pgmap v745: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:23.984 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:23.985 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:24.365 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:24.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:24 smithi003 ceph-mon[163669]: pgmap v746: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:24.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:24 smithi003 ceph-mon[163669]: from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:24 smithi032 ceph-mon[138138]: pgmap v746: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:24.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:24 smithi032 ceph-mon[138138]: from='client.35766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:25.366 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:26.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:26 smithi003 ceph-mon[163669]: pgmap v747: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:26.870 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:26.870 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:26.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:26 smithi032 ceph-mon[138138]: pgmap v747: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:27.262 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:27.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:27 smithi032 ceph-mon[138138]: from='client.35770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:27.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:27 smithi003 ceph-mon[163669]: from='client.35770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:28.264 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:28.617 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:28 smithi003 ceph-mon[163669]: pgmap v748: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:28.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:28 smithi032 ceph-mon[138138]: pgmap v748: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:29.708 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:29.709 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:30.080 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:30 smithi032 ceph-mon[138138]: pgmap v749: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:30.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:30 smithi032 ceph-mon[138138]: from='client.35774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:30.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:30 smithi003 ceph-mon[163669]: pgmap v749: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:30.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:30 smithi003 ceph-mon[163669]: from='client.35774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:31.081 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:32.533 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:32.533 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:32.861 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:32 smithi003 ceph-mon[163669]: pgmap v750: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:32.862 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:32.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:32 smithi032 ceph-mon[138138]: pgmap v750: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:33.864 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:33.899 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:33 smithi003 ceph-mon[163669]: from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:33.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:33 smithi032 ceph-mon[138138]: from='client.35778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:34.870 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:34 smithi003 ceph-mon[163669]: pgmap v751: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:34.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:34 smithi032 ceph-mon[138138]: pgmap v751: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:35.291 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:35.292 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:35.570 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:35 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:35.671 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:35.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:35 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:36.673 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:36 smithi032 ceph-mon[138138]: from='client.35782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:36.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:36 smithi032 ceph-mon[138138]: pgmap v752: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:36.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:36 smithi003 ceph-mon[163669]: from='client.35782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:36.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:36 smithi003 ceph-mon[163669]: pgmap v752: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:38.240 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:38.241 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:38.621 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:38.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:38 smithi032 ceph-mon[138138]: pgmap v753: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:38.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:38 smithi003 ceph-mon[163669]: pgmap v753: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:39.622 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:39.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:39 smithi032 ceph-mon[138138]: from='client.35786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:39.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:39 smithi003 ceph-mon[163669]: from='client.35786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:40.582 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:40 smithi003 ceph-mon[163669]: pgmap v754: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:40.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:40 smithi032 ceph-mon[138138]: pgmap v754: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:41.145 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:41.145 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:41.528 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:42.529 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:42.882 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:42 smithi003 ceph-mon[163669]: from='client.35790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:42.882 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:42 smithi003 ceph-mon[163669]: pgmap v755: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:42 smithi032 ceph-mon[138138]: from='client.35790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:42.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:42 smithi032 ceph-mon[138138]: pgmap v755: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:44.012 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:44.012 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:44.386 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:44.684 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:44 smithi003 ceph-mon[163669]: pgmap v756: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:44.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:44 smithi003 ceph-mon[163669]: from='client.35794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:44 smithi032 ceph-mon[138138]: pgmap v756: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:44.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:44 smithi032 ceph-mon[138138]: from='client.35794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:45.387 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:46.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:46 smithi003 ceph-mon[163669]: pgmap v757: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:46.842 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:46.843 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:46.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:46 smithi032 ceph-mon[138138]: pgmap v757: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:47.267 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:47.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:47 smithi032 ceph-mon[138138]: from='client.35798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:47.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:47 smithi003 ceph-mon[163669]: from='client.35798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:48.269 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:48.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:48 smithi032 ceph-mon[138138]: pgmap v758: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:48.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:48 smithi003 ceph-mon[163669]: pgmap v758: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:49.756 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:49.756 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:49.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:49 smithi032 ceph-mon[138138]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:49.914 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:49 smithi003 ceph-mon[163669]: from='mgr.34104 172.21.15.3:0/1465753717' entity='mgr.smithi003.oqouau' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-07T08:10:50.135 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:50 smithi032 ceph-mon[138138]: pgmap v759: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:50.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:50 smithi032 ceph-mon[138138]: from='client.35802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:50.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:50 smithi003 ceph-mon[163669]: pgmap v759: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:50.935 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:50 smithi003 ceph-mon[163669]: from='client.35802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:51.137 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:52.660 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:52.660 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:52.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:52 smithi032 ceph-mon[138138]: pgmap v760: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:52.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:52 smithi003 ceph-mon[163669]: pgmap v760: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2023-09-07T08:10:53.033 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:53.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:53 smithi032 ceph-mon[138138]: from='client.35806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:53.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:53 smithi003 ceph-mon[163669]: from='client.35806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-07T08:10:54.035 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da -- ceph orch ls -f json 2023-09-07T08:10:54.685 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:54 smithi003 ceph-mon[163669]: pgmap v761: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:54.903 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:54 smithi032 ceph-mon[138138]: pgmap v761: 129 pgs: 129 active+clean; 313 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2023-09-07T08:10:55.563 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-09-07T08:10:55.563 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-07T07:31:29.065013Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-07T07:31:16.651967Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-09-07T07:31:27.021309Z", "ports": [3000], "running": 1, "size": 1}}, {"placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-07T07:35:23.006867Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-07T07:31:15.667780Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi032:172.21.15.32=smithi032"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-07T07:31:57.260507Z", "running": 2, "size": 2}}, {"events": ["2023-09-07T07:48:57.697001Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2023-09-07T07:37:24.270551Z", "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-07T07:31:28.117399Z", "ports": [9100], "running": 2, "size": 2}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "baa439efedddd1166622f1a1276eca6856929fa1ae8228f251d57bda2fb322a2", "container_image_name": "quay.ceph.io/ceph-ci/ceph@sha256:18823771b7d32d1d18f1341f45180e8a6f9fecfbba560a8a3bb1af0c6b1764a0", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-07T07:31:26.104379Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-07T08:10:55.941 INFO:tasks.cephadm:nfs.foo has 1/2 2023-09-07T08:10:55.942 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks/cephadm.py", line 1368, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-09-07T08:10:56.013 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e6c1e48d57a5446a90ec372b7c83f8dd Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_68b7f2b3bda7f18cb1cebaeb015d68ab4fdeacdb/qa/tasks/cephadm.py", line 1368, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-09-07T08:10:56.016 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-07T08:10:56.028 INFO:tasks.cephadm:Teardown begin 2023-09-07T08:10:56.029 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T08:10:56.075 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T08:10:56.117 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-07T08:10:56.117 DEBUG:teuthology.orchestra.run.smithi003:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-07T08:10:56.142 DEBUG:teuthology.orchestra.run.smithi032:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-07T08:10:56.181 INFO:tasks.cephadm:Stopping all daemons... 2023-09-07T08:10:56.183 INFO:tasks.cephadm.mon.smithi003:Stopping mon.smithi003... 2023-09-07T08:10:56.183 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003 2023-09-07T08:10:56.547 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:56 smithi003 systemd[1]: Stopping Ceph mon.smithi003 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:10:56.547 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi003[163646]: 2023-09-07T08:10:56.417+0000 7f15db0d2700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi003 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:10:56.548 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:56 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi003[163646]: 2023-09-07T08:10:56.417+0000 7f15db0d2700 -1 mon.smithi003@0(leader) e3 *** Got Signal Terminated *** 2023-09-07T08:10:56.934 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Sep 07 08:10:56 smithi003 bash[282721]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi003 2023-09-07T08:10:57.014 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi003.service' 2023-09-07T08:10:57.077 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:10:57.078 INFO:tasks.cephadm.mon.smithi003:Stopped mon.smithi003 2023-09-07T08:10:57.078 INFO:tasks.cephadm.mon.smithi032:Stopping mon.smithi032... 2023-09-07T08:10:57.078 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi032 2023-09-07T08:10:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:57 smithi032 systemd[1]: Stopping Ceph mon.smithi032 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:10:57.403 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi032[138115]: 2023-09-07T08:10:57.332+0000 7f7905c9a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi032 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:10:57.404 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:57 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi032[138115]: 2023-09-07T08:10:57.332+0000 7f7905c9a700 -1 mon.smithi032@1(peon) e3 *** Got Signal Terminated *** 2023-09-07T08:10:57.886 INFO:journalctl@ceph.mon.smithi032.smithi032.stdout:Sep 07 08:10:57 smithi032 bash[175171]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-mon-smithi032 2023-09-07T08:10:57.894 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@mon.smithi032.service' 2023-09-07T08:10:57.950 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:10:57.950 INFO:tasks.cephadm.mon.smithi032:Stopped mon.smithi032 2023-09-07T08:10:57.951 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-07T08:10:57.951 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.0 2023-09-07T08:10:58.434 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 08:10:57 smithi003 systemd[1]: Stopping Ceph osd.0 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:10:58.435 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 08:10:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-0[171572]: 2023-09-07T08:10:58.195+0000 7f3169abb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:10:58.435 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 08:10:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-0[171572]: 2023-09-07T08:10:58.195+0000 7f3169abb700 -1 osd.0 112 *** Got signal Terminated *** 2023-09-07T08:10:58.435 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 08:10:58 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-0[171572]: 2023-09-07T08:10:58.195+0000 7f3169abb700 -1 osd.0 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:04.185 INFO:journalctl@ceph.osd.0.smithi003.stdout:Sep 07 08:11:03 smithi003 bash[282878]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-0 2023-09-07T08:11:04.351 INFO:teuthology.orchestra.run.smithi003.stderr:mount.nfs: Connection refused 2023-09-07T08:11:05.107 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.0.service' 2023-09-07T08:11:05.161 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:05.161 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-07T08:11:05.162 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-07T08:11:05.162 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.1 2023-09-07T08:11:05.395 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 08:11:05 smithi003 systemd[1]: Stopping Ceph osd.1 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:11:05.684 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 08:11:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-1[174919]: 2023-09-07T08:11:05.394+0000 7f7860b6d700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:11:05.685 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 08:11:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-1[174919]: 2023-09-07T08:11:05.394+0000 7f7860b6d700 -1 osd.1 112 *** Got signal Terminated *** 2023-09-07T08:11:05.686 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 08:11:05 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-1[174919]: 2023-09-07T08:11:05.394+0000 7f7860b6d700 -1 osd.1 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:11.435 INFO:journalctl@ceph.osd.1.smithi003.stdout:Sep 07 08:11:11 smithi003 bash[283180]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-1 2023-09-07T08:11:12.362 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.1.service' 2023-09-07T08:11:12.417 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:12.418 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-07T08:11:12.418 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-07T08:11:12.419 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.2 2023-09-07T08:11:12.668 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 08:11:12 smithi003 systemd[1]: Stopping Ceph osd.2 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:11:12.934 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 08:11:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-2[178398]: 2023-09-07T08:11:12.667+0000 7f38e9462700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:11:12.935 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 08:11:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-2[178398]: 2023-09-07T08:11:12.667+0000 7f38e9462700 -1 osd.2 112 *** Got signal Terminated *** 2023-09-07T08:11:12.935 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 08:11:12 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-2[178398]: 2023-09-07T08:11:12.667+0000 7f38e9462700 -1 osd.2 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:18.434 INFO:journalctl@ceph.osd.2.smithi003.stdout:Sep 07 08:11:18 smithi003 bash[283464]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-2 2023-09-07T08:11:19.487 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.2.service' 2023-09-07T08:11:19.540 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:19.541 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-07T08:11:19.541 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-09-07T08:11:19.542 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.3 2023-09-07T08:11:19.772 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 08:11:19 smithi003 systemd[1]: Stopping Ceph osd.3 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:11:20.184 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 08:11:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-3[181827]: 2023-09-07T08:11:19.771+0000 7fe253795700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.3 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:11:20.185 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 08:11:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-3[181827]: 2023-09-07T08:11:19.771+0000 7fe253795700 -1 osd.3 112 *** Got signal Terminated *** 2023-09-07T08:11:20.185 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 08:11:19 smithi003 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-3[181827]: 2023-09-07T08:11:19.771+0000 7fe253795700 -1 osd.3 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:25.395 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:25.123+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:25.653 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:25 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:25.394+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:25.685 INFO:journalctl@ceph.osd.3.smithi003.stdout:Sep 07 08:11:25 smithi003 bash[283731]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-3 2023-09-07T08:11:26.390 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:26.099+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:26.586 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.3.service' 2023-09-07T08:11:26.640 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:26.641 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-09-07T08:11:26.641 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-09-07T08:11:26.642 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.4 2023-09-07T08:11:26.652 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:26.389+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:26.653 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:26.543+0000 7f1e2da27700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.572691+0000 front 2023-09-07T08:11:01.572639+0000 (oldest deadline 2023-09-07T08:11:26.272542+0000) 2023-09-07T08:11:26.654 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:26.429+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:26.928 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:26 smithi032 systemd[1]: Stopping Ceph osd.4 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:11:27.341 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:27.144+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:27.341 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:26.926+0000 7f1e31c32700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.4 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:11:27.341 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:26.926+0000 7f1e31c32700 -1 osd.4 112 *** Got signal Terminated *** 2023-09-07T08:11:27.342 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:26 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:26.926+0000 7f1e31c32700 -1 osd.4 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:27.653 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:27.339+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:27.653 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:27.430+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:27.654 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:27 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:27.520+0000 7f1e2da27700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.572691+0000 front 2023-09-07T08:11:01.572639+0000 (oldest deadline 2023-09-07T08:11:26.272542+0000) 2023-09-07T08:11:28.398 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:28.123+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:28.399 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:28.310+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:28.653 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:28.398+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:28.653 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:28 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:28.539+0000 7f1e2da27700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.572691+0000 front 2023-09-07T08:11:01.572639+0000 (oldest deadline 2023-09-07T08:11:26.272542+0000) 2023-09-07T08:11:29.403 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:29.314+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:29.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:29.082+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:29.903 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:29.581+0000 7f1e2da27700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.572691+0000 front 2023-09-07T08:11:01.572639+0000 (oldest deadline 2023-09-07T08:11:26.272542+0000) 2023-09-07T08:11:29.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:29 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:29.422+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:30.403 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:30.290+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:30.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:30.063+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:30.903 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:30.620+0000 7f1e2da27700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.572691+0000 front 2023-09-07T08:11:01.572639+0000 (oldest deadline 2023-09-07T08:11:26.272542+0000) 2023-09-07T08:11:30.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:30 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:30.468+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:31.403 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:31.248+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:31.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:31.109+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:31.903 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4[143927]: 2023-09-07T08:11:31.656+0000 7f1e2da27700 -1 osd.4 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.572691+0000 front 2023-09-07T08:11:01.572639+0000 (oldest deadline 2023-09-07T08:11:26.272542+0000) 2023-09-07T08:11:31.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:31 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:31.477+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:32.403 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:32.277+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:32.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:32.105+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:32.903 INFO:journalctl@ceph.osd.4.smithi032.stdout:Sep 07 08:11:32 smithi032 bash[175400]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-4 2023-09-07T08:11:32.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:32 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:32.460+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:33.510 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:33.299+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:33.511 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:33.299+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.649803+0000 front 2023-09-07T08:11:09.649722+0000 (oldest deadline 2023-09-07T08:11:33.149670+0000) 2023-09-07T08:11:33.511 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:33.155+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:33.786 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:33 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:33.508+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:34.131 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.4.service' 2023-09-07T08:11:34.225 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:34.226 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-09-07T08:11:34.226 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-09-07T08:11:34.227 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.5 2023-09-07T08:11:34.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:34.176+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:34.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:34 smithi032 systemd[1]: Stopping Ceph osd.5 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:11:34.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:34.314+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:34.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:34.314+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.649803+0000 front 2023-09-07T08:11:09.649722+0000 (oldest deadline 2023-09-07T08:11:33.149670+0000) 2023-09-07T08:11:34.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:34.461+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:34.903 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:34.476+0000 7f703b639700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.5 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:11:34.904 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:34.476+0000 7f703b639700 -1 osd.5 112 *** Got signal Terminated *** 2023-09-07T08:11:34.904 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:34 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:34.476+0000 7f703b639700 -1 osd.5 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:35.435 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:35.283+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:35.435 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:35.283+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.649803+0000 front 2023-09-07T08:11:09.649722+0000 (oldest deadline 2023-09-07T08:11:33.149670+0000) 2023-09-07T08:11:35.436 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:35.183+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:35.436 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:35.183+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:35.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:35.433+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:35.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:35 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:35.433+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:36.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:36.137+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:36.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:36.137+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:36.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:36.236+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:36.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:36.236+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.649803+0000 front 2023-09-07T08:11:09.649722+0000 (oldest deadline 2023-09-07T08:11:33.149670+0000) 2023-09-07T08:11:36.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:36.478+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:36.904 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:36 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:36.478+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:37.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:37.093+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:37.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:37.093+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:37.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:37.209+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:37.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:37.209+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.649803+0000 front 2023-09-07T08:11:09.649722+0000 (oldest deadline 2023-09-07T08:11:33.149670+0000) 2023-09-07T08:11:37.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:37.469+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:37.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:37 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:37.469+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:38.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:38.053+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:38.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:38.053+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:38.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:38.236+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:38.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:38.236+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.649803+0000 front 2023-09-07T08:11:09.649722+0000 (oldest deadline 2023-09-07T08:11:33.149670+0000) 2023-09-07T08:11:38.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:38.426+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:38.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:38 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:38.426+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:39.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:39.059+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:39.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:39.059+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:39.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:39.059+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:39.404 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:39.267+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:02.748413+0000 front 2023-09-07T08:11:02.748211+0000 (oldest deadline 2023-09-07T08:11:24.448150+0000) 2023-09-07T08:11:39.405 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:39.267+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.649803+0000 front 2023-09-07T08:11:09.649722+0000 (oldest deadline 2023-09-07T08:11:33.149670+0000) 2023-09-07T08:11:39.405 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5[146600]: 2023-09-07T08:11:39.267+0000 7f703642c700 -1 osd.5 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:16.050543+0000 front 2023-09-07T08:11:16.050523+0000 (oldest deadline 2023-09-07T08:11:38.350442+0000) 2023-09-07T08:11:39.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:39.414+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:39.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:39 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:39.414+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:40.366 INFO:journalctl@ceph.osd.5.smithi032.stdout:Sep 07 08:11:40 smithi032 bash[175666]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-5 2023-09-07T08:11:40.366 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:40.032+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:40.367 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:40.032+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:40.367 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:40.032+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:40.653 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:40.365+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:40.654 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:40 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:40.365+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:41.336 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:41.040+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:41.336 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:41.040+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:41.337 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:41.040+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:41.346 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.5.service' 2023-09-07T08:11:41.398 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:41.398 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-09-07T08:11:41.399 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-09-07T08:11:41.399 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.6 2023-09-07T08:11:41.631 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:41.410+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:41.631 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:41.410+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:41.632 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:41.410+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:15.133804+0000 front 2023-09-07T08:11:15.133731+0000 (oldest deadline 2023-09-07T08:11:40.433623+0000) 2023-09-07T08:11:41.632 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:41 smithi032 systemd[1]: Stopping Ceph osd.6 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:11:41.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:41.630+0000 7f603b860700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.6 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:11:41.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:41.631+0000 7f603b860700 -1 osd.6 112 *** Got signal Terminated *** 2023-09-07T08:11:41.904 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:41 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:41.631+0000 7f603b860700 -1 osd.6 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:42.405 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:42.073+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:42.405 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:42.073+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:42.406 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:42.073+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:42.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:42.443+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:42.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:42.443+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:42.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:42 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:42.443+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:15.133804+0000 front 2023-09-07T08:11:15.133731+0000 (oldest deadline 2023-09-07T08:11:40.433623+0000) 2023-09-07T08:11:43.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:43.037+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:43.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:43.037+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:43.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:43.037+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:43.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:43.419+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:43.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:43.419+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:43.904 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:43 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:43.419+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:15.133804+0000 front 2023-09-07T08:11:15.133731+0000 (oldest deadline 2023-09-07T08:11:40.433623+0000) 2023-09-07T08:11:44.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:44.064+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:44.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:44.064+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:44.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:44.064+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:44.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:44.432+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:44.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:44.432+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:44.904 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:44 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:44.432+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:15.133804+0000 front 2023-09-07T08:11:15.133731+0000 (oldest deadline 2023-09-07T08:11:40.433623+0000) 2023-09-07T08:11:45.405 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:45.028+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:45.405 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:45.028+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:45.406 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:45.028+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:45.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:45.411+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:45.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:45.411+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:45.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:45 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:45.411+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:15.133804+0000 front 2023-09-07T08:11:15.133731+0000 (oldest deadline 2023-09-07T08:11:40.433623+0000) 2023-09-07T08:11:46.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:46.003+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:46.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:46.003+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:46.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:46.003+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:46.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:46.003+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:46.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:46.422+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:11:01.132117+0000 front 2023-09-07T08:11:01.132126+0000 (oldest deadline 2023-09-07T08:11:25.832070+0000) 2023-09-07T08:11:46.903 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:46.422+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:09.233378+0000 front 2023-09-07T08:11:09.233465+0000 (oldest deadline 2023-09-07T08:11:35.133282+0000) 2023-09-07T08:11:46.904 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:46 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6[149289]: 2023-09-07T08:11:46.422+0000 7f6036653700 -1 osd.6 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:15.133804+0000 front 2023-09-07T08:11:15.133731+0000 (oldest deadline 2023-09-07T08:11:40.433623+0000) 2023-09-07T08:11:47.403 INFO:journalctl@ceph.osd.6.smithi032.stdout:Sep 07 08:11:47 smithi032 bash[175931]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-6 2023-09-07T08:11:47.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:47.026+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:47.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:47.026+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:47.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:47.026+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:47.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:47 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:47.026+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:48.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:48.041+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:48.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:48.041+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:48.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:48.041+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:48.405 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:48.041+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:48.454 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.6.service' 2023-09-07T08:11:48.507 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:48.507 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-09-07T08:11:48.508 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-09-07T08:11:48.508 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.7 2023-09-07T08:11:48.731 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 systemd[1]: Stopping Ceph osd.7 for 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da... 2023-09-07T08:11:48.731 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:48.730+0000 7f08d5ce0700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.7 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2023-09-07T08:11:49.031 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:48.730+0000 7f08d5ce0700 -1 osd.7 112 *** Got signal Terminated *** 2023-09-07T08:11:49.031 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:48 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:48.730+0000 7f08d5ce0700 -1 osd.7 112 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-07T08:11:49.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.031+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:49.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.031+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:49.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.031+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:49.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.031+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:50.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.986+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:50.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.986+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:50.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.986+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:50.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:49 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:49.986+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:51.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:50.958+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:51.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:50.958+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:51.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:50.958+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:51.405 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:50 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:50.958+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:52.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:51.969+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:52.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:51.969+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:52.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:51.969+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:52.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:51 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:51.969+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:53.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:52.948+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6806 osd.0 since back 2023-09-07T08:10:59.722151+0000 front 2023-09-07T08:10:59.722083+0000 (oldest deadline 2023-09-07T08:11:25.021980+0000) 2023-09-07T08:11:53.403 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:52.948+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6814 osd.1 since back 2023-09-07T08:11:08.924324+0000 front 2023-09-07T08:11:08.924229+0000 (oldest deadline 2023-09-07T08:11:34.824165+0000) 2023-09-07T08:11:53.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:52.948+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6822 osd.2 since back 2023-09-07T08:11:14.824696+0000 front 2023-09-07T08:11:14.824676+0000 (oldest deadline 2023-09-07T08:11:38.324528+0000) 2023-09-07T08:11:53.404 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:52 smithi032 ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7[151943]: 2023-09-07T08:11:52.948+0000 7f08d12d4700 -1 osd.7 112 heartbeat_check: no reply from 172.21.15.3:6830 osd.3 since back 2023-09-07T08:11:23.625575+0000 front 2023-09-07T08:11:23.625587+0000 (oldest deadline 2023-09-07T08:11:45.325451+0000) 2023-09-07T08:11:54.653 INFO:journalctl@ceph.osd.7.smithi032.stdout:Sep 07 08:11:54 smithi032 bash[176225]: ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da-osd-7 2023-09-07T08:11:55.686 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da@osd.7.service' 2023-09-07T08:11:55.738 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:11:55.739 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-09-07T08:11:55.739 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da --force --keep-logs 2023-09-07T08:12:17.353 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da --force --keep-logs 2023-09-07T08:12:25.376 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T08:12:25.418 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-07T08:12:25.454 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-07T08:12:25.456 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/crash to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776/remote/smithi003/crash 2023-09-07T08:12:25.457 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/crash -- . 2023-09-07T08:12:25.505 INFO:teuthology.orchestra.run.smithi003.stderr:tar: /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/crash: Cannot open: No such file or directory 2023-09-07T08:12:25.505 INFO:teuthology.orchestra.run.smithi003.stderr:tar: Error is not recoverable: exiting now 2023-09-07T08:12:25.509 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/crash to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776/remote/smithi032/crash 2023-09-07T08:12:25.510 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/crash -- . 2023-09-07T08:12:25.589 INFO:teuthology.orchestra.run.smithi032.stderr:tar: /var/lib/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/crash: Cannot open: No such file or directory 2023-09-07T08:12:25.590 INFO:teuthology.orchestra.run.smithi032.stderr:tar: Error is not recoverable: exiting now 2023-09-07T08:12:25.591 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-07T08:12:25.591 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-07T08:12:25.627 INFO:teuthology.orchestra.run.smithi003.stderr:grep: /var/log/ceph/5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da/ceph.log: No such file or directory 2023-09-07T08:12:25.629 INFO:tasks.cephadm:Compressing logs... 2023-09-07T08:12:25.629 DEBUG:teuthology.orchestra.run.smithi003:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T08:12:25.677 DEBUG:teuthology.orchestra.run.smithi032:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T08:12:25.711 INFO:teuthology.orchestra.run.smithi003.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-07T08:12:25.716 INFO:teuthology.orchestra.run.smithi032.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-09-07T08:12:55.697 INFO:tasks.cephadm:Archiving logs... 2023-09-07T08:12:55.698 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776/remote/smithi003/log 2023-09-07T08:12:55.700 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-07T08:12:58.378 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/log/ceph to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776/remote/smithi032/log 2023-09-07T08:12:58.380 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-07T08:13:01.440 INFO:tasks.cephadm:Removing cluster... 2023-09-07T08:13:01.441 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da --force 2023-09-07T08:13:01.818 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5cdb14a8-4d50-11ee-9ab5-7b867c8bd7da --force 2023-09-07T08:13:02.191 INFO:tasks.cephadm:Removing cephadm ... 2023-09-07T08:13:02.191 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-07T08:13:02.215 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-07T08:13:02.237 INFO:tasks.cephadm:Teardown complete 2023-09-07T08:13:02.238 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-07T08:13:02.248 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-07T08:13:02.249 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T08:13:02.258 DEBUG:teuthology.orchestra.run.smithi032:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-07T08:13:02.278 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-09-07T08:13:02.283 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T08:13:02.283 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-09-07T08:13:02.283 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv01.front.sepia.ceph.com 2 8 377 195 +740us[ +740us] +/- 77ms 2023-09-07T08:13:02.284 INFO:teuthology.orchestra.run.smithi003.stdout:^* hv02.front.sepia.ceph.com 3 8 377 196 -1076us[-1089us] +/- 53ms 2023-09-07T08:13:02.284 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 1 +929us[ +929us] +/- 88ms 2023-09-07T08:13:02.284 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T08:13:02.297 INFO:teuthology.orchestra.run.smithi032.stderr:bash: ntpq: command not found 2023-09-07T08:13:02.302 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-07T08:13:02.303 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2023-09-07T08:13:02.303 INFO:teuthology.orchestra.run.smithi032.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 1 +725us[ +725us] +/- 80ms 2023-09-07T08:13:02.303 INFO:teuthology.orchestra.run.smithi032.stdout:^* hv02.front.sepia.ceph.com 3 6 377 3 -1103us[-1099us] +/- 56ms 2023-09-07T08:13:02.303 INFO:teuthology.orchestra.run.smithi032.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 2 +952us[ +952us] +/- 88ms 2023-09-07T08:13:02.304 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-07T08:13:02.305 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-07T08:13:02.314 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-07T08:13:02.316 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-07T08:13:02.325 DEBUG:teuthology.orchestra.run.smithi003:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-07T08:13:02.448 DEBUG:teuthology.orchestra.run.smithi032:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-07T08:13:02.561 DEBUG:teuthology.orchestra.run.smithi003:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T08:13:02.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T08:13:02.602 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-07T08:13:02.641 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T08:13:02.642 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-07T08:13:02.653 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-07T08:13:02.663 INFO:teuthology.task.internal:Duration was 3092.958021 seconds 2023-09-07T08:13:02.664 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-07T08:13:02.673 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-07T08:13:02.674 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-07T08:13:02.677 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-07T08:13:02.735 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T08:13:02.741 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-07T08:13:03.201 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-07T08:13:03.201 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2023-09-07T08:13:03.202 DEBUG:teuthology.orchestra.run.smithi003:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-07T08:13:03.233 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi032.front.sepia.ceph.com 2023-09-07T08:13:03.233 DEBUG:teuthology.orchestra.run.smithi032:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-07T08:13:03.265 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-07T08:13:03.266 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T08:13:03.276 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-07T08:13:03.374 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-07T08:13:03.375 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-07T08:13:03.378 DEBUG:teuthology.orchestra.run.smithi032:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-07T08:13:03.591 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-07T08:13:03.604 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-07T08:13:03.605 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-07T08:13:03.637 DEBUG:teuthology.orchestra.run.smithi032:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-07T08:13:03.671 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-07T08:13:03.681 DEBUG:teuthology.orchestra.run.smithi003:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-07T08:13:03.684 DEBUG:teuthology.orchestra.run.smithi032:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-07T08:13:03.718 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2023-09-07T08:13:03.747 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = core 2023-09-07T08:13:03.789 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-07T08:13:03.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T08:13:03.812 DEBUG:teuthology.orchestra.run.smithi032:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-07T08:13:03.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-07T08:13:03.852 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-07T08:13:03.863 INFO:teuthology.task.internal:Transferring archived files... 2023-09-07T08:13:03.864 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776/remote/smithi003 2023-09-07T08:13:03.864 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-07T08:13:03.921 DEBUG:teuthology.misc:Transferring archived files from smithi032:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776/remote/smithi032 2023-09-07T08:13:03.922 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-07T08:13:03.972 INFO:teuthology.task.internal:Removing archive directory... 2023-09-07T08:13:03.972 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-07T08:13:03.975 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-07T08:13:04.029 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-07T08:13:04.041 INFO:teuthology.task.internal:Not uploading archives. 2023-09-07T08:13:04.041 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-07T08:13:04.052 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-07T08:13:04.052 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-07T08:13:04.056 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-07T08:13:04.076 INFO:teuthology.orchestra.run.smithi003.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 7 08:13 /home/ubuntu/cephtest 2023-09-07T08:13:04.092 INFO:teuthology.orchestra.run.smithi032.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 7 08:13 /home/ubuntu/cephtest 2023-09-07T08:13:04.094 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-07T08:13:04.105 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-07T08:13:04.129 INFO:teuthology.nuke:Checking targets against current locks 2023-09-07T08:13:04.158 DEBUG:teuthology.nuke:shortname: smithi003 2023-09-07T08:13:04.159 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T08:13:04.183 DEBUG:teuthology.nuke:shortname: smithi032 2023-09-07T08:13:04.183 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-07T08:13:04.187 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:13:05.709602', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOWZ90pxdVB3NaXOJxeqt+9NSZdlENZbZZKvcyqMjsdhM2/Xw5AvBjH5FbRyq6mnv9UvWxDmibz7QEGMVefgI+4='} 2023-09-07T08:13:04.208 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2023-09-07_07:03:32-orch:cephadm-wip-guits-testing-2-2023-09-05-1426-distro-default-smithi/7390776', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-09-07 07:13:05.710978', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJqtNilkGK2f17BfjVIMhqiPSi0RiGLSRjSQfHrTGE3rUiXpVCQlthTiU4foD/ICc5u56gaqXixrAMo7MKmUuHs='} 2023-09-07T08:13:04.241 INFO:teuthology.orchestra.console.smithi003:Power off 2023-09-07T08:13:04.242 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-07T08:13:04.265 DEBUG:teuthology.orchestra.console.smithi003:power off output: Chassis Power Control: Down/Off 2023-09-07T08:13:04.266 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T08:13:04.283 INFO:teuthology.orchestra.console.smithi032:Power off 2023-09-07T08:13:04.284 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-07T08:13:04.293 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-09-07T08:13:04.305 DEBUG:teuthology.orchestra.console.smithi032:power off output: Chassis Power Control: Down/Off 2023-09-07T08:13:04.306 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T08:13:04.329 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2023-09-07T08:13:07.768 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-07T08:13:08.294 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T08:13:08.330 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T08:13:08.405 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-09-07T08:13:08.441 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2023-09-07T08:13:12.410 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T08:13:12.442 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-07T08:13:12.520 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is off 2023-09-07T08:13:12.552 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is off 2023-09-07T08:13:12.621 INFO:teuthology.orchestra.console.smithi003:Power off completed 2023-09-07T08:13:12.654 INFO:teuthology.orchestra.console.smithi032:Power off completed 2023-09-07T08:13:12.759 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 3092.9580211639404 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e6c1e48d57a5446a90ec372b7c83f8dd status: fail success: false 2023-09-07T08:13:12.759 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-07T08:13:12.839 INFO:teuthology.run:FAIL