2024-02-10T05:56:55.290 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T05:56:55.291 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116 --owner scheduled_yuriw@teuthology --description orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/orig.config.yaml 2024-02-10T05:56:55.321 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T05:56:55.412 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116 branch: main description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: yweinste@redhat.com first_in_suite: false job_id: '7555116' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: main ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1610 sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBR3kqBJWjPLt4afIU3qzvEsty9lvkUqbakOFNYS1yV0miyQDn3ItlKrI1m4GDzlG19ayl8PJTUF6XW1xMRNJM4= smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIxfCXvMV0LHY8rlh9al8y1mbdUEVV3Z3S3ygNXoC4c0x/JVNzlBMlKJgtDBx4zyQKCTDdvHUB9qBifOue6vbFI= smithi060.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFonbJ73/uetFyPHfD3VhaIZHXLOkosOBCEKQvGwkrvG/aqel4abZm+5OFJOslOuV4dAoE+8wTSggESgOfrn8Qw= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_19:44:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-10T05:56:55.412 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/qa; will attempt to use it 2024-02-10T05:56:55.413 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/qa/tasks 2024-02-10T05:56:55.413 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T05:56:55.415 INFO:teuthology.task.internal:Checking packages... 2024-02-10T05:56:55.440 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90' 2024-02-10T05:56:55.440 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T05:56:55.440 INFO:teuthology.packaging:ref: None 2024-02-10T05:56:55.440 INFO:teuthology.packaging:tag: None 2024-02-10T05:56:55.441 INFO:teuthology.packaging:branch: main 2024-02-10T05:56:55.441 INFO:teuthology.packaging:sha1: 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T05:56:55.441 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=main 2024-02-10T05:56:55.716 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1361.gf8e4e331 2024-02-10T05:56:55.718 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T05:56:55.724 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T05:56:55.724 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T05:56:55.763 INFO:teuthology.task.internal:Saving configuration 2024-02-10T05:56:55.776 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T05:56:55.789 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T05:56:55.813 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 05:51:38.374268', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBR3kqBJWjPLt4afIU3qzvEsty9lvkUqbakOFNYS1yV0miyQDn3ItlKrI1m4GDzlG19ayl8PJTUF6XW1xMRNJM4='} 2024-02-10T05:56:55.837 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 05:51:38.375418', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIxfCXvMV0LHY8rlh9al8y1mbdUEVV3Z3S3ygNXoC4c0x/JVNzlBMlKJgtDBx4zyQKCTDdvHUB9qBifOue6vbFI='} 2024-02-10T05:56:55.860 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 05:51:38.373100', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFonbJ73/uetFyPHfD3VhaIZHXLOkosOBCEKQvGwkrvG/aqel4abZm+5OFJOslOuV4dAoE+8wTSggESgOfrn8Qw='} 2024-02-10T05:56:55.860 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T05:56:55.866 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-02-10T05:56:55.866 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-02-10T05:56:55.866 INFO:teuthology.task.internal:roles: ubuntu@smithi060.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-02-10T05:56:55.866 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T05:56:55.985 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4a85383f70>, signals=[15]) 2024-02-10T05:56:55.986 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T05:56:55.995 INFO:teuthology.task.internal:Opening connections... 2024-02-10T05:56:55.996 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2024-02-10T05:56:55.998 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T05:56:56.101 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2024-02-10T05:56:56.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T05:56:56.206 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi060.front.sepia.ceph.com 2024-02-10T05:56:56.207 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T05:56:56.312 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T05:56:56.318 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2024-02-10T05:56:56.337 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2024-02-10T05:56:56.337 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2024-02-10T05:56:56.395 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="CentOS Stream" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="9" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:ID="centos" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="rhel fedora" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="9" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el9" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:LOGO="fedora-logo-icon" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://centos.org/" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T05:56:56.396 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T05:56:56.397 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T05:56:56.397 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2024-02-10T05:56:56.422 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2024-02-10T05:56:56.440 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2024-02-10T05:56:56.441 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2024-02-10T05:56:56.498 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="CentOS Stream" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="9" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:ID="centos" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE="rhel fedora" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="9" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:PLATFORM_ID="platform:el9" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:ANSI_COLOR="0;31" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:LOGO="fedora-logo-icon" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://centos.org/" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T05:56:56.499 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T05:56:56.500 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2024-02-10T05:56:56.522 DEBUG:teuthology.orchestra.run.smithi060:> uname -m 2024-02-10T05:56:56.541 INFO:teuthology.orchestra.run.smithi060.stdout:x86_64 2024-02-10T05:56:56.541 DEBUG:teuthology.orchestra.run.smithi060:> cat /etc/os-release 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:NAME="CentOS Stream" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION="9" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:ID="centos" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:ID_LIKE="rhel fedora" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:VERSION_ID="9" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:PLATFORM_ID="platform:el9" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:ANSI_COLOR="0;31" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:LOGO="fedora-logo-icon" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-10T05:56:56.599 INFO:teuthology.orchestra.run.smithi060.stdout:HOME_URL="https://centos.org/" 2024-02-10T05:56:56.600 INFO:teuthology.orchestra.run.smithi060.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T05:56:56.600 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-10T05:56:56.600 INFO:teuthology.orchestra.run.smithi060.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T05:56:56.600 INFO:teuthology.lock.ops:Updating smithi060.front.sepia.ceph.com on lock server 2024-02-10T05:56:56.622 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T05:56:56.631 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T05:56:56.655 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T05:56:56.655 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2024-02-10T05:56:56.658 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2024-02-10T05:56:56.660 DEBUG:teuthology.orchestra.run.smithi060:> test '!' -e /home/ubuntu/cephtest 2024-02-10T05:56:56.676 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T05:56:56.681 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T05:56:56.682 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2024-02-10T05:56:56.715 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2024-02-10T05:56:56.717 DEBUG:teuthology.orchestra.run.smithi060:> test -z $(ls -A /var/lib/ceph) 2024-02-10T05:56:56.741 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T05:56:56.819 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T05:56:56.833 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T05:56:56.833 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T05:56:56.834 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T05:56:56.834 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T05:56:56.834 DEBUG:teuthology.orchestra.run.smithi060:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T05:56:56.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T05:56:56.852 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-02-10T05:56:56.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T05:56:56.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T05:56:56.853 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-02-10T05:56:56.854 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-02-10T05:56:56.910 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-361.el9.x86_64 2024-02-10T05:56:56.911 INFO:teuthology.task.kernel:Running kernel on smithi029: 5.14.0-361.el9.x86_64 2024-02-10T05:56:56.911 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum install -y kernel 2024-02-10T05:56:56.913 INFO:teuthology.orchestra.run.smithi008.stdout:5.14.0-361.el9.x86_64 2024-02-10T05:56:56.913 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-361.el9.x86_64 2024-02-10T05:56:56.913 INFO:teuthology.task.kernel:Running kernel on smithi008: 5.14.0-361.el9.x86_64 2024-02-10T05:56:56.913 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2024-02-10T05:56:56.914 INFO:teuthology.task.kernel:Running kernel on smithi060: 5.14.0-361.el9.x86_64 2024-02-10T05:56:56.914 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum install -y kernel 2024-02-10T05:56:59.023 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-02-10T05:56:59.122 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - AppStream 13 MB/s | 6.7 MB 00:00 2024-02-10T05:56:59.979 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - AppStream 14 MB/s | 6.7 MB 00:00 2024-02-10T05:57:00.515 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS-9 - BaseOS 6.5 MB/s | 2.0 MB 00:00 2024-02-10T05:57:00.581 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - BaseOS 7.5 MB/s | 2.0 MB 00:00 2024-02-10T05:57:01.489 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - BaseOS 5.6 MB/s | 2.0 MB 00:00 2024-02-10T05:57:01.497 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-02-10T05:57:02.499 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-02-10T05:57:05.172 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 1.9 MB/s | 8.0 MB 00:04 2024-02-10T05:57:05.895 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 8.4 MB/s | 19 MB 00:02 2024-02-10T05:57:10.011 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 12 MB/s | 5.9 MB 00:00 2024-02-10T05:57:11.780 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 15 kB 00:00 2024-02-10T05:57:11.805 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 2.0 MB/s | 19 MB 00:09 2024-02-10T05:57:15.431 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 2.1 MB/s | 19 MB 00:09 2024-02-10T05:57:15.857 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 18 MB/s | 5.9 MB 00:00 2024-02-10T05:57:16.462 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 4.5 MB/s | 20 MB 00:04 2024-02-10T05:57:17.274 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 15 kB 00:00 2024-02-10T05:57:20.475 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 6.6 MB/s | 20 MB 00:03 2024-02-10T05:57:20.548 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 5.9 MB 00:01 2024-02-10T05:57:21.434 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-02-10T05:57:23.859 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T05:57:23.859 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T05:57:23.964 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T05:57:23.979 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T05:57:23.979 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T05:57:23.979 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T05:57:23.979 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T05:57:23.979 INFO:teuthology.orchestra.run.smithi029.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout:Install 4 Packages 2024-02-10T05:57:23.980 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T05:57:23.981 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 99 M 2024-02-10T05:57:23.981 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 122 M 2024-02-10T05:57:23.981 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T05:57:24.512 INFO:teuthology.orchestra.run.smithi029.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 11 MB/s | 6.0 MB 00:00 2024-02-10T05:57:25.504 INFO:teuthology.orchestra.run.smithi029.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 14 MB/s | 21 MB 00:01 2024-02-10T05:57:25.667 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-02-10T05:57:26.754 INFO:teuthology.orchestra.run.smithi029.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 15 MB/s | 33 MB 00:02 2024-02-10T05:57:27.098 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 2.8 kB/s | 15 kB 00:05 2024-02-10T05:57:27.506 INFO:teuthology.orchestra.run.smithi029.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 11 MB/s | 39 MB 00:03 2024-02-10T05:57:27.509 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T05:57:27.509 INFO:teuthology.orchestra.run.smithi029.stdout:Total 28 MB/s | 99 MB 00:03 2024-02-10T05:57:27.510 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T05:57:27.971 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T05:57:27.971 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T05:57:28.083 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T05:57:28.083 INFO:teuthology.orchestra.run.smithi060.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T05:57:28.175 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T05:57:28.187 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T05:57:28.187 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T05:57:28.187 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T05:57:28.187 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T05:57:28.187 INFO:teuthology.orchestra.run.smithi060.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T05:57:28.187 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T05:57:28.187 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T05:57:28.188 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T05:57:28.188 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T05:57:28.188 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T05:57:28.188 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T05:57:28.188 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T05:57:28.188 INFO:teuthology.orchestra.run.smithi060.stdout:Install 4 Packages 2024-02-10T05:57:28.188 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T05:57:28.189 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 99 M 2024-02-10T05:57:28.189 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 122 M 2024-02-10T05:57:28.189 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T05:57:28.408 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2024-02-10T05:57:28.777 INFO:teuthology.orchestra.run.smithi060.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 10 MB/s | 6.0 MB 00:00 2024-02-10T05:57:29.013 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T05:57:29.014 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T05:57:29.561 INFO:teuthology.orchestra.run.smithi060.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 15 MB/s | 21 MB 00:01 2024-02-10T05:57:30.244 INFO:teuthology.orchestra.run.smithi060.stdout:(3/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 19 MB/s | 39 MB 00:02 2024-02-10T05:57:30.644 INFO:teuthology.orchestra.run.smithi060.stdout:(4/4): kernel-modules-core-5.14.0-419.el9.x86_6 18 MB/s | 33 MB 00:01 2024-02-10T05:57:30.647 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T05:57:30.648 INFO:teuthology.orchestra.run.smithi060.stdout:Total 40 MB/s | 99 MB 00:02 2024-02-10T05:57:30.648 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T05:57:31.114 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T05:57:31.114 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T05:57:31.569 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T05:57:32.183 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T05:57:32.183 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T05:57:32.362 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T05:57:32.560 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:57:33.375 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-02-10T05:57:34.713 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T05:57:35.388 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T05:57:35.473 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:57:35.537 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:57:35.698 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-10T05:57:35.698 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-10T05:57:35.755 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:57:35.788 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout: kernel x86_64 5.14.0-419.el9 CentOS-BaseOS 6.0 M 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core x86_64 5.14.0-419.el9 CentOS-BaseOS 21 M 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules x86_64 5.14.0-419.el9 CentOS-BaseOS 39 M 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-core x86_64 5.14.0-419.el9 CentOS-BaseOS 33 M 2024-02-10T05:57:35.804 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T05:57:35.805 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T05:57:35.805 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T05:57:35.805 INFO:teuthology.orchestra.run.smithi008.stdout:Install 4 Packages 2024-02-10T05:57:35.805 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T05:57:35.805 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 99 M 2024-02-10T05:57:35.805 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 122 M 2024-02-10T05:57:35.805 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T05:57:36.160 INFO:teuthology.orchestra.run.smithi008.stdout:(1/4): kernel-5.14.0-419.el9.x86_64.rpm 17 MB/s | 6.0 MB 00:00 2024-02-10T05:57:36.610 INFO:teuthology.orchestra.run.smithi008.stdout:(2/4): kernel-core-5.14.0-419.el9.x86_64.rpm 26 MB/s | 21 MB 00:00 2024-02-10T05:57:37.260 INFO:teuthology.orchestra.run.smithi008.stdout:(3/4): kernel-modules-core-5.14.0-419.el9.x86_6 30 MB/s | 33 MB 00:01 2024-02-10T05:57:37.752 INFO:teuthology.orchestra.run.smithi008.stdout:(4/4): kernel-modules-5.14.0-419.el9.x86_64.rpm 20 MB/s | 39 MB 00:01 2024-02-10T05:57:37.755 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T05:57:37.755 INFO:teuthology.orchestra.run.smithi008.stdout:Total 51 MB/s | 99 MB 00:01 2024-02-10T05:57:37.756 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T05:57:38.246 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T05:57:38.246 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T05:57:38.448 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:57:38.625 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:57:39.282 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T05:57:39.282 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T05:57:40.938 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:57:41.083 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:57:41.795 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T05:57:42.497 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-core-5.14.0-419.el9.x86_64 1/4 2024-02-10T05:57:42.629 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:57:43.692 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:57:43.797 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:57:45.557 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:57:45.734 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:57:46.216 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:57:48.881 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:57:50.788 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:57:50.898 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:57:55.984 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:19.177 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:19.177 INFO:teuthology.orchestra.run.smithi029.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T05:58:19.177 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T05:58:19.249 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:19.649 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:19.649 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T05:58:19.649 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:58:19.649 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:58:19.883 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:19.883 INFO:teuthology.orchestra.run.smithi060.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T05:58:19.883 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T05:58:19.957 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.115 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T05:58:20.116 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T05:58:20.442 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:20.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T05:58:20.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:58:20.442 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:58:20.880 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:20.880 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T05:58:20.880 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T05:58:20.880 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.880 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.880 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.881 INFO:teuthology.orchestra.run.smithi060.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T05:58:20.881 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T05:58:20.881 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T05:58:20.890 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T05:58:21.050 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:21.050 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.051 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.051 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T05:58:21.051 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T05:58:21.051 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-10T05:58:21.051 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T05:58:21.051 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T05:58:21.163 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:21.164 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.164 DEBUG:teuthology.orchestra.run.smithi029:> sudo rpm -qi grub2-tools 2024-02-10T05:58:21.208 INFO:teuthology.orchestra.run.smithi029.stdout:Name : grub2-tools 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Epoch : 1 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Version : 2.06 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Release : 68.el9 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: x86_64 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Group : Unspecified 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Size : 8264254 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:License : GPLv3+ 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T05:58:21.209 INFO:teuthology.orchestra.run.smithi029.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:Packager : builder@centos.org 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:Vendor : CentOS 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:Summary : Support tools for GRUB. 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:Description : 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:hardware devices. 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T05:58:21.210 INFO:teuthology.orchestra.run.smithi029.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T05:58:21.211 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T05:58:21.211 INFO:teuthology.task.kernel:Updating grub on smithi029 to boot 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.211 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T05:58:21.386 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T05:58:21.517 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:21.517 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.518 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.518 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T05:58:21.518 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T05:58:21.518 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-02-10T05:58:21.518 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi060.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T05:58:21.518 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T05:58:21.629 INFO:teuthology.orchestra.run.smithi060.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:21.629 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.629 DEBUG:teuthology.orchestra.run.smithi060:> sudo rpm -qi grub2-tools 2024-02-10T05:58:21.671 INFO:teuthology.orchestra.run.smithi060.stdout:Name : grub2-tools 2024-02-10T05:58:21.671 INFO:teuthology.orchestra.run.smithi060.stdout:Epoch : 1 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Version : 2.06 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Release : 68.el9 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Architecture: x86_64 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Group : Unspecified 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Size : 8264254 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:License : GPLv3+ 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Packager : builder@centos.org 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:Vendor : CentOS 2024-02-10T05:58:21.672 INFO:teuthology.orchestra.run.smithi060.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout:Summary : Support tools for GRUB. 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout:Description : 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout:hardware devices. 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T05:58:21.673 INFO:teuthology.orchestra.run.smithi060.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T05:58:21.674 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T05:58:21.674 INFO:teuthology.task.kernel:Updating grub on smithi060 to boot 5.14.0-419.el9.x86_64 2024-02-10T05:58:21.674 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T05:58:21.895 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2024-02-10T05:58:22.285 INFO:teuthology.orchestra.run.smithi060.stderr:Generating grub configuration file ... 2024-02-10T05:58:23.514 INFO:teuthology.orchestra.run.smithi029.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T05:58:23.539 INFO:teuthology.orchestra.run.smithi029.stderr:done 2024-02-10T05:58:23.541 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2024-02-10T05:58:23.556 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.udGGF7KIqY 2024-02-10T05:58:23.556 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.udGGF7KIqY 2024-02-10T05:58:23.628 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.udGGF7KIqY 2024-02-10T05:58:23.665 INFO:teuthology.orchestra.run.smithi060.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T05:58:23.696 INFO:teuthology.orchestra.run.smithi060.stderr:done 2024-02-10T05:58:23.698 DEBUG:teuthology.orchestra.run.smithi060:> mktemp 2024-02-10T05:58:23.716 INFO:teuthology.orchestra.run.smithi060.stdout:/tmp/tmp.dZSyPxafbH 2024-02-10T05:58:23.716 DEBUG:teuthology.orchestra.run.smithi060:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dZSyPxafbH 2024-02-10T05:58:23.770 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.udGGF7KIqY is 6KB 2024-02-10T05:58:23.799 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 0666 /tmp/tmp.dZSyPxafbH 2024-02-10T05:58:23.819 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.udGGF7KIqY 2024-02-10T05:58:23.834 DEBUG:teuthology.orchestra.run.smithi029:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T05:58:23.902 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T05:58:23.903 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T05:58:23.903 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T05:58:23.903 INFO:teuthology.orchestra.run.smithi029.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T05:58:23.904 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T05:58:23.953 DEBUG:teuthology.orchestra.remote:smithi060:/tmp/tmp.dZSyPxafbH is 6KB 2024-02-10T05:58:24.003 DEBUG:teuthology.orchestra.run.smithi060:> rm -fr /tmp/tmp.dZSyPxafbH 2024-02-10T05:58:24.018 DEBUG:teuthology.orchestra.run.smithi060:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T05:58:24.067 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2024-02-10T05:58:24.093 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T05:58:24.094 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T05:58:24.094 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T05:58:24.094 INFO:teuthology.orchestra.run.smithi060.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T05:58:24.095 DEBUG:teuthology.orchestra.run.smithi060:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T05:58:24.259 DEBUG:teuthology.orchestra.run.smithi060:> sudo shutdown -r now 2024-02-10T05:58:26.696 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:26.696 INFO:teuthology.orchestra.run.smithi008.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-10T05:58:26.696 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T05:58:26.770 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-modules-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:27.189 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: kernel-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:27.189 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-5.14.0-419.el9.x86_64 1/4 2024-02-10T05:58:27.189 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-core-5.14.0-419.el9.x86_64 2/4 2024-02-10T05:58:27.189 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-5.14.0-419.el9.x86_64 3/4 2024-02-10T05:58:27.606 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : kernel-modules-core-5.14.0-419.el9.x86_64 4/4 2024-02-10T05:58:27.606 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T05:58:27.606 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T05:58:27.606 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:27.606 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-core-5.14.0-419.el9.x86_64 2024-02-10T05:58:27.606 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-5.14.0-419.el9.x86_64 2024-02-10T05:58:27.606 INFO:teuthology.orchestra.run.smithi008.stdout: kernel-modules-core-5.14.0-419.el9.x86_64 2024-02-10T05:58:27.607 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T05:58:27.607 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T05:58:28.127 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T05:58:28.259 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:28.260 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T05:58:28.261 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-419.el9.x86_64 2024-02-10T05:58:28.261 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T05:58:28.261 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T05:58:28.261 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-10T05:58:28.261 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi008.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T05:58:28.261 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T05:58:28.372 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-5.14.0-419.el9.x86_64 2024-02-10T05:58:28.373 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-419.el9.x86_64 2024-02-10T05:58:28.373 DEBUG:teuthology.orchestra.run.smithi008:> sudo rpm -qi grub2-tools 2024-02-10T05:58:28.410 INFO:teuthology.orchestra.run.smithi008.stdout:Name : grub2-tools 2024-02-10T05:58:28.410 INFO:teuthology.orchestra.run.smithi008.stdout:Epoch : 1 2024-02-10T05:58:28.410 INFO:teuthology.orchestra.run.smithi008.stdout:Version : 2.06 2024-02-10T05:58:28.410 INFO:teuthology.orchestra.run.smithi008.stdout:Release : 68.el9 2024-02-10T05:58:28.410 INFO:teuthology.orchestra.run.smithi008.stdout:Architecture: x86_64 2024-02-10T05:58:28.410 INFO:teuthology.orchestra.run.smithi008.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Group : Unspecified 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Size : 8264254 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:License : GPLv3+ 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Packager : builder@centos.org 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Vendor : CentOS 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Summary : Support tools for GRUB. 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:Description : 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T05:58:28.411 INFO:teuthology.orchestra.run.smithi008.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T05:58:28.412 INFO:teuthology.orchestra.run.smithi008.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T05:58:28.412 INFO:teuthology.orchestra.run.smithi008.stdout:hardware devices. 2024-02-10T05:58:28.412 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T05:58:28.412 INFO:teuthology.orchestra.run.smithi008.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T05:58:28.413 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T05:58:28.413 INFO:teuthology.task.kernel:Updating grub on smithi008 to boot 5.14.0-419.el9.x86_64 2024-02-10T05:58:28.413 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T05:58:28.994 INFO:teuthology.orchestra.run.smithi008.stderr:Generating grub configuration file ... 2024-02-10T05:58:30.350 INFO:teuthology.orchestra.run.smithi008.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-10T05:58:30.387 INFO:teuthology.orchestra.run.smithi008.stderr:done 2024-02-10T05:58:30.389 DEBUG:teuthology.orchestra.run.smithi008:> mktemp 2024-02-10T05:58:30.404 INFO:teuthology.orchestra.run.smithi008.stdout:/tmp/tmp.wuVNn1Vtp0 2024-02-10T05:58:30.404 DEBUG:teuthology.orchestra.run.smithi008:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.wuVNn1Vtp0 2024-02-10T05:58:30.477 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 0666 /tmp/tmp.wuVNn1Vtp0 2024-02-10T05:58:30.621 DEBUG:teuthology.orchestra.remote:smithi008:/tmp/tmp.wuVNn1Vtp0 is 6KB 2024-02-10T05:58:30.669 DEBUG:teuthology.orchestra.run.smithi008:> rm -fr /tmp/tmp.wuVNn1Vtp0 2024-02-10T05:58:30.684 DEBUG:teuthology.orchestra.run.smithi008:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T05:58:30.758 INFO:teuthology.orchestra.run.smithi008.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-10T05:58:30.758 INFO:teuthology.orchestra.run.smithi008.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-10T05:58:30.758 INFO:teuthology.orchestra.run.smithi008.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-10T05:58:30.758 INFO:teuthology.orchestra.run.smithi008.stdout:15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64.conf 2024-02-10T05:58:30.759 DEBUG:teuthology.orchestra.run.smithi008:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-419.el9.x86_64 2024-02-10T05:58:30.918 DEBUG:teuthology.orchestra.run.smithi008:> sudo shutdown -r now 2024-02-10T05:58:54.090 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-10T05:58:54.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T05:58:54.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T05:58:54.262 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-02-10T05:58:54.262 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-02-10T05:58:54.262 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T05:59:00.928 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-10T05:59:00.928 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-02-10T05:59:00.929 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T05:59:54.148 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T05:59:54.265 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T06:00:00.936 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T06:00:03.151 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T06:00:03.152 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T06:00:03.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-02-10T06:00:03.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T06:00:03.562 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-02-10T06:00:03.979 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-02-10T06:00:03.980 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-419.el9.x86_64"... 2024-02-10T06:00:03.980 DEBUG:teuthology.orchestra.run.smithi060:> uname -r 2024-02-10T06:00:03.993 INFO:teuthology.orchestra.run.smithi060.stdout:5.14.0-419.el9.x86_64 2024-02-10T06:00:03.994 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T06:00:03.994 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T06:00:03.994 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T06:00:04.995 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-02-10T06:00:04.995 DEBUG:teuthology.orchestra.run.smithi060:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T06:00:05.087 INFO:teuthology.orchestra.run.smithi060.stdout:ttyS1 2024-02-10T06:00:05.127 DEBUG:teuthology.parallel:result is None 2024-02-10T06:00:06.606 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-02-10T06:00:07.107 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T06:00:07.107 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-419.el9.x86_64"... 2024-02-10T06:00:07.107 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2024-02-10T06:00:07.123 INFO:teuthology.orchestra.run.smithi029.stdout:5.14.0-419.el9.x86_64 2024-02-10T06:00:07.123 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T06:00:07.123 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T06:00:07.123 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T06:00:08.123 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-10T06:00:08.124 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T06:00:08.210 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2024-02-10T06:00:08.261 DEBUG:teuthology.parallel:result is None 2024-02-10T06:00:09.937 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-02-10T06:00:09.937 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T06:00:10.303 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-02-10T06:00:10.697 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-02-10T06:00:10.697 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-419.el9.x86_64"... 2024-02-10T06:00:10.697 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2024-02-10T06:00:10.711 INFO:teuthology.orchestra.run.smithi008.stdout:5.14.0-419.el9.x86_64 2024-02-10T06:00:10.712 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-419.el9.x86_64 vs 5.14.0-419.el9.x86_64 2024-02-10T06:00:10.712 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T06:00:10.712 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T06:00:11.713 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-10T06:00:11.713 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T06:00:11.771 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2024-02-10T06:00:11.807 DEBUG:teuthology.parallel:result is None 2024-02-10T06:00:11.808 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T06:00:11.815 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T06:00:11.815 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T06:00:11.817 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T06:00:11.821 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T06:00:11.839 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T06:00:11.865 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T06:00:11.899 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T06:00:11.900 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T06:00:11.902 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T06:00:11.904 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T06:00:11.937 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T06:00:11.946 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T06:00:11.946 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T06:00:11.957 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T06:00:11.964 DEBUG:teuthology.orchestra.run.smithi060:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-10T06:00:11.988 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T06:00:12.001 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T06:00:12.024 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T06:00:12.025 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T06:00:12.036 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T06:00:12.039 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T06:00:12.041 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T06:00:12.051 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T06:00:12.051 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T06:00:12.053 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T06:00:12.056 DEBUG:teuthology.orchestra.run.smithi060:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T06:00:12.086 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T06:00:12.097 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T06:00:12.097 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T06:00:12.120 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T06:00:12.123 DEBUG:teuthology.orchestra.run.smithi060:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T06:00:12.142 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T06:00:12.211 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T06:00:12.280 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T06:00:12.318 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T06:00:12.361 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:00:12.362 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T06:00:12.427 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T06:00:12.468 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T06:00:12.536 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T06:00:12.576 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T06:00:12.617 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:00:12.618 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T06:00:12.683 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T06:00:12.727 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T06:00:12.781 DEBUG:teuthology.orchestra.run.smithi060:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T06:00:12.863 DEBUG:teuthology.orchestra.run.smithi060:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T06:00:12.912 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:00:12.913 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T06:00:12.982 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2024-02-10T06:00:12.984 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2024-02-10T06:00:12.986 DEBUG:teuthology.orchestra.run.smithi060:> sudo service rsyslog restart 2024-02-10T06:00:13.028 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T06:00:13.046 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T06:00:13.078 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T06:00:13.526 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T06:00:13.537 INFO:teuthology.task.internal:Starting timer... 2024-02-10T06:00:13.537 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T06:00:13.588 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T06:00:13.620 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-10T06:00:13.621 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2024-02-10T06:00:13.675 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2024-02-10T06:00:13.677 DEBUG:teuthology.orchestra.run.smithi029:> sudo service auditd rotate 2024-02-10T06:00:13.755 INFO:teuthology.orchestra.run.smithi029.stdout:Rotating logs: 2024-02-10T06:00:13.757 DEBUG:teuthology.orchestra.run.smithi060:> sudo service auditd rotate 2024-02-10T06:00:13.822 INFO:teuthology.orchestra.run.smithi060.stdout:Rotating logs: 2024-02-10T06:00:13.825 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T06:00:13.825 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2024-02-10T06:00:13.851 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2024-02-10T06:00:13.852 DEBUG:teuthology.orchestra.run.smithi029:> /usr/sbin/getenforce 2024-02-10T06:00:13.884 INFO:teuthology.orchestra.run.smithi029.stdout:Permissive 2024-02-10T06:00:13.884 DEBUG:teuthology.orchestra.run.smithi060:> /usr/sbin/getenforce 2024-02-10T06:00:13.925 INFO:teuthology.orchestra.run.smithi060.stdout:Permissive 2024-02-10T06:00:13.925 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi029.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi060.front.sepia.ceph.com': 'permissive'} 2024-02-10T06:00:13.925 DEBUG:teuthology.orchestra.run.smithi008:> 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 2024-02-10T06:00:13.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:00:13.953 DEBUG:teuthology.orchestra.run.smithi029:> 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 2024-02-10T06:00:13.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:00:13.981 DEBUG:teuthology.orchestra.run.smithi060:> 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 2024-02-10T06:00:14.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:00:14.009 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T06:00:14.009 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2024-02-10T06:00:14.046 DEBUG:teuthology.orchestra.run.smithi029:> sudo /usr/sbin/setenforce permissive 2024-02-10T06:00:14.102 DEBUG:teuthology.orchestra.run.smithi060:> sudo /usr/sbin/setenforce permissive 2024-02-10T06:00:14.135 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T06:00:14.145 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T06:00:14.164 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-10T06:00:14.166 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi029.front.sepia.ceph.com,smithi060.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T06:04:39.901 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi060.front.sepia.ceph.com')] 2024-02-10T06:04:39.902 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-02-10T06:04:39.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T06:04:39.999 DEBUG:teuthology.orchestra.run.smithi008:> true 2024-02-10T06:04:40.074 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2024-02-10T06:04:40.075 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T06:04:40.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T06:04:40.166 DEBUG:teuthology.orchestra.run.smithi029:> true 2024-02-10T06:04:40.244 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2024-02-10T06:04:40.244 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-02-10T06:04:40.245 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi060.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T06:04:40.336 DEBUG:teuthology.orchestra.run.smithi060:> true 2024-02-10T06:04:40.419 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi060.front.sepia.ceph.com' 2024-02-10T06:04:40.420 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T06:04:40.430 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T06:04:40.430 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T06:04:40.431 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T06:04:40.434 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T06:04:40.434 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T06:04:40.436 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T06:04:40.436 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T06:04:40.463 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T06:04:40.467 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T06:04:40.480 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T06:04:40.484 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T06:04:40.492 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T06:04:40.509 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T06:04:40.511 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2024-02-10T06:04:40.514 INFO:teuthology.orchestra.run.smithi029.stderr:sudo: ntpd: command not found 2024-02-10T06:04:40.525 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2024-02-10T06:04:40.528 INFO:teuthology.orchestra.run.smithi029.stdout:506 Cannot talk to daemon 2024-02-10T06:04:40.539 INFO:teuthology.orchestra.run.smithi060.stderr:sudo: ntpd: command not found 2024-02-10T06:04:40.542 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T06:04:40.545 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T06:04:40.553 INFO:teuthology.orchestra.run.smithi060.stdout:506 Cannot talk to daemon 2024-02-10T06:04:40.558 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T06:04:40.561 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T06:04:40.570 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T06:04:40.586 INFO:teuthology.orchestra.run.smithi060.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T06:04:40.613 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-02-10T06:04:40.614 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-02-10T06:04:40.616 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T06:04:40.616 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-02-10T06:04:40.616 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.616 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.616 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.617 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.618 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T06:04:40.618 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-02-10T06:04:40.618 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.618 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.618 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.618 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.637 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-02-10T06:04:40.640 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T06:04:40.663 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-02-10T06:04:40.663 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.663 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.663 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.663 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:04:40.663 INFO:teuthology.run_tasks:Running task install... 2024-02-10T06:04:40.698 DEBUG:teuthology.task.install:project ceph 2024-02-10T06:04:40.698 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90'}} 2024-02-10T06:04:40.698 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90'} 2024-02-10T06:04:40.698 INFO:teuthology.task.install:Using flavor: default 2024-02-10T06:04:40.704 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-02-10T06:04:40.704 INFO:teuthology.task.install:extra packages: [] 2024-02-10T06:04:40.705 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', 'tag': None, 'wait_for_package': False} 2024-02-10T06:04:40.705 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:04:40.708 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', 'tag': None, 'wait_for_package': False} 2024-02-10T06:04:40.708 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:04:40.709 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', 'tag': None, 'wait_for_package': False} 2024-02-10T06:04:40.709 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:04:40.872 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/ 2024-02-10T06:04:40.873 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1361.g290212a1 2024-02-10T06:04:40.909 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/ 2024-02-10T06:04:40.909 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1361.g290212a1 2024-02-10T06:04:40.910 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/ 2024-02-10T06:04:40.911 INFO:teuthology.task.install.rpm:Package version is 19.0.0-1361.g290212a1 2024-02-10T06:04:40.999 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T06:04:40.999 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:04:40.999 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T06:04:41.028 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-10T06:04:41.028 DEBUG:teuthology.orchestra.run.smithi060:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T06:04:41.043 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T06:04:41.043 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:04:41.043 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T06:04:41.053 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-02-10T06:04:41.053 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:04:41.053 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-02-10T06:04:41.071 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-10T06:04:41.071 DEBUG:teuthology.orchestra.run.smithi008:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T06:04:41.082 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2024-02-10T06:04:41.082 DEBUG:teuthology.orchestra.run.smithi029:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-02-10T06:04:41.096 DEBUG:teuthology.orchestra.run.smithi060:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-10T06:04:41.139 DEBUG:teuthology.orchestra.run.smithi008:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-10T06:04:41.151 DEBUG:teuthology.orchestra.run.smithi029:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-02-10T06:04:41.176 DEBUG:teuthology.orchestra.run.smithi060:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-10T06:04:41.218 DEBUG:teuthology.orchestra.run.smithi008:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-10T06:04:41.233 DEBUG:teuthology.orchestra.run.smithi029:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-02-10T06:04:41.242 INFO:teuthology.orchestra.run.smithi060.stdout:check_obsoletes = 1 2024-02-10T06:04:41.243 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum clean all 2024-02-10T06:04:41.284 INFO:teuthology.orchestra.run.smithi008.stdout:check_obsoletes = 1 2024-02-10T06:04:41.286 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum clean all 2024-02-10T06:04:41.299 INFO:teuthology.orchestra.run.smithi029.stdout:check_obsoletes = 1 2024-02-10T06:04:41.301 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum clean all 2024-02-10T06:04:41.499 INFO:teuthology.orchestra.run.smithi060.stdout:74 files removed 2024-02-10T06:04:41.526 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-radosgw 2024-02-10T06:04:41.538 INFO:teuthology.orchestra.run.smithi008.stdout:74 files removed 2024-02-10T06:04:41.547 INFO:teuthology.orchestra.run.smithi029.stdout:74 files removed 2024-02-10T06:04:41.566 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-radosgw 2024-02-10T06:04:41.574 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-radosgw 2024-02-10T06:04:42.197 INFO:teuthology.orchestra.run.smithi060.stdout:ceph packages for x86_64 235 kB/s | 82 kB 00:00 2024-02-10T06:04:42.239 INFO:teuthology.orchestra.run.smithi008.stdout:ceph packages for x86_64 234 kB/s | 82 kB 00:00 2024-02-10T06:04:42.245 INFO:teuthology.orchestra.run.smithi029.stdout:ceph packages for x86_64 234 kB/s | 82 kB 00:00 2024-02-10T06:04:42.531 INFO:teuthology.orchestra.run.smithi060.stdout:ceph noarch packages 35 kB/s | 10 kB 00:00 2024-02-10T06:04:42.573 INFO:teuthology.orchestra.run.smithi008.stdout:ceph noarch packages 35 kB/s | 10 kB 00:00 2024-02-10T06:04:42.614 INFO:teuthology.orchestra.run.smithi029.stdout:ceph noarch packages 32 kB/s | 10 kB 00:00 2024-02-10T06:04:42.865 INFO:teuthology.orchestra.run.smithi060.stdout:ceph source packages 6.4 kB/s | 1.9 kB 00:00 2024-02-10T06:04:42.915 INFO:teuthology.orchestra.run.smithi008.stdout:ceph source packages 6.3 kB/s | 1.9 kB 00:00 2024-02-10T06:04:43.024 INFO:teuthology.orchestra.run.smithi029.stdout:ceph source packages 5.1 kB/s | 1.9 kB 00:00 2024-02-10T06:04:43.501 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-02-10T06:04:43.593 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS-9 - AppStream 11 MB/s | 6.7 MB 00:00 2024-02-10T06:04:43.778 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - AppStream 9.4 MB/s | 6.7 MB 00:00 2024-02-10T06:04:45.019 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS-9 - BaseOS 5.6 MB/s | 2.0 MB 00:00 2024-02-10T06:04:45.060 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS-9 - BaseOS 6.4 MB/s | 2.0 MB 00:00 2024-02-10T06:04:45.237 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS-9 - BaseOS 6.7 MB/s | 2.0 MB 00:00 2024-02-10T06:04:46.442 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - BaseOS 7.4 MB/s | 8.0 MB 00:01 2024-02-10T06:04:46.592 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - BaseOS 6.7 MB/s | 8.0 MB 00:01 2024-02-10T06:04:47.538 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-02-10T06:04:48.210 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - AppStream 29 MB/s | 19 MB 00:00 2024-02-10T06:04:49.542 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-02-10T06:04:49.885 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - AppStream 8.7 MB/s | 19 MB 00:02 2024-02-10T06:04:52.303 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - CRB 13 MB/s | 5.9 MB 00:00 2024-02-10T06:04:53.810 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - CRB 8.8 MB/s | 5.9 MB 00:00 2024-02-10T06:04:54.562 INFO:teuthology.orchestra.run.smithi060.stdout:CentOS Stream 9 - Extras packages 14 kB/s | 15 kB 00:01 2024-02-10T06:04:55.328 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - CRB 3.3 MB/s | 5.9 MB 00:01 2024-02-10T06:04:55.597 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 15 kB 00:00 2024-02-10T06:04:56.737 INFO:teuthology.orchestra.run.smithi008.stdout:CentOS Stream 9 - Extras packages 82 kB/s | 15 kB 00:00 2024-02-10T06:04:57.972 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 19 MB/s | 20 MB 00:01 2024-02-10T06:04:58.891 INFO:teuthology.orchestra.run.smithi060.stdout:Extra Packages for Enterprise Linux 4.9 MB/s | 20 MB 00:04 2024-02-10T06:05:02.980 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 39 kB/s | 1.7 kB 00:00 2024-02-10T06:05:04.046 INFO:teuthology.orchestra.run.smithi060.stdout:lab-extras 21 kB/s | 1.7 kB 00:00 2024-02-10T06:05:05.786 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:05:05.805 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:05:05.805 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:05:05.805 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:05:05.805 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:05:05.805 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw x86_64 2:19.0.0-1361.g290212a1.el9 ceph 9.7 M 2024-02-10T06:05:05.805 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrading: 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: librados2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.4 M 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.1 M 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base x86_64 2:19.0.0-1361.g290212a1.el9 ceph 5.3 M 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common x86_64 2:19.0.0-1361.g290212a1.el9 ceph 20 M 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux x86_64 2:19.0.0-1361.g290212a1.el9 ceph 25 k 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T06:05:05.806 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 743 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 499 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 5.1 M 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T06:05:05.807 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: x86_64 2:19.0.0-1361.g290212a1.el9 ceph 45 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common x86_64 2:19.0.0-1361.g290212a1.el9 ceph 131 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs x86_64 2:19.0.0-1361.g290212a1.el9 ceph 161 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados x86_64 2:19.0.0-1361.g290212a1.el9 ceph 319 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 298 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw x86_64 2:19.0.0-1361.g290212a1.el9 ceph 99 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T06:05:05.808 INFO:teuthology.orchestra.run.smithi008.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout:Installing weak dependencies: 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout:Install 30 Packages 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrade 2 Packages 2024-02-10T06:05:05.809 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:05.810 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 58 M 2024-02-10T06:05:05.810 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:05:06.565 INFO:teuthology.orchestra.run.smithi008.stdout:(1/32): ceph-base-19.0.0-1361.g290212a1.el9.x86 7.5 MB/s | 5.3 MB 00:00 2024-02-10T06:05:06.640 INFO:teuthology.orchestra.run.smithi008.stdout:(2/32): ceph-selinux-19.0.0-1361.g290212a1.el9. 336 kB/s | 25 kB 00:00 2024-02-10T06:05:06.749 INFO:teuthology.orchestra.run.smithi008.stdout:(3/32): libcephfs2-19.0.0-1361.g290212a1.el9.x8 6.7 MB/s | 743 kB 00:00 2024-02-10T06:05:06.849 INFO:teuthology.orchestra.run.smithi008.stdout:(4/32): libradosstriper1-19.0.0-1361.g290212a1. 4.9 MB/s | 499 kB 00:00 2024-02-10T06:05:06.853 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw x86_64 2:19.0.0-1361.g290212a1.el9 ceph 9.7 M 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrading: 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout: librados2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.4 M 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.1 M 2024-02-10T06:05:06.870 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base x86_64 2:19.0.0-1361.g290212a1.el9 ceph 5.3 M 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common x86_64 2:19.0.0-1361.g290212a1.el9 ceph 20 M 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux x86_64 2:19.0.0-1361.g290212a1.el9 ceph 25 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 743 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 499 k 2024-02-10T06:05:06.871 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 5.1 M 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: x86_64 2:19.0.0-1361.g290212a1.el9 ceph 45 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common x86_64 2:19.0.0-1361.g290212a1.el9 ceph 131 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs x86_64 2:19.0.0-1361.g290212a1.el9 ceph 161 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados x86_64 2:19.0.0-1361.g290212a1.el9 ceph 319 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 298 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw x86_64 2:19.0.0-1361.g290212a1.el9 ceph 99 k 2024-02-10T06:05:06.872 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout:Installing weak dependencies: 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout:Install 30 Packages 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout:Upgrade 2 Packages 2024-02-10T06:05:06.873 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:06.874 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 58 M 2024-02-10T06:05:06.874 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:05:07.566 INFO:teuthology.orchestra.run.smithi008.stdout:(5/32): librgw2-19.0.0-1361.g290212a1.el9.x86_6 7.1 MB/s | 5.1 MB 00:00 2024-02-10T06:05:07.675 INFO:teuthology.orchestra.run.smithi008.stdout:(6/32): ceph-radosgw-19.0.0-1361.g290212a1.el9. 5.3 MB/s | 9.7 MB 00:01 2024-02-10T06:05:07.700 INFO:teuthology.orchestra.run.smithi008.stdout:(7/32): python3-ceph-argparse-19.0.0-1361.g2902 338 kB/s | 45 kB 00:00 2024-02-10T06:05:07.892 INFO:teuthology.orchestra.run.smithi008.stdout:(8/32): ceph-common-19.0.0-1361.g290212a1.el9.x 9.7 MB/s | 20 MB 00:02 2024-02-10T06:05:07.917 INFO:teuthology.orchestra.run.smithi008.stdout:(9/32): python3-ceph-common-19.0.0-1361.g290212 541 kB/s | 131 kB 00:00 2024-02-10T06:05:07.992 INFO:teuthology.orchestra.run.smithi008.stdout:(10/32): python3-rados-19.0.0-1361.g290212a1.el 3.1 MB/s | 319 kB 00:00 2024-02-10T06:05:08.034 INFO:teuthology.orchestra.run.smithi008.stdout:(11/32): python3-rbd-19.0.0-1361.g290212a1.el9. 2.5 MB/s | 298 kB 00:00 2024-02-10T06:05:08.089 INFO:teuthology.orchestra.run.smithi060.stdout:(1/32): ceph-base-19.0.0-1361.g290212a1.el9.x86 4.7 MB/s | 5.3 MB 00:01 2024-02-10T06:05:08.101 INFO:teuthology.orchestra.run.smithi008.stdout:(12/32): python3-rgw-19.0.0-1361.g290212a1.el9. 914 kB/s | 99 kB 00:00 2024-02-10T06:05:08.156 INFO:teuthology.orchestra.run.smithi060.stdout:(2/32): ceph-selinux-19.0.0-1361.g290212a1.el9. 378 kB/s | 25 kB 00:00 2024-02-10T06:05:08.260 INFO:teuthology.orchestra.run.smithi008.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 469 kB/s | 106 kB 00:00 2024-02-10T06:05:08.306 INFO:teuthology.orchestra.run.smithi060.stdout:(3/32): libcephfs2-19.0.0-1361.g290212a1.el9.x8 4.8 MB/s | 743 kB 00:00 2024-02-10T06:05:08.310 INFO:teuthology.orchestra.run.smithi008.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 762 kB/s | 159 kB 00:00 2024-02-10T06:05:08.335 INFO:teuthology.orchestra.run.smithi008.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 589 kB/s | 44 kB 00:00 2024-02-10T06:05:08.369 INFO:teuthology.orchestra.run.smithi008.stdout:(16/32): python3-cephfs-19.0.0-1361.g290212a1.e 241 kB/s | 161 kB 00:00 2024-02-10T06:05:08.394 INFO:teuthology.orchestra.run.smithi008.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 661 kB 00:00 2024-02-10T06:05:08.406 INFO:teuthology.orchestra.run.smithi060.stdout:(4/32): libradosstriper1-19.0.0-1361.g290212a1. 4.9 MB/s | 499 kB 00:00 2024-02-10T06:05:08.428 INFO:teuthology.orchestra.run.smithi008.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.0 MB/s | 282 kB 00:00 2024-02-10T06:05:08.445 INFO:teuthology.orchestra.run.smithi008.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 555 kB/s | 41 kB 00:00 2024-02-10T06:05:08.479 INFO:teuthology.orchestra.run.smithi008.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 2.5 MB/s | 215 kB 00:00 2024-02-10T06:05:08.495 INFO:teuthology.orchestra.run.smithi008.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 676 kB/s | 34 kB 00:00 2024-02-10T06:05:08.529 INFO:teuthology.orchestra.run.smithi008.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 521 kB/s | 43 kB 00:00 2024-02-10T06:05:08.596 INFO:teuthology.orchestra.run.smithi008.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 391 kB/s | 26 kB 00:00 2024-02-10T06:05:08.646 INFO:teuthology.orchestra.run.smithi008.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 973 kB/s | 49 kB 00:00 2024-02-10T06:05:08.688 INFO:teuthology.orchestra.run.smithi008.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-02-10T06:05:08.713 INFO:teuthology.orchestra.run.smithi008.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2024-02-10T06:05:08.772 INFO:teuthology.orchestra.run.smithi008.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 3.2 MB/s | 192 kB 00:00 2024-02-10T06:05:08.831 INFO:teuthology.orchestra.run.smithi008.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 5.8 MB/s | 838 kB 00:00 2024-02-10T06:05:08.848 INFO:teuthology.orchestra.run.smithi060.stdout:(5/32): ceph-radosgw-19.0.0-1361.g290212a1.el9. 5.1 MB/s | 9.7 MB 00:01 2024-02-10T06:05:08.969 INFO:teuthology.orchestra.run.smithi060.stdout:(6/32): librgw2-19.0.0-1361.g290212a1.el9.x86_6 9.1 MB/s | 5.1 MB 00:00 2024-02-10T06:05:08.999 INFO:teuthology.orchestra.run.smithi060.stdout:(7/32): python3-ceph-argparse-19.0.0-1361.g2902 300 kB/s | 45 kB 00:00 2024-02-10T06:05:09.015 INFO:teuthology.orchestra.run.smithi008.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 6.5 MB/s | 1.6 MB 00:00 2024-02-10T06:05:09.033 INFO:teuthology.orchestra.run.smithi060.stdout:(8/32): python3-ceph-common-19.0.0-1361.g290212 2.0 MB/s | 131 kB 00:00 2024-02-10T06:05:09.066 INFO:teuthology.orchestra.run.smithi060.stdout:(9/32): python3-cephfs-19.0.0-1361.g290212a1.el 2.4 MB/s | 161 kB 00:00 2024-02-10T06:05:09.117 INFO:teuthology.orchestra.run.smithi060.stdout:(10/32): python3-rados-19.0.0-1361.g290212a1.el 3.7 MB/s | 319 kB 00:00 2024-02-10T06:05:09.131 INFO:teuthology.orchestra.run.smithi008.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.3 MB/s | 4.4 MB 00:00 2024-02-10T06:05:09.159 INFO:teuthology.orchestra.run.smithi060.stdout:(11/32): python3-rbd-19.0.0-1361.g290212a1.el9. 3.2 MB/s | 298 kB 00:00 2024-02-10T06:05:09.184 INFO:teuthology.orchestra.run.smithi060.stdout:(12/32): python3-rgw-19.0.0-1361.g290212a1.el9. 1.4 MB/s | 99 kB 00:00 2024-02-10T06:05:09.257 INFO:teuthology.orchestra.run.smithi008.stdout:(31/32): librados2-19.0.0-1361.g290212a1.el9.x8 7.9 MB/s | 3.4 MB 00:00 2024-02-10T06:05:09.390 INFO:teuthology.orchestra.run.smithi008.stdout:(32/32): librbd1-19.0.0-1361.g290212a1.el9.x86_ 8.3 MB/s | 3.1 MB 00:00 2024-02-10T06:05:09.395 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:05:09.395 INFO:teuthology.orchestra.run.smithi008.stdout:Total 16 MB/s | 58 MB 00:03 2024-02-10T06:05:09.396 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:05:09.409 INFO:teuthology.orchestra.run.smithi060.stdout:(13/32): ceph-common-19.0.0-1361.g290212a1.el9. 8.1 MB/s | 20 MB 00:02 2024-02-10T06:05:09.437 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:05:09.437 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:05:09.476 INFO:teuthology.orchestra.run.smithi060.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 333 kB/s | 106 kB 00:00 2024-02-10T06:05:09.493 INFO:teuthology.orchestra.run.smithi060.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 778 kB/s | 44 kB 00:00 2024-02-10T06:05:09.527 INFO:teuthology.orchestra.run.smithi060.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 500 kB/s | 159 kB 00:00 2024-02-10T06:05:09.552 INFO:teuthology.orchestra.run.smithi060.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 8.6 MB/s | 661 kB 00:00 2024-02-10T06:05:09.577 INFO:teuthology.orchestra.run.smithi060.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.3 MB/s | 282 kB 00:00 2024-02-10T06:05:09.594 INFO:teuthology.orchestra.run.smithi060.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 622 kB/s | 41 kB 00:00 2024-02-10T06:05:09.611 INFO:teuthology.orchestra.run.smithi060.stdout:(20/32): qatlib-service-23.11.0-1.el9.x86_64.rp 1.0 MB/s | 34 kB 00:00 2024-02-10T06:05:09.637 INFO:teuthology.orchestra.run.smithi060.stdout:(21/32): qatlib-23.11.0-1.el9.x86_64.rpm 3.6 MB/s | 215 kB 00:00 2024-02-10T06:05:09.653 INFO:teuthology.orchestra.run.smithi060.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 740 kB/s | 43 kB 00:00 2024-02-10T06:05:09.896 INFO:teuthology.orchestra.run.smithi060.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 107 kB/s | 26 kB 00:00 2024-02-10T06:05:09.933 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:05:09.933 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:05:10.063 INFO:teuthology.orchestra.run.smithi060.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 291 kB/s | 49 kB 00:00 2024-02-10T06:05:10.121 INFO:teuthology.orchestra.run.smithi060.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 607 kB/s | 309 kB 00:00 2024-02-10T06:05:10.163 INFO:teuthology.orchestra.run.smithi060.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 671 kB/s | 67 kB 00:00 2024-02-10T06:05:10.313 INFO:teuthology.orchestra.run.smithi060.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.3 MB/s | 838 kB 00:00 2024-02-10T06:05:10.338 INFO:teuthology.orchestra.run.smithi060.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.1 MB/s | 192 kB 00:00 2024-02-10T06:05:10.472 INFO:teuthology.orchestra.run.smithi060.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.4 MB/s | 4.4 MB 00:00 2024-02-10T06:05:10.514 INFO:teuthology.orchestra.run.smithi060.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-02-10T06:05:10.689 INFO:teuthology.orchestra.run.smithi060.stdout:(31/32): librados2-19.0.0-1361.g290212a1.el9.x8 9.6 MB/s | 3.4 MB 00:00 2024-02-10T06:05:10.815 INFO:teuthology.orchestra.run.smithi060.stdout:(32/32): librbd1-19.0.0-1361.g290212a1.el9.x86_ 9.2 MB/s | 3.1 MB 00:00 2024-02-10T06:05:10.819 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:05:10.819 INFO:teuthology.orchestra.run.smithi060.stdout:Total 15 MB/s | 58 MB 00:03 2024-02-10T06:05:10.819 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:05:10.861 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:05:10.862 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:05:11.352 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:05:11.352 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:05:11.426 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:05:11.512 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T06:05:11.545 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T06:05:11.571 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T06:05:11.602 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T06:05:11.618 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T06:05:11.767 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T06:05:11.833 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T06:05:12.180 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T06:05:12.230 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librados2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:12.306 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:12.398 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 8/34 2024-02-10T06:05:12.424 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 9/34 2024-02-10T06:05:12.470 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 9/34 2024-02-10T06:05:12.499 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T06:05:12.544 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9. 11/34 2024-02-10T06:05:12.613 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 12/34 2024-02-10T06:05:12.635 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 13/34 2024-02-10T06:05:12.697 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 13/34 2024-02-10T06:05:12.725 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T06:05:12.836 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T06:05:12.868 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T06:05:12.909 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T06:05:12.949 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T06:05:12.978 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T06:05:12.993 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:05:13.011 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T06:05:13.095 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T06:05:13.136 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T06:05:13.162 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T06:05:13.185 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T06:05:13.202 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T06:05:13.340 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T06:05:13.375 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 22/34 2024-02-10T06:05:13.394 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T06:05:13.450 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T06:05:13.465 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 22/34 2024-02-10T06:05:13.500 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 23/34 2024-02-10T06:05:13.552 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T06:05:13.792 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T06:05:13.847 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librados2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:13.939 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:14.029 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 8/34 2024-02-10T06:05:14.029 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T06:05:14.057 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 9/34 2024-02-10T06:05:14.061 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 26/34 2024-02-10T06:05:14.119 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 9/34 2024-02-10T06:05:14.132 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 26/34 2024-02-10T06:05:14.148 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T06:05:14.192 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9. 11/34 2024-02-10T06:05:14.202 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 27/34 2024-02-10T06:05:14.230 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x8 28/34 2024-02-10T06:05:14.271 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 12/34 2024-02-10T06:05:14.293 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 13/34 2024-02-10T06:05:14.338 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 13/34 2024-02-10T06:05:14.366 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T06:05:14.477 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T06:05:14.509 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T06:05:14.549 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T06:05:14.582 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T06:05:14.611 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T06:05:14.644 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T06:05:14.978 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T06:05:15.016 INFO:teuthology.orchestra.run.smithi060.stdout: Upgrading : librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 22/34 2024-02-10T06:05:15.106 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 22/34 2024-02-10T06:05:15.137 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 23/34 2024-02-10T06:05:15.190 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T06:05:15.672 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T06:05:15.702 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 26/34 2024-02-10T06:05:15.773 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 26/34 2024-02-10T06:05:15.844 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 27/34 2024-02-10T06:05:15.898 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x8 28/34 2024-02-10T06:05:16.466 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:05:16.501 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:05:17.074 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:05:17.113 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 30/34 2024-02-10T06:05:17.203 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 30/34 2024-02-10T06:05:17.203 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T06:05:17.204 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T06:05:17.204 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:17.239 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:05:18.169 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:05:18.334 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:05:18.915 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:05:18.954 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 30/34 2024-02-10T06:05:19.044 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 30/34 2024-02-10T06:05:19.044 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T06:05:19.044 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T06:05:19.045 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:19.072 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:05:27.540 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:05:27.540 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /sys 2024-02-10T06:05:27.540 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /proc 2024-02-10T06:05:27.540 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /mnt 2024-02-10T06:05:27.541 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /var/tmp 2024-02-10T06:05:27.541 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /home 2024-02-10T06:05:27.541 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /root 2024-02-10T06:05:27.541 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /tmp 2024-02-10T06:05:27.541 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:28.484 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 32/34 2024-02-10T06:05:28.508 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 32/34 2024-02-10T06:05:28.508 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:28.508 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T06:05:28.508 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T06:05:28.508 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T06:05:28.508 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:28.510 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T06:05:28.586 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T06:05:28.586 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /sys 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /proc 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /mnt 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /var/tmp 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /home 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /root 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout:skipping the directory /tmp 2024-02-10T06:05:29.112 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:29.744 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:05:29.744 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 1/34 2024-02-10T06:05:29.744 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2/34 2024-02-10T06:05:29.744 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 3/34 2024-02-10T06:05:29.744 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 4/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 5/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 6/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9. 8/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x8 9/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 10/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 11/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 12/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 13/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T06:05:29.745 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T06:05:29.746 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T06:05:29.747 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T06:05:29.747 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T06:05:29.747 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T06:05:29.747 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:05:29.747 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T06:05:29.747 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 33/34 2024-02-10T06:05:30.055 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 32/34 2024-02-10T06:05:30.079 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 32/34 2024-02-10T06:05:30.079 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:30.080 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T06:05:30.080 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T06:05:30.080 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T06:05:30.080 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:30.081 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T06:05:30.166 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T06:05:30.166 INFO:teuthology.orchestra.run.smithi060.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:05:30.717 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:05:30.717 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:30.717 INFO:teuthology.orchestra.run.smithi008.stdout:Upgraded: 2024-02-10T06:05:30.717 INFO:teuthology.orchestra.run.smithi008.stdout: librados2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.717 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T06:05:30.718 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.719 INFO:teuthology.orchestra.run.smithi008.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T06:05:30.719 INFO:teuthology.orchestra.run.smithi008.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T06:05:30.719 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T06:05:30.719 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.719 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T06:05:30.719 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.719 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T06:05:30.720 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T06:05:30.720 INFO:teuthology.orchestra.run.smithi008.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T06:05:30.720 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.720 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.720 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.720 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T06:05:30.720 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T06:05:30.721 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:30.722 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:05:31.042 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-test 2024-02-10T06:05:31.405 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:05:31.405 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 1/34 2024-02-10T06:05:31.405 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2/34 2024-02-10T06:05:31.405 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 3/34 2024-02-10T06:05:31.405 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 4/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 5/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 6/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9. 8/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x8 9/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 10/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 11/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 12/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 13/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T06:05:31.406 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T06:05:31.407 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T06:05:31.408 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:05:31.408 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T06:05:31.408 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 33/34 2024-02-10T06:05:31.639 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:29 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:05:31.812 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test x86_64 2:19.0.0-1361.g290212a1.el9 ceph 47 M 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite x86_64 2:19.0.0-1361.g290212a1.el9 ceph 163 k 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T06:05:31.813 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:31.814 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:05:31.814 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:05:31.814 INFO:teuthology.orchestra.run.smithi008.stdout:Install 6 Packages 2024-02-10T06:05:31.814 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:31.814 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 48 M 2024-02-10T06:05:31.814 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 204 M 2024-02-10T06:05:31.814 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:05:31.977 INFO:teuthology.orchestra.run.smithi008.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-10T06:05:32.010 INFO:teuthology.orchestra.run.smithi008.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-10T06:05:32.052 INFO:teuthology.orchestra.run.smithi008.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.3 MB/s | 186 kB 00:00 2024-02-10T06:05:32.094 INFO:teuthology.orchestra.run.smithi008.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T06:05:32.119 INFO:teuthology.orchestra.run.smithi008.stdout:(5/6): libcephsqlite-19.0.0-1361.g290212a1.el9. 537 kB/s | 163 kB 00:00 2024-02-10T06:05:32.420 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:05:32.420 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:32.420 INFO:teuthology.orchestra.run.smithi060.stdout:Upgraded: 2024-02-10T06:05:32.420 INFO:teuthology.orchestra.run.smithi060.stdout: librados2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.420 INFO:teuthology.orchestra.run.smithi060.stdout: librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T06:05:32.421 INFO:teuthology.orchestra.run.smithi060.stdout: libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T06:05:32.422 INFO:teuthology.orchestra.run.smithi060.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T06:05:32.423 INFO:teuthology.orchestra.run.smithi060.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T06:05:32.423 INFO:teuthology.orchestra.run.smithi060.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T06:05:32.423 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:32.423 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:05:32.774 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-test 2024-02-10T06:05:33.363 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:29 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:05:33.535 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:05:33.536 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:05:33.536 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:05:33.536 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:05:33.536 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:05:33.536 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test x86_64 2:19.0.0-1361.g290212a1.el9 ceph 47 M 2024-02-10T06:05:33.536 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:05:33.536 INFO:teuthology.orchestra.run.smithi060.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite x86_64 2:19.0.0-1361.g290212a1.el9 ceph 163 k 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-02-10T06:05:33.537 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:33.538 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 48 M 2024-02-10T06:05:33.538 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 204 M 2024-02-10T06:05:33.538 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:05:33.699 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 300 kB 00:00 2024-02-10T06:05:33.732 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 63 kB 00:00 2024-02-10T06:05:33.775 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.5 MB/s | 186 kB 00:00 2024-02-10T06:05:33.816 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T06:05:33.875 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): libcephsqlite-19.0.0-1361.g290212a1.el9. 485 kB/s | 163 kB 00:00 2024-02-10T06:05:34.161 INFO:teuthology.orchestra.run.smithi008.stdout:(6/6): ceph-test-19.0.0-1361.g290212a1.el9.x86_ 20 MB/s | 47 MB 00:02 2024-02-10T06:05:34.165 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:05:34.165 INFO:teuthology.orchestra.run.smithi008.stdout:Total 20 MB/s | 48 MB 00:02 2024-02-10T06:05:34.165 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:05:34.187 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:05:34.187 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:05:34.604 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:05:34.605 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:05:35.197 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:05:35.255 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T06:05:35.289 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T06:05:35.331 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T06:05:35.382 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T06:05:35.406 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 5/6 2024-02-10T06:05:35.967 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): ceph-test-19.0.0-1361.g290212a1.el9.x86_ 19 MB/s | 47 MB 00:02 2024-02-10T06:05:35.970 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:05:35.970 INFO:teuthology.orchestra.run.smithi060.stdout:Total 20 MB/s | 48 MB 00:02 2024-02-10T06:05:35.970 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:05:35.992 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:05:35.993 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:05:36.402 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:05:36.403 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:05:37.006 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:05:37.092 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T06:05:37.124 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T06:05:37.169 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T06:05:37.209 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T06:05:37.253 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 5/6 2024-02-10T06:05:37.359 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 501 kB/s | 20 MB 00:41 2024-02-10T06:05:40.178 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 5/6 2024-02-10T06:05:40.250 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 6/6 2024-02-10T06:05:41.998 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 5/6 2024-02-10T06:05:42.080 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 6/6 2024-02-10T06:05:42.424 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-02-10T06:05:42.697 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 6/6 2024-02-10T06:05:42.697 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 1/6 2024-02-10T06:05:42.697 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 2/6 2024-02-10T06:05:42.697 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T06:05:42.697 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T06:05:42.697 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout: jq-1.6-16.el9.x86_64 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T06:05:43.063 INFO:teuthology.orchestra.run.smithi008.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T06:05:43.064 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T06:05:43.064 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:43.064 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:05:43.389 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph 2024-02-10T06:05:43.981 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:41 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:05:44.157 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================= 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================= 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout: ceph x86_64 2:19.0.0-1361.g290212a1.el9 ceph 6.6 k 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds x86_64 2:19.0.0-1361.g290212a1.el9 ceph 2.1 M 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr x86_64 2:19.0.0-1361.g290212a1.el9 ceph 1.5 M 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 247 k 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon x86_64 2:19.0.0-1361.g290212a1.el9 ceph 4.7 M 2024-02-10T06:05:44.160 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 17 M 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T06:05:44.161 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T06:05:44.162 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================= 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout:Install 36 Packages 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:44.163 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 30 M 2024-02-10T06:05:44.164 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 107 M 2024-02-10T06:05:44.164 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:05:44.467 INFO:teuthology.orchestra.run.smithi008.stdout:(1/36): ceph-19.0.0-1361.g290212a1.el9.x86_64.r 34 kB/s | 6.6 kB 00:00 2024-02-10T06:05:44.482 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 6/6 2024-02-10T06:05:44.482 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 1/6 2024-02-10T06:05:44.482 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 2/6 2024-02-10T06:05:44.482 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T06:05:44.482 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T06:05:44.483 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T06:05:44.665 INFO:teuthology.orchestra.run.smithi008.stdout:(2/36): ceph-mgr-19.0.0-1361.g290212a1.el9.x86_ 3.8 MB/s | 1.5 MB 00:00 2024-02-10T06:05:44.749 INFO:teuthology.orchestra.run.smithi008.stdout:(3/36): ceph-mds-19.0.0-1361.g290212a1.el9.x86_ 4.5 MB/s | 2.1 MB 00:00 2024-02-10T06:05:44.816 INFO:teuthology.orchestra.run.smithi008.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1361.g2902 3.6 MB/s | 247 kB 00:00 2024-02-10T06:05:44.868 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: jq-1.6-16.el9.x86_64 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:44.869 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:05:44.924 INFO:teuthology.orchestra.run.smithi008.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2024-02-10T06:05:44.958 INFO:teuthology.orchestra.run.smithi008.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 4.2 MB/s | 144 kB 00:00 2024-02-10T06:05:44.991 INFO:teuthology.orchestra.run.smithi008.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 954 kB/s | 32 kB 00:00 2024-02-10T06:05:45.025 INFO:teuthology.orchestra.run.smithi008.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.4 MB/s | 47 kB 00:00 2024-02-10T06:05:45.059 INFO:teuthology.orchestra.run.smithi008.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.1 MB/s | 39 kB 00:00 2024-02-10T06:05:45.101 INFO:teuthology.orchestra.run.smithi008.stdout:(10/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.6 MB/s | 241 kB 00:00 2024-02-10T06:05:45.168 INFO:teuthology.orchestra.run.smithi008.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 17 MB/s | 1.1 MB 00:00 2024-02-10T06:05:45.178 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph 2024-02-10T06:05:45.201 INFO:teuthology.orchestra.run.smithi008.stdout:(12/36): python3-ply-3.11-14.el9.noarch.rpm 3.0 MB/s | 103 kB 00:00 2024-02-10T06:05:45.235 INFO:teuthology.orchestra.run.smithi008.stdout:(13/36): python3-pycparser-2.20-6.el9.noarch.rp 3.6 MB/s | 124 kB 00:00 2024-02-10T06:05:45.265 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:05:45.269 INFO:teuthology.orchestra.run.smithi008.stdout:(14/36): python3-requests-2.25.1-8.el9.noarch.r 3.3 MB/s | 113 kB 00:00 2024-02-10T06:05:45.286 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:05:45.286 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw x86_64 2:19.0.0-1361.g290212a1.el9 ceph 9.7 M 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrading: 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: librados2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.4 M 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.1 M 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: boost-program-options 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: x86_64 1.75.0-8.el9 CentOS-AppStream 106 k 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base x86_64 2:19.0.0-1361.g290212a1.el9 ceph 5.3 M 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common x86_64 2:19.0.0-1361.g290212a1.el9 ceph 20 M 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux x86_64 2:19.0.0-1361.g290212a1.el9 ceph 25 k 2024-02-10T06:05:45.287 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 743 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: libpmemobj x86_64 1.12.1-1.el9 CentOS-AppStream 159 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq x86_64 0.11.0-7.el9 CentOS-AppStream 44 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 499 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka x86_64 1.6.1-102.el9 CentOS-AppStream 661 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2 x86_64 2:19.0.0-1361.g290212a1.el9 ceph 5.1 M 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust x86_64 2.12.0-6.el9 CentOS-AppStream 282 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse 2024-02-10T06:05:45.288 INFO:teuthology.orchestra.run.smithi029.stdout: x86_64 2:19.0.0-1361.g290212a1.el9 ceph 45 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common x86_64 2:19.0.0-1361.g290212a1.el9 ceph 131 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs x86_64 2:19.0.0-1361.g290212a1.el9 ceph 161 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable noarch 0.7.2-27.el9 CentOS-AppStream 41 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados x86_64 2:19.0.0-1361.g290212a1.el9 ceph 319 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 298 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw x86_64 2:19.0.0-1361.g290212a1.el9 ceph 99 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib x86_64 23.11.0-1.el9 CentOS-AppStream 215 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: qatzip-libs x86_64 1.1.2-2.el9 CentOS-AppStream 43 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout:Installing weak dependencies: 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib-service x86_64 23.11.0-1.el9 CentOS-AppStream 34 k 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:05:45.289 INFO:teuthology.orchestra.run.smithi029.stdout:Install 30 Packages 2024-02-10T06:05:45.290 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrade 2 Packages 2024-02-10T06:05:45.290 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:05:45.290 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 58 M 2024-02-10T06:05:45.290 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:05:45.302 INFO:teuthology.orchestra.run.smithi008.stdout:(15/36): python3-urllib3-1.26.5-5.el9.noarch.rp 5.5 MB/s | 187 kB 00:00 2024-02-10T06:05:45.353 INFO:teuthology.orchestra.run.smithi008.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 446 kB/s | 22 kB 00:00 2024-02-10T06:05:45.578 INFO:teuthology.orchestra.run.smithi008.stdout:(17/36): ceph-osd-19.0.0-1361.g290212a1.el9.x86 18 MB/s | 17 MB 00:00 2024-02-10T06:05:45.670 INFO:teuthology.orchestra.run.smithi008.stdout:(18/36): ceph-mon-19.0.0-1361.g290212a1.el9.x86 3.9 MB/s | 4.7 MB 00:01 2024-02-10T06:05:45.767 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:41 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:05:45.948 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:05:45.950 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-02-10T06:05:45.950 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:05:45.950 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: ceph x86_64 2:19.0.0-1361.g290212a1.el9 ceph 6.6 k 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds x86_64 2:19.0.0-1361.g290212a1.el9 ceph 2.1 M 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr x86_64 2:19.0.0-1361.g290212a1.el9 ceph 1.5 M 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 247 k 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon x86_64 2:19.0.0-1361.g290212a1.el9 ceph 4.7 M 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 17 M 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T06:05:45.951 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T06:05:45.952 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T06:05:45.953 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:45.954 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:05:45.954 INFO:teuthology.orchestra.run.smithi060.stdout:========================================================================================= 2024-02-10T06:05:45.954 INFO:teuthology.orchestra.run.smithi060.stdout:Install 36 Packages 2024-02-10T06:05:45.954 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:45.954 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 30 M 2024-02-10T06:05:45.954 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 107 M 2024-02-10T06:05:45.954 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:05:46.394 INFO:teuthology.orchestra.run.smithi060.stdout:(1/36): ceph-19.0.0-1361.g290212a1.el9.x86_64.r 26 kB/s | 6.6 kB 00:00 2024-02-10T06:05:46.445 INFO:teuthology.orchestra.run.smithi029.stdout:(1/32): ceph-base-19.0.0-1361.g290212a1.el9.x86 6.6 MB/s | 5.3 MB 00:00 2024-02-10T06:05:46.512 INFO:teuthology.orchestra.run.smithi029.stdout:(2/32): ceph-selinux-19.0.0-1361.g290212a1.el9. 377 kB/s | 25 kB 00:00 2024-02-10T06:05:46.587 INFO:teuthology.orchestra.run.smithi008.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 44 kB/s | 43 kB 00:00 2024-02-10T06:05:46.680 INFO:teuthology.orchestra.run.smithi029.stdout:(3/32): libcephfs2-19.0.0-1361.g290212a1.el9.x8 4.3 MB/s | 743 kB 00:00 2024-02-10T06:05:46.822 INFO:teuthology.orchestra.run.smithi029.stdout:(4/32): libradosstriper1-19.0.0-1361.g290212a1. 3.4 MB/s | 499 kB 00:00 2024-02-10T06:05:46.870 INFO:teuthology.orchestra.run.smithi008.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 100 kB/s | 151 kB 00:01 2024-02-10T06:05:47.063 INFO:teuthology.orchestra.run.smithi008.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 123 kB/s | 172 kB 00:01 2024-02-10T06:05:47.170 INFO:teuthology.orchestra.run.smithi060.stdout:(2/36): ceph-mgr-19.0.0-1361.g290212a1.el9.x86_ 1.5 MB/s | 1.5 MB 00:01 2024-02-10T06:05:47.206 INFO:teuthology.orchestra.run.smithi029.stdout:(5/32): ceph-radosgw-19.0.0-1361.g290212a1.el9. 6.2 MB/s | 9.7 MB 00:01 2024-02-10T06:05:47.281 INFO:teuthology.orchestra.run.smithi029.stdout:(6/32): python3-ceph-argparse-19.0.0-1361.g2902 600 kB/s | 45 kB 00:00 2024-02-10T06:05:47.304 INFO:teuthology.orchestra.run.smithi008.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 500 kB/s | 358 kB 00:00 2024-02-10T06:05:47.331 INFO:teuthology.orchestra.run.smithi008.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 23 kB/s | 11 kB 00:00 2024-02-10T06:05:47.355 INFO:teuthology.orchestra.run.smithi008.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 60 kB/s | 18 kB 00:00 2024-02-10T06:05:47.365 INFO:teuthology.orchestra.run.smithi029.stdout:(7/32): python3-ceph-common-19.0.0-1361.g290212 1.5 MB/s | 131 kB 00:00 2024-02-10T06:05:47.466 INFO:teuthology.orchestra.run.smithi029.stdout:(8/32): python3-cephfs-19.0.0-1361.g290212a1.el 1.6 MB/s | 161 kB 00:00 2024-02-10T06:05:47.537 INFO:teuthology.orchestra.run.smithi060.stdout:(3/36): ceph-mds-19.0.0-1361.g290212a1.el9.x86_ 1.5 MB/s | 2.1 MB 00:01 2024-02-10T06:05:47.566 INFO:teuthology.orchestra.run.smithi029.stdout:(9/32): librgw2-19.0.0-1361.g290212a1.el9.x86_6 6.9 MB/s | 5.1 MB 00:00 2024-02-10T06:05:47.576 INFO:teuthology.orchestra.run.smithi008.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 85 kB/s | 23 kB 00:00 2024-02-10T06:05:47.600 INFO:teuthology.orchestra.run.smithi029.stdout:(10/32): python3-rados-19.0.0-1361.g290212a1.el 2.3 MB/s | 319 kB 00:00 2024-02-10T06:05:47.605 INFO:teuthology.orchestra.run.smithi008.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 78 kB/s | 19 kB 00:00 2024-02-10T06:05:47.631 INFO:teuthology.orchestra.run.smithi008.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 71 kB/s | 20 kB 00:00 2024-02-10T06:05:47.642 INFO:teuthology.orchestra.run.smithi029.stdout:(11/32): python3-rbd-19.0.0-1361.g290212a1.el9. 3.8 MB/s | 298 kB 00:00 2024-02-10T06:05:47.653 INFO:teuthology.orchestra.run.smithi060.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1361.g2902 2.1 MB/s | 247 kB 00:00 2024-02-10T06:05:47.676 INFO:teuthology.orchestra.run.smithi029.stdout:(12/32): python3-rgw-19.0.0-1361.g290212a1.el9. 1.3 MB/s | 99 kB 00:00 2024-02-10T06:05:47.804 INFO:teuthology.orchestra.run.smithi060.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2024-02-10T06:05:47.831 INFO:teuthology.orchestra.run.smithi008.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 182 kB/s | 46 kB 00:00 2024-02-10T06:05:47.854 INFO:teuthology.orchestra.run.smithi060.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 2.8 MB/s | 144 kB 00:00 2024-02-10T06:05:47.864 INFO:teuthology.orchestra.run.smithi008.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 305 kB/s | 79 kB 00:00 2024-02-10T06:05:47.896 INFO:teuthology.orchestra.run.smithi060.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 759 kB/s | 32 kB 00:00 2024-02-10T06:05:47.938 INFO:teuthology.orchestra.run.smithi060.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.1 MB/s | 47 kB 00:00 2024-02-10T06:05:47.957 INFO:teuthology.orchestra.run.smithi008.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 837 kB/s | 272 kB 00:00 2024-02-10T06:05:48.022 INFO:teuthology.orchestra.run.smithi060.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 465 kB/s | 39 kB 00:00 2024-02-10T06:05:48.044 INFO:teuthology.orchestra.run.smithi029.stdout:(13/32): ceph-common-19.0.0-1361.g290212a1.el9. 8.3 MB/s | 20 MB 00:02 2024-02-10T06:05:48.065 INFO:teuthology.orchestra.run.smithi008.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 70 kB/s | 16 kB 00:00 2024-02-10T06:05:48.114 INFO:teuthology.orchestra.run.smithi060.stdout:(10/36): ceph-mon-19.0.0-1361.g290212a1.el9.x86 2.7 MB/s | 4.7 MB 00:01 2024-02-10T06:05:48.123 INFO:teuthology.orchestra.run.smithi008.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 348 kB/s | 90 kB 00:00 2024-02-10T06:05:48.127 INFO:teuthology.orchestra.run.smithi029.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 218 kB/s | 106 kB 00:00 2024-02-10T06:05:48.139 INFO:teuthology.orchestra.run.smithi060.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.0 MB/s | 241 kB 00:00 2024-02-10T06:05:48.153 INFO:teuthology.orchestra.run.smithi029.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 546 kB/s | 44 kB 00:00 2024-02-10T06:05:48.191 INFO:teuthology.orchestra.run.smithi008.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 153 kB/s | 36 kB 00:00 2024-02-10T06:05:48.196 INFO:teuthology.orchestra.run.smithi029.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 322 kB/s | 159 kB 00:00 2024-02-10T06:05:48.198 INFO:teuthology.orchestra.run.smithi060.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 14 MB/s | 1.1 MB 00:00 2024-02-10T06:05:48.223 INFO:teuthology.orchestra.run.smithi060.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 1.2 MB/s | 103 kB 00:00 2024-02-10T06:05:48.265 INFO:teuthology.orchestra.run.smithi060.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.8 MB/s | 124 kB 00:00 2024-02-10T06:05:48.290 INFO:teuthology.orchestra.run.smithi060.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.7 MB/s | 113 kB 00:00 2024-02-10T06:05:48.315 INFO:teuthology.orchestra.run.smithi060.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.7 MB/s | 187 kB 00:00 2024-02-10T06:05:48.330 INFO:teuthology.orchestra.run.smithi029.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 661 kB 00:00 2024-02-10T06:05:48.349 INFO:teuthology.orchestra.run.smithi008.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 809 kB/s | 230 kB 00:00 2024-02-10T06:05:48.356 INFO:teuthology.orchestra.run.smithi029.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.4 MB/s | 282 kB 00:00 2024-02-10T06:05:48.381 INFO:teuthology.orchestra.run.smithi029.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 223 kB/s | 41 kB 00:00 2024-02-10T06:05:48.415 INFO:teuthology.orchestra.run.smithi029.stdout:(20/32): qatlib-23.11.0-1.el9.x86_64.rpm 2.5 MB/s | 215 kB 00:00 2024-02-10T06:05:48.441 INFO:teuthology.orchestra.run.smithi029.stdout:(21/32): qatlib-service-23.11.0-1.el9.x86_64.rp 575 kB/s | 34 kB 00:00 2024-02-10T06:05:48.441 INFO:teuthology.orchestra.run.smithi060.stdout:(17/36): luarocks-3.9.2-1.el9.noarch.rpm 1.2 MB/s | 151 kB 00:00 2024-02-10T06:05:48.449 INFO:teuthology.orchestra.run.smithi008.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.3 MB/s | 427 kB 00:00 2024-02-10T06:05:48.458 INFO:teuthology.orchestra.run.smithi060.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 134 kB/s | 22 kB 00:00 2024-02-10T06:05:48.466 INFO:teuthology.orchestra.run.smithi029.stdout:(22/32): qatzip-libs-1.1.2-2.el9.x86_64.rpm 517 kB/s | 43 kB 00:00 2024-02-10T06:05:48.474 INFO:teuthology.orchestra.run.smithi008.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 70 kB/s | 20 kB 00:00 2024-02-10T06:05:48.481 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:05:48.481 INFO:teuthology.orchestra.run.smithi008.stdout:Total 6.9 MB/s | 30 MB 00:04 2024-02-10T06:05:48.483 INFO:teuthology.orchestra.run.smithi060.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2024-02-10T06:05:48.505 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:05:48.552 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:05:48.552 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:05:48.558 INFO:teuthology.orchestra.run.smithi060.stdout:(20/36): python3-cherrypy-18.6.1-2.el9.noarch.r 4.7 MB/s | 358 kB 00:00 2024-02-10T06:05:48.600 INFO:teuthology.orchestra.run.smithi060.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 256 kB/s | 11 kB 00:00 2024-02-10T06:05:48.626 INFO:teuthology.orchestra.run.smithi060.stdout:(22/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-02-10T06:05:48.651 INFO:teuthology.orchestra.run.smithi060.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 352 kB/s | 18 kB 00:00 2024-02-10T06:05:48.676 INFO:teuthology.orchestra.run.smithi060.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-02-10T06:05:48.701 INFO:teuthology.orchestra.run.smithi060.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 388 kB/s | 19 kB 00:00 2024-02-10T06:05:48.727 INFO:teuthology.orchestra.run.smithi060.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-02-10T06:05:48.752 INFO:teuthology.orchestra.run.smithi060.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-02-10T06:05:48.794 INFO:teuthology.orchestra.run.smithi060.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2024-02-10T06:05:48.819 INFO:teuthology.orchestra.run.smithi060.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 4.0 MB/s | 272 kB 00:00 2024-02-10T06:05:48.844 INFO:teuthology.orchestra.run.smithi060.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-02-10T06:05:48.858 INFO:teuthology.orchestra.run.smithi029.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 66 kB/s | 26 kB 00:00 2024-02-10T06:05:48.870 INFO:teuthology.orchestra.run.smithi060.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-02-10T06:05:48.895 INFO:teuthology.orchestra.run.smithi060.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 713 kB/s | 36 kB 00:00 2024-02-10T06:05:48.920 INFO:teuthology.orchestra.run.smithi060.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-02-10T06:05:48.962 INFO:teuthology.orchestra.run.smithi060.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 479 kB/s | 20 kB 00:00 2024-02-10T06:05:48.995 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:05:48.995 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:05:49.079 INFO:teuthology.orchestra.run.smithi060.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.3 MB/s | 427 kB 00:00 2024-02-10T06:05:50.481 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:05:50.492 INFO:teuthology.orchestra.run.smithi029.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 149 kB/s | 309 kB 00:02 2024-02-10T06:05:50.536 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T06:05:50.582 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T06:05:50.587 INFO:teuthology.orchestra.run.smithi060.stdout:(36/36): ceph-osd-19.0.0-1361.g290212a1.el9.x86 4.9 MB/s | 17 MB 00:03 2024-02-10T06:05:50.591 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:05:50.592 INFO:teuthology.orchestra.run.smithi060.stdout:Total 6.4 MB/s | 30 MB 00:04 2024-02-10T06:05:50.613 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T06:05:50.615 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:05:50.617 INFO:teuthology.orchestra.run.smithi029.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 28 kB/s | 49 kB 00:01 2024-02-10T06:05:50.662 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:05:50.662 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:05:50.688 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T06:05:50.738 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T06:05:50.751 INFO:teuthology.orchestra.run.smithi029.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 260 kB/s | 67 kB 00:00 2024-02-10T06:05:50.770 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T06:05:50.866 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T06:05:50.943 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T06:05:50.990 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T06:05:51.065 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T06:05:51.071 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:05:51.072 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:05:51.241 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T06:05:51.279 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T06:05:51.336 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T06:05:51.401 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T06:05:51.598 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T06:05:51.658 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T06:05:51.713 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T06:05:51.748 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T06:05:51.778 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T06:05:51.856 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T06:05:52.013 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T06:05:52.035 INFO:teuthology.orchestra.run.smithi029.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 149 kB/s | 192 kB 00:01 2024-02-10T06:05:52.046 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T06:05:52.079 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T06:05:52.122 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T06:05:52.144 INFO:teuthology.orchestra.run.smithi029.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 549 kB/s | 838 kB 00:01 2024-02-10T06:05:52.148 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T06:05:52.244 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T06:05:52.287 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T06:05:52.361 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T06:05:52.406 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:05:52.473 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T06:05:52.501 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T06:05:52.507 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T06:05:52.519 INFO:teuthology.orchestra.run.smithi029.stdout:(29/32): librados2-19.0.0-1361.g290212a1.el9.x8 9.0 MB/s | 3.4 MB 00:00 2024-02-10T06:05:52.543 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T06:05:52.616 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T06:05:52.625 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T06:05:52.667 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T06:05:52.699 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T06:05:52.778 INFO:teuthology.orchestra.run.smithi029.stdout:(30/32): librbd1-19.0.0-1361.g290212a1.el9.x86_ 12 MB/s | 3.1 MB 00:00 2024-02-10T06:05:52.795 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T06:05:52.795 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9. 31/36 2024-02-10T06:05:52.817 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 32/36 2024-02-10T06:05:52.842 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 32/36 2024-02-10T06:05:52.842 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:52.842 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T06:05:52.842 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T06:05:52.842 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T06:05:52.842 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:52.872 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T06:05:52.919 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T06:05:52.996 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T06:05:53.045 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T06:05:53.083 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T06:05:53.133 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T06:05:53.188 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T06:05:53.362 INFO:teuthology.orchestra.run.smithi029.stdout:(31/32): thrift-0.15.0-2.el9.x86_64.rpm 1.2 MB/s | 1.6 MB 00:01 2024-02-10T06:05:53.390 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T06:05:53.437 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T06:05:53.483 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T06:05:53.527 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T06:05:53.557 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T06:05:53.636 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T06:05:53.676 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T06:05:53.709 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T06:05:53.749 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T06:05:53.784 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T06:05:53.819 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T06:05:53.912 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T06:05:53.950 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T06:05:54.049 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T06:05:54.208 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T06:05:54.279 INFO:teuthology.orchestra.run.smithi029.stdout:(32/32): libarrow-9.0.0-10.el9.x86_64.rpm 778 kB/s | 4.4 MB 00:05 2024-02-10T06:05:54.286 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:05:54.286 INFO:teuthology.orchestra.run.smithi029.stdout:Total 6.4 MB/s | 58 MB 00:08 2024-02-10T06:05:54.287 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:05:54.328 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:05:54.328 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:05:54.340 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T06:05:54.351 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 33/36 2024-02-10T06:05:54.380 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 33/36 2024-02-10T06:05:54.380 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:54.380 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T06:05:54.380 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T06:05:54.380 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T06:05:54.381 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:54.517 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9. 31/36 2024-02-10T06:05:54.546 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 32/36 2024-02-10T06:05:54.571 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 32/36 2024-02-10T06:05:54.571 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:54.571 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T06:05:54.571 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T06:05:54.571 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T06:05:54.571 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:54.823 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:05:54.823 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:05:54.844 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 34/36 2024-02-10T06:05:54.866 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 34/36 2024-02-10T06:05:54.866 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:54.866 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T06:05:54.866 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T06:05:54.866 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T06:05:54.866 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:55.086 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 35/36 2024-02-10T06:05:55.108 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 35/36 2024-02-10T06:05:55.108 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:55.109 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T06:05:55.109 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T06:05:55.109 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T06:05:55.109 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:55.187 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-2:19.0.0-1361.g290212a1.el9.x86_64 36/36 2024-02-10T06:05:56.089 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 33/36 2024-02-10T06:05:56.115 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 33/36 2024-02-10T06:05:56.115 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:56.115 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T06:05:56.115 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T06:05:56.115 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T06:05:56.115 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:56.295 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:05:56.381 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-02-10T06:05:56.420 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-02-10T06:05:56.446 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-02-10T06:05:56.478 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T06:05:56.494 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: qatlib-service-23.11.0-1.el9.x86_64 4/34 2024-02-10T06:05:56.581 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 34/36 2024-02-10T06:05:56.604 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 34/36 2024-02-10T06:05:56.604 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:56.605 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T06:05:56.605 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T06:05:56.605 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T06:05:56.605 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:56.679 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T06:05:56.737 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : qatlib-23.11.0-1.el9.x86_64 5/34 2024-02-10T06:05:56.823 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 35/36 2024-02-10T06:05:56.846 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 35/36 2024-02-10T06:05:56.846 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:05:56.846 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T06:05:56.847 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T06:05:56.847 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T06:05:56.847 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:56.916 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-2:19.0.0-1361.g290212a1.el9.x86_64 36/36 2024-02-10T06:05:57.010 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-2:19.0.0-1361.g290212a1.el9.x86_64 36/36 2024-02-10T06:05:57.010 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-2:19.0.0-1361.g290212a1.el9.x86_64 1/36 2024-02-10T06:05:57.010 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 2/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 3/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 4/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 5/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9. 6/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T06:05:57.011 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T06:05:57.012 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T06:05:57.013 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T06:05:57.013 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T06:05:57.013 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T06:05:57.013 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T06:05:57.013 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T06:05:57.013 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T06:05:57.149 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-02-10T06:05:57.220 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librados2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:57.296 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:05:57.386 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 8/34 2024-02-10T06:05:57.414 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 9/34 2024-02-10T06:05:57.470 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 9/34 2024-02-10T06:05:57.509 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-02-10T06:05:57.553 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9. 11/34 2024-02-10T06:05:57.623 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 12/34 2024-02-10T06:05:57.654 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 13/34 2024-02-10T06:05:57.700 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 13/34 2024-02-10T06:05:57.740 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : qatzip-libs-1.1.2-2.el9.x86_64 14/34 2024-02-10T06:05:57.856 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-02-10T06:05:57.888 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-02-10T06:05:57.931 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-02-10T06:05:57.965 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-02-10T06:05:58.003 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-02-10T06:05:58.036 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-02-10T06:05:58.221 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T06:05:58.222 INFO:teuthology.orchestra.run.smithi008.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T06:05:58.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T06:05:58.224 INFO:teuthology.orchestra.run.smithi008.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T06:05:58.225 INFO:teuthology.orchestra.run.smithi008.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T06:05:58.225 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:05:58.225 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:05:58.391 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-02-10T06:05:58.425 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 22/34 2024-02-10T06:05:58.518 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 22/34 2024-02-10T06:05:58.549 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 23/34 2024-02-10T06:05:58.550 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-base 2024-02-10T06:05:58.592 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-02-10T06:05:58.755 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-2:19.0.0-1361.g290212a1.el9.x86_64 36/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-2:19.0.0-1361.g290212a1.el9.x86_64 1/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 2/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 3/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 4/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 5/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9. 6/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T06:05:58.756 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T06:05:58.757 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T06:05:58.758 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T06:05:59.076 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-02-10T06:05:59.107 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 26/34 2024-02-10T06:05:59.161 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 26/34 2024-02-10T06:05:59.170 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:57 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:05:59.241 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 27/34 2024-02-10T06:05:59.277 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x8 28/34 2024-02-10T06:05:59.282 INFO:teuthology.orchestra.run.smithi008.stdout:Package ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:05:59.337 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:05:59.338 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:05:59.338 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:05:59.401 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install cephadm 2024-02-10T06:05:59.691 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T06:05:59.691 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T06:05:59.692 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T06:05:59.693 INFO:teuthology.orchestra.run.smithi060.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:05:59.694 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:05:59.987 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:57 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:00.079 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-base 2024-02-10T06:06:00.150 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:00.151 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:00.151 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:06:00.151 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:00.151 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout: cephadm noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 748 k 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 748 k 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 754 k 2024-02-10T06:06:00.152 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:00.501 INFO:teuthology.orchestra.run.smithi008.stdout:cephadm-19.0.0-1361.g290212a1.el9.noarch.rpm 2.1 MB/s | 748 kB 00:00 2024-02-10T06:06:00.501 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:00.502 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.1 MB/s | 748 kB 00:00 2024-02-10T06:06:00.502 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:00.507 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:00.507 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:00.513 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:00.514 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:00.588 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:00.672 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:56 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:00.784 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:00.839 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:00.840 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:00.840 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:00.906 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install cephadm 2024-02-10T06:06:01.036 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:01.119 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:01.496 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:00:57 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:01.519 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:06:01.524 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:01.573 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:06:01.665 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:01.666 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:01.666 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:06:01.667 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:01.667 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:01.667 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 748 k 2024-02-10T06:06:01.667 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:01.667 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:01.667 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:01.668 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-02-10T06:06:01.668 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:01.668 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 748 k 2024-02-10T06:06:01.668 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 754 k 2024-02-10T06:06:01.668 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:01.863 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:01.863 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:01.863 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:01.864 INFO:teuthology.orchestra.run.smithi008.stdout: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:01.864 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:01.864 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:02.117 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T06:06:02.140 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 29/34 2024-02-10T06:06:02.188 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 30/34 2024-02-10T06:06:02.281 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 30/34 2024-02-10T06:06:02.281 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-02-10T06:06:02.281 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-02-10T06:06:02.281 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:02.317 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:06:02.672 INFO:teuthology.orchestra.run.smithi060.stdout:cephadm-19.0.0-1361.g290212a1.el9.noarch.rpm 743 kB/s | 748 kB 00:01 2024-02-10T06:06:02.673 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:02.673 INFO:teuthology.orchestra.run.smithi060.stdout:Total 742 kB/s | 748 kB 00:01 2024-02-10T06:06:02.673 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:02.679 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:02.679 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:02.685 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:02.686 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:02.715 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:00 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:02.763 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:02.880 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1361.g290212a1.el9 ceph 145 k 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:02.881 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:02.882 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-02-10T06:06:02.882 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:02.882 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 145 k 2024-02-10T06:06:02.882 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 436 k 2024-02-10T06:06:02.882 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:03.159 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:03.246 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:03.284 INFO:teuthology.orchestra.run.smithi008.stdout:ceph-immutable-object-cache-19.0.0-1361.g290212 362 kB/s | 145 kB 00:00 2024-02-10T06:06:03.285 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:03.285 INFO:teuthology.orchestra.run.smithi008.stdout:Total 361 kB/s | 145 kB 00:00 2024-02-10T06:06:03.285 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:03.293 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:03.293 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:03.348 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:03.348 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:03.495 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:03.544 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:03.567 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:03.568 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:03.568 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T06:06:03.568 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:03.639 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:03.974 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:03.974 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:03.974 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:03.974 INFO:teuthology.orchestra.run.smithi060.stdout: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:03.975 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:03.975 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:04.178 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T06:06:04.553 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:04.553 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:04.553 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:04.553 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-immutable-object-cache-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:04.553 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:04.553 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:04.773 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:00 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:04.806 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1361.g290212a1.el9 ceph 145 k 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:04.939 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:04.940 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:04.940 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-02-10T06:06:04.940 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:04.940 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 145 k 2024-02-10T06:06:04.940 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 436 k 2024-02-10T06:06:04.940 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:05.195 INFO:teuthology.orchestra.run.smithi060.stdout:ceph-immutable-object-cache-19.0.0-1361.g290212 572 kB/s | 145 kB 00:00 2024-02-10T06:06:05.196 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:05.196 INFO:teuthology.orchestra.run.smithi060.stdout:Total 569 kB/s | 145 kB 00:00 2024-02-10T06:06:05.196 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:05.204 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:05.204 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:05.258 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:05.259 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:05.396 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:03 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:05.402 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:05.504 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:05.506 INFO:teuthology.orchestra.run.smithi008.stdout:Package ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:05.528 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:05.528 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:05.528 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T06:06:05.529 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:05.562 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:05.563 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:05.563 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:05.625 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T06:06:06.216 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:04 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:06.382 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:06.383 INFO:teuthology.orchestra.run.smithi008.stdout:====================================================================================== 2024-02-10T06:06:06.383 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:06:06.383 INFO:teuthology.orchestra.run.smithi008.stdout:====================================================================================== 2024-02-10T06:06:06.383 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:06.383 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 1.8 M 2024-02-10T06:06:06.383 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 28 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 15 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout:====================================================================================== 2024-02-10T06:06:06.384 INFO:teuthology.orchestra.run.smithi008.stdout:Install 12 Packages 2024-02-10T06:06:06.385 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:06.385 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 6.8 M 2024-02-10T06:06:06.385 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 26 M 2024-02-10T06:06:06.385 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:06.550 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:06.550 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:06.550 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:06.550 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-immutable-object-cache-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:06.550 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:06.550 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:06.672 INFO:teuthology.orchestra.run.smithi008.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1361.g29 140 kB/s | 28 kB 00:00 2024-02-10T06:06:06.697 INFO:teuthology.orchestra.run.smithi008.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1361.g290 67 kB/s | 15 kB 00:00 2024-02-10T06:06:06.811 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr 2024-02-10T06:06:06.848 INFO:teuthology.orchestra.run.smithi008.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 238 kB 00:00 2024-02-10T06:06:06.890 INFO:teuthology.orchestra.run.smithi008.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-02-10T06:06:06.948 INFO:teuthology.orchestra.run.smithi008.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1361.g290212a 3.7 MB/s | 1.8 MB 00:00 2024-02-10T06:06:07.023 INFO:teuthology.orchestra.run.smithi008.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-02-10T06:06:07.065 INFO:teuthology.orchestra.run.smithi008.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.1 MB/s | 548 kB 00:00 2024-02-10T06:06:07.107 INFO:teuthology.orchestra.run.smithi008.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-02-10T06:06:07.149 INFO:teuthology.orchestra.run.smithi008.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 739 kB/s | 31 kB 00:00 2024-02-10T06:06:07.191 INFO:teuthology.orchestra.run.smithi008.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 4.4 MB/s | 188 kB 00:00 2024-02-10T06:06:07.241 INFO:teuthology.orchestra.run.smithi008.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.4 MB/s | 2.0 MB 00:00 2024-02-10T06:06:07.405 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:03 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:07.518 INFO:teuthology.orchestra.run.smithi060.stdout:Package ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:07.573 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:07.574 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:07.574 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:07.639 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T06:06:08.231 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:04 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:08.397 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 1.8 M 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 28 k 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 15 k 2024-02-10T06:06:08.398 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout:====================================================================================== 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-02-10T06:06:08.399 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:08.400 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 6.8 M 2024-02-10T06:06:08.400 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2024-02-10T06:06:08.400 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:09.065 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): ceph-prometheus-alerts-19.0.0-1361.g290 72 kB/s | 15 kB 00:00 2024-02-10T06:06:09.090 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): ceph-grafana-dashboards-19.0.0-1361.g29 119 kB/s | 28 kB 00:00 2024-02-10T06:06:09.240 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-10T06:06:09.283 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): ceph-mgr-dashboard-19.0.0-1361.g290212a 4.1 MB/s | 1.8 MB 00:00 2024-02-10T06:06:09.316 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.0 MB/s | 1.0 MB 00:00 2024-02-10T06:06:09.391 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-02-10T06:06:09.425 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.6 MB/s | 863 kB 00:00 2024-02-10T06:06:09.475 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.8 MB/s | 548 kB 00:00 2024-02-10T06:06:09.509 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 921 kB/s | 31 kB 00:00 2024-02-10T06:06:09.543 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.2 MB/s | 144 kB 00:00 2024-02-10T06:06:09.568 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2024-02-10T06:06:09.626 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 8.7 MB/s | 2.0 MB 00:00 2024-02-10T06:06:09.629 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:09.629 INFO:teuthology.orchestra.run.smithi060.stdout:Total 5.6 MB/s | 6.8 MB 00:01 2024-02-10T06:06:09.647 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:09.665 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:09.665 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:09.841 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:09.841 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:10.378 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:10.452 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T06:06:10.487 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T06:06:10.534 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T06:06:10.564 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T06:06:10.666 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T06:06:10.802 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T06:06:10.904 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T06:06:10.953 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T06:06:10.980 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T06:06:11.011 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9 10/12 2024-02-10T06:06:11.266 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el 11/12 2024-02-10T06:06:11.304 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 12/12 2024-02-10T06:06:12.190 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 12/12 2024-02-10T06:06:12.190 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el 1/12 2024-02-10T06:06:12.190 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 2/12 2024-02-10T06:06:12.190 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9 3/12 2024-02-10T06:06:12.190 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T06:06:12.191 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T06:06:12.191 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T06:06:12.191 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T06:06:12.191 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T06:06:12.191 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T06:06:12.191 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T06:06:12.191 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T06:06:12.684 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T06:06:12.684 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:12.685 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:13.083 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T06:06:13.671 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:09 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:13.839 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:13.840 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 7.4 M 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T06:06:13.841 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T06:06:13.842 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T06:06:13.842 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T06:06:13.842 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:13.842 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:13.842 INFO:teuthology.orchestra.run.smithi060.stdout:============================================================================================ 2024-02-10T06:06:13.842 INFO:teuthology.orchestra.run.smithi060.stdout:Install 12 Packages 2024-02-10T06:06:13.842 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:13.843 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 37 M 2024-02-10T06:06:13.843 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 209 M 2024-02-10T06:06:13.843 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:14.109 INFO:teuthology.orchestra.run.smithi060.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 219 kB/s | 32 kB 00:00 2024-02-10T06:06:14.140 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:06:14.140 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /sys 2024-02-10T06:06:14.140 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /proc 2024-02-10T06:06:14.140 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /mnt 2024-02-10T06:06:14.140 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /var/tmp 2024-02-10T06:06:14.141 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /home 2024-02-10T06:06:14.141 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /root 2024-02-10T06:06:14.141 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /tmp 2024-02-10T06:06:14.141 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:14.142 INFO:teuthology.orchestra.run.smithi060.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 537 kB/s | 17 kB 00:00 2024-02-10T06:06:14.176 INFO:teuthology.orchestra.run.smithi060.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-02-10T06:06:14.234 INFO:teuthology.orchestra.run.smithi060.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-02-10T06:06:14.452 INFO:teuthology.orchestra.run.smithi060.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 17 MB/s | 4.7 MB 00:00 2024-02-10T06:06:14.527 INFO:teuthology.orchestra.run.smithi060.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 16 MB/s | 4.8 MB 00:00 2024-02-10T06:06:14.552 INFO:teuthology.orchestra.run.smithi060.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2024-02-10T06:06:14.778 INFO:teuthology.orchestra.run.smithi060.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 3.5 MB/s | 802 kB 00:00 2024-02-10T06:06:15.011 INFO:teuthology.orchestra.run.smithi060.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-02-10T06:06:15.045 INFO:teuthology.orchestra.run.smithi060.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 735 kB/s | 194 kB 00:00 2024-02-10T06:06:15.067 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 32/34 2024-02-10T06:06:15.091 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 32/34 2024-02-10T06:06:15.091 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:15.091 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-02-10T06:06:15.091 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T06:06:15.092 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-02-10T06:06:15.092 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:15.093 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T06:06:15.179 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-02-10T06:06:15.179 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:06:15.395 INFO:teuthology.orchestra.run.smithi060.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-1 5.2 MB/s | 7.4 MB 00:01 2024-02-10T06:06:16.628 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 1/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 3/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 4/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 5/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_6 6/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 7/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9. 8/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x8 9/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 10/34 2024-02-10T06:06:16.629 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 11/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 12/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 13/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : qatlib-23.11.0-1.el9.x86_64 20/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : qatlib-service-23.11.0-1.el9.x86_64 21/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : qatzip-libs-1.1.2-2.el9.x86_64 22/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-02-10T06:06:16.630 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-02-10T06:06:16.631 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-02-10T06:06:16.631 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-02-10T06:06:16.631 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-02-10T06:06:16.631 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-02-10T06:06:16.631 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-02-10T06:06:16.631 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-2:19.0.0-1361.g290212a1.el9.x86_64 31/34 2024-02-10T06:06:16.632 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-02-10T06:06:16.632 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 33/34 2024-02-10T06:06:16.632 INFO:teuthology.orchestra.run.smithi008.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 88 kB/s | 863 kB 00:09 2024-02-10T06:06:16.637 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:16.637 INFO:teuthology.orchestra.run.smithi008.stdout:Total 682 kB/s | 6.8 MB 00:10 2024-02-10T06:06:16.657 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:16.677 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:16.677 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:16.855 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:16.856 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:17.375 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:17.450 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T06:06:17.493 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T06:06:17.541 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T06:06:17.570 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T06:06:17.672 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T06:06:17.769 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-02-10T06:06:17.769 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:17.769 INFO:teuthology.orchestra.run.smithi029.stdout:Upgraded: 2024-02-10T06:06:17.769 INFO:teuthology.orchestra.run.smithi029.stdout: librados2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.769 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.769 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-9.0.0-10.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: liboath-2.6.7-2.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-02-10T06:06:17.770 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind-1.6.2-1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.771 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:17.772 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib-23.11.0-1.el9.x86_64 2024-02-10T06:06:17.772 INFO:teuthology.orchestra.run.smithi029.stdout: qatlib-service-23.11.0-1.el9.x86_64 2024-02-10T06:06:17.772 INFO:teuthology.orchestra.run.smithi029.stdout: qatzip-libs-1.1.2-2.el9.x86_64 2024-02-10T06:06:17.772 INFO:teuthology.orchestra.run.smithi029.stdout: re2-1:20211101-3.el9.x86_64 2024-02-10T06:06:17.772 INFO:teuthology.orchestra.run.smithi029.stdout: thrift-0.15.0-2.el9.x86_64 2024-02-10T06:06:17.772 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:17.772 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:06:17.808 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T06:06:17.901 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T06:06:17.912 INFO:teuthology.orchestra.run.smithi060.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 85 kB/s | 245 kB 00:02 2024-02-10T06:06:17.915 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:17.915 INFO:teuthology.orchestra.run.smithi060.stdout:Total 9.1 MB/s | 37 MB 00:04 2024-02-10T06:06:17.930 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:17.979 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T06:06:17.980 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:17.980 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:17.995 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T06:06:18.027 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9 10/12 2024-02-10T06:06:18.164 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-test 2024-02-10T06:06:18.279 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el 11/12 2024-02-10T06:06:18.310 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 12/12 2024-02-10T06:06:18.329 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:18.330 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:18.753 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:36 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:06:18.923 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:06:18.924 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:18.924 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:06:18.924 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-test x86_64 2:19.0.0-1361.g290212a1.el9 ceph 47 M 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: jq x86_64 1.6-16.el9 CentOS-BaseOS 186 k 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: libcephsqlite x86_64 2:19.0.0-1361.g290212a1.el9 ceph 163 k 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: oniguruma x86_64 6.9.6-1.el9.5 CentOS-BaseOS 217 k 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: socat x86_64 1.7.4.1-5.el9 CentOS-AppStream 300 k 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet x86_64 1.6.1-20.el9 CentOS-AppStream 63 k 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout:Install 6 Packages 2024-02-10T06:06:18.925 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:18.926 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 48 M 2024-02-10T06:06:18.926 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 204 M 2024-02-10T06:06:18.926 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:06:19.054 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:19.094 INFO:teuthology.orchestra.run.smithi029.stdout:(1/6): socat-1.7.4.1-5.el9.x86_64.rpm 1.7 MB/s | 300 kB 00:00 2024-02-10T06:06:19.115 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 12/12 2024-02-10T06:06:19.115 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el 1/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 2/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9 3/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T06:06:19.116 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T06:06:19.128 INFO:teuthology.orchestra.run.smithi029.stdout:(2/6): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 63 kB 00:00 2024-02-10T06:06:19.135 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T06:06:19.170 INFO:teuthology.orchestra.run.smithi029.stdout:(3/6): jq-1.6-16.el9.x86_64.rpm 4.3 MB/s | 186 kB 00:00 2024-02-10T06:06:19.174 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T06:06:19.212 INFO:teuthology.orchestra.run.smithi029.stdout:(4/6): oniguruma-6.9.6-1.el9.5.x86_64.rpm 5.1 MB/s | 217 kB 00:00 2024-02-10T06:06:19.273 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T06:06:19.288 INFO:teuthology.orchestra.run.smithi029.stdout:(5/6): libcephsqlite-19.0.0-1361.g290212a1.el9. 452 kB/s | 163 kB 00:00 2024-02-10T06:06:19.311 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T06:06:19.493 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T06:06:19.494 INFO:teuthology.orchestra.run.smithi008.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T06:06:19.495 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:19.495 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:19.497 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T06:06:19.527 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T06:06:19.606 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T06:06:19.726 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T06:06:20.315 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:18 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:20.319 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T06:06:20.428 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T06:06:20.481 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:20.482 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================ 2024-02-10T06:06:20.482 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:06:20.482 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================ 2024-02-10T06:06:20.482 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:20.482 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 7.4 M 2024-02-10T06:06:20.482 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:06:20.482 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================ 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout:Install 12 Packages 2024-02-10T06:06:20.483 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:20.484 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 37 M 2024-02-10T06:06:20.487 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 209 M 2024-02-10T06:06:20.487 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:20.715 INFO:teuthology.orchestra.run.smithi008.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 272 kB/s | 32 kB 00:00 2024-02-10T06:06:20.749 INFO:teuthology.orchestra.run.smithi008.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 518 kB/s | 17 kB 00:00 2024-02-10T06:06:20.782 INFO:teuthology.orchestra.run.smithi008.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-02-10T06:06:20.858 INFO:teuthology.orchestra.run.smithi008.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-02-10T06:06:21.033 INFO:teuthology.orchestra.run.smithi008.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 19 MB/s | 4.7 MB 00:00 2024-02-10T06:06:21.100 INFO:teuthology.orchestra.run.smithi008.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 4.8 MB 00:00 2024-02-10T06:06:21.133 INFO:teuthology.orchestra.run.smithi008.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.2 MB/s | 217 kB 00:00 2024-02-10T06:06:21.492 INFO:teuthology.orchestra.run.smithi008.stdout:(8/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 40 MB/s | 16 MB 00:00 2024-02-10T06:06:21.517 INFO:teuthology.orchestra.run.smithi008.stdout:(9/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.1 MB/s | 802 kB 00:00 2024-02-10T06:06:21.568 INFO:teuthology.orchestra.run.smithi008.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.5 MB/s | 194 kB 00:00 2024-02-10T06:06:21.643 INFO:teuthology.orchestra.run.smithi008.stdout:(11/12): python3-devel-3.9.17-2.el9.x86_64.rpm 1.9 MB/s | 245 kB 00:00 2024-02-10T06:06:21.734 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T06:06:22.577 INFO:teuthology.orchestra.run.smithi008.stdout:(12/12): ceph-mgr-diskprediction-local-19.0.0-1 3.7 MB/s | 7.4 MB 00:01 2024-02-10T06:06:22.579 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:22.580 INFO:teuthology.orchestra.run.smithi008.stdout:Total 18 MB/s | 37 MB 00:02 2024-02-10T06:06:22.594 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:22.622 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:22.622 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:22.821 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T06:06:22.843 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 12/12 2024-02-10T06:06:22.999 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:22.999 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:23.105 INFO:teuthology.orchestra.run.smithi029.stdout:(6/6): ceph-test-19.0.0-1361.g290212a1.el9.x86_ 11 MB/s | 47 MB 00:04 2024-02-10T06:06:23.108 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:23.108 INFO:teuthology.orchestra.run.smithi029.stdout:Total 12 MB/s | 48 MB 00:04 2024-02-10T06:06:23.109 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:06:23.131 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:06:23.131 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:06:23.534 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:06:23.534 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:06:23.848 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:23.916 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T06:06:23.956 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T06:06:24.070 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T06:06:24.109 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T06:06:24.134 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:06:24.209 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : oniguruma-6.9.6-1.el9.5.x86_64 1/6 2024-02-10T06:06:24.248 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : jq-1.6-16.el9.x86_64 2/6 2024-02-10T06:06:24.294 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T06:06:24.294 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/6 2024-02-10T06:06:24.325 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T06:06:24.343 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 4/6 2024-02-10T06:06:24.371 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 5/6 2024-02-10T06:06:24.403 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T06:06:25.095 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T06:06:25.217 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 12/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 1/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T06:06:25.455 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T06:06:25.456 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T06:06:25.456 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T06:06:25.884 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T06:06:25.884 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:25.884 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:25.884 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T06:06:25.885 INFO:teuthology.orchestra.run.smithi060.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T06:06:25.886 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T06:06:25.886 INFO:teuthology.orchestra.run.smithi060.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T06:06:25.886 INFO:teuthology.orchestra.run.smithi060.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T06:06:25.886 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:25.886 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:26.272 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-rook 2024-02-10T06:06:26.522 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T06:06:26.863 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:22 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:27.031 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:27.032 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-02-10T06:06:27.032 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 52 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T06:06:27.033 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout:Install 13 Packages 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:27.034 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 2.0 M 2024-02-10T06:06:27.035 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 26 M 2024-02-10T06:06:27.035 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:27.309 INFO:teuthology.orchestra.run.smithi060.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 215 kB/s | 24 kB 00:00 2024-02-10T06:06:27.351 INFO:teuthology.orchestra.run.smithi060.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 116 kB/s | 18 kB 00:00 2024-02-10T06:06:27.393 INFO:teuthology.orchestra.run.smithi060.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.9 MB/s | 174 kB 00:00 2024-02-10T06:06:27.410 INFO:teuthology.orchestra.run.smithi060.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 2.2 MB/s | 132 kB 00:00 2024-02-10T06:06:27.427 INFO:teuthology.orchestra.run.smithi060.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 6.2 MB/s | 211 kB 00:00 2024-02-10T06:06:27.444 INFO:teuthology.orchestra.run.smithi060.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.3 MB/s | 43 kB 00:00 2024-02-10T06:06:27.586 INFO:teuthology.orchestra.run.smithi060.stdout:(7/13): ceph-mgr-rook-19.0.0-1361.g290212a1.el9 134 kB/s | 52 kB 00:00 2024-02-10T06:06:27.596 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T06:06:27.624 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 12/12 2024-02-10T06:06:27.678 INFO:teuthology.orchestra.run.smithi060.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 128 kB/s | 32 kB 00:00 2024-02-10T06:06:27.695 INFO:teuthology.orchestra.run.smithi060.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 60 kB/s | 15 kB 00:00 2024-02-10T06:06:27.903 INFO:teuthology.orchestra.run.smithi060.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 284 kB/s | 59 kB 00:00 2024-02-10T06:06:28.070 INFO:teuthology.orchestra.run.smithi060.stdout:(11/13): python3-google-auth-2.27.0-1.el9.noarc 419 kB/s | 203 kB 00:00 2024-02-10T06:06:28.095 INFO:teuthology.orchestra.run.smithi060.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 467 kB/s | 90 kB 00:00 2024-02-10T06:06:28.129 INFO:teuthology.orchestra.run.smithi060.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.3 MB/s | 1.0 MB 00:00 2024-02-10T06:06:28.131 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:28.131 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-02-10T06:06:28.131 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:28.145 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:28.146 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:28.250 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:28.255 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:28.809 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:28.992 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T06:06:29.049 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T06:06:29.114 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T06:06:29.125 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 5/6 2024-02-10T06:06:29.149 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T06:06:29.191 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T06:06:29.212 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 6/6 2024-02-10T06:06:29.287 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T06:06:29.396 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T06:06:29.451 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T06:06:30.210 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T06:06:30.271 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T06:06:30.314 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T06:06:30.363 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T06:06:30.400 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 13/13 2024-02-10T06:06:30.403 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 12/12 2024-02-10T06:06:30.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 1/12 2024-02-10T06:06:30.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T06:06:30.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T06:06:30.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T06:06:30.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T06:06:30.403 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T06:06:30.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T06:06:30.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T06:06:30.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T06:06:30.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T06:06:30.404 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T06:06:30.878 INFO:teuthology.orchestra.run.smithi008.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:30.879 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:31.176 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 13/13 2024-02-10T06:06:31.176 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 1/13 2024-02-10T06:06:31.176 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T06:06:31.176 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T06:06:31.177 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T06:06:31.210 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-rook 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T06:06:31.548 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:31.549 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:31.804 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:29 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:31.832 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T06:06:31.970 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:31.971 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================== 2024-02-10T06:06:31.971 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:06:31.971 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================== 2024-02-10T06:06:31.971 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:31.971 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-rook noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 52 k 2024-02-10T06:06:31.971 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T06:06:31.972 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:31.973 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:31.973 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================== 2024-02-10T06:06:31.973 INFO:teuthology.orchestra.run.smithi008.stdout:Install 13 Packages 2024-02-10T06:06:31.973 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:31.974 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 2.0 M 2024-02-10T06:06:31.974 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 26 M 2024-02-10T06:06:31.974 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:32.275 INFO:teuthology.orchestra.run.smithi008.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 145 kB/s | 18 kB 00:00 2024-02-10T06:06:32.300 INFO:teuthology.orchestra.run.smithi008.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 162 kB/s | 24 kB 00:00 2024-02-10T06:06:32.351 INFO:teuthology.orchestra.run.smithi008.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-10T06:06:32.376 INFO:teuthology.orchestra.run.smithi008.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T06:06:32.410 INFO:teuthology.orchestra.run.smithi008.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-02-10T06:06:32.424 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:28 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:32.426 INFO:teuthology.orchestra.run.smithi008.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 857 kB/s | 43 kB 00:00 2024-02-10T06:06:32.519 INFO:teuthology.orchestra.run.smithi008.stdout:(7/13): ceph-mgr-rook-19.0.0-1361.g290212a1.el9 142 kB/s | 52 kB 00:00 2024-02-10T06:06:32.577 INFO:teuthology.orchestra.run.smithi008.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 193 kB/s | 32 kB 00:00 2024-02-10T06:06:32.593 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 138 k 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T06:06:32.594 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T06:06:32.595 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T06:06:32.595 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:32.595 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:32.595 INFO:teuthology.orchestra.run.smithi060.stdout:======================================================================================== 2024-02-10T06:06:32.595 INFO:teuthology.orchestra.run.smithi060.stdout:Install 6 Packages 2024-02-10T06:06:32.595 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:32.595 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 6.8 M 2024-02-10T06:06:32.596 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 33 M 2024-02-10T06:06:32.596 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:32.603 INFO:teuthology.orchestra.run.smithi008.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 85 kB/s | 15 kB 00:00 2024-02-10T06:06:32.686 INFO:teuthology.orchestra.run.smithi008.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 721 kB/s | 59 kB 00:00 2024-02-10T06:06:32.745 INFO:teuthology.orchestra.run.smithi008.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-02-10T06:06:32.771 INFO:teuthology.orchestra.run.smithi008.stdout:(12/13): python3-google-auth-2.27.0-1.el9.noarc 810 kB/s | 203 kB 00:00 2024-02-10T06:06:32.837 INFO:teuthology.orchestra.run.smithi008.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.9 MB/s | 1.0 MB 00:00 2024-02-10T06:06:32.841 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:32.841 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.4 MB/s | 2.0 MB 00:00 2024-02-10T06:06:32.842 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:32.856 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:32.856 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:32.906 INFO:teuthology.orchestra.run.smithi060.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 227 kB 00:00 2024-02-10T06:06:32.957 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:32.958 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:32.993 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 6/6 2024-02-10T06:06:32.993 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 1/6 2024-02-10T06:06:32.993 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 2/6 2024-02-10T06:06:32.993 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/6 2024-02-10T06:06:32.993 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/6 2024-02-10T06:06:32.994 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : jq-1.6-16.el9.x86_64 5/6 2024-02-10T06:06:33.049 INFO:teuthology.orchestra.run.smithi060.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 19 MB/s | 5.8 MB 00:00 2024-02-10T06:06:33.099 INFO:teuthology.orchestra.run.smithi060.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1361.g290212a1.e 383 kB/s | 138 kB 00:00 2024-02-10T06:06:33.403 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : oniguruma-6.9.6-1.el9.5.x86_64 6/6 2024-02-10T06:06:33.403 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:33.403 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:06:33.403 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-test-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:33.403 INFO:teuthology.orchestra.run.smithi029.stdout: jq-1.6-16.el9.x86_64 2024-02-10T06:06:33.403 INFO:teuthology.orchestra.run.smithi029.stdout: libcephsqlite-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:33.404 INFO:teuthology.orchestra.run.smithi029.stdout: oniguruma-6.9.6-1.el9.5.x86_64 2024-02-10T06:06:33.404 INFO:teuthology.orchestra.run.smithi029.stdout: socat-1.7.4.1-5.el9.x86_64 2024-02-10T06:06:33.404 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-02-10T06:06:33.404 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:33.404 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:06:33.416 INFO:teuthology.orchestra.run.smithi060.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 157 kB/s | 58 kB 00:00 2024-02-10T06:06:33.474 INFO:teuthology.orchestra.run.smithi060.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 136 kB/s | 51 kB 00:00 2024-02-10T06:06:33.510 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:33.685 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T06:06:33.748 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T06:06:33.795 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph 2024-02-10T06:06:33.812 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T06:06:33.848 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T06:06:33.890 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T06:06:33.987 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T06:06:34.098 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T06:06:34.159 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T06:06:34.382 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:52 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:06:34.391 INFO:teuthology.orchestra.run.smithi060.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 369 kB/s | 548 kB 00:01 2024-02-10T06:06:34.393 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:34.393 INFO:teuthology.orchestra.run.smithi060.stdout:Total 3.8 MB/s | 6.8 MB 00:01 2024-02-10T06:06:34.394 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:34.405 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:34.405 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:34.504 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:34.504 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:34.560 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================= 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================= 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout: ceph x86_64 2:19.0.0-1361.g290212a1.el9 ceph 6.6 k 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mds x86_64 2:19.0.0-1361.g290212a1.el9 ceph 2.1 M 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr x86_64 2:19.0.0-1361.g290212a1.el9 ceph 1.5 M 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 247 k 2024-02-10T06:06:34.563 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mon x86_64 2:19.0.0-1361.g290212a1.el9 ceph 4.7 M 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-osd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 17 M 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: lua x86_64 5.4.4-4.el9 CentOS-AppStream 187 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cffi x86_64 1.14.5-5.el9 CentOS-BaseOS 241 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cryptography x86_64 36.0.1-4.el9 CentOS-BaseOS 1.1 M 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-02-10T06:06:34.564 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-mako noarch 1.1.4-6.el9 CentOS-AppStream 144 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-markupsafe x86_64 1.1.1-12.el9 CentOS-AppStream 32 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ply noarch 3.11-14.el9 CentOS-BaseOS 103 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pycparser noarch 2.20-6.el9 CentOS-BaseOS 124 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytz noarch 2021.1-5.el9 CentOS-AppStream 47 k 2024-02-10T06:06:34.565 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests noarch 2.25.1-8.el9 CentOS-BaseOS 113 k 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: python3-toml noarch 0.10.2-6.el9 CentOS-AppStream 39 k 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urllib3 noarch 1.26.5-5.el9 CentOS-BaseOS 187 k 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================= 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout:Install 36 Packages 2024-02-10T06:06:34.566 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:34.567 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 30 M 2024-02-10T06:06:34.567 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 107 M 2024-02-10T06:06:34.567 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:06:34.814 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:34.939 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T06:06:34.942 INFO:teuthology.orchestra.run.smithi029.stdout:(1/36): ceph-19.0.0-1361.g290212a1.el9.x86_64.r 32 kB/s | 6.6 kB 00:00 2024-02-10T06:06:34.987 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T06:06:34.997 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T06:06:35.031 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T06:06:35.034 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T06:06:35.080 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T06:06:35.108 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 13/13 2024-02-10T06:06:35.159 INFO:teuthology.orchestra.run.smithi029.stdout:(2/36): ceph-mgr-19.0.0-1361.g290212a1.el9.x86_ 3.5 MB/s | 1.5 MB 00:00 2024-02-10T06:06:35.218 INFO:teuthology.orchestra.run.smithi029.stdout:(3/36): ceph-mds-19.0.0-1361.g290212a1.el9.x86_ 4.4 MB/s | 2.1 MB 00:00 2024-02-10T06:06:35.302 INFO:teuthology.orchestra.run.smithi029.stdout:(4/36): ceph-mgr-modules-core-19.0.0-1361.g2902 2.9 MB/s | 247 kB 00:00 2024-02-10T06:06:35.585 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T06:06:35.594 INFO:teuthology.orchestra.run.smithi029.stdout:(5/36): lua-5.4.4-4.el9.x86_64.rpm 640 kB/s | 187 kB 00:00 2024-02-10T06:06:35.663 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T06:06:35.686 INFO:teuthology.orchestra.run.smithi029.stdout:(6/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.5 MB/s | 144 kB 00:00 2024-02-10T06:06:35.733 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T06:06:35.745 INFO:teuthology.orchestra.run.smithi029.stdout:(7/36): python3-markupsafe-1.1.1-12.el9.x86_64. 541 kB/s | 32 kB 00:00 2024-02-10T06:06:35.763 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 6/6 2024-02-10T06:06:35.828 INFO:teuthology.orchestra.run.smithi029.stdout:(8/36): python3-pytz-2021.1-5.el9.noarch.rpm 565 kB/s | 47 kB 00:00 2024-02-10T06:06:35.904 INFO:teuthology.orchestra.run.smithi029.stdout:(9/36): python3-toml-0.10.2-6.el9.noarch.rpm 512 kB/s | 39 kB 00:00 2024-02-10T06:06:35.929 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 13/13 2024-02-10T06:06:35.929 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 1/13 2024-02-10T06:06:35.929 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T06:06:35.930 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T06:06:35.930 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T06:06:35.930 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T06:06:35.930 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T06:06:35.930 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T06:06:35.930 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T06:06:35.931 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T06:06:35.931 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T06:06:35.931 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T06:06:35.931 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T06:06:36.230 INFO:teuthology.orchestra.run.smithi029.stdout:(10/36): ceph-osd-19.0.0-1361.g290212a1.el9.x86 16 MB/s | 17 MB 00:01 2024-02-10T06:06:36.264 INFO:teuthology.orchestra.run.smithi029.stdout:(11/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 670 kB/s | 241 kB 00:00 2024-02-10T06:06:36.324 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T06:06:36.324 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:36.324 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:36.325 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:36.408 INFO:teuthology.orchestra.run.smithi029.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 6.5 MB/s | 1.1 MB 00:00 2024-02-10T06:06:36.441 INFO:teuthology.orchestra.run.smithi029.stdout:(13/36): python3-ply-3.11-14.el9.noarch.rpm 580 kB/s | 103 kB 00:00 2024-02-10T06:06:36.475 INFO:teuthology.orchestra.run.smithi029.stdout:(14/36): python3-pycparser-2.20-6.el9.noarch.rp 1.8 MB/s | 124 kB 00:00 2024-02-10T06:06:36.509 INFO:teuthology.orchestra.run.smithi029.stdout:(15/36): python3-requests-2.25.1-8.el9.noarch.r 1.6 MB/s | 113 kB 00:00 2024-02-10T06:06:36.543 INFO:teuthology.orchestra.run.smithi029.stdout:(16/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.7 MB/s | 187 kB 00:00 2024-02-10T06:06:36.561 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 6/6 2024-02-10T06:06:36.561 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/6 2024-02-10T06:06:36.561 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T06:06:36.561 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T06:06:36.561 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T06:06:36.561 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T06:06:36.569 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T06:06:36.694 INFO:teuthology.orchestra.run.smithi029.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 121 kB/s | 22 kB 00:00 2024-02-10T06:06:36.873 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:36.874 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:36.969 INFO:teuthology.orchestra.run.smithi029.stdout:(18/36): ceph-mon-19.0.0-1361.g290212a1.el9.x86 2.3 MB/s | 4.7 MB 00:02 2024-02-10T06:06:37.095 INFO:teuthology.orchestra.run.smithi029.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 108 kB/s | 43 kB 00:00 2024-02-10T06:06:37.129 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-fuse 2024-02-10T06:06:37.160 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:35 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:37.328 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:37.329 INFO:teuthology.orchestra.run.smithi029.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 192 kB/s | 151 kB 00:00 2024-02-10T06:06:37.329 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================== 2024-02-10T06:06:37.329 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:06:37.329 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================== 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 138 k 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout:======================================================================================== 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout:Install 6 Packages 2024-02-10T06:06:37.330 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:37.331 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 6.8 M 2024-02-10T06:06:37.331 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 33 M 2024-02-10T06:06:37.331 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:37.437 INFO:teuthology.orchestra.run.smithi029.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 98 kB/s | 11 kB 00:00 2024-02-10T06:06:37.555 INFO:teuthology.orchestra.run.smithi029.stdout:(22/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-02-10T06:06:37.623 INFO:teuthology.orchestra.run.smithi008.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.1 MB/s | 227 kB 00:00 2024-02-10T06:06:37.672 INFO:teuthology.orchestra.run.smithi029.stdout:(23/36): python3-jaraco-collections-3.0.0-8.el9 198 kB/s | 23 kB 00:00 2024-02-10T06:06:37.721 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:33 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:37.756 INFO:teuthology.orchestra.run.smithi008.stdout:(2/6): ceph-mgr-cephadm-19.0.0-1361.g290212a1.e 421 kB/s | 138 kB 00:00 2024-02-10T06:06:37.772 INFO:teuthology.orchestra.run.smithi029.stdout:(24/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 214 kB/s | 172 kB 00:00 2024-02-10T06:06:37.798 INFO:teuthology.orchestra.run.smithi029.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 154 kB/s | 19 kB 00:00 2024-02-10T06:06:37.888 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse x86_64 2:19.0.0-1361.g290212a1.el9 ceph 885 k 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-02-10T06:06:37.889 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:37.890 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 964 k 2024-02-10T06:06:37.890 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 2.8 M 2024-02-10T06:06:37.890 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:37.898 INFO:teuthology.orchestra.run.smithi029.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 156 kB/s | 20 kB 00:00 2024-02-10T06:06:37.917 INFO:teuthology.orchestra.run.smithi029.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 389 kB/s | 46 kB 00:00 2024-02-10T06:06:37.932 INFO:teuthology.orchestra.run.smithi008.stdout:(3/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 5.8 MB 00:00 2024-02-10T06:06:37.951 INFO:teuthology.orchestra.run.smithi029.stdout:(28/36): python3-cherrypy-18.6.1-2.el9.noarch.r 419 kB/s | 358 kB 00:00 2024-02-10T06:06:38.017 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 620 kB/s | 79 kB 00:00 2024-02-10T06:06:38.060 INFO:teuthology.orchestra.run.smithi029.stdout:(29/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-02-10T06:06:38.111 INFO:teuthology.orchestra.run.smithi029.stdout:(30/36): python3-more-itertools-8.12.0-2.el9.no 373 kB/s | 79 kB 00:00 2024-02-10T06:06:38.236 INFO:teuthology.orchestra.run.smithi029.stdout:(31/36): python3-tempora-5.0.0-2.el9.noarch.rpm 286 kB/s | 36 kB 00:00 2024-02-10T06:06:38.311 INFO:teuthology.orchestra.run.smithi029.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 358 kB/s | 90 kB 00:00 2024-02-10T06:06:38.375 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-fuse-19.0.0-1361.g290212a1.el9.x86_ 1.8 MB/s | 885 kB 00:00 2024-02-10T06:06:38.377 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:38.377 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.9 MB/s | 964 kB 00:00 2024-02-10T06:06:38.377 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:38.398 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:38.398 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:38.437 INFO:teuthology.orchestra.run.smithi029.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 524 kB/s | 272 kB 00:00 2024-02-10T06:06:38.476 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:38.477 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:38.571 INFO:teuthology.orchestra.run.smithi029.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 149 kB/s | 20 kB 00:00 2024-02-10T06:06:38.676 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:38.688 INFO:teuthology.orchestra.run.smithi029.stdout:(35/36): python3-webob-1.8.7-6.el9.noarch.rpm 508 kB/s | 230 kB 00:00 2024-02-10T06:06:38.822 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T06:06:38.903 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2/2 2024-02-10T06:06:38.924 INFO:teuthology.orchestra.run.smithi008.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 49 kB/s | 58 kB 00:01 2024-02-10T06:06:39.149 INFO:teuthology.orchestra.run.smithi008.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 43 kB/s | 51 kB 00:01 2024-02-10T06:06:39.572 INFO:teuthology.orchestra.run.smithi029.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 339 kB/s | 427 kB 00:01 2024-02-10T06:06:39.575 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:39.575 INFO:teuthology.orchestra.run.smithi029.stdout:Total 5.9 MB/s | 30 MB 00:05 2024-02-10T06:06:39.590 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2/2 2024-02-10T06:06:39.590 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/2 2024-02-10T06:06:39.594 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:06:39.641 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:06:39.641 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:06:39.699 INFO:teuthology.orchestra.run.smithi008.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 264 kB/s | 548 kB 00:02 2024-02-10T06:06:39.703 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:39.704 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.9 MB/s | 6.8 MB 00:02 2024-02-10T06:06:39.704 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:39.715 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:39.715 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:39.815 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:39.816 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:39.905 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T06:06:39.905 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:39.905 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:39.905 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T06:06:39.905 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:39.905 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:40.104 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:06:40.105 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:06:40.114 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:40.193 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install ceph-volume 2024-02-10T06:06:40.288 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T06:06:40.343 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T06:06:40.796 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:36 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:40.890 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T06:06:40.959 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:40.959 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:40.959 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repository Size 2024-02-10T06:06:40.959 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 264 k 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout:Installing dependencies: 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout:Install 2 Packages 2024-02-10T06:06:40.960 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:40.961 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 332 k 2024-02-10T06:06:40.961 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 1.5 M 2024-02-10T06:06:40.961 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:40.971 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T06:06:41.042 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T06:06:41.071 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 6/6 2024-02-10T06:06:41.090 INFO:teuthology.orchestra.run.smithi060.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 532 kB/s | 69 kB 00:00 2024-02-10T06:06:41.257 INFO:teuthology.orchestra.run.smithi060.stdout:(2/2): ceph-volume-19.0.0-1361.g290212a1.el9.no 891 kB/s | 264 kB 00:00 2024-02-10T06:06:41.259 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:41.259 INFO:teuthology.orchestra.run.smithi060.stdout:Total 1.1 MB/s | 332 kB 00:00 2024-02-10T06:06:41.259 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:41.268 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:41.268 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:41.313 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:41.314 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:41.475 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:41.593 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:06:41.663 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T06:06:41.666 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-02-10T06:06:41.702 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2/2 2024-02-10T06:06:41.711 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-02-10T06:06:41.717 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2/2 2024-02-10T06:06:41.717 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:41.717 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T06:06:41.717 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:41.746 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-02-10T06:06:41.821 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-02-10T06:06:41.873 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-02-10T06:06:41.909 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 6/6 2024-02-10T06:06:41.909 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/6 2024-02-10T06:06:41.909 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T06:06:41.910 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T06:06:41.910 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T06:06:41.910 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T06:06:41.914 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-02-10T06:06:42.010 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-02-10T06:06:42.096 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-02-10T06:06:42.155 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-02-10T06:06:42.238 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-02-10T06:06:42.240 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T06:06:42.240 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:42.240 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:42.240 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:42.240 INFO:teuthology.orchestra.run.smithi008.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T06:06:42.240 INFO:teuthology.orchestra.run.smithi008.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T06:06:42.240 INFO:teuthology.orchestra.run.smithi008.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T06:06:42.241 INFO:teuthology.orchestra.run.smithi008.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T06:06:42.241 INFO:teuthology.orchestra.run.smithi008.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T06:06:42.241 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:42.241 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:42.299 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 11/36 2024-02-10T06:06:42.336 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 12/36 2024-02-10T06:06:42.396 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ply-3.11-14.el9.noarch 13/36 2024-02-10T06:06:42.460 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 14/36 2024-02-10T06:06:42.467 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-fuse 2024-02-10T06:06:42.567 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 1/2 2024-02-10T06:06:42.660 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 15/36 2024-02-10T06:06:42.721 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 16/36 2024-02-10T06:06:42.773 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 17/36 2024-02-10T06:06:42.812 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 18/36 2024-02-10T06:06:42.850 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 19/36 2024-02-10T06:06:42.904 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T06:06:42.904 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:42.904 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:42.904 INFO:teuthology.orchestra.run.smithi060.stdout: ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:42.904 INFO:teuthology.orchestra.run.smithi060.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T06:06:42.904 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:42.904 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:42.930 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 20/36 2024-02-10T06:06:42.972 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T06:06:43.014 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 22/36 2024-02-10T06:06:43.056 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 23/36 2024-02-10T06:06:43.057 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:41 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:43.099 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 24/36 2024-02-10T06:06:43.151 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 25/36 2024-02-10T06:06:43.223 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-fuse x86_64 2:19.0.0-1361.g290212a1.el9 ceph 885 k 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:43.224 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:43.225 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:43.225 INFO:teuthology.orchestra.run.smithi008.stdout:Install 2 Packages 2024-02-10T06:06:43.225 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:43.225 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 964 k 2024-02-10T06:06:43.225 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 2.8 M 2024-02-10T06:06:43.226 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:43.244 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 26/36 2024-02-10T06:06:43.245 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados-devel 2024-02-10T06:06:43.303 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 27/36 2024-02-10T06:06:43.359 INFO:teuthology.orchestra.run.smithi008.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 588 kB/s | 79 kB 00:00 2024-02-10T06:06:43.386 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 28/36 2024-02-10T06:06:43.537 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 29/36 2024-02-10T06:06:43.578 INFO:teuthology.orchestra.run.smithi008.stdout:(2/2): ceph-fuse-19.0.0-1361.g290212a1.el9.x86_ 2.5 MB/s | 885 kB 00:00 2024-02-10T06:06:43.579 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:43.579 INFO:teuthology.orchestra.run.smithi008.stdout:Total 2.7 MB/s | 964 kB 00:00 2024-02-10T06:06:43.579 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:43.599 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:43.599 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:43.673 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T06:06:43.679 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:43.679 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:43.845 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:39 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:43.849 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9. 31/36 2024-02-10T06:06:43.868 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:43.880 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 32/36 2024-02-10T06:06:43.903 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 32/36 2024-02-10T06:06:43.903 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:43.903 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-02-10T06:06:43.903 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T06:06:43.903 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-02-10T06:06:43.904 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:44.014 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:44.015 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T06:06:44.015 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel x86_64 2:19.0.0-1361.g290212a1.el9 ceph 127 k 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 127 k 2024-02-10T06:06:44.016 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 456 k 2024-02-10T06:06:44.017 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:44.090 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2/2 2024-02-10T06:06:44.256 INFO:teuthology.orchestra.run.smithi060.stdout:librados-devel-19.0.0-1361.g290212a1.el9.x86_64 529 kB/s | 127 kB 00:00 2024-02-10T06:06:44.256 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:44.256 INFO:teuthology.orchestra.run.smithi060.stdout:Total 526 kB/s | 127 kB 00:00 2024-02-10T06:06:44.256 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:44.262 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:44.262 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:44.322 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:44.323 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:44.472 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:44.582 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:44.810 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2/2 2024-02-10T06:06:44.810 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/2 2024-02-10T06:06:45.072 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:45.147 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T06:06:45.147 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:45.147 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:45.147 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T06:06:45.147 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:45.147 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:45.362 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:45.363 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:45.363 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:45.363 INFO:teuthology.orchestra.run.smithi060.stdout: librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:45.363 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:45.363 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:45.433 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 33/36 2024-02-10T06:06:45.450 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-volume 2024-02-10T06:06:45.461 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 33/36 2024-02-10T06:06:45.461 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:45.461 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-02-10T06:06:45.461 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T06:06:45.461 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-02-10T06:06:45.461 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:45.635 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs2 2024-02-10T06:06:45.936 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 34/36 2024-02-10T06:06:45.959 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 34/36 2024-02-10T06:06:45.960 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:45.960 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-02-10T06:06:45.960 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T06:06:45.960 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-02-10T06:06:45.960 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:46.047 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:44 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:46.187 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 35/36 2024-02-10T06:06:46.211 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 35/36 2024-02-10T06:06:46.211 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:46.211 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-02-10T06:06:46.211 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T06:06:46.211 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-02-10T06:06:46.211 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:46.212 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-volume noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 264 k 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout:Install 2 Packages 2024-02-10T06:06:46.213 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:46.214 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 332 k 2024-02-10T06:06:46.214 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 1.5 M 2024-02-10T06:06:46.214 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:46.242 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:42 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:46.288 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-2:19.0.0-1361.g290212a1.el9.x86_64 36/36 2024-02-10T06:06:46.350 INFO:teuthology.orchestra.run.smithi008.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 507 kB/s | 69 kB 00:00 2024-02-10T06:06:46.353 INFO:teuthology.orchestra.run.smithi060.stdout:Package libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:46.408 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:46.409 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:46.409 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:46.489 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install libcephfs-devel 2024-02-10T06:06:46.516 INFO:teuthology.orchestra.run.smithi008.stdout:(2/2): ceph-volume-19.0.0-1361.g290212a1.el9.no 874 kB/s | 264 kB 00:00 2024-02-10T06:06:46.517 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:46.518 INFO:teuthology.orchestra.run.smithi008.stdout:Total 1.1 MB/s | 332 kB 00:00 2024-02-10T06:06:46.518 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:46.527 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:46.527 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:46.571 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:46.572 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:46.735 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:46.930 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T06:06:46.969 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2/2 2024-02-10T06:06:46.984 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2/2 2024-02-10T06:06:46.984 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:46.984 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T06:06:46.984 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:47.078 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:47.245 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel x86_64 2:19.0.0-1361.g290212a1.el9 ceph 31 k 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-02-10T06:06:47.246 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:47.247 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 31 k 2024-02-10T06:06:47.247 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 140 k 2024-02-10T06:06:47.247 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:47.434 INFO:teuthology.orchestra.run.smithi060.stdout:libcephfs-devel-19.0.0-1361.g290212a1.el9.x86_6 166 kB/s | 31 kB 00:00 2024-02-10T06:06:47.435 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:47.435 INFO:teuthology.orchestra.run.smithi060.stdout:Total 165 kB/s | 31 kB 00:00 2024-02-10T06:06:47.435 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:47.439 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:47.439 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:47.467 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:47.468 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:47.599 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:47.703 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:47.838 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 1/2 2024-02-10T06:06:48.136 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:48.222 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T06:06:48.223 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:48.223 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:48.223 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:48.223 INFO:teuthology.orchestra.run.smithi008.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T06:06:48.223 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:48.223 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:48.446 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:48.446 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:48.446 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:48.447 INFO:teuthology.orchestra.run.smithi060.stdout: libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:48.447 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:48.447 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:48.576 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librados-devel 2024-02-10T06:06:48.618 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librados2 2024-02-10T06:06:49.018 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-2:19.0.0-1361.g290212a1.el9.x86_64 36/36 2024-02-10T06:06:49.018 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-2:19.0.0-1361.g290212a1.el9.x86_64 1/36 2024-02-10T06:06:49.018 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 2/36 2024-02-10T06:06:49.018 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 3/36 2024-02-10T06:06:49.018 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 4/36 2024-02-10T06:06:49.018 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 5/36 2024-02-10T06:06:49.018 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9. 6/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lua-5.4.4-4.el9.x86_64 7/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 8/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 9/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 10/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 11/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 12/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 13/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ply-3.11-14.el9.noarch 14/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 15/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 16/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 17/36 2024-02-10T06:06:49.019 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-02-10T06:06:49.020 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-02-10T06:06:49.021 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-02-10T06:06:49.021 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-02-10T06:06:49.021 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-02-10T06:06:49.021 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-02-10T06:06:49.022 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-02-10T06:06:49.022 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-02-10T06:06:49.022 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-02-10T06:06:49.022 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-02-10T06:06:49.174 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:49.210 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:45 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:49.319 INFO:teuthology.orchestra.run.smithi060.stdout:Package librados2-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:49.353 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:49.354 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:49.354 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-02-10T06:06:49.354 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:49.354 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout: librados-devel x86_64 2:19.0.0-1361.g290212a1.el9 ceph 127 k 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 127 k 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 456 k 2024-02-10T06:06:49.355 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:49.374 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:49.375 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:49.375 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:49.429 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install librbd1 2024-02-10T06:06:49.606 INFO:teuthology.orchestra.run.smithi008.stdout:librados-devel-19.0.0-1361.g290212a1.el9.x86_64 506 kB/s | 127 kB 00:00 2024-02-10T06:06:49.606 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:49.607 INFO:teuthology.orchestra.run.smithi008.stdout:Total 502 kB/s | 127 kB 00:00 2024-02-10T06:06:49.607 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:49.613 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:49.613 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:49.671 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:49.671 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:49.828 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:49.940 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:50.019 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:50.127 INFO:teuthology.orchestra.run.smithi060.stdout:Package librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:50.155 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-02-10T06:06:50.155 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:50.155 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mds-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-modules-core-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mon-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-osd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: lua-5.4.4-4.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: luarocks-3.9.2-1.el9.noarch 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-02-10T06:06:50.156 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-mako-1.1.4-6.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ply-3.11-14.el9.noarch 2024-02-10T06:06:50.157 INFO:teuthology.orchestra.run.smithi029.stdout: python3-portend-3.1.0-2.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pycparser-2.20-6.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytz-2021.1-5.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-2.25.1-8.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-toml-0.10.2-6.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-webob-1.8.7-6.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:50.158 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:06:50.181 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:50.182 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:50.182 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:50.237 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rados 2024-02-10T06:06:50.412 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:50.588 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-base 2024-02-10T06:06:50.735 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:50.735 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:50.735 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:50.735 INFO:teuthology.orchestra.run.smithi008.stdout: librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:50.735 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:50.735 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:50.837 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:46 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:50.947 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:50.983 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install libcephfs2 2024-02-10T06:06:51.002 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:51.003 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:51.003 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:51.054 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rgw 2024-02-10T06:06:51.180 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:09 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:06:51.291 INFO:teuthology.orchestra.run.smithi029.stdout:Package ceph-base-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:51.346 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:06:51.347 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:06:51.347 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:06:51.421 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install cephadm 2024-02-10T06:06:51.587 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:51.648 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:47 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:51.697 INFO:teuthology.orchestra.run.smithi008.stdout:Package libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:51.752 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:51.753 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:51.753 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:51.759 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:51.812 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:51.813 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:51.813 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:51.814 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install libcephfs-devel 2024-02-10T06:06:51.867 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-cephfs 2024-02-10T06:06:52.009 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:10 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:06:52.175 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout: cephadm noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 748 k 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:52.176 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-02-10T06:06:52.177 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:52.177 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 748 k 2024-02-10T06:06:52.177 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 754 k 2024-02-10T06:06:52.177 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:06:52.407 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:50 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:52.459 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:48 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:52.569 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:52.574 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:52.575 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs-devel x86_64 2:19.0.0-1361.g290212a1.el9 ceph 31 k 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 31 k 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 140 k 2024-02-10T06:06:52.576 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:52.580 INFO:teuthology.orchestra.run.smithi029.stdout:cephadm-19.0.0-1361.g290212a1.el9.noarch.rpm 1.8 MB/s | 748 kB 00:00 2024-02-10T06:06:52.580 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:52.581 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.8 MB/s | 748 kB 00:00 2024-02-10T06:06:52.581 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:06:52.586 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:06:52.587 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:06:52.592 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:06:52.593 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:06:52.624 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:52.625 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:52.625 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:52.667 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:06:52.678 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install python3-rbd 2024-02-10T06:06:52.801 INFO:teuthology.orchestra.run.smithi008.stdout:libcephfs-devel-19.0.0-1361.g290212a1.el9.x86_6 139 kB/s | 31 kB 00:00 2024-02-10T06:06:52.802 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:52.802 INFO:teuthology.orchestra.run.smithi008.stdout:Total 138 kB/s | 31 kB 00:00 2024-02-10T06:06:52.802 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:52.806 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:52.806 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:52.831 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:52.831 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:06:52.960 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:06:53.085 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:53.086 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:53.177 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:53.277 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:53.389 INFO:teuthology.orchestra.run.smithi060.stdout:Package python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:53.443 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:53.444 INFO:teuthology.orchestra.run.smithi060.stdout:Nothing to do. 2024-02-10T06:06:53.444 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:53.480 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:53.492 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-fuse 2024-02-10T06:06:53.619 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:53.765 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:53.765 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:53.765 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:06:53.765 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:53.765 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:53.765 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:53.919 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/1 2024-02-10T06:06:53.919 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:53.919 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:06:53.920 INFO:teuthology.orchestra.run.smithi029.stdout: cephadm-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:06:53.920 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:53.920 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:06:53.935 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librados2 2024-02-10T06:06:54.088 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:50 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:54.189 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-immutable-object-cache 2024-02-10T06:06:54.250 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:54.251 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:54.251 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-02-10T06:06:54.251 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:54.251 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:54.251 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse x86_64 2:19.0.0-1361.g290212a1.el9 ceph 85 k 2024-02-10T06:06:54.251 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:54.252 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:54.252 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:54.252 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-02-10T06:06:54.252 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:54.252 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 85 k 2024-02-10T06:06:54.252 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 231 k 2024-02-10T06:06:54.252 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:54.504 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-fuse-19.0.0-1361.g290212a1.el9.x86_64.rpm 338 kB/s | 85 kB 00:00 2024-02-10T06:06:54.505 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:54.505 INFO:teuthology.orchestra.run.smithi060.stdout:Total 336 kB/s | 85 kB 00:00 2024-02-10T06:06:54.505 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:54.512 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:54.512 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:54.528 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:52 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:54.569 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:54.569 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:54.637 INFO:teuthology.orchestra.run.smithi008.stdout:Package librados2-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:54.691 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:54.692 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:54.692 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:54.713 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:54.738 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install librbd1 2024-02-10T06:06:54.785 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:12 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:06:54.830 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:54.951 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:06:54.951 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-1361.g290212a1.el9 ceph 145 k 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 145 k 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 436 k 2024-02-10T06:06:54.952 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:06:55.221 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:55.223 INFO:teuthology.orchestra.run.smithi029.stdout:ceph-immutable-object-cache-19.0.0-1361.g290212 539 kB/s | 145 kB 00:00 2024-02-10T06:06:55.224 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:55.224 INFO:teuthology.orchestra.run.smithi029.stdout:Total 535 kB/s | 145 kB 00:00 2024-02-10T06:06:55.224 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:06:55.232 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:06:55.232 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:06:55.286 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:06:55.286 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:06:55.329 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:53 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:55.426 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:06:55.438 INFO:teuthology.orchestra.run.smithi008.stdout:Package librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:55.476 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:55.494 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:55.495 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:55.495 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:55.500 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:55.500 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:55.500 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-02-10T06:06:55.500 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:55.511 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:55.511 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:55.511 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:55.512 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:55.512 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:55.512 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:55.547 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rados 2024-02-10T06:06:55.757 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-mirror 2024-02-10T06:06:56.149 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:54 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:56.258 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:56.312 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:56.313 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:56.313 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:56.355 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:52 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:56.363 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rgw 2024-02-10T06:06:56.520 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:56.521 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:56.522 INFO:teuthology.orchestra.run.smithi060.stdout: Package Arch Version Repo Size 2024-02-10T06:06:56.522 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:56.522 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:56.522 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.1 M 2024-02-10T06:06:56.522 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:56.523 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:56.523 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:56.523 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-02-10T06:06:56.523 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:56.523 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 3.1 M 2024-02-10T06:06:56.523 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 13 M 2024-02-10T06:06:56.523 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:56.625 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-1361.g290212a1. 1/1 2024-02-10T06:06:56.625 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:56.625 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:06:56.625 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-immutable-object-cache-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:56.625 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:56.625 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:06:56.915 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr 2024-02-10T06:06:56.949 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-mirror-19.0.0-1361.g290212a1.el9.x86_64.rpm 7.2 MB/s | 3.1 MB 00:00 2024-02-10T06:06:56.949 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:56.950 INFO:teuthology.orchestra.run.smithi060.stdout:Total 7.2 MB/s | 3.1 MB 00:00 2024-02-10T06:06:56.950 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:06:56.960 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:06:56.960 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:06:56.964 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:54 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:57.036 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:06:57.036 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:06:57.074 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:57.128 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:57.131 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:57.131 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:57.184 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-cephfs 2024-02-10T06:06:57.476 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:06:57.505 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:15 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:06:57.550 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:57.574 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:57.574 INFO:teuthology.orchestra.run.smithi060.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:06:57.574 INFO:teuthology.orchestra.run.smithi060.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T06:06:57.574 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T06:06:57.574 INFO:teuthology.orchestra.run.smithi060.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T06:06:57.574 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:57.615 INFO:teuthology.orchestra.run.smithi029.stdout:Package ceph-mgr-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:57.670 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:06:57.671 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:06:57.671 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:06:57.746 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-dashboard 2024-02-10T06:06:57.775 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:55 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:57.886 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:57.942 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:57.943 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:57.943 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:57.986 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install python3-rbd 2024-02-10T06:06:58.338 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:16 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:06:58.503 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:06:58.504 INFO:teuthology.orchestra.run.smithi029.stdout:====================================================================================== 2024-02-10T06:06:58.504 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:06:58.504 INFO:teuthology.orchestra.run.smithi029.stdout:====================================================================================== 2024-02-10T06:06:58.504 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:06:58.504 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 1.8 M 2024-02-10T06:06:58.504 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-grafana-dashboards noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 28 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-prometheus-alerts noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 15 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf x86_64 3.14.0-13.el9 CentOS-AppStream 1.0 M 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: python3-protobuf noarch 3.14.0-13.el9 CentOS-AppStream 238 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:06:58.505 INFO:teuthology.orchestra.run.smithi029.stdout:====================================================================================== 2024-02-10T06:06:58.506 INFO:teuthology.orchestra.run.smithi029.stdout:Install 12 Packages 2024-02-10T06:06:58.506 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:06:58.506 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 6.8 M 2024-02-10T06:06:58.506 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 26 M 2024-02-10T06:06:58.506 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:06:58.585 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:56 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:58.694 INFO:teuthology.orchestra.run.smithi008.stdout:Package python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:06:58.698 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:06:58.698 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:58.698 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:06:58.698 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:06:58.698 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:58.698 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:06:58.748 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:58.749 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2024-02-10T06:06:58.749 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:06:58.794 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-fuse 2024-02-10T06:06:58.835 INFO:teuthology.orchestra.run.smithi029.stdout:(1/12): ceph-grafana-dashboards-19.0.0-1361.g29 128 kB/s | 28 kB 00:00 2024-02-10T06:06:58.860 INFO:teuthology.orchestra.run.smithi029.stdout:(2/12): ceph-prometheus-alerts-19.0.0-1361.g290 62 kB/s | 15 kB 00:00 2024-02-10T06:06:58.976 DEBUG:teuthology.orchestra.run.smithi060:> sudo yum -y install rbd-nbd 2024-02-10T06:06:59.003 INFO:teuthology.orchestra.run.smithi029.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.6 MB/s | 238 kB 00:00 2024-02-10T06:06:59.063 INFO:teuthology.orchestra.run.smithi029.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.4 MB/s | 1.0 MB 00:00 2024-02-10T06:06:59.114 INFO:teuthology.orchestra.run.smithi029.stdout:(5/12): ceph-mgr-dashboard-19.0.0-1361.g290212a 3.5 MB/s | 1.8 MB 00:00 2024-02-10T06:06:59.389 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:57 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:06:59.555 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:06:59.556 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:59.556 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-fuse x86_64 2:19.0.0-1361.g290212a1.el9 ceph 85 k 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 85 k 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 231 k 2024-02-10T06:06:59.557 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:06:59.571 INFO:teuthology.orchestra.run.smithi060.stdout:Last metadata expiration check: 0:01:55 ago on Sat 10 Feb 2024 06:05:04 AM UTC. 2024-02-10T06:06:59.639 INFO:teuthology.orchestra.run.smithi029.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 1.3 MB/s | 863 kB 00:00 2024-02-10T06:06:59.734 INFO:teuthology.orchestra.run.smithi060.stdout:Dependencies resolved. 2024-02-10T06:06:59.735 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:59.735 INFO:teuthology.orchestra.run.smithi060.stdout: Package Architecture Version Repository Size 2024-02-10T06:06:59.736 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:59.736 INFO:teuthology.orchestra.run.smithi060.stdout:Installing: 2024-02-10T06:06:59.736 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 171 k 2024-02-10T06:06:59.736 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:59.736 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction Summary 2024-02-10T06:06:59.736 INFO:teuthology.orchestra.run.smithi060.stdout:================================================================================ 2024-02-10T06:06:59.737 INFO:teuthology.orchestra.run.smithi060.stdout:Install 1 Package 2024-02-10T06:06:59.737 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:06:59.737 INFO:teuthology.orchestra.run.smithi060.stdout:Total download size: 171 k 2024-02-10T06:06:59.737 INFO:teuthology.orchestra.run.smithi060.stdout:Installed size: 494 k 2024-02-10T06:06:59.737 INFO:teuthology.orchestra.run.smithi060.stdout:Downloading Packages: 2024-02-10T06:06:59.765 INFO:teuthology.orchestra.run.smithi029.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 31 kB/s | 19 kB 00:00 2024-02-10T06:06:59.822 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-fuse-19.0.0-1361.g290212a1.el9.x86_64.rpm 322 kB/s | 85 kB 00:00 2024-02-10T06:06:59.823 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:06:59.823 INFO:teuthology.orchestra.run.smithi008.stdout:Total 320 kB/s | 85 kB 00:00 2024-02-10T06:06:59.823 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:06:59.831 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:06:59.831 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:06:59.888 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:06:59.888 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:07:00.003 INFO:teuthology.orchestra.run.smithi060.stdout:rbd-nbd-19.0.0-1361.g290212a1.el9.x86_64.rpm 642 kB/s | 171 kB 00:00 2024-02-10T06:07:00.003 INFO:teuthology.orchestra.run.smithi060.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:00.003 INFO:teuthology.orchestra.run.smithi060.stdout:Total 638 kB/s | 171 kB 00:00 2024-02-10T06:07:00.003 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction check 2024-02-10T06:07:00.012 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction check succeeded. 2024-02-10T06:07:00.012 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction test 2024-02-10T06:07:00.029 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:07:00.069 INFO:teuthology.orchestra.run.smithi060.stdout:Transaction test succeeded. 2024-02-10T06:07:00.070 INFO:teuthology.orchestra.run.smithi060.stdout:Running transaction 2024-02-10T06:07:00.139 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:00.220 INFO:teuthology.orchestra.run.smithi060.stdout: Preparing : 1/1 2024-02-10T06:07:00.312 INFO:teuthology.orchestra.run.smithi060.stdout: Installing : rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:00.575 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:00.776 INFO:teuthology.orchestra.run.smithi060.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:00.931 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:00.931 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:00.931 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:07:00.931 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:00.931 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:00.931 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:07:01.086 INFO:teuthology.orchestra.run.smithi060.stdout: Verifying : rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:01.086 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:07:01.086 INFO:teuthology.orchestra.run.smithi060.stdout:Installed: 2024-02-10T06:07:01.086 INFO:teuthology.orchestra.run.smithi060.stdout: rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:01.086 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:07:01.086 INFO:teuthology.orchestra.run.smithi060.stdout:Complete! 2024-02-10T06:07:01.190 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-mirror 2024-02-10T06:07:01.325 DEBUG:teuthology.parallel:result is None 2024-02-10T06:07:01.640 INFO:teuthology.orchestra.run.smithi029.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 213 kB/s | 548 kB 00:02 2024-02-10T06:07:01.793 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:01:59 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:07:01.956 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:07:01.957 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:07:01.957 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repo Size 2024-02-10T06:07:01.957 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:07:01.957 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:07:01.957 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-mirror x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.1 M 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 3.1 M 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 13 M 2024-02-10T06:07:01.958 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:07:02.082 INFO:teuthology.orchestra.run.smithi029.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 62 kB/s | 144 kB 00:02 2024-02-10T06:07:02.375 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-mirror-19.0.0-1361.g290212a1.el9.x86_64.rpm 7.4 MB/s | 3.1 MB 00:00 2024-02-10T06:07:02.375 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:02.375 INFO:teuthology.orchestra.run.smithi008.stdout:Total 7.4 MB/s | 3.1 MB 00:00 2024-02-10T06:07:02.376 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:07:02.385 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:07:02.385 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:07:02.461 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:07:02.461 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:07:02.850 INFO:teuthology.orchestra.run.smithi029.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 25 kB/s | 31 kB 00:01 2024-02-10T06:07:02.901 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:07:02.967 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:02.992 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:02.992 INFO:teuthology.orchestra.run.smithi008.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:07:02.992 INFO:teuthology.orchestra.run.smithi008.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T06:07:02.992 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T06:07:02.993 INFO:teuthology.orchestra.run.smithi008.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T06:07:02.993 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:04.204 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:04.204 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:04.204 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:07:04.204 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:04.204 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:04.204 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:07:04.283 INFO:teuthology.orchestra.run.smithi029.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 86 kB/s | 188 kB 00:02 2024-02-10T06:07:04.469 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install rbd-nbd 2024-02-10T06:07:05.069 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:02:03 ago on Sat 10 Feb 2024 06:05:02 AM UTC. 2024-02-10T06:07:05.232 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-nbd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 171 k 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2024-02-10T06:07:05.233 INFO:teuthology.orchestra.run.smithi008.stdout:Install 1 Package 2024-02-10T06:07:05.234 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:05.234 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 171 k 2024-02-10T06:07:05.234 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 494 k 2024-02-10T06:07:05.234 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2024-02-10T06:07:05.794 INFO:teuthology.orchestra.run.smithi008.stdout:rbd-nbd-19.0.0-1361.g290212a1.el9.x86_64.rpm 305 kB/s | 171 kB 00:00 2024-02-10T06:07:05.795 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:05.795 INFO:teuthology.orchestra.run.smithi008.stdout:Total 304 kB/s | 171 kB 00:00 2024-02-10T06:07:05.795 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2024-02-10T06:07:05.804 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2024-02-10T06:07:05.804 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2024-02-10T06:07:05.865 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2024-02-10T06:07:05.865 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2024-02-10T06:07:06.024 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2024-02-10T06:07:06.130 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:06.576 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:06.920 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:06.920 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:06.920 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2024-02-10T06:07:06.920 INFO:teuthology.orchestra.run.smithi008.stdout: rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:06.920 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:07:06.920 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2024-02-10T06:07:07.176 DEBUG:teuthology.parallel:result is None 2024-02-10T06:07:08.742 INFO:teuthology.orchestra.run.smithi029.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 229 kB/s | 2.0 MB 00:09 2024-02-10T06:07:08.748 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:08.748 INFO:teuthology.orchestra.run.smithi029.stdout:Total 683 kB/s | 6.8 MB 00:10 2024-02-10T06:07:08.768 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:08.787 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:08.788 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:08.974 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:08.974 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:09.501 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:09.585 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-02-10T06:07:09.629 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-02-10T06:07:09.678 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-02-10T06:07:09.717 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-02-10T06:07:09.827 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-02-10T06:07:09.968 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-02-10T06:07:10.070 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-02-10T06:07:10.121 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-02-10T06:07:10.158 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-02-10T06:07:10.197 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9 10/12 2024-02-10T06:07:10.462 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el 11/12 2024-02-10T06:07:10.501 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 12/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 12/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el 1/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noa 2/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9 3/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-02-10T06:07:11.645 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-02-10T06:07:11.646 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-02-10T06:07:11.646 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-02-10T06:07:11.646 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-02-10T06:07:12.021 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-02-10T06:07:12.021 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-grafana-dashboards-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-dashboard-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-prometheus-alerts-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: grpc-data-1.46.7-10.el9.noarch 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf-3.14.0-13.el9.x86_64 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-02-10T06:07:12.022 INFO:teuthology.orchestra.run.smithi029.stdout: python3-routes-2.5.1-5.el9.noarch 2024-02-10T06:07:12.023 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:12.023 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:12.330 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-diskprediction-local 2024-02-10T06:07:12.921 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:30 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:13.088 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:13.091 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2024-02-10T06:07:13.091 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 7.4 M 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas x86_64 3.0.4-8.el9 CentOS-AppStream 32 k 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 CentOS-AppStream 3.0 M 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 CentOS-AppStream 17 k 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: libgfortran x86_64 11.4.1-3.el9 CentOS-BaseOS 802 k 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: libquadmath x86_64 11.4.1-3.el9 CentOS-BaseOS 194 k 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: openblas x86_64 0.3.21-2.el9 CentOS-AppStream 34 k 2024-02-10T06:07:13.092 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-openmp x86_64 0.3.21-2.el9 CentOS-AppStream 4.7 M 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout: python3-devel x86_64 3.9.17-2.el9 appstream 245 k 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy x86_64 1:1.20.1-5.el9 CentOS-AppStream 4.8 M 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 CentOS-AppStream 217 k 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout: python3-scipy x86_64 1.6.2-8.el9 CentOS-AppStream 16 M 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout:Install 12 Packages 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 37 M 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 209 M 2024-02-10T06:07:13.093 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:13.386 INFO:teuthology.orchestra.run.smithi029.stdout:(1/12): flexiblas-3.0.4-8.el9.x86_64.rpm 205 kB/s | 32 kB 00:00 2024-02-10T06:07:13.436 INFO:teuthology.orchestra.run.smithi029.stdout:(2/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 351 kB/s | 17 kB 00:00 2024-02-10T06:07:13.470 INFO:teuthology.orchestra.run.smithi029.stdout:(3/12): openblas-0.3.21-2.el9.x86_64.rpm 1.0 MB/s | 34 kB 00:00 2024-02-10T06:07:13.604 INFO:teuthology.orchestra.run.smithi029.stdout:(4/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.0 MB/s | 3.0 MB 00:00 2024-02-10T06:07:13.713 INFO:teuthology.orchestra.run.smithi029.stdout:(5/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 20 MB/s | 4.7 MB 00:00 2024-02-10T06:07:13.872 INFO:teuthology.orchestra.run.smithi029.stdout:(6/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 18 MB/s | 4.8 MB 00:00 2024-02-10T06:07:13.897 INFO:teuthology.orchestra.run.smithi029.stdout:(7/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 1.2 MB/s | 217 kB 00:00 2024-02-10T06:07:14.048 INFO:teuthology.orchestra.run.smithi029.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.3 MB/s | 802 kB 00:00 2024-02-10T06:07:14.365 INFO:teuthology.orchestra.run.smithi029.stdout:(9/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 32 MB/s | 16 MB 00:00 2024-02-10T06:07:14.399 INFO:teuthology.orchestra.run.smithi029.stdout:(10/12): libquadmath-11.4.1-3.el9.x86_64.rpm 557 kB/s | 194 kB 00:00 2024-02-10T06:07:14.549 INFO:teuthology.orchestra.run.smithi029.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-1 5.6 MB/s | 7.4 MB 00:01 2024-02-10T06:07:14.666 INFO:teuthology.orchestra.run.smithi029.stdout:(12/12): python3-devel-3.9.17-2.el9.x86_64.rpm 817 kB/s | 245 kB 00:00 2024-02-10T06:07:14.669 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:14.670 INFO:teuthology.orchestra.run.smithi029.stdout:Total 23 MB/s | 37 MB 00:01 2024-02-10T06:07:14.684 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:14.712 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:14.712 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:15.090 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:15.090 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:15.813 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:15.892 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 1/12 2024-02-10T06:07:15.932 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-02-10T06:07:16.038 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 3/12 2024-02-10T06:07:16.087 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-devel-3.9.17-2.el9.x86_64 4/12 2024-02-10T06:07:16.280 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T06:07:16.311 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T06:07:16.399 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-02-10T06:07:17.106 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-02-10T06:07:17.229 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-02-10T06:07:18.551 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-02-10T06:07:19.655 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-02-10T06:07:19.686 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 12/12 2024-02-10T06:07:23.968 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 12/12 2024-02-10T06:07:23.968 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-1361.g29021 1/12 2024-02-10T06:07:23.968 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 2/12 2024-02-10T06:07:23.968 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 3/12 2024-02-10T06:07:23.968 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 4/12 2024-02-10T06:07:23.968 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 5/12 2024-02-10T06:07:23.969 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-02-10T06:07:23.969 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 7/12 2024-02-10T06:07:23.969 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 8/12 2024-02-10T06:07:23.969 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 9/12 2024-02-10T06:07:23.969 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 10/12 2024-02-10T06:07:23.969 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 11/12 2024-02-10T06:07:24.420 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-devel-3.9.17-2.el9.x86_64 12/12 2024-02-10T06:07:24.420 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:24.420 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:24.420 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-diskprediction-local-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:07:24.420 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-0.3.21-2.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: python3-devel-3.9.17-2.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-02-10T06:07:24.421 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:24.422 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:24.890 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-rook 2024-02-10T06:07:25.487 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:43 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:25.653 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-rook noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 52 k 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: python3-google-auth noarch 1:2.27.0-1.el9 epel 203 k 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpatch noarch 1.21-16.el9 CentOS-AppStream 24 k 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpointer noarch 2.0-4.el9 CentOS-AppStream 18 k 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-02-10T06:07:25.655 INFO:teuthology.orchestra.run.smithi029.stdout: python3-oauthlib noarch 3.1.1-5.el9 CentOS-AppStream 174 k 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1 noarch 0.4.8-6.el9 CentOS-AppStream 132 k 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 CentOS-AppStream 211 k 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 CentOS-AppStream 43 k 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout:Install 13 Packages 2024-02-10T06:07:25.656 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:25.657 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 2.0 M 2024-02-10T06:07:25.657 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 26 M 2024-02-10T06:07:25.657 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:25.843 INFO:teuthology.orchestra.run.smithi029.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 214 kB/s | 24 kB 00:00 2024-02-10T06:07:25.868 INFO:teuthology.orchestra.run.smithi029.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 129 kB/s | 18 kB 00:00 2024-02-10T06:07:25.919 INFO:teuthology.orchestra.run.smithi029.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 174 kB 00:00 2024-02-10T06:07:25.944 INFO:teuthology.orchestra.run.smithi029.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.7 MB/s | 132 kB 00:00 2024-02-10T06:07:25.978 INFO:teuthology.orchestra.run.smithi029.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 3.5 MB/s | 211 kB 00:00 2024-02-10T06:07:26.004 INFO:teuthology.orchestra.run.smithi029.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 726 kB/s | 43 kB 00:00 2024-02-10T06:07:26.029 INFO:teuthology.orchestra.run.smithi029.stdout:(7/13): ceph-mgr-rook-19.0.0-1361.g290212a1.el9 174 kB/s | 52 kB 00:00 2024-02-10T06:07:26.272 INFO:teuthology.orchestra.run.smithi029.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 56 kB/s | 15 kB 00:00 2024-02-10T06:07:26.297 INFO:teuthology.orchestra.run.smithi029.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 101 kB/s | 32 kB 00:00 2024-02-10T06:07:26.448 INFO:teuthology.orchestra.run.smithi029.stdout:(10/13): python3-google-auth-2.27.0-1.el9.noarc 485 kB/s | 203 kB 00:00 2024-02-10T06:07:26.573 INFO:teuthology.orchestra.run.smithi029.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 214 kB/s | 59 kB 00:00 2024-02-10T06:07:26.750 INFO:teuthology.orchestra.run.smithi029.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 298 kB/s | 90 kB 00:00 2024-02-10T06:07:26.875 INFO:teuthology.orchestra.run.smithi029.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.7 MB/s | 1.0 MB 00:00 2024-02-10T06:07:26.878 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:26.878 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2024-02-10T06:07:26.879 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:26.893 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:26.893 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:26.998 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:26.999 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:27.530 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:27.714 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-02-10T06:07:27.780 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-02-10T06:07:27.845 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-02-10T06:07:27.890 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-02-10T06:07:27.942 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-02-10T06:07:28.039 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-02-10T06:07:28.160 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-google-auth-1:2.27.0-1.el9.noarch 7/13 2024-02-10T06:07:28.229 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-02-10T06:07:28.991 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-02-10T06:07:29.047 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-02-10T06:07:29.082 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-02-10T06:07:29.140 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-02-10T06:07:29.169 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 13/13 2024-02-10T06:07:30.125 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 13/13 2024-02-10T06:07:30.125 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 1/13 2024-02-10T06:07:30.125 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-google-auth-1:2.27.0-1.el9.noarch 10/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-02-10T06:07:30.126 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-02-10T06:07:30.509 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-rook-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-google-auth-1:2.27.0-1.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-02-10T06:07:30.510 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rsa-4.9-2.el9.noarch 2024-02-10T06:07:30.511 INFO:teuthology.orchestra.run.smithi029.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-02-10T06:07:30.511 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:30.511 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:30.816 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-mgr-cephadm 2024-02-10T06:07:31.422 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:49 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:31.591 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-cephadm noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 138 k 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh noarch 2.13.2-3.el9 epel 548 k 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel noarch 2.9.1-2.el9 CentOS-AppStream 5.8 M 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jinja2 noarch 2.11.3-5.el9 CentOS-AppStream 227 k 2024-02-10T06:07:31.592 INFO:teuthology.orchestra.run.smithi029.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-02-10T06:07:31.593 INFO:teuthology.orchestra.run.smithi029.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-02-10T06:07:31.593 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:31.593 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:31.593 INFO:teuthology.orchestra.run.smithi029.stdout:======================================================================================== 2024-02-10T06:07:31.593 INFO:teuthology.orchestra.run.smithi029.stdout:Install 6 Packages 2024-02-10T06:07:31.593 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:31.593 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 6.8 M 2024-02-10T06:07:31.594 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 33 M 2024-02-10T06:07:31.594 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:32.109 INFO:teuthology.orchestra.run.smithi029.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.4 MB/s | 227 kB 00:00 2024-02-10T06:07:32.301 INFO:teuthology.orchestra.run.smithi029.stdout:(2/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 5.8 MB 00:00 2024-02-10T06:07:32.376 INFO:teuthology.orchestra.run.smithi029.stdout:(3/6): ceph-mgr-cephadm-19.0.0-1361.g290212a1.e 319 kB/s | 138 kB 00:00 2024-02-10T06:07:33.436 INFO:teuthology.orchestra.run.smithi029.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 51 kB/s | 58 kB 00:01 2024-02-10T06:07:33.494 INFO:teuthology.orchestra.run.smithi029.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 46 kB/s | 51 kB 00:01 2024-02-10T06:07:33.944 INFO:teuthology.orchestra.run.smithi029.stdout:(6/6): python3-asyncssh-2.13.2-3.el9.noarch.rpm 299 kB/s | 548 kB 00:01 2024-02-10T06:07:33.949 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:33.950 INFO:teuthology.orchestra.run.smithi029.stdout:Total 2.9 MB/s | 6.8 MB 00:02 2024-02-10T06:07:33.950 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:33.961 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:33.961 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:34.061 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:34.061 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:34.359 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:34.527 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-02-10T06:07:34.584 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-asyncssh-2.13.2-3.el9.noarch 2/6 2024-02-10T06:07:35.142 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-02-10T06:07:35.232 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-02-10T06:07:35.302 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-02-10T06:07:35.332 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 6/6 2024-02-10T06:07:36.415 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 6/6 2024-02-10T06:07:36.415 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 1/6 2024-02-10T06:07:36.415 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-02-10T06:07:36.415 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-02-10T06:07:36.415 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-asyncssh-2.13.2-3.el9.noarch 4/6 2024-02-10T06:07:36.415 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-02-10T06:07:36.733 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-mgr-cephadm-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout: python3-asyncssh-2.13.2-3.el9.noarch 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout: python3-babel-2.9.1-2.el9.noarch 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-02-10T06:07:36.734 INFO:teuthology.orchestra.run.smithi029.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-02-10T06:07:36.735 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:36.735 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:37.042 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-fuse 2024-02-10T06:07:37.636 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:55 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:37.802 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:37.802 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:37.802 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:07:37.802 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:37.802 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-fuse x86_64 2:19.0.0-1361.g290212a1.el9 ceph 885 k 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout: fuse x86_64 2.9.9-15.el9 CentOS-BaseOS 79 k 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout:Install 2 Packages 2024-02-10T06:07:37.803 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:37.804 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 964 k 2024-02-10T06:07:37.804 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 2.8 M 2024-02-10T06:07:37.804 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:37.926 INFO:teuthology.orchestra.run.smithi029.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 642 kB/s | 79 kB 00:00 2024-02-10T06:07:38.177 INFO:teuthology.orchestra.run.smithi029.stdout:(2/2): ceph-fuse-19.0.0-1361.g290212a1.el9.x86_ 2.3 MB/s | 885 kB 00:00 2024-02-10T06:07:38.178 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:38.179 INFO:teuthology.orchestra.run.smithi029.stdout:Total 2.5 MB/s | 964 kB 00:00 2024-02-10T06:07:38.179 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:38.201 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:38.201 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:38.281 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:38.281 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:38.464 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:38.608 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-02-10T06:07:38.690 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2/2 2024-02-10T06:07:39.464 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2/2 2024-02-10T06:07:39.465 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/2 2024-02-10T06:07:39.806 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-02-10T06:07:39.806 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:39.807 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:39.807 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-02-10T06:07:39.807 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:39.807 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:40.157 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-volume 2024-02-10T06:07:40.759 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:58 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:40.927 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:40.927 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:40.927 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-volume noarch 2:19.0.0-1361.g290212a1.el9 ceph-noarch 264 k 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout: python3-packaging noarch 20.9-5.el9 CentOS-AppStream 69 k 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:Install 2 Packages 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 332 k 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 1.5 M 2024-02-10T06:07:40.928 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:41.049 INFO:teuthology.orchestra.run.smithi029.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 575 kB/s | 69 kB 00:00 2024-02-10T06:07:41.207 INFO:teuthology.orchestra.run.smithi029.stdout:(2/2): ceph-volume-19.0.0-1361.g290212a1.el9.no 948 kB/s | 264 kB 00:00 2024-02-10T06:07:41.209 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:41.209 INFO:teuthology.orchestra.run.smithi029.stdout:Total 1.2 MB/s | 332 kB 00:00 2024-02-10T06:07:41.209 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:41.218 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:41.218 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:41.262 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:41.263 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:41.420 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:41.605 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-02-10T06:07:41.646 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2/2 2024-02-10T06:07:41.661 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2/2 2024-02-10T06:07:41.661 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:07:41.662 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-02-10T06:07:41.662 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:42.466 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 1/2 2024-02-10T06:07:42.825 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-02-10T06:07:42.825 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:42.825 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:42.825 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-volume-2:19.0.0-1361.g290212a1.el9.noarch 2024-02-10T06:07:42.825 INFO:teuthology.orchestra.run.smithi029.stdout: python3-packaging-20.9-5.el9.noarch 2024-02-10T06:07:42.825 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:42.825 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:43.241 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install librados-devel 2024-02-10T06:07:43.841 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:01 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:44.010 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:44.010 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:44.010 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout: librados-devel x86_64 2:19.0.0-1361.g290212a1.el9 ceph 127 k 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 127 k 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 456 k 2024-02-10T06:07:44.011 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:44.264 INFO:teuthology.orchestra.run.smithi029.stdout:librados-devel-19.0.0-1361.g290212a1.el9.x86_64 502 kB/s | 127 kB 00:00 2024-02-10T06:07:44.265 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:44.265 INFO:teuthology.orchestra.run.smithi029.stdout:Total 499 kB/s | 127 kB 00:00 2024-02-10T06:07:44.265 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:44.271 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:44.271 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:44.328 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:44.329 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:44.476 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:44.591 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:45.092 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:45.411 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:45.411 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:45.412 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:45.412 INFO:teuthology.orchestra.run.smithi029.stdout: librados-devel-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:45.412 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:45.412 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:45.718 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install libcephfs2 2024-02-10T06:07:46.321 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:04 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:46.435 INFO:teuthology.orchestra.run.smithi029.stdout:Package libcephfs2-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:07:46.488 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:46.489 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:07:46.490 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:46.570 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install libcephfs-devel 2024-02-10T06:07:47.158 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:05 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:47.326 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:47.326 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-devel x86_64 2:19.0.0-1361.g290212a1.el9 ceph 31 k 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 31 k 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 140 k 2024-02-10T06:07:47.327 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:47.500 INFO:teuthology.orchestra.run.smithi029.stdout:libcephfs-devel-19.0.0-1361.g290212a1.el9.x86_6 181 kB/s | 31 kB 00:00 2024-02-10T06:07:47.500 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:47.501 INFO:teuthology.orchestra.run.smithi029.stdout:Total 179 kB/s | 31 kB 00:00 2024-02-10T06:07:47.501 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:47.504 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:47.504 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:47.534 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:47.535 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:47.676 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:47.785 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:48.214 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:48.523 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:48.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:48.523 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:48.523 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs-devel-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:48.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:48.523 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:48.714 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install librados2 2024-02-10T06:07:49.310 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:07 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:49.419 INFO:teuthology.orchestra.run.smithi029.stdout:Package librados2-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:07:49.473 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:49.474 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:07:49.474 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:49.525 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install librbd1 2024-02-10T06:07:50.138 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:08 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:50.249 INFO:teuthology.orchestra.run.smithi029.stdout:Package librbd1-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:07:50.305 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:50.306 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:07:50.307 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:50.355 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-rados 2024-02-10T06:07:50.957 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:08 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:51.066 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-rados-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:07:51.120 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:51.121 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:07:51.121 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:51.171 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-rgw 2024-02-10T06:07:51.766 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:09 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:51.876 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-rgw-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:07:51.932 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:51.933 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:07:51.933 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:51.979 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-cephfs 2024-02-10T06:07:52.568 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:10 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:52.678 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-cephfs-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:07:52.734 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:52.735 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:07:52.735 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:52.790 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install python3-rbd 2024-02-10T06:07:53.385 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:11 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:53.495 INFO:teuthology.orchestra.run.smithi029.stdout:Package python3-rbd-2:19.0.0-1361.g290212a1.el9.x86_64 is already installed. 2024-02-10T06:07:53.549 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:53.550 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2024-02-10T06:07:53.550 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:53.599 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install rbd-fuse 2024-02-10T06:07:54.193 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:12 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:54.356 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-fuse x86_64 2:19.0.0-1361.g290212a1.el9 ceph 85 k 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:54.357 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-02-10T06:07:54.358 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:54.358 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 85 k 2024-02-10T06:07:54.358 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 231 k 2024-02-10T06:07:54.358 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:54.584 INFO:teuthology.orchestra.run.smithi029.stdout:rbd-fuse-19.0.0-1361.g290212a1.el9.x86_64.rpm 377 kB/s | 85 kB 00:00 2024-02-10T06:07:54.584 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:54.585 INFO:teuthology.orchestra.run.smithi029.stdout:Total 375 kB/s | 85 kB 00:00 2024-02-10T06:07:54.585 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:54.592 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:54.592 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:54.650 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:54.650 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:54.789 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:54.894 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:55.380 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:55.696 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:55.696 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:55.696 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:55.696 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-fuse-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:55.696 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:55.696 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:55.967 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install rbd-mirror 2024-02-10T06:07:56.571 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:14 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:07:56.739 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repo Size 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-mirror x86_64 2:19.0.0-1361.g290212a1.el9 ceph 3.1 M 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-02-10T06:07:56.740 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:56.741 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 3.1 M 2024-02-10T06:07:56.741 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 13 M 2024-02-10T06:07:56.741 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:07:57.458 INFO:teuthology.orchestra.run.smithi029.stdout:rbd-mirror-19.0.0-1361.g290212a1.el9.x86_64.rpm 4.3 MB/s | 3.1 MB 00:00 2024-02-10T06:07:57.459 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:07:57.459 INFO:teuthology.orchestra.run.smithi029.stdout:Total 4.3 MB/s | 3.1 MB 00:00 2024-02-10T06:07:57.459 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:07:57.471 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:07:57.471 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:07:57.546 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:07:57.547 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:07:57.989 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:07:58.062 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:58.085 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:58.086 INFO:teuthology.orchestra.run.smithi029.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-02-10T06:07:58.086 INFO:teuthology.orchestra.run.smithi029.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-02-10T06:07:58.086 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T06:07:58.086 INFO:teuthology.orchestra.run.smithi029.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-02-10T06:07:58.086 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:59.445 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:07:59.445 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:59.445 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:07:59.445 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-mirror-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:07:59.445 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:07:59.445 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:07:59.740 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install rbd-nbd 2024-02-10T06:08:00.341 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:18 ago on Sat 10 Feb 2024 06:05:42 AM UTC. 2024-02-10T06:08:00.505 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-nbd x86_64 2:19.0.0-1361.g290212a1.el9 ceph 171 k 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout:Install 1 Package 2024-02-10T06:08:00.506 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:08:00.507 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 171 k 2024-02-10T06:08:00.507 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 494 k 2024-02-10T06:08:00.507 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2024-02-10T06:08:00.762 INFO:teuthology.orchestra.run.smithi029.stdout:rbd-nbd-19.0.0-1361.g290212a1.el9.x86_64.rpm 673 kB/s | 171 kB 00:00 2024-02-10T06:08:00.762 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:08:00.762 INFO:teuthology.orchestra.run.smithi029.stdout:Total 668 kB/s | 171 kB 00:00 2024-02-10T06:08:00.762 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2024-02-10T06:08:00.770 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2024-02-10T06:08:00.771 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2024-02-10T06:08:00.830 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2024-02-10T06:08:00.830 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2024-02-10T06:08:00.992 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2024-02-10T06:08:01.112 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:08:01.620 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:08:01.927 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 1/1 2024-02-10T06:08:01.928 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:08:01.928 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2024-02-10T06:08:01.928 INFO:teuthology.orchestra.run.smithi029.stdout: rbd-nbd-2:19.0.0-1361.g290212a1.el9.x86_64 2024-02-10T06:08:01.928 INFO:teuthology.orchestra.run.smithi029.stdout: 2024-02-10T06:08:01.928 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2024-02-10T06:08:02.225 DEBUG:teuthology.parallel:result is None 2024-02-10T06:08:02.226 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:08:02.382 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T06:08:02.406 INFO:teuthology.orchestra.run.smithi008.stdout:19.0.0-1361.g290212a1.el9 2024-02-10T06:08:02.407 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1361.g290212a1.el9 2024-02-10T06:08:02.407 INFO:teuthology.task.install:The correct ceph version 19.0.0-1361.g290212a1 is installed. 2024-02-10T06:08:02.409 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:08:02.561 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T06:08:02.584 INFO:teuthology.orchestra.run.smithi029.stdout:19.0.0-1361.g290212a1.el9 2024-02-10T06:08:02.585 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1361.g290212a1.el9 2024-02-10T06:08:02.585 INFO:teuthology.task.install:The correct ceph version 19.0.0-1361.g290212a1 is installed. 2024-02-10T06:08:02.587 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:08:02.754 DEBUG:teuthology.orchestra.run.smithi060:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-02-10T06:08:02.781 INFO:teuthology.orchestra.run.smithi060.stdout:19.0.0-1361.g290212a1.el9 2024-02-10T06:08:02.781 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1361.g290212a1.el9 2024-02-10T06:08:02.781 INFO:teuthology.task.install:The correct ceph version 19.0.0-1361.g290212a1 is installed. 2024-02-10T06:08:02.783 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-02-10T06:08:02.783 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:08:02.784 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T06:08:02.815 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:08:02.815 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T06:08:02.847 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:08:02.847 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-02-10T06:08:02.879 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-02-10T06:08:02.879 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:08:02.879 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T06:08:02.910 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T06:08:02.979 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:08:02.980 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T06:08:03.010 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T06:08:03.080 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:08:03.080 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/daemon-helper 2024-02-10T06:08:03.110 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-02-10T06:08:03.182 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-02-10T06:08:03.182 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:08:03.182 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T06:08:03.215 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T06:08:03.283 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:08:03.284 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T06:08:03.313 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T06:08:03.382 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:08:03.382 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/adjust-ulimits 2024-02-10T06:08:03.409 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-02-10T06:08:03.476 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-02-10T06:08:03.476 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:08:03.476 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T06:08:03.503 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T06:08:03.570 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:08:03.570 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T06:08:03.601 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T06:08:03.671 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:08:03.671 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/usr/bin/stdin-killer 2024-02-10T06:08:03.698 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-02-10T06:08:03.765 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T06:08:03.861 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90'} 2024-02-10T06:08:03.861 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:08:03.862 INFO:tasks.cephadm:Cluster fsid is c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:08:03.862 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T06:08:03.862 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.8', 'mon.b': '172.21.15.29', 'mon.c': '172.21.15.60'} 2024-02-10T06:08:03.862 INFO:tasks.cephadm:First mon is mon.a on smithi008 2024-02-10T06:08:03.862 INFO:tasks.cephadm:First mgr is a 2024-02-10T06:08:03.862 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T06:08:03.863 DEBUG:teuthology.orchestra.run.smithi008:> sudo hostname $(hostname -s) 2024-02-10T06:08:03.890 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2024-02-10T06:08:03.921 DEBUG:teuthology.orchestra.run.smithi060:> sudo hostname $(hostname -s) 2024-02-10T06:08:03.948 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-10T06:08:03.948 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:08:04.115 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/76638/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1361-g290212a1', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1361.g290212a1'}, 'url': 'https://2.chacra.ceph.com/r/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-02-09 18:34:21.832169', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'main', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-02-10T06:08:04.277 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref main, sha1 290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:08:04.278 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/x86_64/flavors/default/cephadm 2024-02-10T06:08:04.278 DEBUG:teuthology.orchestra.run.smithi008:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:04.773 INFO:teuthology.orchestra.run.smithi008.stdout:-rw-r--r--. 1 ubuntu ubuntu 766809 Feb 10 06:08 /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:04.773 DEBUG:teuthology.orchestra.run.smithi029:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:05.334 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-r--r--. 1 ubuntu ubuntu 766809 Feb 10 06:08 /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:05.335 DEBUG:teuthology.orchestra.run.smithi060:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/main/290212a1bfd33563ba76ee5b7f0b944fdb6c5d90/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:05.844 INFO:teuthology.orchestra.run.smithi060.stdout:-rw-r--r--. 1 ubuntu ubuntu 766809 Feb 10 06:08 /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:05.845 DEBUG:teuthology.orchestra.run.smithi008:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:05.863 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:05.882 DEBUG:teuthology.orchestra.run.smithi060:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T06:08:05.913 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 on all hosts... 2024-02-10T06:08:05.913 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T06:08:05.916 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T06:08:05.925 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 pull 2024-02-10T06:08:06.806 INFO:teuthology.orchestra.run.smithi060.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T06:08:06.866 INFO:teuthology.orchestra.run.smithi008.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T06:08:06.960 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T06:09:08.954 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2024-02-10T06:09:08.954 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T06:09:08.954 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T06:09:08.955 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2024-02-10T06:09:08.955 INFO:teuthology.orchestra.run.smithi029.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T06:09:08.955 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2024-02-10T06:09:08.955 INFO:teuthology.orchestra.run.smithi029.stdout:} 2024-02-10T06:09:18.274 INFO:teuthology.orchestra.run.smithi008.stdout:{ 2024-02-10T06:09:18.275 INFO:teuthology.orchestra.run.smithi008.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T06:09:18.275 INFO:teuthology.orchestra.run.smithi008.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T06:09:18.275 INFO:teuthology.orchestra.run.smithi008.stdout: "repo_digests": [ 2024-02-10T06:09:18.275 INFO:teuthology.orchestra.run.smithi008.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T06:09:18.275 INFO:teuthology.orchestra.run.smithi008.stdout: ] 2024-02-10T06:09:18.275 INFO:teuthology.orchestra.run.smithi008.stdout:} 2024-02-10T06:09:25.672 INFO:teuthology.orchestra.run.smithi060.stdout:{ 2024-02-10T06:09:25.672 INFO:teuthology.orchestra.run.smithi060.stdout: "ceph_version": "ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev)", 2024-02-10T06:09:25.672 INFO:teuthology.orchestra.run.smithi060.stdout: "image_id": "c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6", 2024-02-10T06:09:25.672 INFO:teuthology.orchestra.run.smithi060.stdout: "repo_digests": [ 2024-02-10T06:09:25.672 INFO:teuthology.orchestra.run.smithi060.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58" 2024-02-10T06:09:25.672 INFO:teuthology.orchestra.run.smithi060.stdout: ] 2024-02-10T06:09:25.672 INFO:teuthology.orchestra.run.smithi060.stdout:} 2024-02-10T06:09:25.697 DEBUG:teuthology.orchestra.run.smithi008:> sudo mkdir -p /etc/ceph 2024-02-10T06:09:25.733 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2024-02-10T06:09:25.767 DEBUG:teuthology.orchestra.run.smithi060:> sudo mkdir -p /etc/ceph 2024-02-10T06:09:25.799 DEBUG:teuthology.orchestra.run.smithi008:> sudo chmod 777 /etc/ceph 2024-02-10T06:09:25.829 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2024-02-10T06:09:25.859 DEBUG:teuthology.orchestra.run.smithi060:> sudo chmod 777 /etc/ceph 2024-02-10T06:09:25.886 INFO:tasks.cephadm:Writing seed config... 2024-02-10T06:09:25.887 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-02-10T06:09:25.887 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T06:09:25.888 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T06:09:25.888 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-02-10T06:09:25.888 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T06:09:25.888 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T06:09:25.888 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T06:09:25.888 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T06:09:25.888 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T06:09:25.889 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:09:25.889 DEBUG:teuthology.orchestra.run.smithi008:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T06:09:25.906 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = c05472d6-c7da-11ee-95b8-87774f69a715 mon election default strategy = 3 [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 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-10T06:09:25.907 DEBUG:teuthology.orchestra.run.smithi008:mon.a> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service 2024-02-10T06:09:25.949 DEBUG:teuthology.orchestra.run.smithi008:mgr.a> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.a.service 2024-02-10T06:09:25.992 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T06:09:25.992 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 -v bootstrap --fsid c05472d6-c7da-11ee-95b8-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.8 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:09:26.194 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2024-02-10T06:09:26.194 INFO:teuthology.orchestra.run.smithi008.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90', '-v', 'bootstrap', '--fsid', 'c05472d6-c7da-11ee-95b8-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.8', '--skip-admin-label'] 2024-02-10T06:09:26.218 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T06:09:26.218 INFO:teuthology.orchestra.run.smithi008.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-10T06:09:26.218 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying podman|docker is present... 2024-02-10T06:09:26.241 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T06:09:26.241 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying lvm2 is present... 2024-02-10T06:09:26.241 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying time synchronization is in place... 2024-02-10T06:09:26.248 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T06:09:26.248 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T06:09:26.254 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T06:09:26.254 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-02-10T06:09:26.260 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout enabled 2024-02-10T06:09:26.266 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout active 2024-02-10T06:09:26.266 INFO:teuthology.orchestra.run.smithi008.stdout:Unit chronyd.service is enabled and running 2024-02-10T06:09:26.266 INFO:teuthology.orchestra.run.smithi008.stdout:Repeating the final host check... 2024-02-10T06:09:26.288 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-10T06:09:26.288 INFO:teuthology.orchestra.run.smithi008.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-10T06:09:26.288 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl is present 2024-02-10T06:09:26.288 INFO:teuthology.orchestra.run.smithi008.stdout:lvcreate is present 2024-02-10T06:09:26.294 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-10T06:09:26.294 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T06:09:26.300 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-10T06:09:26.300 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-02-10T06:09:26.306 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout enabled 2024-02-10T06:09:26.312 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout active 2024-02-10T06:09:26.312 INFO:teuthology.orchestra.run.smithi008.stdout:Unit chronyd.service is enabled and running 2024-02-10T06:09:26.312 INFO:teuthology.orchestra.run.smithi008.stdout:Host looks OK 2024-02-10T06:09:26.312 INFO:teuthology.orchestra.run.smithi008.stdout:Cluster fsid: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:26.312 INFO:teuthology.orchestra.run.smithi008.stdout:Acquiring lock 140005881681520 on /run/cephadm/c05472d6-c7da-11ee-95b8-87774f69a715.lock 2024-02-10T06:09:26.312 INFO:teuthology.orchestra.run.smithi008.stdout:Lock 140005881681520 acquired on /run/cephadm/c05472d6-c7da-11ee-95b8-87774f69a715.lock 2024-02-10T06:09:26.313 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying IP 172.21.15.8 port 3300 ... 2024-02-10T06:09:26.313 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying IP 172.21.15.8 port 6789 ... 2024-02-10T06:09:26.313 INFO:teuthology.orchestra.run.smithi008.stdout:Base mon IP(s) is [172.21.15.8:3300, 172.21.15.8:6789], mon addrv is [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-02-10T06:09:26.316 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.8 metric 100 2024-02-10T06:09:26.316 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.8 metric 100 2024-02-10T06:09:26.319 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-10T06:09:26.319 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-10T06:09:26.319 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-10T06:09:26.321 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-10T06:09:26.321 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-10T06:09:26.321 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T06:09:26.321 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-10T06:09:26.321 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:25fe/64 scope link noprefixroute 2024-02-10T06:09:26.321 INFO:teuthology.orchestra.run.smithi008.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-10T06:09:26.322 INFO:teuthology.orchestra.run.smithi008.stdout:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-02-10T06:09:26.322 INFO:teuthology.orchestra.run.smithi008.stdout:Mon IP `172.21.15.8` is in CIDR network `172.21.0.0/20` 2024-02-10T06:09:26.322 INFO:teuthology.orchestra.run.smithi008.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-10T06:09:26.322 INFO:teuthology.orchestra.run.smithi008.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-10T06:09:26.323 INFO:teuthology.orchestra.run.smithi008.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T06:09:26.833 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stdout c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 2024-02-10T06:09:26.833 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90... 2024-02-10T06:09:26.833 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Getting image source signatures 2024-02-10T06:09:26.833 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying blob sha256:58df4e03ba066accf3a7e07426bab5f1c867e27a139801c642bdafb42b9a2d9a 2024-02-10T06:09:26.833 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying blob sha256:5fe0e97a267976e17c7dcb240cf9455472de6876101ae78af4bdf182158b6d8d 2024-02-10T06:09:26.833 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Copying config sha256:c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 2024-02-10T06:09:26.834 INFO:teuthology.orchestra.run.smithi008.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-10T06:09:27.863 INFO:teuthology.orchestra.run.smithi008.stdout:ceph: stdout ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev) 2024-02-10T06:09:27.864 INFO:teuthology.orchestra.run.smithi008.stdout:Ceph version: ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev) 2024-02-10T06:09:27.864 INFO:teuthology.orchestra.run.smithi008.stdout:Extracting ceph user uid/gid from container image... 2024-02-10T06:09:28.744 INFO:teuthology.orchestra.run.smithi008.stdout:stat: stdout 167 167 2024-02-10T06:09:28.744 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial keys... 2024-02-10T06:09:29.635 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQAZE8dlUpRiAxAArpv4r5njN8s7d+42NkmxWA== 2024-02-10T06:09:30.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQAZE8dl5W3JORAAYbgw4cdzRvE/oHdVlIVRiA== 2024-02-10T06:09:31.438 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph-authtool: stdout AQAaE8dlFp+6LxAAK8ELJRiFG2Auft9Ob7VEuw== 2024-02-10T06:09:31.439 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial monmap... 2024-02-10T06:09:32.336 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:monmaptool for a [v2:172.21.15.8:3300,v1:172.21.15.8:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:setting min_mon_release = quincy 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: set fsid to c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:09:32.337 INFO:teuthology.orchestra.run.smithi008.stdout:Creating mon... 2024-02-10T06:09:33.384 INFO:teuthology.orchestra.run.smithi008.stdout:create mon.a on 2024-02-10T06:09:33.599 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-02-10T06:09:33.737 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T06:09:33.911 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c05472d6-c7da-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-c05472d6-c7da-11ee-95b8-87774f69a715.target. 2024-02-10T06:09:33.911 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c05472d6-c7da-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-c05472d6-c7da-11ee-95b8-87774f69a715.target. 2024-02-10T06:09:34.159 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a 2024-02-10T06:09:34.159 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service: Unit ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service not loaded. 2024-02-10T06:09:34.327 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c05472d6-c7da-11ee-95b8-87774f69a715.target.wants/ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service → /etc/systemd/system/ceph-c05472d6-c7da-11ee-95b8-87774f69a715@.service. 2024-02-10T06:09:34.919 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T06:09:34.919 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-02-10T06:09:34.926 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T06:09:34.926 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-02-10T06:09:34.926 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-02-10T06:09:34.926 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T06:09:34.927 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mon to start... 2024-02-10T06:09:34.927 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mon... 2024-02-10T06:09:36.043 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:35 smithi008 ceph-mon[29292]: from='client.? 172.21.15.8:0/2483854801' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout cluster: 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout id: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout services: 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.596752s) 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout data: 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-10T06:09:36.047 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T06:09:36.048 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout pgs: 2024-02-10T06:09:36.048 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:36.048 INFO:teuthology.orchestra.run.smithi008.stdout:mon is available 2024-02-10T06:09:36.048 INFO:teuthology.orchestra.run.smithi008.stdout:Assimilating anything we can from ceph.conf... 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout fsid = c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.8:3300,v1:172.21.15.8:6789] 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T06:09:37.020 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T06:09:37.021 INFO:teuthology.orchestra.run.smithi008.stdout:Generating new minimal ceph.conf... 2024-02-10T06:09:37.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:36 smithi008 ceph-mon[29292]: from='client.? 172.21.15.8:0/124052856' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T06:09:37.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:36 smithi008 ceph-mon[29292]: from='client.? 172.21.15.8:0/124052856' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T06:09:38.024 INFO:teuthology.orchestra.run.smithi008.stdout:Restarting the monitor... 2024-02-10T06:09:38.040 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:37 smithi008 ceph-mon[29292]: from='client.? 172.21.15.8:0/3457455237' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:09:38.326 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:38 smithi008 systemd[1]: Stopping Ceph mon.a for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:09:38.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:38 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a[29288]: 2024-02-10T06:09:38.324+0000 7f34a4f35700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -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 2024-02-10T06:09:38.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:38 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a[29288]: 2024-02-10T06:09:38.324+0000 7f34a4f35700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T06:09:38.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:38 smithi008 podman[29540]: 2024-02-10 06:09:38.44803807 +0000 UTC m=+0.263515301 container died 31d7deff60cea673dbcb5ab6edf9bbd37ff088419948bcb8bc6d9f32baf1ca85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, RELEASE=main-290212a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, GIT_CLEAN=True) 2024-02-10T06:09:41.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:41 smithi008 podman[29540]: 2024-02-10 06:09:41.254933871 +0000 UTC m=+3.070411101 container cleanup 31d7deff60cea673dbcb5ab6edf9bbd37ff088419948bcb8bc6d9f32baf1ca85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, RELEASE=main-290212a, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux ) 2024-02-10T06:09:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:41 smithi008 bash[29540]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a 2024-02-10T06:09:43.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 podman[29554]: 2024-02-10 06:09:43.199470211 +0000 UTC m=+4.750326801 container remove 31d7deff60cea673dbcb5ab6edf9bbd37ff088419948bcb8bc6d9f32baf1ca85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, io.buildah.version=1.33.2, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, RELEASE=main-290212a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-02-10T06:09:43.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T06:09:43.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 systemd[1]: Stopped Ceph mon.a for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:09:43.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 systemd[1]: Starting Ceph mon.a for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:09:43.908 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 podman[29645]: 2024-02-10 06:09:43.528562713 +0000 UTC m=+0.018088672 image pull c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 2024-02-10T06:09:43.908 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 podman[29645]: 2024-02-10 06:09:43.722917398 +0000 UTC m=+0.212443351 container create 75675b020ad635265158007eade357074cccc5e80dd3ea858eaa3b7e6ebf6256 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-290212a, org.label-schema.vendor=CentOS) 2024-02-10T06:09:43.908 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 podman[29645]: 2024-02-10 06:09:43.908350083 +0000 UTC m=+0.397876034 container init 75675b020ad635265158007eade357074cccc5e80dd3ea858eaa3b7e6ebf6256 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=main-290212a, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T06:09:43.995 INFO:teuthology.orchestra.run.smithi008.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 podman[29645]: 2024-02-10 06:09:43.911312692 +0000 UTC m=+0.400838643 container start 75675b020ad635265158007eade357074cccc5e80dd3ea858eaa3b7e6ebf6256 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=main-290212a, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: set uid:gid to 167:167 (ceph:ceph) 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev), process ceph-mon, pid 2 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: pidfile_write: ignore empty --pid-file 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: load: jerasure load: lrc 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: RocksDB version: 7.9.2 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Git sha 0 2024-02-10T06:09:44.220 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: DB SUMMARY 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: DB Session ID: 593FYWGWE624SK3M7VG3 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: CURRENT file: CURRENT 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: IDENTITY file: IDENTITY 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84591 ; 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.error_if_exists: 0 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.create_if_missing: 0 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.paranoid_checks: 1 2024-02-10T06:09:44.221 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.env: 0x5594b29e4ae0 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.fs: PosixFileSystem 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.info_log: 0x5594b3eb18c0 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_file_opening_threads: 16 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.statistics: (nil) 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.use_fsync: 0 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_log_file_size: 0 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T06:09:44.222 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.keep_log_file_num: 1000 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.recycle_log_file_num: 0 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.allow_fallocate: 1 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.allow_mmap_reads: 0 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.allow_mmap_writes: 0 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.use_direct_reads: 0 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.create_missing_column_families: 0 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.db_log_dir: 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.wal_dir: 2024-02-10T06:09:44.223 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.advise_random_on_open: 1 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.db_write_buffer_size: 0 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.write_buffer_manager: 0x5594b3e85400 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T06:09:44.224 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.rate_limiter: (nil) 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.wal_recovery_mode: 2 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.enable_thread_tracking: 0 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.enable_pipelined_write: 0 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.unordered_write: 0 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.row_cache: None 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.wal_filter: None 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T06:09:44.225 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.allow_ingest_behind: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.two_write_queues: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.manual_wal_flush: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.wal_compression: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.atomic_flush: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.log_readahead_size: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.best_efforts_recovery: 0 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T06:09:44.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.allow_data_in_errors: 0 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.db_host_id: __hostname__ 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_background_jobs: 2 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_background_compactions: -1 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_subcompactions: 1 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_total_wal_size: 0 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T06:09:44.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_open_files: -1 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bytes_per_sync: 0 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_readahead_size: 0 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_background_flushes: -1 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Compression algorithms supported: 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kZSTD supported: 0 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kXpressCompression supported: 0 2024-02-10T06:09:44.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kLZ4HCCompression supported: 1 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kZlibCompression supported: 1 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kSnappyCompression supported: 1 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kLZ4Compression supported: 1 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: kBZip2Compression supported: 0 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T06:09:44.229 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.merge_operator: 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_filter: None 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_filter_factory: None 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.sst_partitioner_factory: None 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5594b3eb19c0) 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout: cache_index_and_filter_blocks: 1 2024-02-10T06:09:44.231 INFO:journalctl@ceph.mon.a.smithi008.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: pin_top_level_index_and_filter: 1 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_type: 0 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: data_block_index_type: 0 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_shortening: 1 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: checksum: 4 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: no_block_cache: 0 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache: 0x5594b3eb5090 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_name: BinnedLRUCache 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_options: 2024-02-10T06:09:44.232 INFO:journalctl@ceph.mon.a.smithi008.stdout: capacity : 536870912 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: num_shard_bits : 4 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: strict_capacity_limit : 0 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: high_pri_pool_ratio: 0.000 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_cache_compressed: (nil) 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: persistent_cache: (nil) 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_size: 4096 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_size_deviation: 10 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_restart_interval: 16 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: index_block_restart_interval: 1 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: metadata_block_size: 4096 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: partition_filters: 0 2024-02-10T06:09:44.233 INFO:journalctl@ceph.mon.a.smithi008.stdout: use_delta_encoding: 1 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: filter_policy: bloomfilter 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: whole_key_filtering: 1 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: verify_compression: 0 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: read_amp_bytes_per_bit: 0 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: format_version: 5 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: enable_index_compression: 1 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: block_align: 0 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: max_auto_readahead_size: 262144 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: prepopulate_block_cache: 0 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: initial_auto_readahead_size: 8192 2024-02-10T06:09:44.234 INFO:journalctl@ceph.mon.a.smithi008.stdout: num_file_reads_for_auto_readahead: 2 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.write_buffer_size: 33554432 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_write_buffer_number: 2 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression: NoCompression 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression: Disabled 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.prefix_extractor: nullptr 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.num_levels: 7 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T06:09:44.235 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T06:09:44.236 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.level: 32767 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.strategy: 0 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.enabled: false 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T06:09:44.237 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T06:09:44.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T06:09:44.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T06:09:44.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.target_file_size_base: 67108864 2024-02-10T06:09:44.238 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.arena_block_size: 1048576 2024-02-10T06:09:44.239 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.disable_auto_compactions: 0 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.table_properties_collectors: 2024-02-10T06:09:44.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.inplace_update_support: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.bloom_locality: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.max_successive_merges: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.paranoid_file_checks: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.force_consistency_checks: 1 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.report_bg_io_stats: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.ttl: 2592000 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T06:09:44.241 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.enable_blob_files: false 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.min_blob_size: 0 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.blob_file_size: 268435456 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.blob_file_starting_level: 0 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 98027e73-8249-451a-b9b4-2671d2693510 2024-02-10T06:09:44.242 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707545383939838, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707545383940739, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81216, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79403, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 73712, "raw_average_value_size": 349, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707545383, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "98027e73-8249-451a-b9b4-2671d2693510", "db_session_id": "593FYWGWE624SK3M7VG3", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707545383940823, "job": 1, "event": "recovery_finished"} 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5594b3fa6000 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: DB pointer 0x5594b3f90000 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** DB Stats ** 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T06:09:44.243 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** Compaction Stats [default] ** 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.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) 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: L0 2/0 81.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: Sum 2/0 81.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.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 130.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** Compaction Stats [default] ** 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.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) 2024-02-10T06:09:44.244 INFO:journalctl@ceph.mon.a.smithi008.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.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 130.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: Cumulative compaction: 0.00 GB write, 25.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: Interval compaction: 0.00 GB write, 25.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.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 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: Block cache BinnedLRUCache@0x5594b3eb5090#2 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-02-10T06:09:44.245 INFO:journalctl@ceph.mon.a.smithi008.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: starting mon.a rank 0 at public addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] at bind addrs [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???) e1 preinit fsid c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???).mds e1 new map 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???).mds e1 print_map 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout: e1 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.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,11=minor log segments} 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout: legacy client fscid: -1 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout: 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout: No filesystems configured 2024-02-10T06:09:44.246 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 ceph-mon[29664]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 bash[29645]: 75675b020ad635265158007eade357074cccc5e80dd3ea858eaa3b7e6ebf6256 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:43 smithi008 systemd[1]: Started Ceph mon.a for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:44 smithi008 ceph-mon[29664]: mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:44 smithi008 ceph-mon[29664]: monmap e1: 1 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:44 smithi008 ceph-mon[29664]: fsmap 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:44 smithi008 ceph-mon[29664]: osdmap e1: 0 total, 0 up, 0 in 2024-02-10T06:09:44.247 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:44 smithi008 ceph-mon[29664]: mgrmap e1: no daemons active 2024-02-10T06:09:45.026 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-10T06:09:45.047 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:09:45.047 INFO:teuthology.orchestra.run.smithi008.stdout:Creating mgr... 2024-02-10T06:09:45.047 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-10T06:09:45.048 INFO:teuthology.orchestra.run.smithi008.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-10T06:09:45.296 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.a 2024-02-10T06:09:45.297 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.a.service: Unit ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.a.service not loaded. 2024-02-10T06:09:45.445 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c05472d6-c7da-11ee-95b8-87774f69a715.target.wants/ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-c05472d6-c7da-11ee-95b8-87774f69a715@.service. 2024-02-10T06:09:45.789 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:45 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1452596329' entity='client.admin' 2024-02-10T06:09:45.989 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T06:09:45.990 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-02-10T06:09:45.996 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T06:09:45.996 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-02-10T06:09:45.996 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-02-10T06:09:45.996 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to enable service . firewalld.service is not available 2024-02-10T06:09:46.004 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T06:09:46.004 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-02-10T06:09:46.011 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T06:09:46.012 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-02-10T06:09:46.012 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-02-10T06:09:46.012 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-02-10T06:09:46.012 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr to start... 2024-02-10T06:09:46.012 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr... 2024-02-10T06:09:46.817 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:46 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1664886571' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T06:09:46.817 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:46 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:46.567+0000 7f904e852200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "c05472d6-c7da-11ee-95b8-87774f69a715", 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T06:09:47.098 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T06:09:47.099 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T06:09:47.100 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T06:09:47.104 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:47.104 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T06:09:47.104 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T06:09:47.104 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T06:09:47.104 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T06:09:47.105 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T06:09:34.865382+0000", 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T06:09:47.106 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-02-10T06:09:47.107 INFO:teuthology.orchestra.run.smithi008.stdout:mgr not available, waiting (1/15)... 2024-02-10T06:09:47.481 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:47.243+0000 7f904e852200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T06:09:47.482 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:47.338+0000 7f904e852200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T06:09:47.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:47.481+0000 7f904e852200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T06:09:47.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:47.579+0000 7f904e852200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T06:09:47.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:47.664+0000 7f904e852200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T06:09:48.234 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:47.933+0000 7f904e852200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T06:09:48.234 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:48.046+0000 7f904e852200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T06:09:48.234 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:48.135+0000 7f904e852200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T06:09:48.234 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:48.233+0000 7f904e852200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T06:09:48.493 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:48.411+0000 7f904e852200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T06:09:49.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:49.443+0000 7f904e852200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T06:09:49.920 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:49.579+0000 7f904e852200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T06:09:50.213 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:49.918+0000 7f904e852200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T06:09:50.213 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:50 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:50.011+0000 7f904e852200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T06:09:50.213 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:50 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:50.211+0000 7f904e852200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:09:50.463 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:50 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:50.400+0000 7f904e852200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T06:09:50.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:50 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:50.690+0000 7f904e852200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:09:51.330 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:50 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:50.951+0000 7f904e852200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T06:09:51.330 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:51.191+0000 7f904e852200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T06:09:52.330 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:52 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:52.019+0000 7f904e852200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T06:09:52.710 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:52 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1230257031' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T06:09:52.710 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:52 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:52.604+0000 7f904e852200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T06:09:52.711 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:52 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:52.708+0000 7f904e852200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T06:09:53.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:09:52 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:09:52.928+0000 7f904e852200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T06:09:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: Activating manager daemon a 2024-02-10T06:09:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: mgrmap e2: a(active, starting, since 0.00276312s) 2024-02-10T06:09:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T06:09:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: Manager daemon a is now available 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' 2024-02-10T06:09:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:53 smithi008 ceph-mon[29664]: from='mgr.14100 172.21.15.8:0/912381067' entity='mgr.a' 2024-02-10T06:09:55.268 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:54 smithi008 ceph-mon[29664]: mgrmap e3: a(active, since 1.00663s) 2024-02-10T06:09:55.276 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:55.276 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-02-10T06:09:55.276 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "c05472d6-c7da-11ee-95b8-87774f69a715", 2024-02-10T06:09:55.276 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T06:09:55.276 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T06:09:55.276 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:55.277 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-02-10T06:09:55.278 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T06:09:55.278 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:55.278 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T06:09:55.278 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T06:09:55.278 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:55.278 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T06:09:55.279 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:55.279 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T06:09:55.279 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T06:09:55.279 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T06:09:55.279 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T06:09:55.279 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T06:09:55.279 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T06:09:55.285 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:55.285 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T06:09:55.285 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T06:09:55.285 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T06:09:55.285 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T06:09:55.286 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T06:09:55.286 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T06:09:55.286 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T06:09:55.286 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T06:09:55.286 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T06:09:55.286 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:55.287 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T06:09:55.287 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:55.287 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T06:09:55.287 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T06:09:55.287 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:55.288 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T06:09:55.289 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:55.289 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T06:09:34.865382+0000", 2024-02-10T06:09:55.289 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T06:09:55.289 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:55.289 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T06:09:55.289 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-02-10T06:09:55.289 INFO:teuthology.orchestra.run.smithi008.stdout:mgr not available, waiting (2/15)... 2024-02-10T06:09:57.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:56 smithi008 ceph-mon[29664]: mgrmap e4: a(active, since 3s) 2024-02-10T06:09:58.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:58 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/89063816' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T06:09:58.497 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:58.497 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsid": "c05472d6-c7da-11ee-95b8-87774f69a715", 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "health": { 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 0 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "a" 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:58.498 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-10T06:09:58.499 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-10T06:09:58.503 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-10T06:09:58.504 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "restful" 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ], 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "modified": "2024-02-10T06:09:34.865382+0000", 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout }, 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-02-10T06:09:58.505 INFO:teuthology.orchestra.run.smithi008.stdout:mgr is available 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [global] 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout fsid = c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:59.619 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-10T06:09:59.620 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-10T06:09:59.620 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 2024-02-10T06:09:59.620 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout [osd] 2024-02-10T06:09:59.620 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-10T06:09:59.620 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-10T06:09:59.620 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling cephadm module... 2024-02-10T06:09:59.976 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:59 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3341171743' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T06:09:59.976 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:09:59 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3341171743' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T06:10:01.255 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:00 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/4111289520' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T06:10:01.255 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ignoring --setuser ceph since I am not root 2024-02-10T06:10:01.255 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ignoring --setgroup ceph since I am not root 2024-02-10T06:10:01.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:01.532+0000 7fd3e1121200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T06:10:01.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:01.631+0000 7fd3e1121200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T06:10:02.211 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:01 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/4111289520' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T06:10:02.212 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:01 smithi008 ceph-mon[29664]: mgrmap e5: a(active, since 8s) 2024-02-10T06:10:02.539 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:02 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:02.292+0000 7fd3e1121200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T06:10:02.539 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:02 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:02.389+0000 7fd3e1121200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T06:10:02.539 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:02 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:02.538+0000 7fd3e1121200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T06:10:02.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:02 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:02.636+0000 7fd3e1121200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T06:10:02.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:02 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:02.725+0000 7fd3e1121200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T06:10:03.293 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:02 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/588322212' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T06:10:03.294 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:02 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:02.994+0000 7fd3e1121200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T06:10:03.294 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:03 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:03.107+0000 7fd3e1121200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T06:10:03.294 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:03 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:03.196+0000 7fd3e1121200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T06:10:03.298 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-02-10T06:10:03.298 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-10T06:10:03.298 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T06:10:03.298 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T06:10:03.299 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T06:10:03.299 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-02-10T06:10:03.299 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for the mgr to restart... 2024-02-10T06:10:03.299 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr epoch 5... 2024-02-10T06:10:03.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:03 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:03.293+0000 7fd3e1121200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T06:10:03.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:03 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:03.476+0000 7fd3e1121200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T06:10:04.832 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:04 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:04.464+0000 7fd3e1121200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T06:10:04.832 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:04 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:04.596+0000 7fd3e1121200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T06:10:05.222 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:04 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:04.932+0000 7fd3e1121200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T06:10:05.222 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:05 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:05.024+0000 7fd3e1121200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T06:10:05.222 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:05 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:05.221+0000 7fd3e1121200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:10:05.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:05 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:05.408+0000 7fd3e1121200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T06:10:05.958 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:05 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:05.697+0000 7fd3e1121200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:10:05.958 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:05 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:05.957+0000 7fd3e1121200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T06:10:06.330 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:06 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:06.196+0000 7fd3e1121200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T06:10:07.330 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:07.010+0000 7fd3e1121200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T06:10:07.907 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:07.588+0000 7fd3e1121200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T06:10:07.907 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:07.688+0000 7fd3e1121200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T06:10:07.907 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:07.906+0000 7fd3e1121200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T06:10:08.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: Active manager daemon a restarted 2024-02-10T06:10:08.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: Activating manager daemon a 2024-02-10T06:10:08.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: osdmap e2: 0 total, 0 up, 0 in 2024-02-10T06:10:08.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: mgrmap e6: a(active, starting, since 0.00297309s) 2024-02-10T06:10:08.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:10:08.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T06:10:08.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: Manager daemon a is now available 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:08.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:07 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:09.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:08 smithi008 ceph-mon[29664]: Found migration_current of "None". Setting to last migration. 2024-02-10T06:10:09.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:08 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:09.226 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:08 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T06:10:09.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:08 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T06:10:09.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:08 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:09.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:08 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:09.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:08 smithi008 ceph-mon[29664]: mgrmap e7: a(active, since 1.00513s) 2024-02-10T06:10:09.530 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-02-10T06:10:09.530 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-02-10T06:10:09.530 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-10T06:10:09.530 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-02-10T06:10:09.530 INFO:teuthology.orchestra.run.smithi008.stdout:mgr epoch 5 is available 2024-02-10T06:10:09.530 INFO:teuthology.orchestra.run.smithi008.stdout:Setting orchestrator backend to cephadm... 2024-02-10T06:10:10.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:09 smithi008 ceph-mon[29664]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T06:10:10.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:09 smithi008 ceph-mon[29664]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T06:10:10.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:09 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:11.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:10 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:09] ENGINE Bus STARTING 2024-02-10T06:10:11.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:10 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:09] ENGINE Serving on http://172.21.15.8:8765 2024-02-10T06:10:11.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:10 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:09] ENGINE Serving on https://172.21.15.8:7150 2024-02-10T06:10:11.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:10 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:09] ENGINE Bus STARTED 2024-02-10T06:10:11.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:10 smithi008 ceph-mon[29664]: mgrmap e8: a(active, since 2s) 2024-02-10T06:10:11.138 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:10 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:11.139 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:10 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:11.886 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout value unchanged 2024-02-10T06:10:11.886 INFO:teuthology.orchestra.run.smithi008.stdout:Generating ssh key... 2024-02-10T06:10:12.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:11 smithi008 ceph-mon[29664]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:12.955 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: Generating public/private rsa key pair. 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: Your identification has been saved in /tmp/tmpb73nglz3/key. 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: Your public key has been saved in /tmp/tmpb73nglz3/key.pub. 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: The key fingerprint is: 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: SHA256:CLlLOWG3jvISTN7kRQUNZsePXgXhBdLSap4PHIKdSL4 ceph-c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: The key's randomart image is: 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: +---[RSA 3072]----+ 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | =*+o++. | 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | .+..+oo.. | 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | o==.. =.. | 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | ..=*=o= o | 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | + +=oo*S+ | 2024-02-10T06:10:12.956 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | +.E= * | 2024-02-10T06:10:12.957 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | ..o . o | 2024-02-10T06:10:12.957 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | .o . | 2024-02-10T06:10:12.957 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: | .. | 2024-02-10T06:10:12.957 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: +----[SHA256]-----+ 2024-02-10T06:10:13.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-mon[29664]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:13.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:13.248 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:12 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:14.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:13 smithi008 ceph-mon[29664]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:14.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:13 smithi008 ceph-mon[29664]: Generating ssh key... 2024-02-10T06:10:14.433 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUNULY8kVmZOnekqrUiP57EJNkl4BAPiT0UxHMy0ue67VHnFEwsGVZHjJTls/9B6/oAwBvJqga6p5TduOVd1I1PGtDEBEnzlja/LqoOddbd2YgmfLJ+ahenY1EEbJ33DhcTUCL4M+q30JidSxU68yDRdV4W0pwYns4c5Tkoto4aH7vkOESdzvxKouKYNqqMsKs72diuysgfXUbr9OiQatY1V1h5b0PmOPLxnwUsM4Zyrhs5UHtBynaLvOtTS+ZtwVJYptCsdv8rnQti7tX7U/o8XHy+do3fwOJYqV7WsUbl2G5Gn0He4yRIQClxUnOCCucLlATvdUXiUwaybWZ1pEbAsFnTQ3wvBLiDvOnxiRk2FIr86nyfjtvGZqoICMkdHEOU9iyZWE60nY3w3Qyvu1fAN+7Hjv2dgMxGaX9immEDae48Rgvu8r/k/xQutMlnpwgYvsY4s2g/J8GiLcwGYL3F9mG8bXLzgxe4KnFuoZaVPZtKYfnSGIorjwk3oSBb00= ceph-c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:10:14.433 INFO:teuthology.orchestra.run.smithi008.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-10T06:10:14.433 INFO:teuthology.orchestra.run.smithi008.stdout:Adding key to root@localhost authorized_keys... 2024-02-10T06:10:14.434 INFO:teuthology.orchestra.run.smithi008.stdout:Adding host smithi008... 2024-02-10T06:10:15.227 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:14 smithi008 ceph-mon[29664]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:16.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:16 smithi008 ceph-mon[29664]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi008", "addr": "172.21.15.8", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:16.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:16 smithi008 ceph-mon[29664]: Deploying cephadm binary to smithi008 2024-02-10T06:10:20.082 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Added host 'smithi008' with addr '172.21.15.8' 2024-02-10T06:10:20.083 INFO:teuthology.orchestra.run.smithi008.stdout:Deploying unmanaged mon service... 2024-02-10T06:10:20.652 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:20 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:20.652 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:20 smithi008 ceph-mon[29664]: Added host smithi008 2024-02-10T06:10:20.652 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:20 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:21.653 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-10T06:10:21.653 INFO:teuthology.orchestra.run.smithi008.stdout:Deploying unmanaged mgr service... 2024-02-10T06:10:21.954 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:21 smithi008 ceph-mon[29664]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:21.954 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:21 smithi008 ceph-mon[29664]: Saving service mon spec with placement count:5 2024-02-10T06:10:21.954 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:21 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:23.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:23 smithi008 ceph-mon[29664]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:23.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:23 smithi008 ceph-mon[29664]: Saving service mgr spec with placement count:2 2024-02-10T06:10:23.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:23 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:23.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:23 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:23.380 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-10T06:10:25.213 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:24 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:25.213 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:24 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3820759934' entity='client.admin' 2024-02-10T06:10:26.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:26 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/2522722995' entity='client.admin' 2024-02-10T06:10:26.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:26 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:26.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:26 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:26.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:26 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:10:26.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:26 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' 2024-02-10T06:10:26.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:26 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-02-10T06:10:26.454 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:26 smithi008 ceph-mon[29664]: from='mgr.14118 172.21.15.8:0/3450783647' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]': finished 2024-02-10T06:10:26.456 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling the dashboard module... 2024-02-10T06:10:27.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:27 smithi008 ceph-mon[29664]: Deploying daemon agent.smithi008 on smithi008 2024-02-10T06:10:28.501 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:28 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3809419513' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-10T06:10:28.502 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:28 smithi008 ceph-mon[29664]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:10:28.502 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:28 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ignoring --setuser ceph since I am not root 2024-02-10T06:10:28.502 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:28 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ignoring --setgroup ceph since I am not root 2024-02-10T06:10:29.047 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:28 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:28.794+0000 7fcd20bff200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T06:10:29.047 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:28 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:28.891+0000 7fcd20bff200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T06:10:29.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:29 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3809419513' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-10T06:10:29.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:29 smithi008 ceph-mon[29664]: mgrmap e9: a(active, since 20s) 2024-02-10T06:10:29.733 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:29 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:29.561+0000 7fcd20bff200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T06:10:29.733 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:29 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:29.656+0000 7fcd20bff200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T06:10:29.987 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:29 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:29.802+0000 7fcd20bff200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T06:10:29.987 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:29 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:29.900+0000 7fcd20bff200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T06:10:29.987 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:29 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:29.986+0000 7fcd20bff200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T06:10:30.003 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-02-10T06:10:30.004 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-02-10T06:10:30.004 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-10T06:10:30.004 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-02-10T06:10:30.004 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-10T06:10:30.004 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-02-10T06:10:30.004 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for the mgr to restart... 2024-02-10T06:10:30.004 INFO:teuthology.orchestra.run.smithi008.stdout:Waiting for mgr epoch 9... 2024-02-10T06:10:30.263 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:30 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1457164861' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-10T06:10:30.569 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:30 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:30.262+0000 7fcd20bff200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T06:10:30.569 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:30 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:30.378+0000 7fcd20bff200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T06:10:30.569 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:30 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:30.471+0000 7fcd20bff200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T06:10:30.832 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:30 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:30.568+0000 7fcd20bff200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T06:10:30.832 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:30 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:30.746+0000 7fcd20bff200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T06:10:32.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:31 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:31.736+0000 7fcd20bff200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T06:10:32.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:31 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:31.873+0000 7fcd20bff200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T06:10:32.519 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:32 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:32.221+0000 7fcd20bff200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T06:10:32.519 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:32 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:32.315+0000 7fcd20bff200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T06:10:32.519 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:32 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:32.518+0000 7fcd20bff200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:10:32.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:32 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:32.709+0000 7fcd20bff200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T06:10:33.264 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:33 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:33.003+0000 7fcd20bff200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:10:33.265 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:33 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:33.264+0000 7fcd20bff200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T06:10:33.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:33 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:33.506+0000 7fcd20bff200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T06:10:34.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:34 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:34.334+0000 7fcd20bff200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T06:10:35.243 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:34 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:34.917+0000 7fcd20bff200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T06:10:35.243 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:35.019+0000 7fcd20bff200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T06:10:35.243 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:10:35.241+0000 7fcd20bff200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T06:10:35.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: Active manager daemon a restarted 2024-02-10T06:10:35.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: Activating manager daemon a 2024-02-10T06:10:35.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: osdmap e3: 0 total, 0 up, 0 in 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: mgrmap e10: a(active, starting, since 0.00326849s) 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: Manager daemon a is now available 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:35.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:36.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T06:10:36.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T06:10:36.469 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:35] ENGINE Bus STARTING 2024-02-10T06:10:36.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:35] ENGINE Serving on http://172.21.15.8:8765 2024-02-10T06:10:36.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:35] ENGINE Serving on https://172.21.15.8:7150 2024-02-10T06:10:36.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: [10/Feb/2024:06:10:35] ENGINE Bus STARTED 2024-02-10T06:10:36.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-10T06:10:36.470 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:36 smithi008 ceph-mon[29664]: mgrmap e11: a(active, since 1.00562s) 2024-02-10T06:10:37.024 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout { 2024-02-10T06:10:37.024 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-02-10T06:10:37.024 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-10T06:10:37.024 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout } 2024-02-10T06:10:37.025 INFO:teuthology.orchestra.run.smithi008.stdout:mgr epoch 9 is available 2024-02-10T06:10:37.025 INFO:teuthology.orchestra.run.smithi008.stdout:Generating a dashboard self-signed certificate... 2024-02-10T06:10:37.449 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:37 smithi008 ceph-mon[29664]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-10T06:10:38.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: mgrmap e12: a(active, since 2s) 2024-02-10T06:10:38.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:38.336 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:10:38.337 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:38.337 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-02-10T06:10:38.337 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:38.337 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:38.337 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:38.337 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:38 smithi008 ceph-mon[29664]: Deploying daemon agent.smithi008 on smithi008 2024-02-10T06:10:38.338 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-10T06:10:38.338 INFO:teuthology.orchestra.run.smithi008.stdout:Creating initial admin user... 2024-02-10T06:10:39.762 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ws3KvGgRt.p.DDaBx6l/QeSq2hZn/GrtEmP3hOU1qp6MJZnwZABqq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707545439, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T06:10:39.763 INFO:teuthology.orchestra.run.smithi008.stdout:Fetching dashboard port number... 2024-02-10T06:10:40.397 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:40 smithi008 ceph-mon[29664]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:40.397 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:40 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:40.952 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stdout 8443 2024-02-10T06:10:40.961 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-10T06:10:40.961 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout disabled 2024-02-10T06:10:40.968 INFO:teuthology.orchestra.run.smithi008.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-10T06:10:40.968 INFO:teuthology.orchestra.run.smithi008.stdout:systemctl: stdout inactive 2024-02-10T06:10:40.969 INFO:teuthology.orchestra.run.smithi008.stdout:firewalld.service is not enabled 2024-02-10T06:10:40.969 INFO:teuthology.orchestra.run.smithi008.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-10T06:10:40.970 INFO:teuthology.orchestra.run.smithi008.stdout:Ceph Dashboard is now available at: 2024-02-10T06:10:40.971 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:40.971 INFO:teuthology.orchestra.run.smithi008.stdout: URL: https://smithi008.front.sepia.ceph.com:8443/ 2024-02-10T06:10:40.971 INFO:teuthology.orchestra.run.smithi008.stdout: User: admin 2024-02-10T06:10:40.971 INFO:teuthology.orchestra.run.smithi008.stdout: Password: cgaoiudk25 2024-02-10T06:10:40.971 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:40.971 INFO:teuthology.orchestra.run.smithi008.stdout:Saving cluster configuration to /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config directory 2024-02-10T06:10:40.971 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling autotune for osd_memory_target 2024-02-10T06:10:41.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:41 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/4194410519' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-10T06:10:43.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:43 smithi008 ceph-mon[29664]: mgrmap e13: a(active, since 6s) 2024-02-10T06:10:43.463 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:43 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3777383800' entity='client.admin' 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout:Or, if you are only running a single cluster on this host: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout:Please consider enabling telemetry to help improve Ceph: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.466 INFO:teuthology.orchestra.run.smithi008.stdout: ceph telemetry on 2024-02-10T06:10:43.467 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.467 INFO:teuthology.orchestra.run.smithi008.stdout:For more information see: 2024-02-10T06:10:43.467 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.467 INFO:teuthology.orchestra.run.smithi008.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-02-10T06:10:43.467 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:10:43.467 INFO:teuthology.orchestra.run.smithi008.stdout:Bootstrap complete. 2024-02-10T06:10:43.511 INFO:tasks.cephadm:Fetching config... 2024-02-10T06:10:43.511 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:10:43.511 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T06:10:43.529 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T06:10:43.529 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:10:43.529 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T06:10:43.584 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T06:10:43.584 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:10:43.584 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/keyring of=/dev/stdout 2024-02-10T06:10:43.708 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T06:10:43.708 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:10:43.708 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T06:10:43.769 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T06:10:43.770 DEBUG:teuthology.orchestra.run.smithi008:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUNULY8kVmZOnekqrUiP57EJNkl4BAPiT0UxHMy0ue67VHnFEwsGVZHjJTls/9B6/oAwBvJqga6p5TduOVd1I1PGtDEBEnzlja/LqoOddbd2YgmfLJ+ahenY1EEbJ33DhcTUCL4M+q30JidSxU68yDRdV4W0pwYns4c5Tkoto4aH7vkOESdzvxKouKYNqqMsKs72diuysgfXUbr9OiQatY1V1h5b0PmOPLxnwUsM4Zyrhs5UHtBynaLvOtTS+ZtwVJYptCsdv8rnQti7tX7U/o8XHy+do3fwOJYqV7WsUbl2G5Gn0He4yRIQClxUnOCCucLlATvdUXiUwaybWZ1pEbAsFnTQ3wvBLiDvOnxiRk2FIr86nyfjtvGZqoICMkdHEOU9iyZWE60nY3w3Qyvu1fAN+7Hjv2dgMxGaX9immEDae48Rgvu8r/k/xQutMlnpwgYvsY4s2g/J8GiLcwGYL3F9mG8bXLzgxe4KnFuoZaVPZtKYfnSGIorjwk3oSBb00= ceph-c05472d6-c7da-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T06:10:43.906 INFO:teuthology.orchestra.run.smithi008.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUNULY8kVmZOnekqrUiP57EJNkl4BAPiT0UxHMy0ue67VHnFEwsGVZHjJTls/9B6/oAwBvJqga6p5TduOVd1I1PGtDEBEnzlja/LqoOddbd2YgmfLJ+ahenY1EEbJ33DhcTUCL4M+q30JidSxU68yDRdV4W0pwYns4c5Tkoto4aH7vkOESdzvxKouKYNqqMsKs72diuysgfXUbr9OiQatY1V1h5b0PmOPLxnwUsM4Zyrhs5UHtBynaLvOtTS+ZtwVJYptCsdv8rnQti7tX7U/o8XHy+do3fwOJYqV7WsUbl2G5Gn0He4yRIQClxUnOCCucLlATvdUXiUwaybWZ1pEbAsFnTQ3wvBLiDvOnxiRk2FIr86nyfjtvGZqoICMkdHEOU9iyZWE60nY3w3Qyvu1fAN+7Hjv2dgMxGaX9immEDae48Rgvu8r/k/xQutMlnpwgYvsY4s2g/J8GiLcwGYL3F9mG8bXLzgxe4KnFuoZaVPZtKYfnSGIorjwk3oSBb00= ceph-c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:10:43.921 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUNULY8kVmZOnekqrUiP57EJNkl4BAPiT0UxHMy0ue67VHnFEwsGVZHjJTls/9B6/oAwBvJqga6p5TduOVd1I1PGtDEBEnzlja/LqoOddbd2YgmfLJ+ahenY1EEbJ33DhcTUCL4M+q30JidSxU68yDRdV4W0pwYns4c5Tkoto4aH7vkOESdzvxKouKYNqqMsKs72diuysgfXUbr9OiQatY1V1h5b0PmOPLxnwUsM4Zyrhs5UHtBynaLvOtTS+ZtwVJYptCsdv8rnQti7tX7U/o8XHy+do3fwOJYqV7WsUbl2G5Gn0He4yRIQClxUnOCCucLlATvdUXiUwaybWZ1pEbAsFnTQ3wvBLiDvOnxiRk2FIr86nyfjtvGZqoICMkdHEOU9iyZWE60nY3w3Qyvu1fAN+7Hjv2dgMxGaX9immEDae48Rgvu8r/k/xQutMlnpwgYvsY4s2g/J8GiLcwGYL3F9mG8bXLzgxe4KnFuoZaVPZtKYfnSGIorjwk3oSBb00= ceph-c05472d6-c7da-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T06:10:43.967 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUNULY8kVmZOnekqrUiP57EJNkl4BAPiT0UxHMy0ue67VHnFEwsGVZHjJTls/9B6/oAwBvJqga6p5TduOVd1I1PGtDEBEnzlja/LqoOddbd2YgmfLJ+ahenY1EEbJ33DhcTUCL4M+q30JidSxU68yDRdV4W0pwYns4c5Tkoto4aH7vkOESdzvxKouKYNqqMsKs72diuysgfXUbr9OiQatY1V1h5b0PmOPLxnwUsM4Zyrhs5UHtBynaLvOtTS+ZtwVJYptCsdv8rnQti7tX7U/o8XHy+do3fwOJYqV7WsUbl2G5Gn0He4yRIQClxUnOCCucLlATvdUXiUwaybWZ1pEbAsFnTQ3wvBLiDvOnxiRk2FIr86nyfjtvGZqoICMkdHEOU9iyZWE60nY3w3Qyvu1fAN+7Hjv2dgMxGaX9immEDae48Rgvu8r/k/xQutMlnpwgYvsY4s2g/J8GiLcwGYL3F9mG8bXLzgxe4KnFuoZaVPZtKYfnSGIorjwk3oSBb00= ceph-c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:10:43.982 DEBUG:teuthology.orchestra.run.smithi060:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUNULY8kVmZOnekqrUiP57EJNkl4BAPiT0UxHMy0ue67VHnFEwsGVZHjJTls/9B6/oAwBvJqga6p5TduOVd1I1PGtDEBEnzlja/LqoOddbd2YgmfLJ+ahenY1EEbJ33DhcTUCL4M+q30JidSxU68yDRdV4W0pwYns4c5Tkoto4aH7vkOESdzvxKouKYNqqMsKs72diuysgfXUbr9OiQatY1V1h5b0PmOPLxnwUsM4Zyrhs5UHtBynaLvOtTS+ZtwVJYptCsdv8rnQti7tX7U/o8XHy+do3fwOJYqV7WsUbl2G5Gn0He4yRIQClxUnOCCucLlATvdUXiUwaybWZ1pEbAsFnTQ3wvBLiDvOnxiRk2FIr86nyfjtvGZqoICMkdHEOU9iyZWE60nY3w3Qyvu1fAN+7Hjv2dgMxGaX9immEDae48Rgvu8r/k/xQutMlnpwgYvsY4s2g/J8GiLcwGYL3F9mG8bXLzgxe4KnFuoZaVPZtKYfnSGIorjwk3oSBb00= ceph-c05472d6-c7da-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T06:10:44.030 INFO:teuthology.orchestra.run.smithi060.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUNULY8kVmZOnekqrUiP57EJNkl4BAPiT0UxHMy0ue67VHnFEwsGVZHjJTls/9B6/oAwBvJqga6p5TduOVd1I1PGtDEBEnzlja/LqoOddbd2YgmfLJ+ahenY1EEbJ33DhcTUCL4M+q30JidSxU68yDRdV4W0pwYns4c5Tkoto4aH7vkOESdzvxKouKYNqqMsKs72diuysgfXUbr9OiQatY1V1h5b0PmOPLxnwUsM4Zyrhs5UHtBynaLvOtTS+ZtwVJYptCsdv8rnQti7tX7U/o8XHy+do3fwOJYqV7WsUbl2G5Gn0He4yRIQClxUnOCCucLlATvdUXiUwaybWZ1pEbAsFnTQ3wvBLiDvOnxiRk2FIr86nyfjtvGZqoICMkdHEOU9iyZWE60nY3w3Qyvu1fAN+7Hjv2dgMxGaX9immEDae48Rgvu8r/k/xQutMlnpwgYvsY4s2g/J8GiLcwGYL3F9mG8bXLzgxe4KnFuoZaVPZtKYfnSGIorjwk3oSBb00= ceph-c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:10:44.045 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-10T06:10:44.437 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:45.785 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.786 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:45.786 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:45 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:47.076 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-10T06:10:47.076 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-10T06:10:47.744 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:47 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3577689744' entity='client.admin' 2024-02-10T06:10:47.744 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:47.745 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:47.938 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:10:48.893 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:48 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:48.893 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:48 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:51.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:51.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:51.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:51.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:10:51.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:10:51.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: Updating smithi008:/etc/ceph/ceph.conf 2024-02-10T06:10:51.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:10:51.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:51.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:50 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:51.562 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi029 2024-02-10T06:10:51.562 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:10:51.562 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/etc/ceph/ceph.conf 2024-02-10T06:10:51.580 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:10:51.581 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:10:51.637 INFO:tasks.cephadm:Adding host smithi029 to orchestrator... 2024-02-10T06:10:51.637 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch host add smithi029 2024-02-10T06:10:51.879 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:10:52.234 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:51 smithi008 ceph-mon[29664]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:10:52.234 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:51 smithi008 ceph-mon[29664]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:10:52.234 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:52.234 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:55.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:54 smithi008 ceph-mon[29664]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:10:55.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:54 smithi008 ceph-mon[29664]: Deploying cephadm binary to smithi029 2024-02-10T06:10:56.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:55 smithi008 ceph-mon[29664]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:10:57.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:57 smithi008 ceph-mon[29664]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:10:57.828 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi029' with addr '172.21.15.29' 2024-02-10T06:10:58.336 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T06:10:58.582 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:10:59.005 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:10:59.006 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:58 smithi008 ceph-mon[29664]: Added host smithi029 2024-02-10T06:10:59.006 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:10:59.006 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:00.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:00.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:00.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:11:00.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:00.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:00.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:11:00.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:00.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:00.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:00.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:00.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-02-10T06:11:00.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:10:59 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]': finished 2024-02-10T06:11:00.346 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:11:00.346 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}] 2024-02-10T06:11:00.912 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi060 2024-02-10T06:11:00.913 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:11:00.913 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.conf 2024-02-10T06:11:00.931 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:11:00.931 DEBUG:teuthology.orchestra.run.smithi060:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:00.989 INFO:tasks.cephadm:Adding host smithi060 to orchestrator... 2024-02-10T06:11:00.989 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch host add smithi060 2024-02-10T06:11:01.234 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:11:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:00 smithi008 ceph-mon[29664]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:00 smithi008 ceph-mon[29664]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:11:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:00 smithi008 ceph-mon[29664]: Deploying daemon agent.smithi029 on smithi029 2024-02-10T06:11:01.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:01.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:01.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:02.277 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:11:02.277 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:02.277 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:02.277 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:02.277 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:02.277 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:02.277 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:02.278 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:02.278 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:02.278 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:02.278 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:02.278 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:02.278 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:03.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:03 smithi008 ceph-mon[29664]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:03.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:03 smithi008 ceph-mon[29664]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:05.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:04 smithi008 ceph-mon[29664]: Deploying cephadm binary to smithi060 2024-02-10T06:11:05.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:04 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:05.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:04 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:05 smithi008 ceph-mon[29664]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:07.430 INFO:teuthology.orchestra.run.smithi008.stdout:Added host 'smithi060' with addr '172.21.15.60' 2024-02-10T06:11:08.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:08.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:08.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:08.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:07 smithi008 ceph-mon[29664]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:08.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:08.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:08.154 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T06:11:08.582 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:11:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:08 smithi008 ceph-mon[29664]: Added host smithi060 2024-02-10T06:11:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:08 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:08 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:08 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:08 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:11:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:08 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:08 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:10.076 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-02-10T06:11:10.077 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:09 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]': finished 2024-02-10T06:11:10.612 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:11:10.612 INFO:teuthology.orchestra.run.smithi008.stdout:[{"addr": "172.21.15.8", "hostname": "smithi008", "labels": [], "status": ""}, {"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.60", "hostname": "smithi060", "labels": [], "status": ""}] 2024-02-10T06:11:11.183 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: Deploying daemon agent.smithi060 on smithi060 2024-02-10T06:11:11.183 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:11.183 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:11.184 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:11.210 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T06:11:11.210 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T06:11:11.448 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:11:12.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:12 smithi008 ceph-mon[29664]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:11:12.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:12 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:12.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:12 smithi008 ceph-mon[29664]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:12.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:12 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:12.240 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:12 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:13.201 INFO:teuthology.orchestra.run.smithi008.stderr:adjusted tunables profile to default 2024-02-10T06:11:13.504 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:13 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1722160781' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T06:11:13.833 INFO:tasks.cephadm:Adding mon.a on smithi008 2024-02-10T06:11:13.833 INFO:tasks.cephadm:Adding mon.b on smithi029 2024-02-10T06:11:13.833 INFO:tasks.cephadm:Adding mon.c on smithi060 2024-02-10T06:11:13.833 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch apply mon '3;smithi008:172.21.15.8=a;smithi029:172.21.15.29=b;smithi060:172.21.15.60=c' 2024-02-10T06:11:14.081 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:14.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:14 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1722160781' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T06:11:14.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:14 smithi008 ceph-mon[29664]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:14.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:14 smithi008 ceph-mon[29664]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:14.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:14 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:14.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:14 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:15.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:15 smithi008 ceph-mon[29664]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:15.695 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled mon update... 2024-02-10T06:11:16.334 DEBUG:teuthology.orchestra.run.smithi029:mon.b> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.b.service 2024-02-10T06:11:16.336 DEBUG:teuthology.orchestra.run.smithi060:mon.c> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.c.service 2024-02-10T06:11:16.339 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-10T06:11:16.339 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T06:11:16.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:16.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi029:172.21.15.29=b;smithi060:172.21.15.60=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:16.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi029:172.21.15.29=b;smithi060:172.21.15.60=c;count:3 2024-02-10T06:11:16.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:16.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:16.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:16.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:16.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:16.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:16.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:16.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:16 smithi008 ceph-mon[29664]: Deploying daemon mon.c on smithi060 2024-02-10T06:11:16.964 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:17.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:17 smithi008 ceph-mon[29664]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:20.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:19 smithi008 ceph-mon[29664]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:20.674 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:11:20.674 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":1,"fsid":"c05472d6-c7da-11ee-95b8-87774f69a715","modified":"2024-02-10T06:09:31.736941Z","created":"2024-02-10T06:09:31.736941Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-10T06:11:20.676 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 1 2024-02-10T06:11:21.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:20 smithi008 ceph-mon[29664]: from='client.? 172.21.15.60:0/638331709' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.469 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 podman[31441]: 2024-02-10 06:11:21.344054706 +0000 UTC m=+0.019013530 image pull c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58 2024-02-10T06:11:21.469 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 podman[31441]: 2024-02-10 06:11:21.469665172 +0000 UTC m=+0.144624023 container create e45a41ebb14986d56dc2ba42ca3d791b15612191062c0bd8434c4786fb2b8c65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c, org.label-schema.schema-version=1.0, RELEASE=main-290212a, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131) 2024-02-10T06:11:21.721 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 podman[31441]: 2024-02-10 06:11:21.671764147 +0000 UTC m=+0.346722956 container init e45a41ebb14986d56dc2ba42ca3d791b15612191062c0bd8434c4786fb2b8c65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=main-290212a, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 podman[31441]: 2024-02-10 06:11:21.67452363 +0000 UTC m=+0.349482441 container start e45a41ebb14986d56dc2ba42ca3d791b15612191062c0bd8434c4786fb2b8c65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , RELEASE=main-290212a, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20240131, io.buildah.version=1.33.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: set uid:gid to 167:167 (ceph:ceph) 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: ceph version 19.0.0-1361-g290212a1 (290212a1bfd33563ba76ee5b7f0b944fdb6c5d90) squid (dev), process ceph-mon, pid 2 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pidfile_write: ignore empty --pid-file 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: load: jerasure load: lrc 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: RocksDB version: 7.9.2 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Git sha 0 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Compile date 2024-02-09 17:35:33 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: DB SUMMARY 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: DB Session ID: VQ7CWCXXNR2WEPA4X4G1 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: CURRENT file: CURRENT 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: IDENTITY file: IDENTITY 2024-02-10T06:11:21.722 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.error_if_exists: 0 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.create_if_missing: 0 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.paranoid_checks: 1 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.env: 0x559b7b1f5ae0 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.fs: PosixFileSystem 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.info_log: 0x559b7c46d8c0 2024-02-10T06:11:21.723 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_file_opening_threads: 16 2024-02-10T06:11:21.724 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.statistics: (nil) 2024-02-10T06:11:21.724 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.use_fsync: 0 2024-02-10T06:11:21.724 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_log_file_size: 0 2024-02-10T06:11:21.724 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.keep_log_file_num: 1000 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.recycle_log_file_num: 0 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.allow_fallocate: 1 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.allow_mmap_reads: 0 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.allow_mmap_writes: 0 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.use_direct_reads: 0 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.create_missing_column_families: 0 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.db_log_dir: 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.wal_dir: 2024-02-10T06:11:21.725 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.advise_random_on_open: 1 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.db_write_buffer_size: 0 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.write_buffer_manager: 0x559b7c441400 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.rate_limiter: (nil) 2024-02-10T06:11:21.726 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.wal_recovery_mode: 2 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.enable_thread_tracking: 0 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.enable_pipelined_write: 0 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.unordered_write: 0 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.row_cache: None 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.wal_filter: None 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T06:11:21.727 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.allow_ingest_behind: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.two_write_queues: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.manual_wal_flush: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.wal_compression: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.atomic_flush: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.log_readahead_size: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.best_efforts_recovery: 0 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-10T06:11:21.728 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.allow_data_in_errors: 0 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.db_host_id: __hostname__ 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_background_jobs: 2 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_background_compactions: -1 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_subcompactions: 1 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_total_wal_size: 0 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T06:11:21.729 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_open_files: -1 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bytes_per_sync: 0 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_readahead_size: 0 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_background_flushes: -1 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Compression algorithms supported: 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kZSTD supported: 0 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kXpressCompression supported: 0 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kLZ4HCCompression supported: 1 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kZlibCompression supported: 1 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kSnappyCompression supported: 1 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kLZ4Compression supported: 1 2024-02-10T06:11:21.730 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: kBZip2Compression supported: 0 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.merge_operator: 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_filter: None 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_filter_factory: None 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.sst_partitioner_factory: None 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559b7c46d9c0) 2024-02-10T06:11:21.731 INFO:journalctl@ceph.mon.c.smithi060.stdout: cache_index_and_filter_blocks: 1 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: pin_top_level_index_and_filter: 1 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: index_type: 0 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: data_block_index_type: 0 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: index_shortening: 1 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: checksum: 4 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: no_block_cache: 0 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_cache: 0x559b7c471090 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_cache_name: BinnedLRUCache 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_cache_options: 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: capacity : 536870912 2024-02-10T06:11:21.732 INFO:journalctl@ceph.mon.c.smithi060.stdout: num_shard_bits : 4 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: strict_capacity_limit : 0 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: high_pri_pool_ratio: 0.000 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_cache_compressed: (nil) 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: persistent_cache: (nil) 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_size: 4096 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_size_deviation: 10 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_restart_interval: 16 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: index_block_restart_interval: 1 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: metadata_block_size: 4096 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: partition_filters: 0 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: use_delta_encoding: 1 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: filter_policy: bloomfilter 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: whole_key_filtering: 1 2024-02-10T06:11:21.733 INFO:journalctl@ceph.mon.c.smithi060.stdout: verify_compression: 0 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: read_amp_bytes_per_bit: 0 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: format_version: 5 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: enable_index_compression: 1 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: block_align: 0 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: max_auto_readahead_size: 262144 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: prepopulate_block_cache: 0 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: initial_auto_readahead_size: 8192 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout: num_file_reads_for_auto_readahead: 2 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.write_buffer_size: 33554432 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_write_buffer_number: 2 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression: NoCompression 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression: Disabled 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.prefix_extractor: nullptr 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T06:11:21.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.num_levels: 7 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T06:11:21.735 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.level: 32767 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.strategy: 0 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.enabled: false 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.target_file_size_base: 67108864 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T06:11:21.736 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T06:11:21.737 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T06:11:21.737 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T06:11:21.737 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T06:11:21.738 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T06:11:21.738 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T06:11:21.738 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T06:11:21.738 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T06:11:21.738 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T06:11:21.738 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.arena_block_size: 1048576 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.disable_auto_compactions: 0 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T06:11:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.table_properties_collectors: 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.inplace_update_support: 0 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.bloom_locality: 0 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.max_successive_merges: 0 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T06:11:21.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.paranoid_file_checks: 0 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.force_consistency_checks: 1 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.report_bg_io_stats: 0 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.ttl: 2592000 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.enable_blob_files: false 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.min_blob_size: 0 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.blob_file_size: 268435456 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-10T06:11:21.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.blob_file_starting_level: 0 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: af5ee0e6-8fa3-443b-b169-5cb4c6bde665 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707545481703977, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707545481704383, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1707545481, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "af5ee0e6-8fa3-443b-b169-5cb4c6bde665", "db_session_id": "VQ7CWCXXNR2WEPA4X4G1", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707545481704463, "job": 1, "event": "recovery_finished"} 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559b7c562000 2024-02-10T06:11:21.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: DB pointer 0x559b7c54c000 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: ** DB Stats ** 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: ** Compaction Stats [default] ** 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.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) 2024-02-10T06:11:21.743 INFO:journalctl@ceph.mon.c.smithi060.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: ** Compaction Stats [default] ** 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.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) 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.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 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: 2024-02-10T06:11:21.744 INFO:journalctl@ceph.mon.c.smithi060.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.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 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: Block cache BinnedLRUCache@0x559b7c471090#2 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-02-10T06:11:21.745 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: using public_addr v2:172.21.15.60:0/0 -> [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: starting mon.c rank -1 at public addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] at bind addrs [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(???) e0 preinit fsid c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).mds e1 new map 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).mds e1 print_map 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout: e1 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.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,11=minor log segments} 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout: legacy client fscid: -1 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout: 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout: No filesystems configured 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-10T06:11:21.746 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:11:21.747 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]': finished 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Deploying daemon agent.smithi029 on smithi029 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:11:21.748 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi060", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.749 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Deploying cephadm binary to smithi060 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Added host smithi060 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.750 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]': finished 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Deploying daemon agent.smithi060 on smithi060 2024-02-10T06:11:21.751 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.752 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/1722160781' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/1722160781' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi008:172.21.15.8=a;smithi029:172.21.15.29=b;smithi060:172.21.15.60=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Saving service mon spec with placement smithi008:172.21.15.8=a;smithi029:172.21.15.29=b;smithi060:172.21.15.60=c;count:3 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.753 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: Deploying daemon mon.c on smithi060 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: from='client.? 172.21.15.60:0/638331709' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T06:11:21.754 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 ceph-mon[31459]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-10T06:11:21.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 bash[31441]: e45a41ebb14986d56dc2ba42ca3d791b15612191062c0bd8434c4786fb2b8c65 2024-02-10T06:11:21.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:21 smithi060 systemd[1]: Started Ceph mon.c for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:11:22.220 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-10T06:11:22.221 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T06:11:22.462 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T06:11:27.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: mon.a calling monitor election 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: mon.c calling monitor election 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T06:11:27.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: monmap e2: 2 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: fsmap 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: mgrmap e13: a(active, since 51s) 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: overall HEALTH_OK 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:27.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:11:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: mon.a calling monitor election 2024-02-10T06:11:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: mon.c calling monitor election 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: monmap e2: 2 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: fsmap 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: mgrmap e13: a(active, since 51s) 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: overall HEALTH_OK 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:27.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:27.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.305 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:11:27.305 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":2,"fsid":"c05472d6-c7da-11ee-95b8-87774f69a715","modified":"2024-02-10T06:11:21.728795Z","created":"2024-02-10T06:09:31.736941Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-10T06:11:27.307 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 2 2024-02-10T06:11:27.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:27 smithi060 ceph-mon[31459]: Deploying daemon mon.b on smithi029 2024-02-10T06:11:27.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:27 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:27 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:27.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:27 smithi060 ceph-mon[31459]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:27.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:27 smithi060 ceph-mon[31459]: from='client.? 172.21.15.60:0/238328642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T06:11:27.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:27 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:28.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:27 smithi008 ceph-mon[29664]: Deploying daemon mon.b on smithi029 2024-02-10T06:11:28.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:27 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:28.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:27 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:28.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:27 smithi008 ceph-mon[29664]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:28.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:27 smithi008 ceph-mon[29664]: from='client.? 172.21.15.60:0/238328642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T06:11:28.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:27 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:28.896 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-10T06:11:28.896 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T06:11:29.145 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T06:11:30.224 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:29 smithi060 ceph-mon[31459]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:30.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:29 smithi008 ceph-mon[29664]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:31.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:30 smithi029 systemd[1]: Started Ceph mon.b for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:11:35.724 INFO:teuthology.orchestra.run.smithi060.stdout: 2024-02-10T06:11:35.725 INFO:teuthology.orchestra.run.smithi060.stdout:{"epoch":3,"fsid":"c05472d6-c7da-11ee-95b8-87774f69a715","modified":"2024-02-10T06:11:30.688344Z","created":"2024-02-10T06:09:31.736941Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:3300","nonce":0},{"type":"v1","addr":"172.21.15.8:6789","nonce":0}]},"addr":"172.21.15.8:6789/0","public_addr":"172.21.15.8:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:3300","nonce":0},{"type":"v1","addr":"172.21.15.60:6789","nonce":0}]},"addr":"172.21.15.60:6789/0","public_addr":"172.21.15.60:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-10T06:11:35.727 INFO:teuthology.orchestra.run.smithi060.stderr:dumped monmap epoch 3 2024-02-10T06:11:35.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:11:35.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:35.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: mon.a calling monitor election 2024-02-10T06:11:35.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: mon.c calling monitor election 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='client.? 172.21.15.60:0/891228241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:35.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: fsmap 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: mgrmap e13: a(active, since 60s) 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: mon.b (rank 2) addr [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] is down (out of quorum) 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:35.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: mon.a calling monitor election 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: mon.c calling monitor election 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='client.? 172.21.15.60:0/891228241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:36.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: fsmap 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: mgrmap e13: a(active, since 60s) 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: mon.b (rank 2) addr [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] is down (out of quorum) 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.083 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.083 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:36.400 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-10T06:11:36.401 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-10T06:11:36.656 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:11:37.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: Updating smithi008:/etc/ceph/ceph.conf 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:37.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:37.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:37.082 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: Updating smithi008:/etc/ceph/ceph.conf 2024-02-10T06:11:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:11:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:37.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.054 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: mon.b calling monitor election 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: mon.b calling monitor election 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: mon.a calling monitor election 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: mon.c calling monitor election 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: fsmap 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: mgrmap e13: a(active, since 62s) 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: Cluster is now healthy 2024-02-10T06:11:38.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:37 smithi008 ceph-mon[29664]: overall HEALTH_OK 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: mon.b calling monitor election 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: mon.b calling monitor election 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: mon.a calling monitor election 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: mon.c calling monitor election 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: fsmap 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: mgrmap e13: a(active, since 62s) 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T06:11:38.076 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: Cluster is now healthy 2024-02-10T06:11:38.077 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:37 smithi060 ceph-mon[31459]: overall HEALTH_OK 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.a calling monitor election 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.c calling monitor election 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='client.? 172.21.15.60:0/891228241' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: fsmap 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mgrmap e13: a(active, since 60s) 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T06:11:38.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.b (rank 2) addr [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] is down (out of quorum) 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Updating smithi008:/etc/ceph/ceph.conf 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:11:38.125 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.b calling monitor election 2024-02-10T06:11:38.126 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.b calling monitor election 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.a calling monitor election 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.c calling monitor election 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: fsmap 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: osdmap e4: 0 total, 0 up, 0 in 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: mgrmap e13: a(active, since 62s) 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: Cluster is now healthy 2024-02-10T06:11:38.127 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:37 smithi029 ceph-mon[31500]: overall HEALTH_OK 2024-02-10T06:11:38.968 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:38 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:38.968 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:38 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.968 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:38 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:38.968 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:38 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:39.066 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:38 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:39.066 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:38 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:39.067 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:38 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:39.067 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:38 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:11:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:39.454 INFO:teuthology.orchestra.run.smithi008.stdout:# minimal ceph.conf for c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:11:39.454 INFO:teuthology.orchestra.run.smithi008.stdout:[global] 2024-02-10T06:11:39.454 INFO:teuthology.orchestra.run.smithi008.stdout: fsid = c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:11:39.454 INFO:teuthology.orchestra.run.smithi008.stdout: mon_host = [v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0] [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] 2024-02-10T06:11:40.047 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.047 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.047 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.047 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: Reconfiguring mon.b (monmap changed)... 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: Reconfiguring daemon mon.b on smithi029 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.048 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:39 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1609610441' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:40.077 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-10T06:11:40.077 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:11:40.077 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T06:11:40.107 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:11:40.107 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:40.175 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:11:40.175 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: Reconfiguring mon.b (monmap changed)... 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:40.203 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:40.204 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:40.204 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: Reconfiguring daemon mon.b on smithi029 2024-02-10T06:11:40.204 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:40.204 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.204 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.204 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.204 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:39 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/1609610441' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:40.207 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:11:40.207 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:40.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: Reconfiguring mon.b (monmap changed)... 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: Reconfiguring daemon mon.b on smithi029 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:40.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:39 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/1609610441' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:40.274 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:11:40.274 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T06:11:40.305 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:11:40.305 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:11:40.372 INFO:tasks.cephadm:Adding mgr.a on smithi008 2024-02-10T06:11:40.372 INFO:tasks.cephadm:Adding mgr.b on smithi029 2024-02-10T06:11:40.372 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch apply mgr '2;smithi008=a;smithi029=b' 2024-02-10T06:11:40.648 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T06:11:41.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: Reconfiguring mon.c (monmap changed)... 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: Reconfiguring daemon mon.c on smithi060 2024-02-10T06:11:41.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:41 smithi008 ceph-mon[29664]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: Reconfiguring mon.c (monmap changed)... 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:41.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: Reconfiguring daemon mon.c on smithi060 2024-02-10T06:11:41.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:41 smithi029 ceph-mon[31500]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: Reconfiguring mon.c (monmap changed)... 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T06:11:41.686 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T06:11:41.687 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:41.687 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: Reconfiguring daemon mon.c on smithi060 2024-02-10T06:11:41.687 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:41 smithi060 ceph-mon[31459]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:42.978 INFO:teuthology.orchestra.run.smithi060.stdout:Scheduled mgr update... 2024-02-10T06:11:43.700 DEBUG:teuthology.orchestra.run.smithi029:mgr.b> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.b.service 2024-02-10T06:11:43.703 INFO:tasks.cephadm:Deploying OSDs... 2024-02-10T06:11:43.703 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2024-02-10T06:11:43.703 DEBUG:teuthology.orchestra.run.smithi008:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T06:11:43.721 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T06:11:43.721 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_1 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-10 06:11:26.328913213 +0000 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-10 06:04:09.692841247 +0000 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-10 06:04:09.692841247 +0000 2024-02-10T06:11:43.779 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-02-10 06:04:09.692841247 +0000 2024-02-10T06:11:43.780 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T06:11:43.849 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-10T06:11:43.849 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-10T06:11:43.849 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000101005 s, 5.1 MB/s 2024-02-10T06:11:43.851 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T06:11:43.908 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_2 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-10 06:11:26.328913213 +0000 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-10 06:04:10.014837676 +0000 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-10 06:04:10.014837676 +0000 2024-02-10T06:11:43.965 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-02-10 06:04:10.014837676 +0000 2024-02-10T06:11:43.966 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T06:11:43.978 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi029=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:43.978 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: Saving service mgr spec with placement smithi008=a;smithi029=b;count:2 2024-02-10T06:11:43.978 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:43.978 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.004 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-10T06:11:44.005 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-10T06:11:44.005 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 9.0685e-05 s, 5.6 MB/s 2024-02-10T06:11:44.006 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T06:11:44.063 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_3 2024-02-10T06:11:44.118 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-10 06:11:26.328913213 +0000 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-10 06:04:10.369833735 +0000 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-10 06:04:10.369833735 +0000 2024-02-10T06:11:44.119 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-02-10 06:04:10.369833735 +0000 2024-02-10T06:11:44.119 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T06:11:44.185 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-10T06:11:44.186 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-10T06:11:44.186 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 0.000101306 s, 5.1 MB/s 2024-02-10T06:11:44.187 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T06:11:44.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi029=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:44.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: Saving service mgr spec with placement smithi008=a;smithi029=b;count:2 2024-02-10T06:11:44.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:44.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: Deploying daemon mgr.b on smithi029 2024-02-10T06:11:44.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:43 smithi060 ceph-mon[31459]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:44.242 DEBUG:teuthology.orchestra.run.smithi008:> stat /dev/vg_nvme/lv_4 2024-02-10T06:11:44.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:44.260 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: Deploying daemon mgr.b on smithi029 2024-02-10T06:11:44.261 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:43 smithi008 ceph-mon[29664]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:44.274 INFO:teuthology.orchestra.run.smithi008.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T06:11:44.274 INFO:teuthology.orchestra.run.smithi008.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:44.274 INFO:teuthology.orchestra.run.smithi008.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-02-10T06:11:44.275 INFO:teuthology.orchestra.run.smithi008.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:44.275 INFO:teuthology.orchestra.run.smithi008.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:44.275 INFO:teuthology.orchestra.run.smithi008.stdout:Access: 2024-02-10 06:11:26.328913213 +0000 2024-02-10T06:11:44.275 INFO:teuthology.orchestra.run.smithi008.stdout:Modify: 2024-02-10 06:04:10.703830026 +0000 2024-02-10T06:11:44.275 INFO:teuthology.orchestra.run.smithi008.stdout:Change: 2024-02-10 06:04:10.703830026 +0000 2024-02-10T06:11:44.275 INFO:teuthology.orchestra.run.smithi008.stdout: Birth: 2024-02-10 06:04:10.703830026 +0000 2024-02-10T06:11:44.275 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T06:11:44.339 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records in 2024-02-10T06:11:44.339 INFO:teuthology.orchestra.run.smithi008.stderr:1+0 records out 2024-02-10T06:11:44.339 INFO:teuthology.orchestra.run.smithi008.stderr:512 bytes copied, 8.9805e-05 s, 5.7 MB/s 2024-02-10T06:11:44.340 DEBUG:teuthology.orchestra.run.smithi008:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T06:11:44.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi008=a;smithi029=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:44.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: Saving service mgr spec with placement smithi008=a;smithi029=b;count:2 2024-02-10T06:11:44.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: Deploying daemon mgr.b on smithi029 2024-02-10T06:11:44.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:43 smithi029 ceph-mon[31500]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:44.396 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2024-02-10T06:11:44.396 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T06:11:44.411 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T06:11:44.411 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2024-02-10T06:11:44.465 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 06:11:38.250546720 +0000 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 06:04:16.707927224 +0000 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 06:04:16.707927224 +0000 2024-02-10T06:11:44.466 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-02-10 06:04:16.707927224 +0000 2024-02-10T06:11:44.466 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T06:11:44.531 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T06:11:44.531 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T06:11:44.531 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 9.8019e-05 s, 5.2 MB/s 2024-02-10T06:11:44.533 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T06:11:44.589 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2024-02-10T06:11:44.643 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 06:11:38.250546720 +0000 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 06:04:17.057921611 +0000 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 06:04:17.057921611 +0000 2024-02-10T06:11:44.644 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-02-10 06:04:17.057921611 +0000 2024-02-10T06:11:44.644 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T06:11:44.710 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T06:11:44.710 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T06:11:44.710 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 8.4644e-05 s, 6.0 MB/s 2024-02-10T06:11:44.711 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T06:11:44.766 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 06:11:38.250546720 +0000 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 06:04:17.393916222 +0000 2024-02-10T06:11:44.821 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 06:04:17.393916222 +0000 2024-02-10T06:11:44.822 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-02-10 06:04:17.393916222 +0000 2024-02-10T06:11:44.822 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T06:11:45.028 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T06:11:45.029 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T06:11:45.029 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.00010288 s, 5.0 MB/s 2024-02-10T06:11:45.030 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T06:11:45.045 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2024-02-10 06:11:44.982438282 +0000 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2024-02-10 06:04:17.711911122 +0000 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2024-02-10 06:04:17.711911122 +0000 2024-02-10T06:11:45.104 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: 2024-02-10 06:04:17.711911122 +0000 2024-02-10T06:11:45.105 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T06:11:45.207 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2024-02-10T06:11:45.207 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2024-02-10T06:11:45.207 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 9.0443e-05 s, 5.7 MB/s 2024-02-10T06:11:45.209 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T06:11:45.224 DEBUG:teuthology.orchestra.run.smithi060:> set -ex 2024-02-10T06:11:45.224 DEBUG:teuthology.orchestra.run.smithi060:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T06:11:45.243 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T06:11:45.243 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_1 2024-02-10T06:11:45.299 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-02-10 06:11:39.586821926 +0000 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-02-10 06:04:09.676206287 +0000 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-02-10 06:04:09.676206287 +0000 2024-02-10T06:11:45.300 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-02-10 06:04:09.676206287 +0000 2024-02-10T06:11:45.300 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T06:11:45.324 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 systemd[1]: Starting Ceph mgr.b for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:11:45.371 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-02-10T06:11:45.371 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-02-10T06:11:45.371 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000116176 s, 4.4 MB/s 2024-02-10T06:11:45.372 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T06:11:45.429 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_2 2024-02-10T06:11:45.485 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T06:11:45.485 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:45.486 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-02-10T06:11:45.486 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:45.486 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:45.486 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-02-10 06:11:39.586821926 +0000 2024-02-10T06:11:45.486 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-02-10 06:04:10.010202880 +0000 2024-02-10T06:11:45.486 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-02-10 06:04:10.010202880 +0000 2024-02-10T06:11:45.486 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-02-10 06:04:10.010202880 +0000 2024-02-10T06:11:45.486 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T06:11:45.553 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-02-10T06:11:45.553 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-02-10T06:11:45.553 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000110548 s, 4.6 MB/s 2024-02-10T06:11:45.554 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T06:11:45.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:45 smithi008 ceph-mon[29664]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:45.612 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_3 2024-02-10T06:11:45.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:45 smithi029 ceph-mon[31500]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:45.622 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 podman[33019]: 2024-02-10 06:11:45.432154535 +0000 UTC m=+0.106282456 container create f07e06d5ff42cb4d69a828ec3aff6f8787f7914b6d883bfae00b43068b9a4d3f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b, RELEASE=main-290212a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, org.label-schema.build-date=20240131) 2024-02-10T06:11:45.622 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 podman[33019]: 2024-02-10 06:11:45.344046712 +0000 UTC m=+0.018174594 image pull c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58 2024-02-10T06:11:45.668 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T06:11:45.668 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:45.668 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-02-10T06:11:45.668 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:45.669 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:45.669 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-02-10 06:11:39.586821926 +0000 2024-02-10T06:11:45.669 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-02-10 06:04:10.335199565 +0000 2024-02-10T06:11:45.669 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-02-10 06:04:10.335199565 +0000 2024-02-10T06:11:45.669 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-02-10 06:04:10.335199565 +0000 2024-02-10T06:11:45.669 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T06:11:45.734 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:45 smithi060 ceph-mon[31459]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:45.736 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-02-10T06:11:45.736 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-02-10T06:11:45.736 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 0.000104096 s, 4.9 MB/s 2024-02-10T06:11:45.738 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T06:11:45.795 DEBUG:teuthology.orchestra.run.smithi060:> stat /dev/vg_nvme/lv_4 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout:Access: 2024-02-10 06:11:39.586821926 +0000 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout:Modify: 2024-02-10 06:04:10.668196168 +0000 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout:Change: 2024-02-10 06:04:10.668196168 +0000 2024-02-10T06:11:45.850 INFO:teuthology.orchestra.run.smithi060.stdout: Birth: 2024-02-10 06:04:10.668196168 +0000 2024-02-10T06:11:45.851 DEBUG:teuthology.orchestra.run.smithi060:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T06:11:45.915 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records in 2024-02-10T06:11:45.915 INFO:teuthology.orchestra.run.smithi060.stderr:1+0 records out 2024-02-10T06:11:45.915 INFO:teuthology.orchestra.run.smithi060.stderr:512 bytes copied, 8.8114e-05 s, 5.8 MB/s 2024-02-10T06:11:45.917 DEBUG:teuthology.orchestra.run.smithi060:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T06:11:45.972 INFO:tasks.cephadm:Deploying osd.0 on smithi008 with /dev/vg_nvme/lv_4... 2024-02-10T06:11:45.972 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T06:11:46.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 podman[33019]: 2024-02-10 06:11:45.654219123 +0000 UTC m=+0.328347003 container init f07e06d5ff42cb4d69a828ec3aff6f8787f7914b6d883bfae00b43068b9a4d3f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-290212a, org.label-schema.build-date=20240131) 2024-02-10T06:11:46.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 podman[33019]: 2024-02-10 06:11:45.656634512 +0000 UTC m=+0.330762400 container start f07e06d5ff42cb4d69a828ec3aff6f8787f7914b6d883bfae00b43068b9a4d3f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, RELEASE=main-290212a, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD) 2024-02-10T06:11:46.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 ceph-mgr[33038]: -- 172.21.15.29:0/1761008008 <== mon.2 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561c826e61a0 con 0x561c826bd000 2024-02-10T06:11:46.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 bash[33019]: f07e06d5ff42cb4d69a828ec3aff6f8787f7914b6d883bfae00b43068b9a4d3f 2024-02-10T06:11:46.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:45 smithi029 systemd[1]: Started Ceph mgr.b for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:11:46.232 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:11:46.622 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:46.212+0000 7f22ae13c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T06:11:46.622 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:46.308+0000 7f22ae13c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T06:11:46.972 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:46.972 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:46.972 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:46.972 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:46.972 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:46.972 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: Reconfiguring mgr.a (unknown last config time)... 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:46.973 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:46 smithi008 ceph-mon[29664]: Reconfiguring daemon mgr.a on smithi008 2024-02-10T06:11:47.091 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:46.966+0000 7f22ae13c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T06:11:47.091 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.060+0000 7f22ae13c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: Reconfiguring mgr.a (unknown last config time)... 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T06:11:47.092 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T06:11:47.093 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:47.093 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:46 smithi029 ceph-mon[31500]: Reconfiguring daemon mgr.a on smithi008 2024-02-10T06:11:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: Reconfiguring mgr.a (unknown last config time)... 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:47.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:46 smithi060 ceph-mon[31459]: Reconfiguring daemon mgr.a on smithi008 2024-02-10T06:11:47.372 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.204+0000 7f22ae13c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T06:11:47.372 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.301+0000 7f22ae13c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T06:11:47.652 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.385+0000 7f22ae13c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T06:11:47.653 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.652+0000 7f22ae13c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T06:11:47.947 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.763+0000 7f22ae13c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T06:11:47.947 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.850+0000 7f22ae13c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T06:11:47.947 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:47.946+0000 7f22ae13c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T06:11:48.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:47 smithi060 ceph-mon[31459]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:48.265 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.265 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.265 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.265 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:47 smithi008 ceph-mon[29664]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:48.285 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:48 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:48.136+0000 7f22ae13c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T06:11:48.286 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.286 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.286 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:48.286 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:47 smithi029 ceph-mon[31500]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:48.790 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T06:11:48.791 INFO:teuthology.orchestra.run.smithi008.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T06:11:48.791 INFO:teuthology.orchestra.run.smithi008.stderr: stderr: 10+0 records in 2024-02-10T06:11:48.791 INFO:teuthology.orchestra.run.smithi008.stderr:10+0 records out 2024-02-10T06:11:48.791 INFO:teuthology.orchestra.run.smithi008.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00856126 s, 1.2 GB/s 2024-02-10T06:11:48.791 INFO:teuthology.orchestra.run.smithi008.stderr:--> Zapping successful for: 2024-02-10T06:11:49.300 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:49.165+0000 7f22ae13c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T06:11:49.434 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi008:vg_nvme/lv_4 2024-02-10T06:11:49.595 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:49.300+0000 7f22ae13c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T06:11:49.672 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:11:49.856 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:49.645+0000 7f22ae13c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T06:11:49.856 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:49.749+0000 7f22ae13c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T06:11:50.083 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:50.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:50.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:50.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:11:50.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:49 smithi008 ceph-mon[29664]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:50.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:49.993+0000 7f22ae13c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:11:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:50.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:11:50.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:49 smithi029 ceph-mon[31500]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:11:50.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:49 smithi060 ceph-mon[31459]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:50.473 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:50 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:50.181+0000 7f22ae13c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T06:11:50.473 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:50 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:50.472+0000 7f22ae13c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:11:51.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:50 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:50.736+0000 7f22ae13c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T06:11:51.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:50 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:50.985+0000 7f22ae13c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-mon[31500]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:51.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:51.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:51 smithi060 ceph-mon[31459]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:51.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:51 smithi008 ceph-mon[29664]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:52.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:51 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:51.813+0000 7f22ae13c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T06:11:52.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:52 smithi008 ceph-mon[29664]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:52.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:11:52.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:11:52.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:52.710 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:52.393+0000 7f22ae13c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:52.492+0000 7f22ae13c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:11:52.710+0000 7f22ae13c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-mon[31500]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:11:52.711 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:11:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:52 smithi060 ceph-mon[31459]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi008:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:11:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:11:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:11:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:11:53.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:53 smithi060 ceph-mon[31459]: Standby manager daemon b started 2024-02-10T06:11:53.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:53 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T06:11:53.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:53 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T06:11:53.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:53 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T06:11:53.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:53 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T06:11:53.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:53 smithi060 ceph-mon[31459]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:53 smithi008 ceph-mon[29664]: Standby manager daemon b started 2024-02-10T06:11:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:53 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T06:11:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:53 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T06:11:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:53 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T06:11:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:53 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T06:11:53.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:53 smithi008 ceph-mon[29664]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:53.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:53 smithi029 ceph-mon[31500]: Standby manager daemon b started 2024-02-10T06:11:53.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:53 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T06:11:53.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:53 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T06:11:53.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:53 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T06:11:53.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:53 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/51809917' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T06:11:53.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:53 smithi029 ceph-mon[31500]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:54.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:54 smithi060 ceph-mon[31459]: mgrmap e14: a(active, since 78s), standbys: b 2024-02-10T06:11:54.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:54 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T06:11:54.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:54 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/2634885124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a346f67d-f9a8-476c-b031-a1738f136950"}]: dispatch 2024-02-10T06:11:54.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:54 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/2634885124' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a346f67d-f9a8-476c-b031-a1738f136950"}]': finished 2024-02-10T06:11:54.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:54 smithi060 ceph-mon[31459]: osdmap e5: 1 total, 0 up, 1 in 2024-02-10T06:11:54.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:54 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:11:54.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:54 smithi008 ceph-mon[29664]: mgrmap e14: a(active, since 78s), standbys: b 2024-02-10T06:11:54.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:54 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T06:11:54.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:54 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/2634885124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a346f67d-f9a8-476c-b031-a1738f136950"}]: dispatch 2024-02-10T06:11:54.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:54 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/2634885124' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a346f67d-f9a8-476c-b031-a1738f136950"}]': finished 2024-02-10T06:11:54.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:54 smithi008 ceph-mon[29664]: osdmap e5: 1 total, 0 up, 1 in 2024-02-10T06:11:54.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:54 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:11:54.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:54 smithi029 ceph-mon[31500]: mgrmap e14: a(active, since 78s), standbys: b 2024-02-10T06:11:54.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:54 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T06:11:54.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:54 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/2634885124' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a346f67d-f9a8-476c-b031-a1738f136950"}]: dispatch 2024-02-10T06:11:54.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:54 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/2634885124' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a346f67d-f9a8-476c-b031-a1738f136950"}]': finished 2024-02-10T06:11:54.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:54 smithi029 ceph-mon[31500]: osdmap e5: 1 total, 0 up, 1 in 2024-02-10T06:11:54.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:54 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:11:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:55 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/4006008424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:11:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:55 smithi060 ceph-mon[31459]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:55.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:55 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/4006008424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:11:55.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:55 smithi008 ceph-mon[29664]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:55.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:55 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/4006008424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:11:55.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:55 smithi029 ceph-mon[31500]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:57.440 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:57 smithi008 ceph-mon[29664]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:57.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:57 smithi029 ceph-mon[31500]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:11:57.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:57 smithi060 ceph-mon[31459]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:00.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:11:59 smithi060 ceph-mon[31459]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:00.298 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:11:59 smithi008 ceph-mon[29664]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:00.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:11:59 smithi029 ceph-mon[31500]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:01.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T06:12:01.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:01.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T06:12:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T06:12:01.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:01.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:01.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:02.147 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:01 smithi008 ceph-mon[29664]: Deploying daemon osd.0 on smithi008 2024-02-10T06:12:02.148 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:01 smithi008 ceph-mon[29664]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:02.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:01 smithi060 ceph-mon[31459]: Deploying daemon osd.0 on smithi008 2024-02-10T06:12:02.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:01 smithi060 ceph-mon[31459]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:02.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:01 smithi029 ceph-mon[31500]: Deploying daemon osd.0 on smithi008 2024-02-10T06:12:02.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:01 smithi029 ceph-mon[31500]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:03.569 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:03 smithi008 ceph-mon[29664]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:03.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:03 smithi029 ceph-mon[31500]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:03.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:03 smithi060 ceph-mon[31459]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:05.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:05 smithi029 ceph-mon[31500]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:05.732 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:05 smithi008 ceph-mon[29664]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:05.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:05 smithi060 ceph-mon[31459]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:07.999 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.000 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:07 smithi008 ceph-mon[29664]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:08.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:08.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:08.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:08.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:07 smithi060 ceph-mon[31459]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:08.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:08.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:08.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:08.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:08.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:07 smithi029 ceph-mon[31500]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:09 smithi060 ceph-mon[31459]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:09 smithi008 ceph-mon[29664]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:10.349 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:09 smithi029 ceph-mon[31500]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:10.792 INFO:teuthology.orchestra.run.smithi008.stdout:Created osd(s) 0 on host 'smithi008' 2024-02-10T06:12:11.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T06:12:11.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:11.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:12:11.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:11.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:11.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:11.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:11.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:11.527 DEBUG:teuthology.orchestra.run.smithi008:osd.0> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.0.service 2024-02-10T06:12:11.530 INFO:tasks.cephadm:Deploying osd.1 on smithi029 with /dev/vg_nvme/lv_4... 2024-02-10T06:12:11.530 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T06:12:11.882 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.b/config 2024-02-10T06:12:12.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-mon[29664]: Adjusting osd_memory_target on smithi008 to 16069M 2024-02-10T06:12:12.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-mon[29664]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T06:12:12.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-mon[29664]: osdmap e6: 1 total, 0 up, 1 in 2024-02-10T06:12:12.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-mon[29664]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-10T06:12:12.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:12.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-mon[29664]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:12.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:12 smithi029 ceph-mon[31500]: Adjusting osd_memory_target on smithi008 to 16069M 2024-02-10T06:12:12.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:12 smithi029 ceph-mon[31500]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T06:12:12.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:12 smithi029 ceph-mon[31500]: osdmap e6: 1 total, 0 up, 1 in 2024-02-10T06:12:12.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:12 smithi029 ceph-mon[31500]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-10T06:12:12.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:12 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:12.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:12 smithi029 ceph-mon[31500]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:12.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:12 smithi060 ceph-mon[31459]: Adjusting osd_memory_target on smithi008 to 16069M 2024-02-10T06:12:12.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:12 smithi060 ceph-mon[31459]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T06:12:12.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:12 smithi060 ceph-mon[31459]: osdmap e6: 1 total, 0 up, 1 in 2024-02-10T06:12:12.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:12 smithi060 ceph-mon[31459]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]: dispatch 2024-02-10T06:12:12.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:12 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:12.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:12 smithi060 ceph-mon[31459]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:12.830 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0[40323]: 2024-02-10T06:12:12.336+0000 7fa6d40c3700 -1 osd.0 0 waiting for initial osdmap 2024-02-10T06:12:12.830 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:12:12 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0[40323]: 2024-02-10T06:12:12.338+0000 7fa6cbeae700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T06:12:13.210 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:13 smithi029 ceph-mon[31500]: purged_snaps scrub starts 2024-02-10T06:12:13.210 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:13 smithi029 ceph-mon[31500]: purged_snaps scrub ok 2024-02-10T06:12:13.210 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:13 smithi029 ceph-mon[31500]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-10T06:12:13.210 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:13 smithi029 ceph-mon[31500]: osdmap e7: 1 total, 0 up, 1 in 2024-02-10T06:12:13.210 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:13 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:13.210 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:13 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:13.210 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:13 smithi029 ceph-mon[31500]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' 2024-02-10T06:12:13.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:13 smithi008 ceph-mon[29664]: purged_snaps scrub starts 2024-02-10T06:12:13.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:13 smithi008 ceph-mon[29664]: purged_snaps scrub ok 2024-02-10T06:12:13.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:13 smithi008 ceph-mon[29664]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-10T06:12:13.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:13 smithi008 ceph-mon[29664]: osdmap e7: 1 total, 0 up, 1 in 2024-02-10T06:12:13.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:13 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:13.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:13 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:13.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:13 smithi008 ceph-mon[29664]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' 2024-02-10T06:12:13.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:13 smithi060 ceph-mon[31459]: purged_snaps scrub starts 2024-02-10T06:12:13.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:13 smithi060 ceph-mon[31459]: purged_snaps scrub ok 2024-02-10T06:12:13.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:13 smithi060 ceph-mon[31459]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi008", "root=default"]}]': finished 2024-02-10T06:12:13.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:13 smithi060 ceph-mon[31459]: osdmap e7: 1 total, 0 up, 1 in 2024-02-10T06:12:13.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:13 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:13.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:13 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:13.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:13 smithi060 ceph-mon[31459]: from='osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415]' entity='osd.0' 2024-02-10T06:12:13.788 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T06:12:13.788 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T06:12:13.788 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2024-02-10T06:12:13.788 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2024-02-10T06:12:13.788 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00837497 s, 1.3 GB/s 2024-02-10T06:12:13.788 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2024-02-10T06:12:14.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:14 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:14.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:14 smithi008 ceph-mon[29664]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:14.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:14 smithi008 ceph-mon[29664]: osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415] boot 2024-02-10T06:12:14.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:14 smithi008 ceph-mon[29664]: osdmap e8: 1 total, 1 up, 1 in 2024-02-10T06:12:14.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:14 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:14.369 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:14 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:14.369 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:14 smithi029 ceph-mon[31500]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:14.369 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:14 smithi029 ceph-mon[31500]: osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415] boot 2024-02-10T06:12:14.369 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:14 smithi029 ceph-mon[31500]: osdmap e8: 1 total, 1 up, 1 in 2024-02-10T06:12:14.369 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:14 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:14.399 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2024-02-10T06:12:14.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:14 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:14.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:14 smithi060 ceph-mon[31459]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T06:12:14.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:14 smithi060 ceph-mon[31459]: osd.0 [v2:172.21.15.8:6802/3495304415,v1:172.21.15.8:6803/3495304415] boot 2024-02-10T06:12:14.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:14 smithi060 ceph-mon[31459]: osdmap e8: 1 total, 1 up, 1 in 2024-02-10T06:12:14.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:14 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:12:14.640 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.b/config 2024-02-10T06:12:16.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:16 smithi029 ceph-mon[31500]: osdmap e9: 1 total, 1 up, 1 in 2024-02-10T06:12:16.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:16 smithi029 ceph-mon[31500]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:16.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:16 smithi060 ceph-mon[31459]: osdmap e9: 1 total, 1 up, 1 in 2024-02-10T06:12:16.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:16 smithi060 ceph-mon[31459]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:16.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:16 smithi008 ceph-mon[29664]: osdmap e9: 1 total, 1 up, 1 in 2024-02-10T06:12:16.620 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:16 smithi008 ceph-mon[29664]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:17.280 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:17 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:12:17.281 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:17 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:12:17.281 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:17 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:17.311 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:17 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:12:17.312 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:17 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:12:17.312 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:17 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:17.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:17 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:12:17.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:17 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:12:17.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:17 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:18.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:18 smithi029 ceph-mon[31500]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:12:18.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:18 smithi029 ceph-mon[31500]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:18.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:18 smithi060 ceph-mon[31459]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:12:18.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:18 smithi060 ceph-mon[31459]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:18.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:18 smithi008 ceph-mon[29664]: from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:12:18.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:18 smithi008 ceph-mon[29664]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:20.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:19 smithi060 ceph-mon[31459]: from='client.? 172.21.15.29:0/4046263061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]: dispatch 2024-02-10T06:12:20.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:19 smithi060 ceph-mon[31459]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]: dispatch 2024-02-10T06:12:20.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:19 smithi060 ceph-mon[31459]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]': finished 2024-02-10T06:12:20.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:19 smithi060 ceph-mon[31459]: osdmap e10: 2 total, 1 up, 2 in 2024-02-10T06:12:20.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:19 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:20.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:19 smithi060 ceph-mon[31459]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:20.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:19 smithi060 ceph-mon[31459]: from='client.? 172.21.15.29:0/2393455313' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:12:20.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:19 smithi008 ceph-mon[29664]: from='client.? 172.21.15.29:0/4046263061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]: dispatch 2024-02-10T06:12:20.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:19 smithi008 ceph-mon[29664]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]: dispatch 2024-02-10T06:12:20.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:19 smithi008 ceph-mon[29664]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]': finished 2024-02-10T06:12:20.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:19 smithi008 ceph-mon[29664]: osdmap e10: 2 total, 1 up, 2 in 2024-02-10T06:12:20.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:19 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:20.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:19 smithi008 ceph-mon[29664]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:20.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:19 smithi008 ceph-mon[29664]: from='client.? 172.21.15.29:0/2393455313' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:12:20.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:19 smithi029 ceph-mon[31500]: from='client.? 172.21.15.29:0/4046263061' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]: dispatch 2024-02-10T06:12:20.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:19 smithi029 ceph-mon[31500]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]: dispatch 2024-02-10T06:12:20.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:19 smithi029 ceph-mon[31500]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "babe61e4-ba2f-4eaa-b35c-3fa2aa306c50"}]': finished 2024-02-10T06:12:20.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:19 smithi029 ceph-mon[31500]: osdmap e10: 2 total, 1 up, 2 in 2024-02-10T06:12:20.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:19 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:20.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:19 smithi029 ceph-mon[31500]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:20.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:19 smithi029 ceph-mon[31500]: from='client.? 172.21.15.29:0/2393455313' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:12:21.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:21 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:21 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:21 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:21 smithi008 ceph-mon[29664]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:21.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:21 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:21 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:21 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:21 smithi029 ceph-mon[31500]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:21.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:21 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:21.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:21 smithi060 ceph-mon[31459]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:23.473 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:23 smithi029 ceph-mon[31500]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:23.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:23 smithi060 ceph-mon[31459]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:23.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:23 smithi008 ceph-mon[29664]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:25.407 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:25 smithi029 ceph-mon[31500]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:25.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:25 smithi060 ceph-mon[31459]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:25.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:25 smithi008 ceph-mon[29664]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:26.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T06:12:26.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:26 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:26.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:26 smithi008 ceph-mon[29664]: Deploying daemon osd.1 on smithi029 2024-02-10T06:12:26.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:26 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T06:12:26.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:26 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:26.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:26 smithi029 ceph-mon[31500]: Deploying daemon osd.1 on smithi029 2024-02-10T06:12:26.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T06:12:26.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:26 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:26.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:26 smithi060 ceph-mon[31459]: Deploying daemon osd.1 on smithi029 2024-02-10T06:12:28.355 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: Detected new or changed devices on smithi008 2024-02-10T06:12:28.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:28.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.356 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:28 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: Detected new or changed devices on smithi008 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:28 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.527 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.527 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.527 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: Detected new or changed devices on smithi008 2024-02-10T06:12:28.527 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.527 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: pgmap v56: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:28.528 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.528 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:28.528 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:28 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:30.082 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:29 smithi029 ceph-mon[31500]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:29 smithi060 ceph-mon[31459]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:30.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:29 smithi008 ceph-mon[29664]: pgmap v57: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:31.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:31 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:31 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:31 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:31 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:31 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:31 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:31 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:31 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:31 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:32.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:32 smithi029 ceph-mon[31500]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:32.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:32 smithi060 ceph-mon[31459]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:32.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:32 smithi008 ceph-mon[29664]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:33.754 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.754 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.754 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:33.754 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:33.754 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:33.754 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.754 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:33.755 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:33 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:33.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:33 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: pgmap v59: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: pgmap v60: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: pgmap v61: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:34.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:33 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:34.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:34 smithi029 ceph-mon[31500]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:12:34.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:34 smithi060 ceph-mon[31459]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:12:35.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:34 smithi008 ceph-mon[29664]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:12:35.771 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:35 smithi029 ceph-mon[31500]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:35.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:35 smithi060 ceph-mon[31459]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:36.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:35 smithi008 ceph-mon[29664]: pgmap v62: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:36.585 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 1 on host 'smithi029' 2024-02-10T06:12:36.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T06:12:36.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T06:12:36.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:36.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:36.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:36.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:12:36.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:36.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:36.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:36.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:36 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:36.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:36.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:36 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:37.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T06:12:37.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T06:12:37.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:12:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:37.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:36 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:37.197 DEBUG:teuthology.orchestra.run.smithi029:osd.1> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.1.service 2024-02-10T06:12:37.200 INFO:tasks.cephadm:Deploying osd.2 on smithi060 with /dev/vg_nvme/lv_4... 2024-02-10T06:12:37.200 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T06:12:37.441 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T06:12:37.843 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: Adjusting osd_memory_target on smithi029 to 16069M 2024-02-10T06:12:37.843 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:37.843 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:37.844 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T06:12:37.844 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: osdmap e11: 2 total, 1 up, 2 in 2024-02-10T06:12:37.844 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:37.844 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: from='osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T06:12:37.844 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:37 smithi060 ceph-mon[31459]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T06:12:38.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: Adjusting osd_memory_target on smithi029 to 16069M 2024-02-10T06:12:38.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:38.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:38.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T06:12:38.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: osdmap e11: 2 total, 1 up, 2 in 2024-02-10T06:12:38.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:38.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: from='osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T06:12:38.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:37 smithi008 ceph-mon[29664]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: Adjusting osd_memory_target on smithi029 to 16069M 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: pgmap v63: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: pgmap v64: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: osdmap e11: 2 total, 1 up, 2 in 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: from='osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T06:12:38.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-mon[31500]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2024-02-10T06:12:38.123 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1[36414]: 2024-02-10T06:12:37.678+0000 7f7d0d4f7700 -1 osd.1 0 waiting for initial osdmap 2024-02-10T06:12:38.123 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:12:37 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1[36414]: 2024-02-10T06:12:37.681+0000 7f7d092ea700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T06:12:38.830 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:38 smithi060 ceph-mon[31459]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-10T06:12:38.830 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:38 smithi060 ceph-mon[31459]: osdmap e12: 2 total, 1 up, 2 in 2024-02-10T06:12:38.831 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:38 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:38.831 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:38 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:38 smithi008 ceph-mon[29664]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-10T06:12:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:38 smithi008 ceph-mon[29664]: osdmap e12: 2 total, 1 up, 2 in 2024-02-10T06:12:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:38 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:39.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:38 smithi029 ceph-mon[31500]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2024-02-10T06:12:39.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:38 smithi029 ceph-mon[31500]: osdmap e12: 2 total, 1 up, 2 in 2024-02-10T06:12:39.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:38 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:39.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:38 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:39.424 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T06:12:39.425 INFO:teuthology.orchestra.run.smithi060.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T06:12:39.425 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10+0 records in 2024-02-10T06:12:39.425 INFO:teuthology.orchestra.run.smithi060.stderr:10+0 records out 2024-02-10T06:12:39.425 INFO:teuthology.orchestra.run.smithi060.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00837143 s, 1.3 GB/s 2024-02-10T06:12:39.425 INFO:teuthology.orchestra.run.smithi060.stderr:--> Zapping successful for: 2024-02-10T06:12:39.902 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:39 smithi060 ceph-mon[31459]: purged_snaps scrub starts 2024-02-10T06:12:39.903 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:39 smithi060 ceph-mon[31459]: purged_snaps scrub ok 2024-02-10T06:12:39.903 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:39 smithi060 ceph-mon[31459]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:39.903 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:39.903 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:39 smithi060 ceph-mon[31459]: osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831] boot 2024-02-10T06:12:39.903 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:39 smithi060 ceph-mon[31459]: osdmap e13: 2 total, 2 up, 2 in 2024-02-10T06:12:39.903 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:40.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:39 smithi008 ceph-mon[29664]: purged_snaps scrub starts 2024-02-10T06:12:40.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:39 smithi008 ceph-mon[29664]: purged_snaps scrub ok 2024-02-10T06:12:40.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:39 smithi008 ceph-mon[29664]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:40.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:40.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:39 smithi008 ceph-mon[29664]: osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831] boot 2024-02-10T06:12:40.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:39 smithi008 ceph-mon[29664]: osdmap e13: 2 total, 2 up, 2 in 2024-02-10T06:12:40.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:39 smithi029 ceph-mon[31500]: purged_snaps scrub starts 2024-02-10T06:12:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:39 smithi029 ceph-mon[31500]: purged_snaps scrub ok 2024-02-10T06:12:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:39 smithi029 ceph-mon[31500]: pgmap v67: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-02-10T06:12:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:39 smithi029 ceph-mon[31500]: osd.1 [v2:172.21.15.29:6800/3762348831,v1:172.21.15.29:6801/3762348831] boot 2024-02-10T06:12:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:39 smithi029 ceph-mon[31500]: osdmap e13: 2 total, 2 up, 2 in 2024-02-10T06:12:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:12:40.925 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:40 smithi060 ceph-mon[31459]: osdmap e14: 2 total, 2 up, 2 in 2024-02-10T06:12:41.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:40 smithi008 ceph-mon[29664]: osdmap e14: 2 total, 2 up, 2 in 2024-02-10T06:12:41.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:40 smithi029 ceph-mon[31500]: osdmap e14: 2 total, 2 up, 2 in 2024-02-10T06:12:41.627 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi060:vg_nvme/lv_4 2024-02-10T06:12:41.899 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:41 smithi060 ceph-mon[31459]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:41.899 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:41.899 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:41.899 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:41 smithi060 ceph-mon[31459]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:41.899 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:41 smithi060 ceph-mon[31459]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:41.899 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:41 smithi008 ceph-mon[29664]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:41 smithi008 ceph-mon[29664]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:41 smithi008 ceph-mon[29664]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:42.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:41 smithi029 ceph-mon[31500]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:42.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:42.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:42.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:41 smithi029 ceph-mon[31500]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:42.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:41 smithi029 ceph-mon[31500]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:42.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:42.303 INFO:teuthology.orchestra.run.smithi060.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.c/config 2024-02-10T06:12:43.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:43 smithi060 ceph-mon[31459]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:44.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:43 smithi008 ceph-mon[29664]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:44.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:43 smithi029 ceph-mon[31500]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:44.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:44 smithi060 ceph-mon[31459]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:12:44.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:44 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:12:44.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:44 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:12:44.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:44 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:45.304 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:44 smithi029 ceph-mon[31500]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:12:45.305 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:44 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:12:45.305 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:44 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:12:45.305 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:44 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:44 smithi008 ceph-mon[29664]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi060:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:12:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:44 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-10T06:12:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:44 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T06:12:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:44 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:46.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:45 smithi008 ceph-mon[29664]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:46.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:45 smithi060 ceph-mon[31459]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:46.250 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:45 smithi029 ceph-mon[31500]: pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:47.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:46 smithi008 ceph-mon[29664]: from='client.? 172.21.15.60:0/3330682100' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]: dispatch 2024-02-10T06:12:47.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:46 smithi008 ceph-mon[29664]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]: dispatch 2024-02-10T06:12:47.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:46 smithi008 ceph-mon[29664]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]': finished 2024-02-10T06:12:47.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:46 smithi008 ceph-mon[29664]: osdmap e15: 3 total, 2 up, 3 in 2024-02-10T06:12:47.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:46 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:12:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:46 smithi060 ceph-mon[31459]: from='client.? 172.21.15.60:0/3330682100' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]: dispatch 2024-02-10T06:12:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:46 smithi060 ceph-mon[31459]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]: dispatch 2024-02-10T06:12:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:46 smithi060 ceph-mon[31459]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]': finished 2024-02-10T06:12:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:46 smithi060 ceph-mon[31459]: osdmap e15: 3 total, 2 up, 3 in 2024-02-10T06:12:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:46 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:12:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:46 smithi029 ceph-mon[31500]: from='client.? 172.21.15.60:0/3330682100' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]: dispatch 2024-02-10T06:12:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:46 smithi029 ceph-mon[31500]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]: dispatch 2024-02-10T06:12:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:46 smithi029 ceph-mon[31500]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "df21f174-882b-4b73-b803-3f098dd3b603"}]': finished 2024-02-10T06:12:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:46 smithi029 ceph-mon[31500]: osdmap e15: 3 total, 2 up, 3 in 2024-02-10T06:12:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:46 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:12:48.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:47 smithi008 ceph-mon[29664]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:48.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:47 smithi008 ceph-mon[29664]: from='client.? 172.21.15.60:0/2779738117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:12:48.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:47 smithi029 ceph-mon[31500]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:48.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:47 smithi029 ceph-mon[31500]: from='client.? 172.21.15.60:0/2779738117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:12:48.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:47 smithi060 ceph-mon[31459]: pgmap v75: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:47 smithi060 ceph-mon[31459]: from='client.? 172.21.15.60:0/2779738117' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T06:12:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:48 smithi008 ceph-mon[29664]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:48 smithi008 ceph-mon[29664]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:49.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:48 smithi029 ceph-mon[31500]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:49.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:48 smithi029 ceph-mon[31500]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:49.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:48 smithi060 ceph-mon[31459]: pgmap v77: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:49.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:48 smithi060 ceph-mon[31459]: pgmap v78: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:51.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:50 smithi029 ceph-mon[31500]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:51.153 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:50 smithi060 ceph-mon[31459]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:51.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:50 smithi008 ceph-mon[29664]: pgmap v79: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:53.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:53.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: Detected new or changed devices on smithi029 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-10T06:12:53.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:52 smithi029 ceph-mon[31500]: Cluster is now healthy 2024-02-10T06:12:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: Detected new or changed devices on smithi029 2024-02-10T06:12:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:53.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:53.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:53.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-10T06:12:53.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:52 smithi060 ceph-mon[31459]: Cluster is now healthy 2024-02-10T06:12:53.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: pgmap v80: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:53.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: pgmap v81: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:53.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: Detected new or changed devices on smithi029 2024-02-10T06:12:53.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:53.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:53.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:53.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:53.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-10T06:12:53.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:52 smithi008 ceph-mon[29664]: Cluster is now healthy 2024-02-10T06:12:53.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:53 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T06:12:53.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:53 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:53.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:53 smithi060 ceph-mon[31459]: Deploying daemon osd.2 on smithi060 2024-02-10T06:12:54.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:53 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T06:12:54.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:53 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:54.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:53 smithi029 ceph-mon[31500]: Deploying daemon osd.2 on smithi060 2024-02-10T06:12:54.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:53 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T06:12:54.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:53 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:54.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:53 smithi008 ceph-mon[29664]: Deploying daemon osd.2 on smithi060 2024-02-10T06:12:55.234 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:54 smithi060 ceph-mon[31459]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:55.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:54 smithi008 ceph-mon[29664]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:55.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:54 smithi029 ceph-mon[31500]: pgmap v82: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:57.182 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:56 smithi060 ceph-mon[31459]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:57.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:56 smithi008 ceph-mon[29664]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:57.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:56 smithi029 ceph-mon[31500]: pgmap v83: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:59.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:58 smithi060 ceph-mon[31459]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:59.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:58 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:58 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:58 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:59.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:58 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:59.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:58 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:59.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:12:58 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:58 smithi008 ceph-mon[29664]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:59.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:59.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:59.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:59.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:12:58 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:58 smithi029 ceph-mon[31500]: pgmap v84: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:12:59.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:58 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:58 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:12:59.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:58 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:12:59.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:58 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:12:59.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:58 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:12:59.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:12:58 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:00 smithi060 ceph-mon[31459]: pgmap v85: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:00.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:00 smithi008 ceph-mon[29664]: pgmap v85: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:00.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:00.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:00 smithi029 ceph-mon[31500]: pgmap v85: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:01.872 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:01 smithi060 ceph-mon[31459]: from='osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T06:13:01.872 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:01 smithi060 ceph-mon[31459]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T06:13:02.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:01 smithi008 ceph-mon[29664]: from='osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T06:13:02.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:01 smithi008 ceph-mon[29664]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T06:13:02.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:01 smithi029 ceph-mon[31500]: from='osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T06:13:02.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:01 smithi029 ceph-mon[31500]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T06:13:02.287 INFO:teuthology.orchestra.run.smithi060.stdout:Created osd(s) 2 on host 'smithi060' 2024-02-10T06:13:02.867 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T06:13:02.867 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: osdmap e16: 3 total, 2 up, 3 in 2024-02-10T06:13:02.867 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-02-10T06:13:02.867 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:02.867 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-02-10T06:13:02.867 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.868 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-mon[31459]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-02-10T06:13:02.895 DEBUG:teuthology.orchestra.run.smithi060:osd.2> sudo journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.2.service 2024-02-10T06:13:02.897 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-02-10T06:13:02.897 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T06:13:02.927 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T06:13:02.927 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: osdmap e16: 3 total, 2 up, 3 in 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:02.928 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:02 smithi008 ceph-mon[29664]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-02-10T06:13:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T06:13:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: osdmap e16: 3 total, 2 up, 3 in 2024-02-10T06:13:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-02-10T06:13:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]: dispatch 2024-02-10T06:13:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: pgmap v87: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:03.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:02 smithi029 ceph-mon[31500]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi060", "root=default"]}]': finished 2024-02-10T06:13:03.136 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2[36545]: 2024-02-10T06:13:02.955+0000 7f61f30a8700 -1 osd.2 0 waiting for initial osdmap 2024-02-10T06:13:03.136 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:02 smithi060 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2[36545]: 2024-02-10T06:13:02.958+0000 7f61eae93700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T06:13:03.152 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:03.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:03 smithi008 ceph-mon[29664]: Adjusting osd_memory_target on smithi060 to 20165M 2024-02-10T06:13:03.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:03 smithi008 ceph-mon[29664]: osdmap e17: 3 total, 2 up, 3 in 2024-02-10T06:13:03.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:03 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:03.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:03 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:03.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:03 smithi008 ceph-mon[29664]: from='osd.2 ' entity='osd.2' 2024-02-10T06:13:03.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:03 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:03.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:03 smithi060 ceph-mon[31459]: Adjusting osd_memory_target on smithi060 to 20165M 2024-02-10T06:13:03.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:03 smithi060 ceph-mon[31459]: osdmap e17: 3 total, 2 up, 3 in 2024-02-10T06:13:03.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:03 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:03.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:03 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:03.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:03 smithi060 ceph-mon[31459]: from='osd.2 ' entity='osd.2' 2024-02-10T06:13:03.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:03 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:04.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:03 smithi029 ceph-mon[31500]: Adjusting osd_memory_target on smithi060 to 20165M 2024-02-10T06:13:04.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:03 smithi029 ceph-mon[31500]: osdmap e17: 3 total, 2 up, 3 in 2024-02-10T06:13:04.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:03 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:04.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:03 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:04.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:03 smithi029 ceph-mon[31500]: from='osd.2 ' entity='osd.2' 2024-02-10T06:13:04.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:03 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:05.017 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:04 smithi060 ceph-mon[31459]: purged_snaps scrub starts 2024-02-10T06:13:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:04 smithi060 ceph-mon[31459]: purged_snaps scrub ok 2024-02-10T06:13:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:04 smithi060 ceph-mon[31459]: pgmap v89: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:04 smithi060 ceph-mon[31459]: osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591] boot 2024-02-10T06:13:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:04 smithi060 ceph-mon[31459]: osdmap e18: 3 total, 3 up, 3 in 2024-02-10T06:13:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:04 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:05.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:04 smithi008 ceph-mon[29664]: purged_snaps scrub starts 2024-02-10T06:13:05.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:04 smithi008 ceph-mon[29664]: purged_snaps scrub ok 2024-02-10T06:13:05.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:04 smithi008 ceph-mon[29664]: pgmap v89: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:05.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:04 smithi008 ceph-mon[29664]: osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591] boot 2024-02-10T06:13:05.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:04 smithi008 ceph-mon[29664]: osdmap e18: 3 total, 3 up, 3 in 2024-02-10T06:13:05.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:04 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:05.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:04 smithi029 ceph-mon[31500]: purged_snaps scrub starts 2024-02-10T06:13:05.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:04 smithi029 ceph-mon[31500]: purged_snaps scrub ok 2024-02-10T06:13:05.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:04 smithi029 ceph-mon[31500]: pgmap v89: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-02-10T06:13:05.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:04 smithi029 ceph-mon[31500]: osd.2 [v2:172.21.15.60:6800/1624203591,v1:172.21.15.60:6801/1624203591] boot 2024-02-10T06:13:05.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:04 smithi029 ceph-mon[31500]: osdmap e18: 3 total, 3 up, 3 in 2024-02-10T06:13:05.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:04 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:13:06.005 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1707545583,"num_in_osds":3,"osd_in_since":1707545566,"num_remapped_pgs":0} 2024-02-10T06:13:06.006 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T06:13:06.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:05 smithi060 ceph-mon[31459]: osdmap e19: 3 total, 3 up, 3 in 2024-02-10T06:13:06.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:05 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/613558786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T06:13:06.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-10T06:13:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:05 smithi008 ceph-mon[29664]: osdmap e19: 3 total, 3 up, 3 in 2024-02-10T06:13:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:05 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/613558786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T06:13:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-10T06:13:06.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:05 smithi029 ceph-mon[31500]: osdmap e19: 3 total, 3 up, 3 in 2024-02-10T06:13:06.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:05 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/613558786' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T06:13:06.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-02-10T06:13:06.525 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:07.302 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:06 smithi008 ceph-mon[29664]: pgmap v92: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:07.302 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:06 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-10T06:13:07.302 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:06 smithi008 ceph-mon[29664]: osdmap e20: 3 total, 3 up, 3 in 2024-02-10T06:13:07.302 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:06 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T06:13:07.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:06 smithi029 ceph-mon[31500]: pgmap v92: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:07.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:06 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-10T06:13:07.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:06 smithi029 ceph-mon[31500]: osdmap e20: 3 total, 3 up, 3 in 2024-02-10T06:13:07.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:06 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T06:13:07.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:06 smithi060 ceph-mon[31459]: pgmap v92: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:07.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:06 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-02-10T06:13:07.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:06 smithi060 ceph-mon[31459]: osdmap e20: 3 total, 3 up, 3 in 2024-02-10T06:13:07.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:06 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-10T06:13:07.580 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42211]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-10T06:13:07.580 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42211]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:07.580 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42211]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:07.580 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42211]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:07.887 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42231]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-10T06:13:07.887 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42231]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:07.887 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42231]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:07.888 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:13:07 smithi008 sudo[42231]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:08.155 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:07 smithi029 sudo[37776]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-10T06:13:08.155 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:07 smithi029 sudo[37776]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:08.155 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:07 smithi029 sudo[37776]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:08.155 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:07 smithi029 sudo[37776]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:08.155 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T06:13:08.156 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:07 smithi029 ceph-mon[31500]: osdmap e21: 3 total, 3 up, 3 in 2024-02-10T06:13:08.156 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.156 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.156 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.156 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.157 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T06:13:08.157 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:07 smithi008 ceph-mon[29664]: osdmap e21: 3 total, 3 up, 3 in 2024-02-10T06:13:08.157 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.157 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.157 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.157 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.427 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-10T06:13:08.428 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:07 smithi060 ceph-mon[31459]: osdmap e21: 3 total, 3 up, 3 in 2024-02-10T06:13:08.428 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.428 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.428 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.428 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:08.622 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:08 smithi029 sudo[37779]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-10T06:13:08.622 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:08 smithi029 sudo[37779]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:08.622 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:08 smithi029 sudo[37779]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:08.622 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:13:08 smithi029 sudo[37779]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:08.691 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37558]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-10T06:13:08.692 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37558]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:08.692 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37558]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:08.692 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37558]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:08.990 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37561]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-10T06:13:08.990 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37561]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:08.990 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37561]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:08.990 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:13:08 smithi060 sudo[37561]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:09.227 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:09.228 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":22,"fsid":"c05472d6-c7da-11ee-95b8-87774f69a715","created":"2024-02-10T06:09:34.864885+0000","modified":"2024-02-10T06:13:07.994091+0000","last_up_change":"2024-02-10T06:13:03.959080+0000","last_in_change":"2024-02-10T06:12:46.738856+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-02-10T06:13:05.597038+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"a346f67d-f9a8-476c-b031-a1738f136950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6803","nonce":3495304415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6805","nonce":3495304415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6809","nonce":3495304415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6807","nonce":3495304415}]},"public_addr":"172.21.15.8:6803/3495304415","cluster_addr":"172.21.15.8:6805/3495304415","heartbeat_back_addr":"172.21.15.8:6809/3495304415","heartbeat_front_addr":"172.21.15.8:6807/3495304415","state":["exists","up"]},{"osd":1,"uuid":"babe61e4-ba2f-4eaa-b35c-3fa2aa306c50","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6801","nonce":3762348831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6803","nonce":3762348831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6807","nonce":3762348831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6805","nonce":3762348831}]},"public_addr":"172.21.15.29:6801/3762348831","cluster_addr":"172.21.15.29:6803/3762348831","heartbeat_back_addr":"172.21.15.29:6807/3762348831","heartbeat_front_addr":"172.21.15.29:6805/3762348831","state":["exists","up"]},{"osd":2,"uuid":"df21f174-882b-4b73-b803-3f098dd3b603","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.60:6800","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6801","nonce":1624203591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6803","nonce":1624203591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6807","nonce":1624203591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6805","nonce":1624203591}]},"public_addr":"172.21.15.60:6801/1624203591","cluster_addr":"172.21.15.60:6803/1624203591","heartbeat_back_addr":"172.21.15.60:6807/1624203591","heartbeat_front_addr":"172.21.15.60:6805/1624203591","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:12:11.076103+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:12:36.774908+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:13:02.565726+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/1796829425":"2024-02-11T06:10:35.255764+0000","172.21.15.8:6801/1117561583":"2024-02-11T06:10:35.255764+0000","172.21.15.8:6800/1117561583":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/3720625113":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/1821102159":"2024-02-11T06:10:07.919883+0000","172.21.15.8:0/3882154284":"2024-02-11T06:10:07.919883+0000","172.21.15.8:6800/2073816797":"2024-02-11T06:10:07.919883+0000","172.21.15.8:6801/2073816797":"2024-02-11T06:10:07.919883+0000","172.21.15.8:0/3907956394":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/1015924446":"2024-02-11T06:10:07.919883+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T06:13:09.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:08 smithi008 sudo[42302]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-10T06:13:09.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:08 smithi008 sudo[42302]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:09.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:08 smithi008 sudo[42302]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:09.228 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:08 smithi008 sudo[42302]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:09.502 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 ceph-mon[31459]: pgmap v95: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:09.502 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 ceph-mon[31459]: osdmap e22: 3 total, 3 up, 3 in 2024-02-10T06:13:09.502 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:09.502 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:09.502 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 ceph-mon[31459]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:09.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 sudo[42343]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-10T06:13:09.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 sudo[42343]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:09.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 sudo[42343]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:09.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 sudo[42343]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 ceph-mon[29664]: pgmap v95: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 ceph-mon[29664]: osdmap e22: 3 total, 3 up, 3 in 2024-02-10T06:13:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:09 smithi008 ceph-mon[29664]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:09 smithi029 ceph-mon[31500]: pgmap v95: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:09 smithi029 ceph-mon[31500]: osdmap e22: 3 total, 3 up, 3 in 2024-02-10T06:13:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:09 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:09 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:09 smithi029 ceph-mon[31500]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:09.764 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37564]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-10T06:13:09.764 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37564]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:09.764 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37564]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:09.764 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37564]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:09.837 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-02-10T06:13:05.597038+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_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-02-10T06:13:09.837 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-02-10T06:13:10.076 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37567]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-10T06:13:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37567]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37567]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:09 smithi060 sudo[37567]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:10.286 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37782]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-10T06:13:10.286 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37782]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:10.287 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37782]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:10.287 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37782]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:10.496 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/2630794879' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:10.496 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:10.496 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.496 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.496 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.496 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:10.496 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-10T06:13:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.497 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:10 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37785]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37785]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37785]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 sudo[37785]: pam_unix(sudo:session): session closed for user root 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/2630794879' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:10 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/2630794879' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: mgrmap e15: a(active, since 2m), standbys: b 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:13:10.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:10 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:13:11.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:11 smithi008 ceph-mon[29664]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:11.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:11 smithi008 ceph-mon[29664]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:11.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:11 smithi008 ceph-mon[29664]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:11.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.474 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:11 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:11 smithi029 ceph-mon[31500]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:11.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:11 smithi029 ceph-mon[31500]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:11.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:11 smithi029 ceph-mon[31500]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:11.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:11 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:11 smithi060 ceph-mon[31459]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T06:13:11.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:11 smithi060 ceph-mon[31459]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:11.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:11 smithi060 ceph-mon[31459]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T06:13:11.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:11 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:11.868 INFO:teuthology.orchestra.run.smithi008.stdout:pg_num: 1 2024-02-10T06:13:12.484 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:12 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/2229436190' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T06:13:12.513 INFO:tasks.cephadm:Setting up client nodes... 2024-02-10T06:13:12.513 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-10T06:13:12.513 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-10T06:13:12.513 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-10T06:13:12.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:12 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/2229436190' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T06:13:12.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:12 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/2229436190' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-10T06:13:12.755 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:13.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:13 smithi029 ceph-mon[31500]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:13.512 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:13 smithi008 ceph-mon[29664]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:13.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:13 smithi060 ceph-mon[31459]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:14.586 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:15.320 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:15 smithi008 ceph-mon[29664]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:15.320 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:15 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/357514290' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T06:13:15.352 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6800","nonce":3906714018},{"type":"v1","addr":"172.21.15.8:6801","nonce":3906714018}]},"active_addr":"172.21.15.8:6801/3906714018","active_change":"2024-02-10T06:10:35.255926+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:latest","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.8:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":401179267}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":202888960}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":3491636168}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.8:0","nonce":3996666799}]}]} 2024-02-10T06:13:15.359 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-10T06:13:15.359 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-10T06:13:15.359 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T06:13:15.523 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:15 smithi029 ceph-mon[31500]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:15.523 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:15 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/357514290' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T06:13:15.600 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:15.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:15 smithi060 ceph-mon[31459]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:15.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:15 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/357514290' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T06:13:17.346 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:17.347 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":22,"fsid":"c05472d6-c7da-11ee-95b8-87774f69a715","created":"2024-02-10T06:09:34.864885+0000","modified":"2024-02-10T06:13:07.994091+0000","last_up_change":"2024-02-10T06:13:03.959080+0000","last_in_change":"2024-02-10T06:12:46.738856+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-02-10T06:13:05.597038+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"a346f67d-f9a8-476c-b031-a1738f136950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6803","nonce":3495304415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6805","nonce":3495304415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6809","nonce":3495304415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6807","nonce":3495304415}]},"public_addr":"172.21.15.8:6803/3495304415","cluster_addr":"172.21.15.8:6805/3495304415","heartbeat_back_addr":"172.21.15.8:6809/3495304415","heartbeat_front_addr":"172.21.15.8:6807/3495304415","state":["exists","up"]},{"osd":1,"uuid":"babe61e4-ba2f-4eaa-b35c-3fa2aa306c50","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6801","nonce":3762348831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6803","nonce":3762348831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6807","nonce":3762348831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6805","nonce":3762348831}]},"public_addr":"172.21.15.29:6801/3762348831","cluster_addr":"172.21.15.29:6803/3762348831","heartbeat_back_addr":"172.21.15.29:6807/3762348831","heartbeat_front_addr":"172.21.15.29:6805/3762348831","state":["exists","up"]},{"osd":2,"uuid":"df21f174-882b-4b73-b803-3f098dd3b603","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.60:6800","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6801","nonce":1624203591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6803","nonce":1624203591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6807","nonce":1624203591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6805","nonce":1624203591}]},"public_addr":"172.21.15.60:6801/1624203591","cluster_addr":"172.21.15.60:6803/1624203591","heartbeat_back_addr":"172.21.15.60:6807/1624203591","heartbeat_front_addr":"172.21.15.60:6805/1624203591","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:12:11.076103+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:12:36.774908+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:13:02.565726+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/1796829425":"2024-02-11T06:10:35.255764+0000","172.21.15.8:6801/1117561583":"2024-02-11T06:10:35.255764+0000","172.21.15.8:6800/1117561583":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/3720625113":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/1821102159":"2024-02-11T06:10:07.919883+0000","172.21.15.8:0/3882154284":"2024-02-11T06:10:07.919883+0000","172.21.15.8:6800/2073816797":"2024-02-11T06:10:07.919883+0000","172.21.15.8:6801/2073816797":"2024-02-11T06:10:07.919883+0000","172.21.15.8:0/3907956394":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/1015924446":"2024-02-11T06:10:07.919883+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T06:13:17.542 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:17 smithi060 ceph-mon[31459]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-02-10T06:13:17.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:17 smithi008 ceph-mon[29664]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-02-10T06:13:17.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:17 smithi029 ceph-mon[31500]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-02-10T06:13:18.011 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-10T06:13:18.011 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T06:13:18.250 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:18.536 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:18 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/378759690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:18.557 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:18 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/378759690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:18.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:18 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/378759690' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:19.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:19 smithi008 ceph-mon[29664]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-02-10T06:13:19.553 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:19 smithi060 ceph-mon[31459]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-02-10T06:13:19.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:19 smithi029 ceph-mon[31500]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-02-10T06:13:20.108 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:20.108 INFO:teuthology.orchestra.run.smithi008.stdout:{"epoch":22,"fsid":"c05472d6-c7da-11ee-95b8-87774f69a715","created":"2024-02-10T06:09:34.864885+0000","modified":"2024-02-10T06:13:07.994091+0000","last_up_change":"2024-02-10T06:13:03.959080+0000","last_in_change":"2024-02-10T06:12:46.738856+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-02-10T06:13:05.597038+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_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"a346f67d-f9a8-476c-b031-a1738f136950","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6802","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6803","nonce":3495304415}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6804","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6805","nonce":3495304415}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6808","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6809","nonce":3495304415}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.8:6806","nonce":3495304415},{"type":"v1","addr":"172.21.15.8:6807","nonce":3495304415}]},"public_addr":"172.21.15.8:6803/3495304415","cluster_addr":"172.21.15.8:6805/3495304415","heartbeat_back_addr":"172.21.15.8:6809/3495304415","heartbeat_front_addr":"172.21.15.8:6807/3495304415","state":["exists","up"]},{"osd":1,"uuid":"babe61e4-ba2f-4eaa-b35c-3fa2aa306c50","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6801","nonce":3762348831}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6803","nonce":3762348831}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6807","nonce":3762348831}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":3762348831},{"type":"v1","addr":"172.21.15.29:6805","nonce":3762348831}]},"public_addr":"172.21.15.29:6801/3762348831","cluster_addr":"172.21.15.29:6803/3762348831","heartbeat_back_addr":"172.21.15.29:6807/3762348831","heartbeat_front_addr":"172.21.15.29:6805/3762348831","state":["exists","up"]},{"osd":2,"uuid":"df21f174-882b-4b73-b803-3f098dd3b603","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.60:6800","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6801","nonce":1624203591}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6802","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6803","nonce":1624203591}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6806","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6807","nonce":1624203591}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.60:6804","nonce":1624203591},{"type":"v1","addr":"172.21.15.60:6805","nonce":1624203591}]},"public_addr":"172.21.15.60:6801/1624203591","cluster_addr":"172.21.15.60:6803/1624203591","heartbeat_back_addr":"172.21.15.60:6807/1624203591","heartbeat_front_addr":"172.21.15.60:6805/1624203591","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:12:11.076103+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:12:36.774908+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T06:13:02.565726+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.8:0/1796829425":"2024-02-11T06:10:35.255764+0000","172.21.15.8:6801/1117561583":"2024-02-11T06:10:35.255764+0000","172.21.15.8:6800/1117561583":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/3720625113":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/1821102159":"2024-02-11T06:10:07.919883+0000","172.21.15.8:0/3882154284":"2024-02-11T06:10:07.919883+0000","172.21.15.8:6800/2073816797":"2024-02-11T06:10:07.919883+0000","172.21.15.8:6801/2073816797":"2024-02-11T06:10:07.919883+0000","172.21.15.8:0/3907956394":"2024-02-11T06:10:35.255764+0000","172.21.15.8:0/1015924446":"2024-02-11T06:10:07.919883+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-10T06:13:20.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:20 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:20 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:20 smithi008 ceph-mon[29664]: Detected new or changed devices on smithi060 2024-02-10T06:13:20.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:20 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:20 smithi008 ceph-mon[29664]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-02-10T06:13:20.715 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:20 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/2648529162' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:20.743 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-10T06:13:20.744 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-10T06:13:20.744 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-10T06:13:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:20 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:20 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:20 smithi029 ceph-mon[31500]: Detected new or changed devices on smithi060 2024-02-10T06:13:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:20 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:20 smithi029 ceph-mon[31500]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-02-10T06:13:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:20 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/2648529162' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:20.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:20 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:20 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:20 smithi060 ceph-mon[31459]: Detected new or changed devices on smithi060 2024-02-10T06:13:20.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:20 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:20.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:20 smithi060 ceph-mon[31459]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-02-10T06:13:20.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:20 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/2648529162' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T06:13:21.003 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:21.010 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:21.013 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:23.078 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:22 smithi008 ceph-mon[29664]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:23.182 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:22 smithi060 ceph-mon[31459]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:23.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:22 smithi029 ceph-mon[31500]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:25.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:25 smithi008 ceph-mon[29664]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:25.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:25 smithi029 ceph-mon[31500]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:25.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:25 smithi060 ceph-mon[31459]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:25.945 INFO:teuthology.orchestra.run.smithi008.stdout:55834574860 2024-02-10T06:13:25.946 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-10T06:13:27.072 INFO:teuthology.orchestra.run.smithi008.stdout:34359738386 2024-02-10T06:13:27.072 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-10T06:13:27.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:27 smithi008 ceph-mon[29664]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:27.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:27 smithi029 ceph-mon[31500]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:27.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:27 smithi060 ceph-mon[31459]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-02-10T06:13:28.246 INFO:teuthology.orchestra.run.smithi008.stdout:77309411336 2024-02-10T06:13:28.246 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-10T06:13:28.615 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:29.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:29 smithi008 ceph-mon[29664]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:29.271 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.271 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.271 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:29 smithi029 ceph-mon[31500]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:29 smithi060 ceph-mon[31459]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:29.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:29.924 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:30.362 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:31.202 INFO:teuthology.orchestra.run.smithi008.stdout:55834574861 2024-02-10T06:13:31.445 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:31 smithi029 ceph-mon[31500]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:31.445 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:31 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.445 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:31 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.445 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:31 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.445 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:31 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/3275224245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T06:13:31.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:31 smithi008 ceph-mon[29664]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:31.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:31 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:31 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:31 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:31 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3275224245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T06:13:31.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:31 smithi060 ceph-mon[31459]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:31.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:31 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:31 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:31 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:31.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:31 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/3275224245' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T06:13:31.941 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574860 got 55834574861 for osd.1 2024-02-10T06:13:31.942 DEBUG:teuthology.parallel:result is None 2024-02-10T06:13:33.341 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:33 smithi008 ceph-mon[29664]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:33.404 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:33 smithi029 ceph-mon[31500]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:33.660 INFO:teuthology.orchestra.run.smithi008.stdout:34359738387 2024-02-10T06:13:33.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:33 smithi060 ceph-mon[31459]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:34.572 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:34 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/4066669612' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T06:13:34.598 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738386 got 34359738387 for osd.0 2024-02-10T06:13:34.598 DEBUG:teuthology.parallel:result is None 2024-02-10T06:13:34.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:34 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/4066669612' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T06:13:34.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:34 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/4066669612' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T06:13:35.312 INFO:teuthology.orchestra.run.smithi008.stdout:77309411337 2024-02-10T06:13:35.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:35 smithi008 ceph-mon[29664]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:35.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:35 smithi029 ceph-mon[31500]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:35.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:35 smithi060 ceph-mon[31459]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:35.916 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411336 got 77309411337 for osd.2 2024-02-10T06:13:35.917 DEBUG:teuthology.parallel:result is None 2024-02-10T06:13:35.917 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-10T06:13:35.917 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T06:13:36.158 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:36.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:36 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/1322178068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T06:13:36.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:36 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/1322178068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T06:13:36.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:36 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/1322178068' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T06:13:37.487 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:37 smithi008 ceph-mon[29664]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:37.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:37 smithi029 ceph-mon[31500]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:37.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:37 smithi060 ceph-mon[31459]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:37.914 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:37.916 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-02-10T06:13:38.530 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":111,"stamp":"2024-02-10T06:13:37.876039+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92908,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142548,"statfs":{"total":287985106944,"available":287889969152,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002277"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-02-10T06:13:10.301582+0000","last_change":"2024-02-10T06:13:06.993397+0000","last_active":"2024-02-10T06:13:10.301582+0000","last_peered":"2024-02-10T06:13:10.301582+0000","last_clean":"2024-02-10T06:13:10.301582+0000","last_became_active":"2024-02-10T06:13:06.993108+0000","last_became_peered":"2024-02-10T06:13:06.993108+0000","last_unstale":"2024-02-10T06:13:10.301582+0000","last_undegraded":"2024-02-10T06:13:10.301582+0000","last_fullsized":"2024-02-10T06:13:10.301582+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T06:13:05.984822+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T06:13:05.984822+0000","last_clean_scrub_stamp":"2024-02-10T06:13:05.984822+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-02-11T16:54:26.997058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411338,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1],"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.46800000000000003}]},{"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.44700000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738388,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31940,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713212,"statfs":{"total":95995035648,"available":95962329088,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"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 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.32600000000000001}]},{"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.61499999999999999}]}]},{"osd":1,"up_from":13,"seq":55834574862,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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.54200000000000004}]},{"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.52300000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-10T06:13:38.530 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T06:13:38.769 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:39.549 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:39 smithi008 ceph-mon[29664]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:39.549 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:39 smithi008 ceph-mon[29664]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:13:39.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:39 smithi029 ceph-mon[31500]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:39.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:39 smithi029 ceph-mon[31500]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:13:39.681 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:39 smithi060 ceph-mon[31459]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:39.681 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:39 smithi060 ceph-mon[31459]: from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:13:40.606 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:40.608 INFO:teuthology.orchestra.run.smithi008.stderr:dumped all 2024-02-10T06:13:40.931 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:40 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:40.931 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:40 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:40.931 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:40 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:40.932 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:40 smithi008 ceph-mon[29664]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:40.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:40 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:40.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:40 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:40.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:40 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:40.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:40 smithi060 ceph-mon[31459]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:41.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:40 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:41.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:40 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:41.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:40 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:41.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:40 smithi029 ceph-mon[31500]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:41.275 INFO:teuthology.orchestra.run.smithi008.stdout:{"pg_ready":true,"pg_map":{"version":112,"stamp":"2024-02-10T06:13:39.876356+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":92908,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142548,"statfs":{"total":287985106944,"available":287889969152,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002230"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-02-10T06:13:10.301582+0000","last_change":"2024-02-10T06:13:06.993397+0000","last_active":"2024-02-10T06:13:10.301582+0000","last_peered":"2024-02-10T06:13:10.301582+0000","last_clean":"2024-02-10T06:13:10.301582+0000","last_became_active":"2024-02-10T06:13:06.993108+0000","last_became_peered":"2024-02-10T06:13:06.993108+0000","last_unstale":"2024-02-10T06:13:10.301582+0000","last_undegraded":"2024-02-10T06:13:10.301582+0000","last_fullsized":"2024-02-10T06:13:10.301582+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T06:13:05.984822+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T06:13:05.984822+0000","last_clean_scrub_stamp":"2024-02-10T06:13:05.984822+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-02-11T16:54:26.997058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411339,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32564,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712588,"statfs":{"total":95995035648,"available":95961690112,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1],"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.376}]},{"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.45000000000000001}]}]},{"osd":0,"up_from":8,"seq":34359738389,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31940,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713212,"statfs":{"total":95995035648,"available":95962329088,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"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":"Sat Feb 10 06:13:38 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.47399999999999998}]},{"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.379}]}]},{"osd":1,"up_from":13,"seq":55834574863,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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":"Sat Feb 10 06:13:39 2024","interfaces":[{"interface":"back","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.66900000000000004},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.65000000000000002}]},{"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.41999999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-10T06:13:41.276 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-10T06:13:41.276 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-10T06:13:41.276 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-10T06:13:41.276 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-10T06:13:41.523 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:41.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:41 smithi060 ceph-mon[31459]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:13:41.984 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:41 smithi008 ceph-mon[29664]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:13:42.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:41 smithi029 ceph-mon[31500]: from='client.14373 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:13:42.910 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:42 smithi008 ceph-mon[29664]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:42.988 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:42 smithi060 ceph-mon[31459]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:43.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:42 smithi029 ceph-mon[31500]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:43.381 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:13:43.381 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-10T06:13:43.969 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:43 smithi008 ceph-mon[29664]: from='client.? 172.21.15.8:0/3454283112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T06:13:43.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:43 smithi060 ceph-mon[31459]: from='client.? 172.21.15.8:0/3454283112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T06:13:43.998 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-10T06:13:43.998 INFO:tasks.cephadm:Setup complete, yielding 2024-02-10T06:13:43.999 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T06:13:44.013 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi008.front.sepia.ceph.com 2024-02-10T06:13:44.013 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c05472d6-c7da-11ee-95b8-87774f69a715 -- bash -c 'set -e 2024-02-10T06:13:44.013 DEBUG:teuthology.orchestra.run.smithi008:> set -x 2024-02-10T06:13:44.013 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch apply node-exporter 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch apply grafana 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch apply alertmanager 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch apply prometheus 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> sleep 240 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch ls 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch ps 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch host ls 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> # check each host node-exporter metrics endpoint is responsive 2024-02-10T06:13:44.014 DEBUG:teuthology.orchestra.run.smithi008:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> for ip in $ALL_HOST_IPS; do 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${ip}:9100/metric 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> done 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> # check grafana endpoints are responsive and database health is okay 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> # stop mon daemon in order to trigger an alert 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> ceph orch daemon stop $MON_DAEMON 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> sleep 120 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> # check prometheus endpoints are responsive and mon down alert is firing 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-02-10T06:13:44.015 DEBUG:teuthology.orchestra.run.smithi008:> # check alertmanager endpoints are responsive and mon down alert is active 2024-02-10T06:13:44.016 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-02-10T06:13:44.016 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-02-10T06:13:44.016 DEBUG:teuthology.orchestra.run.smithi008:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-02-10T06:13:44.016 DEBUG:teuthology.orchestra.run.smithi008:> ' 2024-02-10T06:13:44.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:43 smithi029 ceph-mon[31500]: from='client.? 172.21.15.8:0/3454283112' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T06:13:44.260 INFO:teuthology.orchestra.run.smithi008.stderr:Inferring config /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/mon.a/config 2024-02-10T06:13:45.359 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:45 smithi008 ceph-mon[29664]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:45.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:45 smithi029 ceph-mon[31500]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:45.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:45 smithi060 ceph-mon[31459]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:45.804 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch apply node-exporter 2024-02-10T06:13:46.056 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled node-exporter update... 2024-02-10T06:13:46.068 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch apply grafana 2024-02-10T06:13:46.400 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled grafana update... 2024-02-10T06:13:46.413 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch apply alertmanager 2024-02-10T06:13:46.784 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled alertmanager update... 2024-02-10T06:13:46.796 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch apply prometheus 2024-02-10T06:13:47.151 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled prometheus update... 2024-02-10T06:13:47.162 INFO:teuthology.orchestra.run.smithi008.stderr:+ sleep 240 2024-02-10T06:13:47.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:47.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:47.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: Saving service node-exporter spec with placement * 2024-02-10T06:13:47.300 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:13:47.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:13:47.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:13:47.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: Deploying daemon node-exporter.smithi008 on smithi008 2024-02-10T06:13:47.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: Saving service node-exporter spec with placement * 2024-02-10T06:13:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:13:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:13:47.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:13:47.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: Deploying daemon node-exporter.smithi008 on smithi008 2024-02-10T06:13:47.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: Saving service node-exporter spec with placement * 2024-02-10T06:13:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:13:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:13:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:13:47.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: Deploying daemon node-exporter.smithi008 on smithi008 2024-02-10T06:13:47.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:47.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:48.406 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:48 smithi008 ceph-mon[29664]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.406 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:48 smithi008 ceph-mon[29664]: Saving service grafana spec with placement count:1 2024-02-10T06:13:48.406 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:48 smithi008 ceph-mon[29664]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.407 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:48 smithi008 ceph-mon[29664]: Saving service alertmanager spec with placement count:1 2024-02-10T06:13:48.407 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:48 smithi008 ceph-mon[29664]: from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.407 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:48 smithi008 ceph-mon[29664]: Saving service prometheus spec with placement count:1 2024-02-10T06:13:48.407 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:48 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:48 smithi060 ceph-mon[31459]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:48 smithi060 ceph-mon[31459]: Saving service grafana spec with placement count:1 2024-02-10T06:13:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:48 smithi060 ceph-mon[31459]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:48 smithi060 ceph-mon[31459]: Saving service alertmanager spec with placement count:1 2024-02-10T06:13:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:48 smithi060 ceph-mon[31459]: from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:48 smithi060 ceph-mon[31459]: Saving service prometheus spec with placement count:1 2024-02-10T06:13:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:48 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:48.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:48 smithi029 ceph-mon[31500]: from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:48 smithi029 ceph-mon[31500]: Saving service grafana spec with placement count:1 2024-02-10T06:13:48.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:48 smithi029 ceph-mon[31500]: from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:48 smithi029 ceph-mon[31500]: Saving service alertmanager spec with placement count:1 2024-02-10T06:13:48.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:48 smithi029 ceph-mon[31500]: from='client.14403 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:13:48.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:48 smithi029 ceph-mon[31500]: Saving service prometheus spec with placement count:1 2024-02-10T06:13:48.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:48 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:49 smithi008 ceph-mon[29664]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:49 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:49 smithi060 ceph-mon[31459]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:49.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:49 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:49 smithi029 ceph-mon[31500]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:49.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:49.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:49 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:51 smithi008 ceph-mon[29664]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:51.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:51 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.568 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:51 smithi029 ceph-mon[31500]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:51.568 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.568 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.569 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.569 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.569 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.569 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:51 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:51 smithi060 ceph-mon[31459]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:51.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:51 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:52 smithi008 ceph-mon[29664]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:52.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:52 smithi008 ceph-mon[29664]: Deploying daemon node-exporter.smithi029 on smithi029 2024-02-10T06:13:52.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:52 smithi008 ceph-mon[29664]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:52.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:52 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.500 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:52 smithi029 ceph-mon[31500]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:52.500 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:52 smithi029 ceph-mon[31500]: Deploying daemon node-exporter.smithi029 on smithi029 2024-02-10T06:13:52.500 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.500 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.500 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:52 smithi029 ceph-mon[31500]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:52.500 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:52 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:52 smithi060 ceph-mon[31459]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:52 smithi060 ceph-mon[31459]: Deploying daemon node-exporter.smithi029 on smithi029 2024-02-10T06:13:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:52 smithi060 ceph-mon[31459]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:52.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:52 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:53.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:53 smithi029 ceph-mon[31500]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:53.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:53 smithi060 ceph-mon[31459]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:53.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:53 smithi008 ceph-mon[29664]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:55.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:55 smithi029 ceph-mon[31500]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:55 smithi060 ceph-mon[31459]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:55.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:55 smithi008 ceph-mon[29664]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:57.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:56 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:56 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:56 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:56 smithi029 ceph-mon[31500]: Deploying daemon node-exporter.smithi060 on smithi060 2024-02-10T06:13:57.167 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:56 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.168 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:56 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.168 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:56 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.168 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:56 smithi060 ceph-mon[31459]: Deploying daemon node-exporter.smithi060 on smithi060 2024-02-10T06:13:57.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:56 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:56 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:56 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:13:57.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:56 smithi008 ceph-mon[29664]: Deploying daemon node-exporter.smithi060 on smithi060 2024-02-10T06:13:58.201 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:13:57 smithi060 ceph-mon[31459]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:58.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:13:57 smithi008 ceph-mon[29664]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:13:58.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:13:57 smithi029 ceph-mon[31500]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:00.467 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:00 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:00.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:00.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:00 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:00.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:00.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:00.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:00 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:01.366 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:01 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.367 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:01 smithi029 ceph-mon[31500]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:01.367 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:01 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.367 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:01 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:01.367 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:01 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:01.367 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:01 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:01.367 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:01 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.436 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:01 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.436 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:01 smithi060 ceph-mon[31459]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:01.436 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:01 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.436 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:01 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:01.436 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:01 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:01.436 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:01 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:01.436 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:01 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:01 smithi008 ceph-mon[29664]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:01.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:01.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:01.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:01.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:01.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:01 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:02.375 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:02 smithi060 ceph-mon[31459]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:02.375 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:02 smithi060 ceph-mon[31459]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:02.549 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:02 smithi008 ceph-mon[29664]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:02.549 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:02 smithi008 ceph-mon[29664]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:02.617 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:02 smithi029 ceph-mon[31500]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:02.617 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:02 smithi029 ceph-mon[31500]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:04.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:04 smithi008 ceph-mon[29664]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:04.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:04 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:04 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:04 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:04 smithi029 ceph-mon[31500]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:04.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:04 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:04 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:04 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.580 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:04 smithi060 ceph-mon[31459]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:04.580 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:04 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.580 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:04 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:04.580 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:04 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.828 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.828 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.828 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.828 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.828 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.828 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.828 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: Deploying daemon grafana.smithi008 on smithi008 2024-02-10T06:14:05.829 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:05 smithi060 ceph-mon[31459]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:05.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: Deploying daemon grafana.smithi008 on smithi008 2024-02-10T06:14:05.832 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:05 smithi008 ceph-mon[29664]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:05.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.874 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T06:14:05.874 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-10T06:14:05.874 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:05.874 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: Deploying daemon grafana.smithi008 on smithi008 2024-02-10T06:14:05.874 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:05 smithi029 ceph-mon[31500]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:07.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:07 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:07 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:07 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:08.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:08 smithi008 ceph-mon[29664]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:08.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:08 smithi029 ceph-mon[31500]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:08.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:08 smithi060 ceph-mon[31459]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:10.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:10 smithi008 ceph-mon[29664]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:10 smithi029 ceph-mon[31500]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:10.664 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:10 smithi060 ceph-mon[31459]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:11.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:11 smithi029 ceph-mon[31500]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:11.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:11 smithi060 ceph-mon[31459]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:11.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:11 smithi008 ceph-mon[29664]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:13.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:13 smithi029 ceph-mon[31500]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:13.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:13 smithi060 ceph-mon[31459]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:13.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:13 smithi008 ceph-mon[29664]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:15.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:15 smithi029 ceph-mon[31500]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:15.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:15 smithi060 ceph-mon[31459]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:15.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:15 smithi008 ceph-mon[29664]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:17.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:17 smithi029 ceph-mon[31500]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:17.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:17 smithi060 ceph-mon[31459]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:17.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:17 smithi008 ceph-mon[29664]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:20.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:20 smithi008 ceph-mon[29664]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:20.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:20 smithi029 ceph-mon[31500]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:20.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:20 smithi060 ceph-mon[31459]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:21.597 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:21 smithi029 ceph-mon[31500]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:21.736 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:21 smithi008 ceph-mon[29664]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:21.739 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:21 smithi060 ceph-mon[31459]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:23.407 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:23 smithi029 ceph-mon[31500]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:23.622 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:23 smithi008 ceph-mon[29664]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:23.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:23 smithi060 ceph-mon[31459]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:25.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:24 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:24 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:24 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:25.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:25 smithi060 ceph-mon[31459]: Deploying daemon alertmanager.smithi060 on smithi060 2024-02-10T06:14:25.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:25 smithi060 ceph-mon[31459]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:25.992 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:25 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:26.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:25 smithi029 ceph-mon[31500]: Deploying daemon alertmanager.smithi060 on smithi060 2024-02-10T06:14:26.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:25 smithi029 ceph-mon[31500]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:26.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:25 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:26.274 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:25 smithi008 ceph-mon[29664]: Deploying daemon alertmanager.smithi060 on smithi060 2024-02-10T06:14:26.274 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:25 smithi008 ceph-mon[29664]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:26.274 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:25 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.665 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:27 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.665 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:27 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.665 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:27 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.666 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:27 smithi029 ceph-mon[31500]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:27.690 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:27 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.690 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:27 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.690 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:27 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.690 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:27 smithi008 ceph-mon[29664]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:27.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:27 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:27 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:27 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:27.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:27 smithi060 ceph-mon[31459]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:29 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:30.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.332 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:29 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:29 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:31.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:31 smithi060 ceph-mon[31459]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:31 smithi029 ceph-mon[31500]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:31.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:31 smithi008 ceph-mon[29664]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:33.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:33 smithi029 ceph-mon[31500]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:33.623 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:33 smithi060 ceph-mon[31459]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:33.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:33 smithi008 ceph-mon[29664]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:35.790 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.790 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.790 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.790 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.790 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:35 smithi060 ceph-mon[31459]: Deploying daemon prometheus.smithi029 on smithi029 2024-02-10T06:14:35.790 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:35 smithi060 ceph-mon[31459]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:35.790 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:35 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:35 smithi008 ceph-mon[29664]: Deploying daemon prometheus.smithi029 on smithi029 2024-02-10T06:14:35.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:35 smithi008 ceph-mon[29664]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:35.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:35 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:35 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:35 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:35 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:35 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:35.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:35 smithi029 ceph-mon[31500]: Deploying daemon prometheus.smithi029 on smithi029 2024-02-10T06:14:35.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:35 smithi029 ceph-mon[31500]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:35.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:35 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:37.457 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:37 smithi060 ceph-mon[31459]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:37.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:37 smithi029 ceph-mon[31500]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:37.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:37 smithi008 ceph-mon[29664]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:40.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:39 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:40.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:39 smithi008 ceph-mon[29664]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:40.113 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:39 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:40.114 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:39 smithi060 ceph-mon[31459]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:40.121 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:39 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:40.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:39 smithi029 ceph-mon[31500]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:41.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:41.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:41.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:41 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:41.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:41 smithi060 ceph-mon[31459]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:42.004 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:42.004 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:42.004 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:41 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:42.004 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:41 smithi029 ceph-mon[31500]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:42.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:42.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:41 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:42.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:41 smithi008 ceph-mon[29664]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:43.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:43 smithi029 ceph-mon[31500]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:43.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:43 smithi060 ceph-mon[31459]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:43.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:43 smithi008 ceph-mon[29664]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:45.196 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:44 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.196 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:44 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.196 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:44 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:44 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:44 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:44 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:44 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:44 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:45.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:44 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:46.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:45 smithi008 ceph-mon[29664]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:46.714 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:45 smithi029 ceph-mon[31500]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:46.715 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:45 smithi060 ceph-mon[31459]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:47.205 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.205 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.205 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.205 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-10T06:14:47.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-10T06:14:47.331 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ignoring --setuser ceph since I am not root 2024-02-10T06:14:47.331 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ignoring --setgroup ceph since I am not root 2024-02-10T06:14:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' 2024-02-10T06:14:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:47 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-10T06:14:47.527 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: ignoring --setuser ceph since I am not root 2024-02-10T06:14:47.528 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: ignoring --setgroup ceph since I am not root 2024-02-10T06:14:47.528 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-mgr[33038]: -- 172.21.15.29:0/1128777864 <== mon.2 v2:172.21.15.29:3300/0 3 ==== mon_map magic: 0 v1 ==== 413+0+0 (secure 0 0 0) 0x55b29fe99080 con 0x55b29fe62800 2024-02-10T06:14:47.528 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-mgr[33038]: -- 172.21.15.29:0/1128777864 <== mon.2 v2:172.21.15.29:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b29fe8c1a0 con 0x55b29fe62800 2024-02-10T06:14:47.861 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:47.763+0000 7f34d1e44200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T06:14:47.861 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:47 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:47.860+0000 7f34d1e44200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T06:14:48.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:47.776+0000 7f6abcbc9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-02-10T06:14:48.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:47 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:47.871+0000 7f6abcbc9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T06:14:48.430 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:48 smithi029 ceph-mon[31500]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-10T06:14:48.430 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:48 smithi029 ceph-mon[31500]: mgrmap e16: a(active, since 4m), standbys: b 2024-02-10T06:14:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:48 smithi060 ceph-mon[31459]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-10T06:14:48.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:48 smithi060 ceph-mon[31459]: mgrmap e16: a(active, since 4m), standbys: b 2024-02-10T06:14:48.531 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:48 smithi008 ceph-mon[29664]: from='mgr.14150 172.21.15.8:0/622449324' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-10T06:14:48.531 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:48 smithi008 ceph-mon[29664]: mgrmap e16: a(active, since 4m), standbys: b 2024-02-10T06:14:48.817 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:48 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:48.564+0000 7f34d1e44200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T06:14:48.817 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:48 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:48.659+0000 7f34d1e44200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T06:14:48.817 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:48 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:48.816+0000 7f34d1e44200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T06:14:48.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:48.530+0000 7f6abcbc9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T06:14:48.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:48.625+0000 7f6abcbc9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T06:14:48.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:48.768+0000 7f6abcbc9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T06:14:49.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:48 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:48.914+0000 7f34d1e44200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T06:14:49.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:48.999+0000 7f34d1e44200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T06:14:49.229 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:48.876+0000 7f6abcbc9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T06:14:49.229 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:48 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:48.961+0000 7f6abcbc9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T06:14:49.229 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:49.228+0000 7f6abcbc9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T06:14:49.481 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:49.279+0000 7f34d1e44200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-02-10T06:14:49.481 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:49.391+0000 7f34d1e44200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T06:14:49.481 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:49.480+0000 7f34d1e44200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T06:14:49.528 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:49.341+0000 7f6abcbc9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T06:14:49.528 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:49.429+0000 7f6abcbc9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T06:14:49.528 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:49.526+0000 7f6abcbc9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T06:14:49.757 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:49.578+0000 7f34d1e44200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T06:14:49.757 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:49 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:49.756+0000 7f34d1e44200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T06:14:49.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:49 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:49.705+0000 7f6abcbc9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-02-10T06:14:51.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:50 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:50.699+0000 7f6abcbc9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T06:14:51.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:50 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:50.834+0000 7f6abcbc9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T06:14:51.124 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:50 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:50.741+0000 7f34d1e44200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T06:14:51.124 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:50 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:50.874+0000 7f34d1e44200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T06:14:51.470 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:51.175+0000 7f6abcbc9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T06:14:51.470 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:51.268+0000 7f6abcbc9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T06:14:51.470 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:51.469+0000 7f6abcbc9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:14:51.506 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:51 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:51.212+0000 7f34d1e44200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T06:14:51.506 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:51 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:51.304+0000 7f34d1e44200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T06:14:51.506 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:51 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:51.505+0000 7f34d1e44200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:14:51.829 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:51.661+0000 7f6abcbc9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T06:14:51.872 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:51 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:51.693+0000 7f34d1e44200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T06:14:52.080 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:51.983+0000 7f6abcbc9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:14:52.245 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:51 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:51.983+0000 7f34d1e44200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T06:14:52.246 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:52 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:52.245+0000 7f34d1e44200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T06:14:52.469 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:52 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:52.251+0000 7f6abcbc9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T06:14:52.622 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:52 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:52.486+0000 7f34d1e44200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T06:14:52.798 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:52 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:52.504+0000 7f6abcbc9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T06:14:53.622 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:53 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:53.309+0000 7f34d1e44200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T06:14:53.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:53.363+0000 7f6abcbc9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T06:14:54.217 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:53 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:53.897+0000 7f34d1e44200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T06:14:54.217 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:53 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:53.996+0000 7f34d1e44200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T06:14:54.217 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:54.216+0000 7f34d1e44200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T06:14:54.273 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:53.957+0000 7f6abcbc9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T06:14:54.273 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:54.058+0000 7f6abcbc9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T06:14:54.477 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-mon[31500]: Standby manager daemon b restarted 2024-02-10T06:14:54.477 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-mon[31500]: Standby manager daemon b started 2024-02-10T06:14:54.477 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-mon[31500]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: [10/Feb/2024:06:14:54] ENGINE Bus STARTING 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: CherryPy Checker: 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: The Application mounted at '' has an empty config. 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: [10/Feb/2024:06:14:54] ENGINE Serving on http://:::9283 2024-02-10T06:14:54.478 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:14:54 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b[33034]: [10/Feb/2024:06:14:54] ENGINE Bus STARTED 2024-02-10T06:14:54.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-mon[29664]: Standby manager daemon b restarted 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-mon[29664]: Standby manager daemon b started 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-mon[29664]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:54.287+0000 7f6abcbc9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:14:54] ENGINE Bus STARTING 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: CherryPy Checker: 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: The Application mounted at '' has an empty config. 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:14:54.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:14:54] ENGINE Serving on http://:::9283 2024-02-10T06:14:54.582 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:14:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:14:54] ENGINE Bus STARTED 2024-02-10T06:14:54.710 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:54 smithi060 ceph-mon[31459]: Standby manager daemon b restarted 2024-02-10T06:14:54.711 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:54 smithi060 ceph-mon[31459]: Standby manager daemon b started 2024-02-10T06:14:54.711 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:54 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-02-10T06:14:54.711 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:54 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T06:14:54.711 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:54 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-02-10T06:14:54.711 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:54 smithi060 ceph-mon[31459]: from='mgr.? 172.21.15.29:0/1699673637' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: mgrmap e17: a(active, since 4m), standbys: b 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Active manager daemon a restarted 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Activating manager daemon a 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: osdmap e23: 3 total, 3 up, 3 in 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: mgrmap e18: a(active, starting, since 0.00608328s), standbys: b 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:14:55.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Manager daemon a is now available 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:55.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Updating smithi008:/etc/ceph/ceph.conf 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T06:14:55.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:55 smithi008 ceph-mon[29664]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:55.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: mgrmap e17: a(active, since 4m), standbys: b 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Active manager daemon a restarted 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Activating manager daemon a 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: osdmap e23: 3 total, 3 up, 3 in 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: mgrmap e18: a(active, starting, since 0.00608328s), standbys: b 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T06:14:55.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Manager daemon a is now available 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:55.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Updating smithi008:/etc/ceph/ceph.conf 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:55 smithi029 ceph-mon[31500]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: mgrmap e17: a(active, since 4m), standbys: b 2024-02-10T06:14:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Active manager daemon a restarted 2024-02-10T06:14:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Activating manager daemon a 2024-02-10T06:14:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: osdmap e23: 3 total, 3 up, 3 in 2024-02-10T06:14:55.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: mgrmap e18: a(active, starting, since 0.00608328s), standbys: b 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Manager daemon a is now available 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:55.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]: dispatch 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi008", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi060", "name": "osd_memory_target"}]': finished 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Updating smithi008:/etc/ceph/ceph.conf 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Updating smithi029:/etc/ceph/ceph.conf 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Updating smithi060:/etc/ceph/ceph.conf 2024-02-10T06:14:55.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-02-10T06:14:55.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-02-10T06:14:55.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.conf 2024-02-10T06:14:55.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:55 smithi060 ceph-mon[31459]: Updating smithi008:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: mgrmap e19: a(active, since 1.01079s), standbys: b 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: [10/Feb/2024:06:14:55] ENGINE Bus STARTING 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: [10/Feb/2024:06:14:55] ENGINE Serving on http://172.21.15.8:8765 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: [10/Feb/2024:06:14:55] ENGINE Serving on https://172.21.15.8:7151 2024-02-10T06:14:56.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: [10/Feb/2024:06:14:55] ENGINE Bus STARTED 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.584 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:56 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-02-10T06:14:56.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:56.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: mgrmap e19: a(active, since 1.01079s), standbys: b 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: [10/Feb/2024:06:14:55] ENGINE Bus STARTING 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: [10/Feb/2024:06:14:55] ENGINE Serving on http://172.21.15.8:8765 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: [10/Feb/2024:06:14:55] ENGINE Serving on https://172.21.15.8:7151 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: [10/Feb/2024:06:14:55] ENGINE Bus STARTED 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:56.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:56 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-02-10T06:14:56.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: Updating smithi060:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:56.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2024-02-10T06:14:56.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: mgrmap e19: a(active, since 1.01079s), standbys: b 2024-02-10T06:14:56.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:56.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: Updating smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: [10/Feb/2024:06:14:55] ENGINE Bus STARTING 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: Updating smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: Updating smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/config/ceph.client.admin.keyring 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: [10/Feb/2024:06:14:55] ENGINE Serving on http://172.21.15.8:8765 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: [10/Feb/2024:06:14:55] ENGINE Serving on https://172.21.15.8:7151 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: [10/Feb/2024:06:14:55] ENGINE Bus STARTED 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.742 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: Metadata not up to date on all hosts. Skipping non agent specs 2024-02-10T06:14:56.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:56.743 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:56 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi008", "caps": []}]: dispatch 2024-02-10T06:14:57.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:57 smithi060 ceph-mon[31459]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:57.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:57 smithi060 ceph-mon[31459]: Reconfiguring grafana.smithi008 (dependencies changed)... 2024-02-10T06:14:57.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:57 smithi060 ceph-mon[31459]: Reconfiguring daemon grafana.smithi008 on smithi008 2024-02-10T06:14:57.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:57 smithi008 ceph-mon[29664]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:57.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:57 smithi008 ceph-mon[29664]: Reconfiguring grafana.smithi008 (dependencies changed)... 2024-02-10T06:14:57.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:57 smithi008 ceph-mon[29664]: Reconfiguring daemon grafana.smithi008 on smithi008 2024-02-10T06:14:57.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:57 smithi029 ceph-mon[31500]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:14:57.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:57 smithi029 ceph-mon[31500]: Reconfiguring grafana.smithi008 (dependencies changed)... 2024-02-10T06:14:57.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:57 smithi029 ceph-mon[31500]: Reconfiguring daemon grafana.smithi008 on smithi008 2024-02-10T06:14:58.343 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:58 smithi060 ceph-mon[31459]: mgrmap e20: a(active, since 3s), standbys: b 2024-02-10T06:14:58.343 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:58 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.343 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:58 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.343 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:14:58 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:58 smithi008 ceph-mon[29664]: mgrmap e20: a(active, since 3s), standbys: b 2024-02-10T06:14:58.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:58 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:58 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.415 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:14:58 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:58 smithi029 ceph-mon[31500]: mgrmap e20: a(active, since 3s), standbys: b 2024-02-10T06:14:58.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:58 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:58 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:14:58.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:14:58 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:00.301 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:00 smithi008 ceph-mon[29664]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:00.302 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:00 smithi008 ceph-mon[29664]: mgrmap e21: a(active, since 5s), standbys: b 2024-02-10T06:15:00.302 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:00 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:00.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:00 smithi029 ceph-mon[31500]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:00.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:00 smithi029 ceph-mon[31500]: mgrmap e21: a(active, since 5s), standbys: b 2024-02-10T06:15:00.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:00 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:00.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:00 smithi060 ceph-mon[31459]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:00.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:00 smithi060 ceph-mon[31459]: mgrmap e21: a(active, since 5s), standbys: b 2024-02-10T06:15:00.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:00 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:01.514 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:15:01] "GET /metrics HTTP/1.1" 200 20186 "" "Prometheus/2.43.0" 2024-02-10T06:15:02.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:02 smithi029 ceph-mon[31500]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:02.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:02 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:02 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:02 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:02 smithi060 ceph-mon[31459]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:02.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:02 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:02 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:02 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.526 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:02 smithi008 ceph-mon[29664]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:02.526 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:02 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.526 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:02 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:02.526 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:02 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:03.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:03 smithi008 ceph-mon[29664]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 33 KiB/s rd, 0 B/s wr, 18 op/s 2024-02-10T06:15:03.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:03 smithi008 ceph-mon[29664]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:03.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:03 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:03.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:03 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:03.210 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:03 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-02-10T06:15:03.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:03 smithi029 ceph-mon[31500]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 33 KiB/s rd, 0 B/s wr, 18 op/s 2024-02-10T06:15:03.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:03 smithi029 ceph-mon[31500]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:03.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:03 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:03.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:03 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:03.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:03 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-02-10T06:15:03.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:03 smithi060 ceph-mon[31459]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 33 KiB/s rd, 0 B/s wr, 18 op/s 2024-02-10T06:15:03.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:03 smithi060 ceph-mon[31459]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:03.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:03 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:03.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:03 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:03.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:03 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi029", "caps": []}]: dispatch 2024-02-10T06:15:04.211 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:04 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-02-10T06:15:04.211 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:04 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.211 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:04 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.211 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:04 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.371 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:04 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-02-10T06:15:04.371 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:04 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.371 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:04 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.371 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:04 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.435 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:04 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi060", "caps": []}]: dispatch 2024-02-10T06:15:04.435 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:04 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.435 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:04 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:04.435 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:04 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-10T06:15:05.375 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: Reconfiguring alertmanager.smithi060 (dependencies changed)... 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: Reconfiguring daemon alertmanager.smithi060 on smithi060 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.376 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.377 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:05 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-10T06:15:05.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: Reconfiguring alertmanager.smithi060 (dependencies changed)... 2024-02-10T06:15:05.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: Reconfiguring daemon alertmanager.smithi060 on smithi060 2024-02-10T06:15:05.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:05 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 14 op/s 2024-02-10T06:15:05.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: Reconfiguring alertmanager.smithi060 (dependencies changed)... 2024-02-10T06:15:05.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: Reconfiguring daemon alertmanager.smithi060 on smithi060 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:05.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:05 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:06.225 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:06 smithi029 ceph-mon[31500]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-10T06:15:06.225 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:06 smithi029 ceph-mon[31500]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-10T06:15:06.225 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:06 smithi029 ceph-mon[31500]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-10T06:15:06.225 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:06 smithi029 ceph-mon[31500]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 0 B/s wr, 24 op/s 2024-02-10T06:15:06.225 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:06 smithi029 ceph-mon[31500]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:06.225 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:06 smithi029 ceph-mon[31500]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:06 smithi008 ceph-mon[29664]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-10T06:15:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:06 smithi008 ceph-mon[29664]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-10T06:15:06.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:06 smithi008 ceph-mon[29664]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-10T06:15:06.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:06 smithi008 ceph-mon[29664]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 0 B/s wr, 24 op/s 2024-02-10T06:15:06.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:06 smithi008 ceph-mon[29664]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:06.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:06 smithi008 ceph-mon[29664]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:06.460 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:06 smithi060 ceph-mon[31459]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 22 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-10T06:15:06.460 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:06 smithi060 ceph-mon[31459]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 24 KiB/s rd, 0 B/s wr, 13 op/s 2024-02-10T06:15:06.461 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:06 smithi060 ceph-mon[31459]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 31 KiB/s rd, 0 B/s wr, 17 op/s 2024-02-10T06:15:06.461 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:06 smithi060 ceph-mon[31459]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 44 KiB/s rd, 0 B/s wr, 24 op/s 2024-02-10T06:15:06.461 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:06 smithi060 ceph-mon[31459]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:06.461 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:06 smithi060 ceph-mon[31459]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:07.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:07 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:09.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:09.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.442 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.443 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.443 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:09.443 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:09.443 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.443 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.443 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:09.443 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:10.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:10.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.242 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:10.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:09] ENGINE Bus STOPPING 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:09] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:09] ENGINE Bus STOPPED 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:09] ENGINE Bus STARTING 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:09] ENGINE Serving on http://:::9283 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:09] ENGINE Bus STARTED 2024-02-10T06:15:10.332 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:09 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:09] ENGINE Bus STOPPING 2024-02-10T06:15:10.333 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:10] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-02-10T06:15:10.333 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:10] ENGINE Bus STOPPED 2024-02-10T06:15:10.333 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:10] ENGINE Bus STARTING 2024-02-10T06:15:10.333 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:10] ENGINE Serving on http://:::9283 2024-02-10T06:15:10.333 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:10 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:15:10] ENGINE Bus STARTED 2024-02-10T06:15:10.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:10.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:10.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: Health check update: 2 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:10.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:10.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:10.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:11.288 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:11 smithi060 ceph-mon[31459]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T06:15:11.288 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:11 smithi060 ceph-mon[31459]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T06:15:11.288 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:11 smithi060 ceph-mon[31459]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T06:15:11.288 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:11 smithi060 ceph-mon[31459]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T06:15:11.288 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:11 smithi060 ceph-mon[31459]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:11.289 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:11 smithi060 ceph-mon[31459]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:11.330 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:11 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:15:11] "GET /metrics HTTP/1.1" 200 21526 "" "Prometheus/2.43.0" 2024-02-10T06:15:11.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:11 smithi008 ceph-mon[29664]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T06:15:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:11 smithi008 ceph-mon[29664]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T06:15:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:11 smithi008 ceph-mon[29664]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T06:15:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:11 smithi008 ceph-mon[29664]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T06:15:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:11 smithi008 ceph-mon[29664]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:11.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:11 smithi008 ceph-mon[29664]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:11 smithi029 ceph-mon[31500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-10T06:15:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:11 smithi029 ceph-mon[31500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi008.front.sepia.ceph.com:3000"}]: dispatch 2024-02-10T06:15:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:11 smithi029 ceph-mon[31500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T06:15:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:11 smithi029 ceph-mon[31500]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi060.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T06:15:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:11 smithi029 ceph-mon[31500]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:11.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:11 smithi029 ceph-mon[31500]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.663 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.663 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.663 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.663 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.663 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.664 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:12.664 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:12.664 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:12.664 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.664 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.664 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:12 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:12 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:12.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:12 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:14 smithi008 ceph-mon[29664]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:14 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:14 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:14 smithi008 ceph-mon[29664]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:14 smithi008 ceph-mon[29664]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:14 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:14 smithi029 ceph-mon[31500]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:14 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:14 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:14 smithi029 ceph-mon[31500]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:14 smithi029 ceph-mon[31500]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:14 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:14 smithi060 ceph-mon[31459]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:14 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:14 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:15.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:14 smithi060 ceph-mon[31459]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:14 smithi060 ceph-mon[31459]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:15.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:14 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:17.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:16 smithi029 ceph-mon[31500]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:17.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:16 smithi060 ceph-mon[31459]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:17.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:16 smithi008 ceph-mon[29664]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:19.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:18 smithi029 ceph-mon[31500]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:19.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:18 smithi060 ceph-mon[31459]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:19.283 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:18 smithi008 ceph-mon[29664]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:20.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:20 smithi008 ceph-mon[29664]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:20.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:20 smithi029 ceph-mon[31500]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:20.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:20 smithi060 ceph-mon[31459]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:21.311 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:21 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:15:21] "GET /metrics HTTP/1.1" 200 21526 "" "Prometheus/2.43.0" 2024-02-10T06:15:22.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:22.270 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:22.271 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:22.271 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.271 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:22 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:22.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:22.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:22.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:22 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.495 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.495 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.495 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.496 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.496 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:22.496 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:22.496 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:22.496 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:22.496 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:22.496 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:22 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:23.314 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:23 smithi008 ceph-mon[29664]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:23.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:23 smithi029 ceph-mon[31500]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:23.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:23 smithi060 ceph-mon[31459]: Health check update: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-02-10T06:15:24.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:24 smithi008 ceph-mon[29664]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:24.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:24 smithi029 ceph-mon[31500]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:24.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:24 smithi060 ceph-mon[31459]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:25.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:25 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:25.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:25 smithi008 ceph-mon[29664]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:25.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:25 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:25.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:25 smithi029 ceph-mon[31500]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:25.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:25 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:25.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:25 smithi060 ceph-mon[31459]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:28.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:28 smithi060 ceph-mon[31459]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:28.246 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:28 smithi029 ceph-mon[31500]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:28.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:28 smithi008 ceph-mon[29664]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:30.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:30.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:30.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:30.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:15:30.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:15:30.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:15:30.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:31.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:31 smithi029 ceph-mon[31500]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:31.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:31 smithi029 ceph-mon[31500]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-10T06:15:31.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:31 smithi029 ceph-mon[31500]: Cluster is now healthy 2024-02-10T06:15:31.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:31 smithi060 ceph-mon[31459]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:31.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:31 smithi060 ceph-mon[31459]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-10T06:15:31.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:31 smithi060 ceph-mon[31459]: Cluster is now healthy 2024-02-10T06:15:31.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:31 smithi008 ceph-mon[29664]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:31.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:31 smithi008 ceph-mon[29664]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-02-10T06:15:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:31 smithi008 ceph-mon[29664]: Cluster is now healthy 2024-02-10T06:15:31.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:31 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:15:31] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-02-10T06:15:33.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:33 smithi029 ceph-mon[31500]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:33.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:33 smithi060 ceph-mon[31459]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:33.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:33 smithi008 ceph-mon[29664]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:35.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:35 smithi029 ceph-mon[31500]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:35.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:35 smithi060 ceph-mon[31459]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:35.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:35 smithi008 ceph-mon[29664]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:37.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:37 smithi029 ceph-mon[31500]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:37.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:37 smithi060 ceph-mon[31459]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:37.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:37 smithi008 ceph-mon[29664]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:39.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:39 smithi008 ceph-mon[29664]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:39.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:39 smithi029 ceph-mon[31500]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:39.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:39 smithi060 ceph-mon[31459]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:40.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:41.489 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:41 smithi008 ceph-mon[29664]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:41.489 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:41 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:15:41] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-02-10T06:15:41.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:41 smithi060 ceph-mon[31459]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:41.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:41 smithi029 ceph-mon[31500]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:43.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:43 smithi060 ceph-mon[31459]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:43.567 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:43 smithi008 ceph-mon[29664]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:43.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:43 smithi029 ceph-mon[31500]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:45.424 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:45 smithi029 ceph-mon[31500]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:45.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:45 smithi060 ceph-mon[31459]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:45.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:45 smithi008 ceph-mon[29664]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:47.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:47 smithi029 ceph-mon[31500]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:47.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:47 smithi060 ceph-mon[31459]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:47.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:47 smithi008 ceph-mon[29664]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:49.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:48 smithi060 ceph-mon[31459]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:49.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.242 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:48 smithi029 ceph-mon[31500]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:49.242 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.242 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.242 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:48 smithi008 ceph-mon[29664]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.259 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:50 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.259 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:50 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.259 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:50 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:50 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:50 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:50 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:50 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:50 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:50.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:50 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:15:51.482 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:51 smithi008 ceph-mon[29664]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:51.482 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:15:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:15:51] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-02-10T06:15:51.489 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:51 smithi060 ceph-mon[31459]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:51.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:51 smithi029 ceph-mon[31500]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:53.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:53 smithi060 ceph-mon[31459]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:53.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:53 smithi008 ceph-mon[29664]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:53.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:53 smithi029 ceph-mon[31500]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:55.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:55 smithi060 ceph-mon[31459]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:55.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:55 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:55.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:55 smithi008 ceph-mon[29664]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:55.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:55 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:55.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:55 smithi029 ceph-mon[31500]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:55.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:55 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:15:57.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:57 smithi008 ceph-mon[29664]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:57.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:57 smithi029 ceph-mon[31500]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:57.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:57 smithi060 ceph-mon[31459]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:59.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:15:59 smithi008 ceph-mon[29664]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:59.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:15:59 smithi029 ceph-mon[31500]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:15:59.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:15:59 smithi060 ceph-mon[31459]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:00.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:00 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:00 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:00 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:00 smithi008 ceph-mon[29664]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:00 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:00 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:00 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:00 smithi029 ceph-mon[31500]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:00.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:00 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:00 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:00 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:00.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:00 smithi060 ceph-mon[31459]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:01.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:16:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:16:01] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-02-10T06:16:03.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:02 smithi008 ceph-mon[29664]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:02 smithi029 ceph-mon[31500]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:03.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:02 smithi060 ceph-mon[31459]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:04.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:04 smithi008 ceph-mon[29664]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:05.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:04 smithi029 ceph-mon[31500]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:04 smithi060 ceph-mon[31459]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:06.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:06 smithi029 ceph-mon[31500]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:07.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:06 smithi008 ceph-mon[29664]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:07.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:06 smithi060 ceph-mon[31459]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:09.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:09 smithi060 ceph-mon[31459]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:09.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:09 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:09 smithi008 ceph-mon[29664]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:09 smithi029 ceph-mon[31500]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:09.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:09.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:10.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:10 smithi060 ceph-mon[31459]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:10 smithi029 ceph-mon[31500]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:10.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:10.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:10.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:10 smithi008 ceph-mon[29664]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:11.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:16:11 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:16:11] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-02-10T06:16:13.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:12 smithi008 ceph-mon[29664]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:13.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:12 smithi029 ceph-mon[31500]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:13.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:12 smithi060 ceph-mon[31459]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:15.085 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:14 smithi008 ceph-mon[29664]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:15.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:14 smithi029 ceph-mon[31500]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:15.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:14 smithi060 ceph-mon[31459]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:17.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:16 smithi008 ceph-mon[29664]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:17.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:16 smithi029 ceph-mon[31500]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:17.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:16 smithi060 ceph-mon[31459]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:19.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:18 smithi008 ceph-mon[29664]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:19.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:18 smithi029 ceph-mon[31500]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:19.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:18 smithi060 ceph-mon[31459]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:20.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:20 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:20 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:20 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:20 smithi060 ceph-mon[31459]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:20.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:20 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:20 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:20 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:20 smithi008 ceph-mon[29664]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:20 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:20 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:20 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:20.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:20 smithi029 ceph-mon[31500]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:21.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:16:21 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:16:21] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-02-10T06:16:22.966 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:22 smithi008 ceph-mon[29664]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:23.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:22 smithi029 ceph-mon[31500]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:23.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:22 smithi060 ceph-mon[31459]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:25.001 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:24 smithi008 ceph-mon[29664]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:25.002 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:24 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:24 smithi029 ceph-mon[31500]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:24 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:25.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:24 smithi060 ceph-mon[31459]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:25.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:24 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:27.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:26 smithi008 ceph-mon[29664]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:27.091 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:26 smithi029 ceph-mon[31500]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:26 smithi060 ceph-mon[31459]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:29 smithi029 ceph-mon[31500]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:29 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:29 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:29 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:29 smithi060 ceph-mon[31459]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:29.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:29 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:29 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.491 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:29 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:29 smithi008 ceph-mon[29664]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:29.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:29 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:29 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:29.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:29 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:30.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:16:30.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:16:30.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:16:30.741 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:30.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:16:30.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:16:30.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:16:30.831 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:30.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:30.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:16:30.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:16:30.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:16:30.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:31.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:16:31 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:16:31] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.43.0" 2024-02-10T06:16:33.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:32 smithi008 ceph-mon[29664]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:33.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:32 smithi029 ceph-mon[31500]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:33.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:32 smithi060 ceph-mon[31459]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:35.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:34 smithi008 ceph-mon[29664]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:35.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:34 smithi029 ceph-mon[31500]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:35.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:34 smithi060 ceph-mon[31459]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:37.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:36 smithi008 ceph-mon[29664]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:37.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:36 smithi029 ceph-mon[31500]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:36 smithi060 ceph-mon[31459]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:39.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:38 smithi008 ceph-mon[29664]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:39.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:38 smithi029 ceph-mon[31500]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:39.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:38 smithi060 ceph-mon[31459]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:40 smithi008 ceph-mon[29664]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:40 smithi029 ceph-mon[31500]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:40 smithi060 ceph-mon[31459]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:41.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:16:41 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:16:41] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-02-10T06:16:43.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:42 smithi008 ceph-mon[29664]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:43.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:42 smithi029 ceph-mon[31500]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:43.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:42 smithi060 ceph-mon[31459]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:44.917 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:44 smithi008 ceph-mon[29664]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:45.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:44 smithi029 ceph-mon[31500]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:45.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:44 smithi060 ceph-mon[31459]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:47.085 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:46 smithi008 ceph-mon[29664]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:47.106 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:46 smithi060 ceph-mon[31459]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:47.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:46 smithi029 ceph-mon[31500]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:49.019 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:48 smithi029 ceph-mon[31500]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:49.019 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.019 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.019 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:48 smithi008 ceph-mon[29664]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:48 smithi060 ceph-mon[31459]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:49.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:49.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:50.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:50 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:50.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:50 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:50.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:50 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:50.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:50 smithi029 ceph-mon[31500]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:50.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:50 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:50.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:50 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:50.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:50 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:50.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:50 smithi060 ceph-mon[31459]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:51.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:50 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:51.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:50 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:51.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:50 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:16:51.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:50 smithi008 ceph-mon[29664]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:51.583 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:16:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:16:51] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-02-10T06:16:53.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:52 smithi008 ceph-mon[29664]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:53.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:52 smithi029 ceph-mon[31500]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:52 smithi060 ceph-mon[31459]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:55.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:54 smithi008 ceph-mon[29664]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:55.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:54 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:55.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:54 smithi029 ceph-mon[31500]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:55.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:54 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:55.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:54 smithi060 ceph-mon[31459]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:55.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:54 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:16:57.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:56 smithi008 ceph-mon[29664]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:57.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:56 smithi029 ceph-mon[31500]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:57.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:56 smithi060 ceph-mon[31459]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:59.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:16:58 smithi008 ceph-mon[29664]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:59.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:16:58 smithi029 ceph-mon[31500]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:16:59.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:16:58 smithi060 ceph-mon[31459]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:00.972 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:00 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:00.972 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:00 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:00.972 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:00 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:00.972 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:00 smithi029 ceph-mon[31500]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:00.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:00 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:00.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:00 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:00.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:00 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:00.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:00 smithi060 ceph-mon[31459]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:01.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:00 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:01.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:00 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:01.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:00 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:01.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:00 smithi008 ceph-mon[29664]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:01.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:17:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:17:01] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.43.0" 2024-02-10T06:17:03.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:02 smithi008 ceph-mon[29664]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:02 smithi029 ceph-mon[31500]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:03.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:02 smithi060 ceph-mon[31459]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:04.945 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:04 smithi008 ceph-mon[29664]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:05.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:04 smithi029 ceph-mon[31500]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:05.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:04 smithi060 ceph-mon[31459]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:07.019 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:06 smithi008 ceph-mon[29664]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:07.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:06 smithi029 ceph-mon[31500]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:07.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:06 smithi060 ceph-mon[31459]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:08.959 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:08 smithi029 ceph-mon[31500]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:08.960 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:08 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:08.960 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:08 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:08.960 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:08 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:08 smithi008 ceph-mon[29664]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:09.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:08 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:09.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:08 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:09.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:08 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:09.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:08 smithi060 ceph-mon[31459]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:09.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:08 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:09.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:08 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:09.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:08 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:10 smithi008 ceph-mon[29664]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:10.621 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:10.621 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.621 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.621 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:10 smithi029 ceph-mon[31500]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:10 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:10.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:10 smithi060 ceph-mon[31459]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:11.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:17:11 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:17:11] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-02-10T06:17:13.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:12 smithi008 ceph-mon[29664]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:13.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:12 smithi029 ceph-mon[31500]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:13.171 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:12 smithi060 ceph-mon[31459]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:15.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:14 smithi008 ceph-mon[29664]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:15.124 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:14 smithi029 ceph-mon[31500]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:15.128 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:14 smithi060 ceph-mon[31459]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:17.084 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:16 smithi008 ceph-mon[29664]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:17.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:16 smithi029 ceph-mon[31500]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:17.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:16 smithi060 ceph-mon[31459]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:19.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:18 smithi008 ceph-mon[29664]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:19.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:18 smithi029 ceph-mon[31500]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:19.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:18 smithi060 ceph-mon[31459]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:21.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:20 smithi008 ceph-mon[29664]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:21.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:20 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:20 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:20 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:20 smithi029 ceph-mon[31500]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:21.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:20 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:20 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:20 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:20 smithi060 ceph-mon[31459]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:21.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:20 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:20 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:20 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:21.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:17:21 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:17:21] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-02-10T06:17:23.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:22 smithi008 ceph-mon[29664]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:23.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:22 smithi029 ceph-mon[31500]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:23.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:22 smithi060 ceph-mon[31459]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:24.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:24 smithi060 ceph-mon[31459]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:24.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:24 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:24 smithi029 ceph-mon[31500]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:24 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:25.151 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:24 smithi008 ceph-mon[29664]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:25.151 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:24 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:27.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:26 smithi008 ceph-mon[29664]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:27.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:26 smithi029 ceph-mon[31500]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:27.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:26 smithi060 ceph-mon[31459]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:29.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:28 smithi029 ceph-mon[31500]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:29.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:28 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:28 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:28 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:28 smithi060 ceph-mon[31459]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:29.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:28 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:28 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:28 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:28 smithi008 ceph-mon[29664]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:29.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:28 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:28 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:29.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:28 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:17:31.041 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.230 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:31.230 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:17:31.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:17:31.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:17:31.231 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:31.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:17:31.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:17:31.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:17:31.241 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:30 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:31.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:17:31 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:17:31] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-02-10T06:17:32.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:32 smithi060 ceph-mon[31459]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:33.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:32 smithi008 ceph-mon[29664]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:33.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:32 smithi029 ceph-mon[31500]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:35.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:34 smithi060 ceph-mon[31459]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:35.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:34 smithi008 ceph-mon[29664]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:35.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:34 smithi029 ceph-mon[31500]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:37.173 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:36 smithi008 ceph-mon[29664]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:37.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:36 smithi060 ceph-mon[31459]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:37.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:36 smithi029 ceph-mon[31500]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:39.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:38 smithi060 ceph-mon[31459]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:39.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:38 smithi008 ceph-mon[29664]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:39.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:38 smithi029 ceph-mon[31500]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:40.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:40 smithi008 ceph-mon[29664]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:40.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:40 smithi029 ceph-mon[31500]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:17:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:40 smithi060 ceph-mon[31459]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:40.740 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:40 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:41.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:17:41 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:17:41] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-02-10T06:17:43.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:42 smithi008 ceph-mon[29664]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:43.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:42 smithi029 ceph-mon[31500]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:43.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:42 smithi060 ceph-mon[31459]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:45.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:44 smithi008 ceph-mon[29664]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:45.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:44 smithi029 ceph-mon[31500]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:45.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:44 smithi060 ceph-mon[31459]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:47.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:46 smithi008 ceph-mon[29664]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:47.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:46 smithi029 ceph-mon[31500]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:47.166 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch ls 2024-02-10T06:17:47.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:46 smithi060 ceph-mon[31459]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:47.505 INFO:teuthology.orchestra.run.smithi008.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-10T06:17:47.505 INFO:teuthology.orchestra.run.smithi008.stdout:agent 3/3 18s ago 2m * 2024-02-10T06:17:47.505 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager ?:9093,9094 1/1 18s ago 4m count:1 2024-02-10T06:17:47.505 INFO:teuthology.orchestra.run.smithi008.stdout:grafana ?:3000 1/1 7s ago 4m count:1 2024-02-10T06:17:47.505 INFO:teuthology.orchestra.run.smithi008.stdout:mgr 2/2 17s ago 6m smithi008=a;smithi029=b;count:2 2024-02-10T06:17:47.506 INFO:teuthology.orchestra.run.smithi008.stdout:mon 3/3 18s ago 6m smithi008:172.21.15.8=a;smithi029:172.21.15.29=b;smithi060:172.21.15.60=c;count:3 2024-02-10T06:17:47.506 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter ?:9100 3/3 18s ago 4m * 2024-02-10T06:17:47.506 INFO:teuthology.orchestra.run.smithi008.stdout:osd 3 18s ago - 2024-02-10T06:17:47.506 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus ?:9095 1/1 17s ago 4m count:1 2024-02-10T06:17:47.518 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch ps 2024-02-10T06:17:47.848 INFO:teuthology.orchestra.run.smithi008.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:agent.smithi008 smithi008 running 7s ago 7m - - 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:agent.smithi029 smithi029 running 17s ago 6m - - 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:agent.smithi060 smithi060 running 19s ago 6m - - 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:alertmanager.smithi060 smithi060 *:9093,9094 running (2m) 19s ago 3m 28.0M - 0.25.0 c8568f914cd2 99d41d79f967 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:grafana.smithi008 smithi008 *:3000 running (2m) 7s ago 3m 81.8M - 9.4.12 a0ea5e3c46d9 702f85a3a47a 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.a smithi008 *:9283,8765 running (8m) 7s ago 8m 503M - 19.0.0-1361-g290212a1 c328ab9dcfc7 0c1d86de8886 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:mgr.b smithi029 *:8443,8765 running (6m) 17s ago 6m 450M - 19.0.0-1361-g290212a1 c328ab9dcfc7 f07e06d5ff42 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:mon.a smithi008 running (8m) 7s ago 8m 45.6M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 75675b020ad6 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:mon.b smithi029 running (6m) 17s ago 6m 36.9M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 f029768e572c 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:mon.c smithi060 running (6m) 19s ago 6m 37.7M 2048M 19.0.0-1361-g290212a1 c328ab9dcfc7 e45a41ebb149 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi008 smithi008 *:9100 running (3m) 7s ago 3m 15.2M - 1.5.0 0da6a335fe13 58ccb9370ee8 2024-02-10T06:17:47.904 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi029 smithi029 *:9100 running (3m) 17s ago 3m 13.7M - 1.5.0 0da6a335fe13 eef2082f5665 2024-02-10T06:17:47.905 INFO:teuthology.orchestra.run.smithi008.stdout:node-exporter.smithi060 smithi060 *:9100 running (3m) 19s ago 3m 16.2M - 1.5.0 0da6a335fe13 b4dc1aeb1c79 2024-02-10T06:17:47.905 INFO:teuthology.orchestra.run.smithi008.stdout:osd.0 smithi008 running (5m) 7s ago 5m 45.4M 4096M 19.0.0-1361-g290212a1 c328ab9dcfc7 b6edd18a715d 2024-02-10T06:17:47.905 INFO:teuthology.orchestra.run.smithi008.stdout:osd.1 smithi029 running (5m) 17s ago 5m 40.5M 4096M 19.0.0-1361-g290212a1 c328ab9dcfc7 527c18ab0607 2024-02-10T06:17:47.905 INFO:teuthology.orchestra.run.smithi008.stdout:osd.2 smithi060 running (4m) 19s ago 4m 47.6M 4096M 19.0.0-1361-g290212a1 c328ab9dcfc7 b9ed2bad946f 2024-02-10T06:17:47.905 INFO:teuthology.orchestra.run.smithi008.stdout:prometheus.smithi029 smithi029 *:9095 running (3m) 17s ago 3m 54.8M - 2.43.0 a07b618ecd1d 3c8537e8b498 2024-02-10T06:17:47.905 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch host ls 2024-02-10T06:17:48.183 INFO:teuthology.orchestra.run.smithi008.stdout:HOST ADDR LABELS STATUS 2024-02-10T06:17:48.183 INFO:teuthology.orchestra.run.smithi008.stdout:smithi008 172.21.15.8 2024-02-10T06:17:48.183 INFO:teuthology.orchestra.run.smithi008.stdout:smithi029 172.21.15.29 2024-02-10T06:17:48.183 INFO:teuthology.orchestra.run.smithi008.stdout:smithi060 172.21.15.60 2024-02-10T06:17:48.184 INFO:teuthology.orchestra.run.smithi008.stdout:3 hosts in cluster 2024-02-10T06:17:48.196 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --daemon-type mon -f json 2024-02-10T06:17:48.196 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r 'last | .daemon_name' 2024-02-10T06:17:48.530 INFO:teuthology.orchestra.run.smithi008.stderr:+ MON_DAEMON=mon.c 2024-02-10T06:17:48.530 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-02-10T06:17:48.530 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -e '.[]' 2024-02-10T06:17:48.530 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r .hostname 2024-02-10T06:17:48.869 INFO:teuthology.orchestra.run.smithi008.stderr:+ GRAFANA_HOST=smithi008 2024-02-10T06:17:48.870 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-02-10T06:17:48.870 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -e '.[]' 2024-02-10T06:17:48.870 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r .hostname 2024-02-10T06:17:48.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:48 smithi060 ceph-mon[31459]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:48.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:48 smithi060 ceph-mon[31459]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:48.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:48 smithi060 ceph-mon[31459]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:48.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:48 smithi060 ceph-mon[31459]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:48.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:48.990 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:48.991 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:48 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:48 smithi008 ceph-mon[29664]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:48 smithi008 ceph-mon[29664]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:48 smithi008 ceph-mon[29664]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:48 smithi008 ceph-mon[29664]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:49.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:49.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:48 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:48 smithi029 ceph-mon[31500]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:48 smithi029 ceph-mon[31500]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:48 smithi029 ceph-mon[31500]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:48 smithi029 ceph-mon[31500]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:17:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:48 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:49.203 INFO:teuthology.orchestra.run.smithi008.stderr:+ PROM_HOST=smithi029 2024-02-10T06:17:49.204 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-02-10T06:17:49.204 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -e '.[]' 2024-02-10T06:17:49.204 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r .hostname 2024-02-10T06:17:49.537 INFO:teuthology.orchestra.run.smithi008.stderr:+ ALERTM_HOST=smithi060 2024-02-10T06:17:49.537 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch host ls -f json 2024-02-10T06:17:49.537 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r --arg GRAFANA_HOST smithi008 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-02-10T06:17:49.861 INFO:teuthology.orchestra.run.smithi008.stderr:+ GRAFANA_IP=172.21.15.8 2024-02-10T06:17:49.861 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch host ls -f json 2024-02-10T06:17:49.861 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r --arg PROM_HOST smithi029 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-02-10T06:17:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:49 smithi029 ceph-mon[31500]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:49 smithi029 ceph-mon[31500]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:49 smithi029 ceph-mon[31500]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.190 INFO:teuthology.orchestra.run.smithi008.stderr:+ PROM_IP=172.21.15.29 2024-02-10T06:17:50.190 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:49 smithi008 ceph-mon[29664]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.190 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:49 smithi008 ceph-mon[29664]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.190 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:49 smithi008 ceph-mon[29664]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.191 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch host ls -f json 2024-02-10T06:17:50.191 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r --arg ALERTM_HOST smithi060 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-02-10T06:17:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:49 smithi060 ceph-mon[31459]: from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:49 smithi060 ceph-mon[31459]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:49 smithi060 ceph-mon[31459]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:50.515 INFO:teuthology.orchestra.run.smithi008.stderr:+ ALERTM_IP=172.21.15.60 2024-02-10T06:17:50.515 INFO:teuthology.orchestra.run.smithi008.stderr:++ ceph orch host ls -f json 2024-02-10T06:17:50.515 INFO:teuthology.orchestra.run.smithi008.stderr:++ jq -r '.[] | .addr' 2024-02-10T06:17:50.838 INFO:teuthology.orchestra.run.smithi008.stderr:+ ALL_HOST_IPS='172.21.15.8 2024-02-10T06:17:50.838 INFO:teuthology.orchestra.run.smithi008.stderr:172.21.15.29 2024-02-10T06:17:50.838 INFO:teuthology.orchestra.run.smithi008.stderr:172.21.15.60' 2024-02-10T06:17:50.838 INFO:teuthology.orchestra.run.smithi008.stderr:+ for ip in $ALL_HOST_IPS 2024-02-10T06:17:50.839 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.8:9100/metric 2024-02-10T06:17:50.841 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.841 INFO:teuthology.orchestra.run.smithi008.stdout: Node Exporter 2024-02-10T06:17:50.841 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.841 INFO:teuthology.orchestra.run.smithi008.stdout:

Node Exporter

2024-02-10T06:17:50.841 INFO:teuthology.orchestra.run.smithi008.stdout:

Metrics

2024-02-10T06:17:50.842 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.842 INFO:teuthology.orchestra.run.smithi008.stderr:+ for ip in $ALL_HOST_IPS 2024-02-10T06:17:50.842 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.29:9100/metric 2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stdout: Node Exporter 2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stdout:

Node Exporter

2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stdout:

Metrics

2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stderr:+ for ip in $ALL_HOST_IPS 2024-02-10T06:17:50.845 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.60:9100/metric 2024-02-10T06:17:50.848 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.848 INFO:teuthology.orchestra.run.smithi008.stdout: Node Exporter 2024-02-10T06:17:50.848 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.848 INFO:teuthology.orchestra.run.smithi008.stdout:

Node Exporter

2024-02-10T06:17:50.848 INFO:teuthology.orchestra.run.smithi008.stdout:

Metrics

2024-02-10T06:17:50.848 INFO:teuthology.orchestra.run.smithi008.stdout: 2024-02-10T06:17:50.849 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -k -s https://172.21.15.8:3000/api/health 2024-02-10T06:17:50.859 INFO:teuthology.orchestra.run.smithi008.stdout: { 2024-02-10T06:17:50.859 INFO:teuthology.orchestra.run.smithi008.stdout: "commit": "37ee25ba46", 2024-02-10T06:17:50.859 INFO:teuthology.orchestra.run.smithi008.stdout: "database": "ok", 2024-02-10T06:17:50.859 INFO:teuthology.orchestra.run.smithi008.stdout: "version": "9.4.12" 2024-02-10T06:17:50.860 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -k -s https://172.21.15.8:3000/api/health 2024-02-10T06:17:50.861 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq -e '.database == "ok"' 2024-02-10T06:17:50.872 INFO:teuthology.orchestra.run.smithi008.stdout:}true 2024-02-10T06:17:50.872 INFO:teuthology.orchestra.run.smithi008.stderr:+ ceph orch daemon stop mon.c 2024-02-10T06:17:51.199 INFO:teuthology.orchestra.run.smithi008.stdout:Scheduled to stop mon.c on host 'smithi060' 2024-02-10T06:17:51.200 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-mon[29664]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.200 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-mon[29664]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:51.200 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-mon[29664]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.200 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.200 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.200 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.200 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-mon[29664]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.214 INFO:teuthology.orchestra.run.smithi008.stderr:+ sleep 120 2024-02-10T06:17:51.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:51 smithi029 ceph-mon[31500]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:51 smithi029 ceph-mon[31500]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:51.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:51 smithi029 ceph-mon[31500]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:17:51 smithi029 ceph-mon[31500]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.476 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:17:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:17:51] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-02-10T06:17:51.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 ceph-mon[31459]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 ceph-mon[31459]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:17:51.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 ceph-mon[31459]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:51.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 ceph-mon[31459]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:17:51.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 ceph-mon[31459]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:17:52.191 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:51 smithi060 systemd[1]: Stopping Ceph mon.c for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:17:52.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:52 smithi060 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c[31455]: 2024-02-10T06:17:52.186+0000 7f1ee09cd700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -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 2024-02-10T06:17:52.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:52 smithi060 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c[31455]: 2024-02-10T06:17:52.186+0000 7f1ee09cd700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-02-10T06:17:52.490 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:52 smithi060 podman[43963]: 2024-02-10 06:17:52.259321552 +0000 UTC m=+0.193406945 container died e45a41ebb14986d56dc2ba42ca3d791b15612191062c0bd8434c4786fb2b8c65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=main-290212a, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, org.label-schema.schema-version=1.0) 2024-02-10T06:17:52.989 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:52 smithi060 podman[43963]: 2024-02-10 06:17:52.737874223 +0000 UTC m=+0.671959608 container cleanup e45a41ebb14986d56dc2ba42ca3d791b15612191062c0bd8434c4786fb2b8c65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c, org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=main-290212a, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-02-10T06:17:52.989 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:52 smithi060 bash[43963]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c 2024-02-10T06:17:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:52 smithi060 podman[43977]: 2024-02-10 06:17:52.989557232 +0000 UTC m=+0.721659790 container remove e45a41ebb14986d56dc2ba42ca3d791b15612191062c0bd8434c4786fb2b8c65 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-c, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_CLEAN=True, maintainer=Guillaume Abrioux , RELEASE=main-290212a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=) 2024-02-10T06:17:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:53 smithi060 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.c.service: Deactivated successfully. 2024-02-10T06:17:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:53 smithi060 systemd[1]: Stopped Ceph mon.c for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:17:53.240 INFO:journalctl@ceph.mon.c.smithi060.stdout:Feb 10 06:17:53 smithi060 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.c.service: Consumed 5.023s CPU time. 2024-02-10T06:18:01.581 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:18:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:18:01] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-02-10T06:18:06.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: Schedule stop daemon mon.c 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:18:06.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:06.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:18:06.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T06:18:06.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T06:18:06.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: Schedule stop daemon mon.c 2024-02-10T06:18:06.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:06.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:06.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:18:06.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:18:06.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:18:06.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: mon.b calling monitor election 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: mon.a calling monitor election 2024-02-10T06:18:07.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: fsmap 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: osdmap e23: 3 total, 3 up, 3 in 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: mgrmap e21: a(active, since 3m), standbys: b 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: mon.c (rank 1) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.582 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:18:07.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:18:07.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:18:07.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:07 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: mon.b calling monitor election 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: mon.a calling monitor election 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-02-10T06:18:07.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: monmap e3: 3 mons at {a=[v2:172.21.15.8:3300/0,v1:172.21.15.8:6789/0],b=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],c=[v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: fsmap 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: osdmap e23: 3 total, 3 up, 3 in 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: mgrmap e21: a(active, since 3m), standbys: b 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: mon.c (rank 1) addr [v2:172.21.15.60:3300/0,v1:172.21.15.60:6789/0] is down (out of quorum) 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:18:07.624 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:18:07.625 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:07 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:09 smithi008 ceph-mon[29664]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:09.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:09 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:09 smithi029 ceph-mon[31500]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:09.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:09 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:10.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:11.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:18:11 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:18:11] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.43.0" 2024-02-10T06:18:13.015 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:12 smithi029 ceph-mon[31500]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:13.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:12 smithi008 ceph-mon[29664]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:15.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:14 smithi029 ceph-mon[31500]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:15.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:14 smithi008 ceph-mon[29664]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:17.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:16 smithi029 ceph-mon[31500]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:17.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:16 smithi008 ceph-mon[29664]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:19.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:18 smithi029 ceph-mon[31500]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:19.180 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:18 smithi008 ceph-mon[29664]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:20.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:20 smithi008 ceph-mon[29664]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:20.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:20 smithi029 ceph-mon[31500]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:21.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:18:21 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:18:21] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.43.0" 2024-02-10T06:18:23.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:22 smithi029 ceph-mon[31500]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:23.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:22 smithi008 ceph-mon[29664]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:24 smithi029 ceph-mon[31500]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:24 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:24 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:24 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:24 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:25.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:24 smithi008 ceph-mon[29664]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:25.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:24 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:25.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:24 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:25.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:24 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:25.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:24 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:27.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:26 smithi029 ceph-mon[31500]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:27.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:26 smithi008 ceph-mon[29664]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:29.055 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:28 smithi008 ceph-mon[29664]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:29.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:28 smithi029 ceph-mon[31500]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:30.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:30 smithi008 ceph-mon[29664]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:30.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:30.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:30 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:30.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:30 smithi029 ceph-mon[31500]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:30.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:30.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:30 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:18:31] "GET /metrics HTTP/1.1" 200 21583 "" "Prometheus/2.43.0" 2024-02-10T06:18:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:31.623 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:32.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:32 smithi008 ceph-mon[29664]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:32.592 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:32 smithi029 ceph-mon[31500]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:34.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:34 smithi029 ceph-mon[31500]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:35.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:34 smithi008 ceph-mon[29664]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:37.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:36 smithi029 ceph-mon[31500]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:37.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:36 smithi008 ceph-mon[29664]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:39.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:38 smithi029 ceph-mon[31500]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:39.328 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:38 smithi008 ceph-mon[29664]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:40 smithi008 ceph-mon[29664]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:40 smithi029 ceph-mon[31500]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:41.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:18:41 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:18:41] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-02-10T06:18:43.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:42 smithi029 ceph-mon[31500]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:43.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:42 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:43.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:42 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:43.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:42 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:43.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:42 smithi008 ceph-mon[29664]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:43.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:42 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:43.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:42 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:43.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:42 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:45.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:44 smithi029 ceph-mon[31500]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:44 smithi008 ceph-mon[29664]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:47.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:46 smithi029 ceph-mon[31500]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:47.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:46 smithi008 ceph-mon[29664]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:49.074 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:48 smithi008 ceph-mon[29664]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:49.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:48 smithi029 ceph-mon[31500]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:50.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:50 smithi008 ceph-mon[29664]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:50.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:50 smithi029 ceph-mon[31500]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:51.444 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:18:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:18:51] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-02-10T06:18:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.767 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:51.873 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:18:52.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:52 smithi008 ceph-mon[29664]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:52.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:52 smithi029 ceph-mon[31500]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:55.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:54 smithi029 ceph-mon[31500]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:55.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:54 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:55.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:54 smithi008 ceph-mon[29664]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:55.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:54 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:18:57.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:56 smithi029 ceph-mon[31500]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:57.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:56 smithi008 ceph-mon[29664]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:59.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:18:58 smithi029 ceph-mon[31500]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:18:59.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:18:58 smithi008 ceph-mon[29664]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:00.583 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:00 smithi008 ceph-mon[29664]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:00.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:00 smithi029 ceph-mon[31500]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:01.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:01 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:19:01] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-02-10T06:19:02.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:01 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:02.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:01 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:02.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:01 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:02.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:01 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:02.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:01 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:02.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:01 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:02.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:02 smithi008 ceph-mon[29664]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:03.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:02 smithi029 ceph-mon[31500]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:05.044 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:04 smithi029 ceph-mon[31500]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:05.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:04 smithi008 ceph-mon[29664]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:07.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:06 smithi029 ceph-mon[31500]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:07.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:19:07.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:19:07.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:19:07.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:06 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:07.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:06 smithi008 ceph-mon[29664]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:07.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T06:19:07.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T06:19:07.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-10T06:19:07.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:06 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:09.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:08 smithi029 ceph-mon[31500]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:09.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:08 smithi008 ceph-mon[29664]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:10.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:10 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:19:10.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:10 smithi008 ceph-mon[29664]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:10.592 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:10 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:19:10.592 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:10 smithi029 ceph-mon[31500]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:11.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:11 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:19:11] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-02-10T06:19:11.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:11 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:11.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:11 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:11.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:11 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:11.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:11 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:11.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:11 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:11.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:11 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:12.072 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:11 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:12.072 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:11 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:12.072 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:11 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:12.072 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:11 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:12.073 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:11 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:12.073 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:11 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:12.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:12 smithi008 ceph-mon[29664]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:12.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:12 smithi029 ceph-mon[31500]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:14.979 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:14 smithi029 ceph-mon[31500]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:15.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:14 smithi008 ceph-mon[29664]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:17.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:16 smithi029 ceph-mon[31500]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:17.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:16 smithi008 ceph-mon[29664]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:19.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:18 smithi029 ceph-mon[31500]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:19.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:18 smithi008 ceph-mon[29664]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:20.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:20 smithi008 ceph-mon[29664]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:20.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:20 smithi029 ceph-mon[31500]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:21.355 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:21 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:19:21] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-02-10T06:19:22.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:21 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:22.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:21 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:22.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:21 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:22.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:21 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:22.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:21 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:22.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:21 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:23.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:22 smithi008 ceph-mon[29664]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:23.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:22 smithi029 ceph-mon[31500]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:25.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:24 smithi008 ceph-mon[29664]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:25.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:24 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:19:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:24 smithi029 ceph-mon[31500]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:25.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:24 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:19:27.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:26 smithi008 ceph-mon[29664]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:27.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:26 smithi029 ceph-mon[31500]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:28.872 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:28 smithi029 ceph-mon[31500]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:29.080 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:28 smithi008 ceph-mon[29664]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:30.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:30 smithi008 ceph-mon[29664]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:30.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:30 smithi029 ceph-mon[31500]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:31.521 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:31 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:19:31] "GET /metrics HTTP/1.1" 200 21588 "" "Prometheus/2.43.0" 2024-02-10T06:19:31.795 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:31.795 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:31.795 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:31.795 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:31.795 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:31.795 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:31 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:32.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:32.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:32.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:32.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:32.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:32.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:31 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:33.081 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:32 smithi008 ceph-mon[29664]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:33.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:32 smithi029 ceph-mon[31500]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:35.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:34 smithi029 ceph-mon[31500]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:35.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:34 smithi008 ceph-mon[29664]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:37.020 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:36 smithi029 ceph-mon[31500]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:37.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:36 smithi008 ceph-mon[29664]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:39.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:38 smithi029 ceph-mon[31500]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:39.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:38 smithi008 ceph-mon[29664]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:40.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:40 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:19:40.581 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:40 smithi008 ceph-mon[29664]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:40 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-10T06:19:40.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:40 smithi029 ceph-mon[31500]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:41.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:41 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:19:41] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.43.0" 2024-02-10T06:19:42.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:41 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:42.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:41 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:42.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:41 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:42.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:41 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:42.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:41 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:42.373 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:41 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:43.331 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:42 smithi008 ceph-mon[29664]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:43.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:42 smithi029 ceph-mon[31500]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:45.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:44 smithi008 ceph-mon[29664]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:45.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:44 smithi029 ceph-mon[31500]: pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:47.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:46 smithi029 ceph-mon[31500]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:47.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:46 smithi008 ceph-mon[29664]: pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:49.330 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:48 smithi008 ceph-mon[29664]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:49.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:48 smithi029 ceph-mon[31500]: pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:50.622 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:50 smithi029 ceph-mon[31500]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:50.830 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:50 smithi008 ceph-mon[29664]: pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:51.218 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.29:9095/api/v1/status/config 2024-02-10T06:19:51.223 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.29:9095/api/v1/status/config 2024-02-10T06:19:51.223 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq -e '.status == "success"' 2024-02-10T06:19:51.227 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.8:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.8:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.8:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.8:8765/sd/prometheus/sd-config?service=ceph-exporter\n"}}true 2024-02-10T06:19:51.227 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.29:9095/api/v1/alerts 2024-02-10T06:19:51.231 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.29:9095/api/v1/alerts 2024-02-10T06:19:51.231 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-02-10T06:19:51.235 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","instance":"smithi008:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-02-10T06:18:20.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi060","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-02-10T06:18:20.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi060\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-02-10T06:18:20.084118673Z","value":"1e+00"}]}}true 2024-02-10T06:19:51.235 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.60:9093/api/v1/status 2024-02-10T06:19:51.239 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.60:9093/api/v1/alerts 2024-02-10T06:19:51.243 INFO:teuthology.orchestra.run.smithi008.stderr:+ curl -s http://172.21.15.60:9093/api/v1/alerts 2024-02-10T06:19:51.244 INFO:teuthology.orchestra.run.smithi008.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-02-10T06:19:51.248 INFO:teuthology.orchestra.run.smithi008.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi008.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi008.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi029.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-02-10T06:15:09.688397095Z","clusterStatus":{"name":"01HP8TFK3Q6TEDWVK4BYTTFPYP","status":"ready","peers":[{"name":"01HP8TFK3Q6TEDWVK4BYTTFPYP","address":"172.21.15.60:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi060","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-02-10T06:18:50.084Z","endsAt":"2024-02-10T06:22:50.084Z","generatorURL":"http://smithi029.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"037d5510ed49d01e"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi060\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-02-10T06:18:50.084Z","endsAt":"2024-02-10T06:22:50.084Z","generatorURL":"http://smithi029.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"b219e5f1afd3ccbd"}]}true 2024-02-10T06:19:51.580 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:51 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: ::ffff:172.21.15.29 - - [10/Feb/2024:06:19:51] "GET /metrics HTTP/1.1" 200 21591 "" "Prometheus/2.43.0" 2024-02-10T06:19:52.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.123 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:51 smithi029 ceph-mon[31500]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.293 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.293 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.293 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.293 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.293 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:52.293 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:51 smithi008 ceph-mon[29664]: from='mgr.14415 172.21.15.8:0/1216539520' entity='mgr.a' 2024-02-10T06:19:53.122 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T06:19:53.134 INFO:tasks.cephadm:Teardown begin 2024-02-10T06:19:53.134 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:19:53.170 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:19:53.207 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:19:53.239 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T06:19:53.239 DEBUG:teuthology.orchestra.run.smithi008:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T06:19:53.257 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T06:19:53.275 DEBUG:teuthology.orchestra.run.smithi060:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T06:19:53.293 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T06:19:53.294 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-02-10T06:19:53.294 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a 2024-02-10T06:19:53.321 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:53 smithi008 ceph-mon[29664]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:53.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:53 smithi029 ceph-mon[31500]: pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-02-10T06:19:53.580 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:53 smithi008 systemd[1]: Stopping Ceph mon.a for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:19:54.155 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a[29660]: 2024-02-10T06:19:53.885+0000 7f5ac1df3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -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 2024-02-10T06:19:54.155 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a[29660]: 2024-02-10T06:19:53.885+0000 7f5ac1df3700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-02-10T06:19:54.156 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:53 smithi008 podman[52973]: 2024-02-10 06:19:53.90617732 +0000 UTC m=+0.137192262 container died 75675b020ad635265158007eade357074cccc5e80dd3ea858eaa3b7e6ebf6256 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=main-290212a, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2) 2024-02-10T06:19:54.156 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:19:53] ENGINE Bus STOPPING 2024-02-10T06:19:54.156 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:19:53] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-02-10T06:19:54.156 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:19:53] ENGINE Bus STOPPED 2024-02-10T06:19:54.156 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:53 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:19:53] ENGINE Bus STARTING 2024-02-10T06:19:54.156 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:19:54] ENGINE Serving on http://:::9283 2024-02-10T06:19:54.156 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:54 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: [10/Feb/2024:06:19:54] ENGINE Bus STARTED 2024-02-10T06:19:54.408 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:54 smithi008 podman[52973]: 2024-02-10 06:19:54.377878317 +0000 UTC m=+0.608893267 container cleanup 75675b020ad635265158007eade357074cccc5e80dd3ea858eaa3b7e6ebf6256 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=main-290212a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2) 2024-02-10T06:19:54.409 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:54 smithi008 bash[52973]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a 2024-02-10T06:19:55.240 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service' 2024-02-10T06:19:55.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:55 smithi008 bash[53091]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a 2024-02-10T06:19:55.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:55 smithi008 podman[52995]: 2024-02-10 06:19:55.233073324 +0000 UTC m=+1.321805570 container remove 75675b020ad635265158007eade357074cccc5e80dd3ea858eaa3b7e6ebf6256 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-a, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240131, RELEASE=main-290212a, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-02-10T06:19:55.307 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:55 smithi008 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service: Deactivated successfully. 2024-02-10T06:19:55.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:55 smithi008 systemd[1]: Stopped Ceph mon.a for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:19:55.308 INFO:journalctl@ceph.mon.a.smithi008.stdout:Feb 10 06:19:55 smithi008 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.a.service: Consumed 9.504s CPU time. 2024-02-10T06:19:55.328 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:19:55.329 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-02-10T06:19:55.329 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-02-10T06:19:55.329 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.b 2024-02-10T06:19:55.407 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:55 smithi029 systemd[1]: Stopping Ceph mon.b for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:19:56.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:55 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-b[31496]: 2024-02-10T06:19:55.809+0000 7f10dc8d3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -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 2024-02-10T06:19:56.122 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:55 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-b[31496]: 2024-02-10T06:19:55.809+0000 7f10dc8d3700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-02-10T06:19:56.729 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:56 smithi029 podman[44892]: 2024-02-10 06:19:56.452313535 +0000 UTC m=+0.740829230 container died f029768e572cc5397f20df1320246f0997ec6bf54bb7f73ca6332c15c5472da8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-b, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=main-290212a, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2, ceph=True, org.label-schema.build-date=20240131, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-02-10T06:19:57.055 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:56 smithi029 podman[44892]: 2024-02-10 06:19:56.828263901 +0000 UTC m=+1.116779605 container cleanup f029768e572cc5397f20df1320246f0997ec6bf54bb7f73ca6332c15c5472da8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-b, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.schema-version=1.0, RELEASE=main-290212a, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-02-10T06:19:57.055 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:56 smithi029 bash[44892]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-b 2024-02-10T06:19:57.372 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:57 smithi029 podman[44905]: 2024-02-10 06:19:57.055624663 +0000 UTC m=+1.131551603 container remove f029768e572cc5397f20df1320246f0997ec6bf54bb7f73ca6332c15c5472da8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mon-b, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=main-290212a, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=) 2024-02-10T06:19:57.710 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.b.service' 2024-02-10T06:19:57.734 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:57 smithi029 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.b.service: Deactivated successfully. 2024-02-10T06:19:57.734 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:57 smithi029 systemd[1]: Stopped Ceph mon.b for c05472d6-c7da-11ee-95b8-87774f69a715. 2024-02-10T06:19:57.734 INFO:journalctl@ceph.mon.b.smithi029.stdout:Feb 10 06:19:57 smithi029 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.b.service: Consumed 6.068s CPU time. 2024-02-10T06:19:57.774 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:19:57.774 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-02-10T06:19:57.775 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-02-10T06:19:57.775 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.c 2024-02-10T06:19:57.833 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mon.c.service' 2024-02-10T06:19:57.906 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:19:57.907 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-02-10T06:19:57.907 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-02-10T06:19:57.907 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.a 2024-02-10T06:19:58.211 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:57 smithi008 systemd[1]: Stopping Ceph mgr.a for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:19:58.495 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:58 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:19:58.210+0000 7f6ab15e9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-02-10T06:19:58.495 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:58 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a[29895]: 2024-02-10T06:19:58.210+0000 7f6ab15e9700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-02-10T06:19:58.495 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:58 smithi008 podman[53172]: 2024-02-10 06:19:58.241815691 +0000 UTC m=+0.133988665 container died 0c1d86de8886dbac0a4a348da5628d99b7358c525a06ff81a8d71ef994af3a75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a, RELEASE=main-290212a, ceph=True, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0) 2024-02-10T06:19:58.830 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:58 smithi008 podman[53172]: 2024-02-10 06:19:58.661143926 +0000 UTC m=+0.553316952 container cleanup 0c1d86de8886dbac0a4a348da5628d99b7358c525a06ff81a8d71ef994af3a75 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:290212a1bfd33563ba76ee5b7f0b944fdb6c5d90, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a, GIT_CLEAN=True, RELEASE=main-290212a, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T06:19:58.831 INFO:journalctl@ceph.mgr.a.smithi008.stdout:Feb 10 06:19:58 smithi008 bash[53172]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-a 2024-02-10T06:19:59.090 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.a.service' 2024-02-10T06:19:59.126 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:19:59.126 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-02-10T06:19:59.126 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-02-10T06:19:59.126 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.b 2024-02-10T06:19:59.446 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:19:59 smithi029 systemd[1]: Stopping Ceph mgr.b for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:19:59.778 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:19:59 smithi029 podman[45087]: 2024-02-10 06:19:59.446441723 +0000 UTC m=+0.123894953 container died f07e06d5ff42cb4d69a828ec3aff6f8787f7914b6d883bfae00b43068b9a4d3f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b, CEPH_POINT_RELEASE=, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-290212a, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2) 2024-02-10T06:19:59.778 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:19:59 smithi029 podman[45087]: 2024-02-10 06:19:59.778606329 +0000 UTC m=+0.456059551 container cleanup f07e06d5ff42cb4d69a828ec3aff6f8787f7914b6d883bfae00b43068b9a4d3f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, GIT_BRANCH=HEAD, RELEASE=main-290212a, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131) 2024-02-10T06:20:00.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:19:59 smithi029 bash[45087]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b 2024-02-10T06:20:00.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:19:59 smithi029 podman[45101]: 2024-02-10 06:19:59.956319424 +0000 UTC m=+0.505252363 container remove f07e06d5ff42cb4d69a828ec3aff6f8787f7914b6d883bfae00b43068b9a4d3f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-mgr-b, org.label-schema.vendor=CentOS, RELEASE=main-290212a, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=) 2024-02-10T06:20:00.122 INFO:journalctl@ceph.mgr.b.smithi029.stdout:Feb 10 06:19:59 smithi029 systemd[1]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-02-10T06:20:00.202 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@mgr.b.service' 2024-02-10T06:20:00.238 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:20:00.238 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-02-10T06:20:00.239 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-10T06:20:00.239 DEBUG:teuthology.orchestra.run.smithi008:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.0 2024-02-10T06:20:00.533 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:00 smithi008 systemd[1]: Stopping Ceph osd.0 for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:20:00.830 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:00 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0[40323]: 2024-02-10T06:20:00.532+0000 7fa6d50c5700 -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 2024-02-10T06:20:00.830 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:00 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0[40323]: 2024-02-10T06:20:00.532+0000 7fa6d50c5700 -1 osd.0 23 *** Got signal Terminated *** 2024-02-10T06:20:00.831 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:00 smithi008 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0[40323]: 2024-02-10T06:20:00.532+0000 7fa6d50c5700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T06:20:06.122 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:05 smithi008 podman[53440]: 2024-02-10 06:20:05.853079924 +0000 UTC m=+5.427408549 container died b6edd18a715dba138ef7e0e52babd714800c202f78b06b81b87478b8b17fc0c9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=main-290212a, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-02-10T06:20:06.472 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:06 smithi008 podman[53440]: 2024-02-10 06:20:06.279362421 +0000 UTC m=+5.853691047 container cleanup b6edd18a715dba138ef7e0e52babd714800c202f78b06b81b87478b8b17fc0c9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, ceph=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, RELEASE=main-290212a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD) 2024-02-10T06:20:06.472 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:06 smithi008 bash[53440]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0 2024-02-10T06:20:06.831 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:06 smithi008 podman[53727]: 2024-02-10 06:20:06.47225412 +0000 UTC m=+0.619815953 container remove b6edd18a715dba138ef7e0e52babd714800c202f78b06b81b87478b8b17fc0c9 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=main-290212a, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=) 2024-02-10T06:20:07.142 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:06 smithi008 podman[53819]: 2024-02-10 06:20:06.787482364 +0000 UTC m=+0.017403772 image pull c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58 2024-02-10T06:20:07.142 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:06 smithi008 podman[53819]: 2024-02-10 06:20:06.931375833 +0000 UTC m=+0.161297228 container create 4e502223518718d0271ad8cbcb28e9190139a109831d033a89463d50d5415caf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0-deactivate, RELEASE=main-290212a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True) 2024-02-10T06:20:07.142 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:07 smithi008 podman[53819]: 2024-02-10 06:20:07.14204558 +0000 UTC m=+0.371966988 container init 4e502223518718d0271ad8cbcb28e9190139a109831d033a89463d50d5415caf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.2, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, RELEASE=main-290212a, org.label-schema.vendor=CentOS, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T06:20:07.449 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:07 smithi008 podman[53819]: 2024-02-10 06:20:07.145266044 +0000 UTC m=+0.375187442 container start 4e502223518718d0271ad8cbcb28e9190139a109831d033a89463d50d5415caf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0-deactivate, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240131, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=main-290212a, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275) 2024-02-10T06:20:07.449 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:07 smithi008 podman[53819]: 2024-02-10 06:20:07.208548503 +0000 UTC m=+0.438469897 container attach 4e502223518718d0271ad8cbcb28e9190139a109831d033a89463d50d5415caf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0-deactivate, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, RELEASE=main-290212a, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux ) 2024-02-10T06:20:07.743 INFO:journalctl@ceph.osd.0.smithi008.stdout:Feb 10 06:20:07 smithi008 podman[53819]: 2024-02-10 06:20:07.44909499 +0000 UTC m=+0.679016387 container died 4e502223518718d0271ad8cbcb28e9190139a109831d033a89463d50d5415caf (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-0-deactivate, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=main-290212a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.33.2) 2024-02-10T06:20:08.019 DEBUG:teuthology.orchestra.run.smithi008:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.0.service' 2024-02-10T06:20:08.061 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:20:08.061 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-10T06:20:08.061 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-10T06:20:08.062 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.1 2024-02-10T06:20:08.365 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:08 smithi029 systemd[1]: Stopping Ceph osd.1 for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:20:08.622 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:08 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1[36414]: 2024-02-10T06:20:08.364+0000 7f7d0e4f9700 -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 2024-02-10T06:20:08.622 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:08 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1[36414]: 2024-02-10T06:20:08.364+0000 7f7d0e4f9700 -1 osd.1 23 *** Got signal Terminated *** 2024-02-10T06:20:08.622 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:08 smithi029 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1[36414]: 2024-02-10T06:20:08.364+0000 7f7d0e4f9700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T06:20:14.068 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:13 smithi029 podman[45623]: 2024-02-10 06:20:13.78827293 +0000 UTC m=+5.545835880 container died 527c18ab06075187fb184254155ece4c970f06e49e942ca5f7b218d22af11f20 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-290212a, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS) 2024-02-10T06:20:14.372 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:14 smithi029 podman[45623]: 2024-02-10 06:20:14.226480952 +0000 UTC m=+5.984043955 container cleanup 527c18ab06075187fb184254155ece4c970f06e49e942ca5f7b218d22af11f20 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1, GIT_BRANCH=HEAD, RELEASE=main-290212a, io.buildah.version=1.33.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True) 2024-02-10T06:20:14.372 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:14 smithi029 bash[45623]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1 2024-02-10T06:20:14.872 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:14 smithi029 podman[45644]: 2024-02-10 06:20:14.453649221 +0000 UTC m=+0.656897281 container remove 527c18ab06075187fb184254155ece4c970f06e49e942ca5f7b218d22af11f20 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1, org.label-schema.build-date=20240131, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, ceph=True, io.buildah.version=1.33.2, RELEASE=main-290212a, GIT_BRANCH=HEAD, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T06:20:15.220 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:14 smithi029 podman[45738]: 2024-02-10 06:20:14.796264484 +0000 UTC m=+0.017775975 image pull c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58 2024-02-10T06:20:15.220 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:14 smithi029 podman[45738]: 2024-02-10 06:20:14.90552886 +0000 UTC m=+0.127040392 container create 6db9a784588fc00fdd2ccf39efdac32183906288cb7583d494d300842c6ca7c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, RELEASE=main-290212a, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-02-10T06:20:15.220 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:15 smithi029 podman[45738]: 2024-02-10 06:20:15.119335325 +0000 UTC m=+0.340846818 container init 6db9a784588fc00fdd2ccf39efdac32183906288cb7583d494d300842c6ca7c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1-deactivate, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, RELEASE=main-290212a, org.label-schema.build-date=20240131, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux ) 2024-02-10T06:20:15.220 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:15 smithi029 podman[45738]: 2024-02-10 06:20:15.122428719 +0000 UTC m=+0.343940210 container start 6db9a784588fc00fdd2ccf39efdac32183906288cb7583d494d300842c6ca7c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.33.2, org.label-schema.build-date=20240131, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=main-290212a, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image) 2024-02-10T06:20:15.220 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:15 smithi029 podman[45738]: 2024-02-10 06:20:15.219738409 +0000 UTC m=+0.441249908 container attach 6db9a784588fc00fdd2ccf39efdac32183906288cb7583d494d300842c6ca7c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1-deactivate, io.buildah.version=1.33.2, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , RELEASE=main-290212a, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-02-10T06:20:15.501 INFO:journalctl@ceph.osd.1.smithi029.stdout:Feb 10 06:20:15 smithi029 podman[45738]: 2024-02-10 06:20:15.429396126 +0000 UTC m=+0.650907630 container died 6db9a784588fc00fdd2ccf39efdac32183906288cb7583d494d300842c6ca7c0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-1-deactivate, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=main-290212a, io.buildah.version=1.33.2, org.label-schema.build-date=20240131) 2024-02-10T06:20:16.070 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.1.service' 2024-02-10T06:20:16.110 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:20:16.110 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-10T06:20:16.110 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-10T06:20:16.110 DEBUG:teuthology.orchestra.run.smithi060:> sudo systemctl stop ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.2 2024-02-10T06:20:16.406 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:16 smithi060 systemd[1]: Stopping Ceph osd.2 for c05472d6-c7da-11ee-95b8-87774f69a715... 2024-02-10T06:20:16.740 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:16 smithi060 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2[36545]: 2024-02-10T06:20:16.405+0000 7f61f40aa700 -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 2024-02-10T06:20:16.740 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:16 smithi060 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2[36545]: 2024-02-10T06:20:16.405+0000 7f61f40aa700 -1 osd.2 23 *** Got signal Terminated *** 2024-02-10T06:20:16.740 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:16 smithi060 ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2[36545]: 2024-02-10T06:20:16.405+0000 7f61f40aa700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T06:20:22.053 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:21 smithi060 podman[45873]: 2024-02-10 06:20:21.786252283 +0000 UTC m=+5.481183048 container died b9ed2bad946f2766e0bdaea45a5c79d3d3f6f78e0df9c66a54b91d80b47c85ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=main-290212a) 2024-02-10T06:20:22.486 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:22 smithi060 podman[45873]: 2024-02-10 06:20:22.142880757 +0000 UTC m=+5.837811524 container cleanup b9ed2bad946f2766e0bdaea45a5c79d3d3f6f78e0df9c66a54b91d80b47c85ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2, org.label-schema.schema-version=1.0, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, ceph=True, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=main-290212a, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-02-10T06:20:22.486 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:22 smithi060 bash[45873]: ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2 2024-02-10T06:20:22.740 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:22 smithi060 podman[46002]: 2024-02-10 06:20:22.48580408 +0000 UTC m=+0.697109744 container remove b9ed2bad946f2766e0bdaea45a5c79d3d3f6f78e0df9c66a54b91d80b47c85ba (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, RELEASE=main-290212a, io.buildah.version=1.33.2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240131, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-02-10T06:20:23.122 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:22 smithi060 podman[46096]: 2024-02-10 06:20:22.711040322 +0000 UTC m=+0.018008576 image pull c328ab9dcfc7bf907ed3835578853a1e5a54ac5fa4d658ed833b2bc74e1373a6 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58 2024-02-10T06:20:23.122 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:22 smithi060 podman[46096]: 2024-02-10 06:20:22.81161543 +0000 UTC m=+0.118583681 container create bc29c3ebce733371c3bd0427e829db18ac386dbcd475cc4fbe8c8d9d2d990f83 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2-deactivate, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, RELEASE=main-290212a) 2024-02-10T06:20:23.122 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:23 smithi060 podman[46096]: 2024-02-10 06:20:23.047168479 +0000 UTC m=+0.354136731 container init bc29c3ebce733371c3bd0427e829db18ac386dbcd475cc4fbe8c8d9d2d990f83 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2-deactivate, io.buildah.version=1.33.2, RELEASE=main-290212a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240131, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True) 2024-02-10T06:20:23.122 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:23 smithi060 podman[46096]: 2024-02-10 06:20:23.050150203 +0000 UTC m=+0.357118455 container start bc29c3ebce733371c3bd0427e829db18ac386dbcd475cc4fbe8c8d9d2d990f83 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2-deactivate, RELEASE=main-290212a, org.label-schema.vendor=CentOS, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240131) 2024-02-10T06:20:23.122 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:23 smithi060 podman[46096]: 2024-02-10 06:20:23.122031625 +0000 UTC m=+0.428999885 container attach bc29c3ebce733371c3bd0427e829db18ac386dbcd475cc4fbe8c8d9d2d990f83 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2-deactivate, io.buildah.version=1.33.2, RELEASE=main-290212a, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131) 2024-02-10T06:20:23.490 INFO:journalctl@ceph.osd.2.smithi060.stdout:Feb 10 06:20:23 smithi060 podman[46096]: 2024-02-10 06:20:23.347673042 +0000 UTC m=+0.654641294 container died bc29c3ebce733371c3bd0427e829db18ac386dbcd475cc4fbe8c8d9d2d990f83 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:caf5e50b0be996bed0eb0d30a5482e8034654966f88a3565d36aeb446466fb58, name=ceph-c05472d6-c7da-11ee-95b8-87774f69a715-osd-2-deactivate, GIT_COMMIT=14dafef590928bb89728de91784b87b8f9bbf275, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240131, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=main-290212a, org.label-schema.vendor=CentOS, ceph=True) 2024-02-10T06:20:23.921 DEBUG:teuthology.orchestra.run.smithi060:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c05472d6-c7da-11ee-95b8-87774f69a715@osd.2.service' 2024-02-10T06:20:23.964 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T06:20:23.965 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-10T06:20:23.965 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c05472d6-c7da-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T06:20:24.163 INFO:teuthology.orchestra.run.smithi008.stdout:Deleting cluster with fsid: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:20:28.056 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c05472d6-c7da-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T06:20:28.491 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:20:32.711 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c05472d6-c7da-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T06:20:32.900 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:20:37.161 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:20:37.196 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:20:37.230 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T06:20:37.258 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T06:20:37.260 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi008/crash 2024-02-10T06:20:37.261 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash -- . 2024-02-10T06:20:37.396 INFO:teuthology.orchestra.run.smithi008.stderr:tar: /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T06:20:37.396 INFO:teuthology.orchestra.run.smithi008.stderr:tar: Error is not recoverable: exiting now 2024-02-10T06:20:37.398 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi029/crash 2024-02-10T06:20:37.399 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash -- . 2024-02-10T06:20:37.446 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T06:20:37.446 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2024-02-10T06:20:37.448 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi060/crash 2024-02-10T06:20:37.449 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash -- . 2024-02-10T06:20:37.492 INFO:teuthology.orchestra.run.smithi060.stderr:tar: /var/lib/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/crash: Cannot open: No such file or directory 2024-02-10T06:20:37.492 INFO:teuthology.orchestra.run.smithi060.stderr:tar: Error is not recoverable: exiting now 2024-02-10T06:20:37.493 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T06:20:37.494 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T06:20:37.527 INFO:teuthology.orchestra.run.smithi008.stdout:2024-02-10T06:11:35.725296+0000 mon.a (mon.0) 247 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T06:20:37.527 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-10T06:20:37.528 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[SEC\]' /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T06:20:37.600 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[ERR\]' /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T06:20:37.672 DEBUG:teuthology.orchestra.run.smithi008:> sudo egrep '\[WRN\]' /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-10T06:20:37.742 INFO:teuthology.orchestra.run.smithi008.stdout:2024-02-10T06:11:35.725296+0000 mon.a (mon.0) 247 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T06:20:37.743 INFO:tasks.cephadm:Compressing logs... 2024-02-10T06:20:37.743 DEBUG:teuthology.orchestra.run.smithi008:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T06:20:37.786 DEBUG:teuthology.orchestra.run.smithi029:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T06:20:37.788 DEBUG:teuthology.orchestra.run.smithi060:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-10T06:20:37.812 INFO:teuthology.orchestra.run.smithi008.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2024-02-10T06:20:37.812 INFO:teuthology.orchestra.run.smithi008.stderr: /var/log/ceph/cephadm.log 2024-02-10T06:20:37.812 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.a.log 2024-02-10T06:20:37.813 INFO:teuthology.orchestra.run.smithi008.stderr:gzip -5 --verbose/var/log/ceph/cephadm.log: -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T06:20:37.813 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mgr.a.log 2024-02-10T06:20:37.813 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-10T06:20:37.813 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T06:20:37.815 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log 2024-02-10T06:20:37.815 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T06:20:37.816 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log: 83.0% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T06:20:37.816 INFO:teuthology.orchestra.run.smithi008.stderr: 90.2% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T06:20:37.816 INFO:teuthology.orchestra.run.smithi008.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log: 87.7% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T06:20:37.817 INFO:teuthology.orchestra.run.smithi008.stderr: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:: No such file or directory 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose --/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log: /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr: 82.0% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.c.log 2024-02-10T06:20:37.821 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.2.log: /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log: 87.7% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi060.stderr: 90.2% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi060.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.c.log: 82.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi029.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T06:20:37.822 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log 2024-02-10T06:20:37.823 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mgr.b.log 2024-02-10T06:20:37.823 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log: /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T06:20:37.823 INFO:teuthology.orchestra.run.smithi029.stderr: 81.8% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T06:20:37.823 INFO:teuthology.orchestra.run.smithi029.stderr: 90.4% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T06:20:37.823 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.b.log 2024-02-10T06:20:37.823 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log: 87.7% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T06:20:37.823 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.b.log: 81.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T06:20:37.826 INFO:teuthology.orchestra.run.smithi029.stderr: 90.8% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mgr.b.log.gz 2024-02-10T06:20:37.836 INFO:teuthology.orchestra.run.smithi060.stderr: 91.7% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T06:20:37.843 INFO:teuthology.orchestra.run.smithi008.stderr: 91.6% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T06:20:37.849 INFO:teuthology.orchestra.run.smithi029.stderr: 91.6% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T06:20:37.857 INFO:teuthology.orchestra.run.smithi060.stderr: 93.6% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-10T06:20:37.865 INFO:teuthology.orchestra.run.smithi008.stderr: 93.6% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-10T06:20:37.900 INFO:teuthology.orchestra.run.smithi029.stderr: 93.9% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-10T06:20:37.910 INFO:teuthology.orchestra.run.smithi060.stderr: 93.0% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.c.log.gz 2024-02-10T06:20:37.912 INFO:teuthology.orchestra.run.smithi060.stderr: 2024-02-10T06:20:37.912 INFO:teuthology.orchestra.run.smithi060.stderr:real 0m0.110s 2024-02-10T06:20:37.912 INFO:teuthology.orchestra.run.smithi060.stderr:user 0m0.160s 2024-02-10T06:20:37.912 INFO:teuthology.orchestra.run.smithi060.stderr:sys 0m0.029s 2024-02-10T06:20:37.942 INFO:teuthology.orchestra.run.smithi008.stderr: 87.7% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mgr.a.log.gz 2024-02-10T06:20:37.953 INFO:teuthology.orchestra.run.smithi029.stderr: 92.8% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.b.log.gz 2024-02-10T06:20:37.955 INFO:teuthology.orchestra.run.smithi029.stderr: 2024-02-10T06:20:37.955 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m0.153s 2024-02-10T06:20:37.955 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m0.263s 2024-02-10T06:20:37.955 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m0.034s 2024-02-10T06:20:38.158 INFO:teuthology.orchestra.run.smithi008.stderr: 91.4% -- replaced with /var/log/ceph/c05472d6-c7da-11ee-95b8-87774f69a715/ceph-mon.a.log.gz 2024-02-10T06:20:38.160 INFO:teuthology.orchestra.run.smithi008.stderr: 2024-02-10T06:20:38.160 INFO:teuthology.orchestra.run.smithi008.stderr:real 0m0.361s 2024-02-10T06:20:38.160 INFO:teuthology.orchestra.run.smithi008.stderr:user 0m0.556s 2024-02-10T06:20:38.160 INFO:teuthology.orchestra.run.smithi008.stderr:sys 0m0.038s 2024-02-10T06:20:38.160 INFO:tasks.cephadm:Archiving logs... 2024-02-10T06:20:38.160 DEBUG:teuthology.misc:Transferring archived files from smithi008:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi008/log 2024-02-10T06:20:38.162 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T06:20:38.336 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi029/log 2024-02-10T06:20:38.337 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T06:20:38.407 DEBUG:teuthology.misc:Transferring archived files from smithi060:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi060/log 2024-02-10T06:20:38.408 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T06:20:38.467 INFO:tasks.cephadm:Removing cluster... 2024-02-10T06:20:38.467 DEBUG:teuthology.orchestra.run.smithi008:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c05472d6-c7da-11ee-95b8-87774f69a715 --force 2024-02-10T06:20:38.650 INFO:teuthology.orchestra.run.smithi008.stdout:Deleting cluster with fsid: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:20:38.900 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c05472d6-c7da-11ee-95b8-87774f69a715 --force 2024-02-10T06:20:39.098 INFO:teuthology.orchestra.run.smithi029.stdout:Deleting cluster with fsid: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:20:39.348 DEBUG:teuthology.orchestra.run.smithi060:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c05472d6-c7da-11ee-95b8-87774f69a715 --force 2024-02-10T06:20:39.545 INFO:teuthology.orchestra.run.smithi060.stdout:Deleting cluster with fsid: c05472d6-c7da-11ee-95b8-87774f69a715 2024-02-10T06:20:39.793 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T06:20:39.793 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T06:20:39.811 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T06:20:39.828 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T06:20:39.843 INFO:tasks.cephadm:Teardown complete 2024-02-10T06:20:39.843 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-02-10T06:20:39.855 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-02-10T06:20:39.855 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-10T06:20:39.858 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-10T06:20:39.871 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-02-10T06:20:39.973 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T06:20:39.983 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T06:20:39.983 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T06:20:39.985 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T06:20:39.988 DEBUG:teuthology.orchestra.run.smithi060:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T06:20:39.999 INFO:teuthology.orchestra.run.smithi008.stderr:bash: line 1: ntpq: command not found 2024-02-10T06:20:40.000 INFO:teuthology.orchestra.run.smithi029.stderr:bash: line 1: ntpq: command not found 2024-02-10T06:20:40.001 INFO:teuthology.orchestra.run.smithi060.stderr:bash: line 1: ntpq: command not found 2024-02-10T06:20:40.004 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T06:20:40.004 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2024-02-10T06:20:40.004 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 48 +433us[ +433us] +/- 97ms 2024-02-10T06:20:40.004 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 -1394us[-1439us] +/- 64ms 2024-02-10T06:20:40.004 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 47 +1076us[+1076us] +/- 65ms 2024-02-10T06:20:40.004 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:20:40.006 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T06:20:40.006 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2024-02-10T06:20:40.006 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 44 +464us[ +464us] +/- 97ms 2024-02-10T06:20:40.006 INFO:teuthology.orchestra.run.smithi029.stdout:^* hv02.front.sepia.ceph.com 3 6 377 48 -1371us[-1412us] +/- 64ms 2024-02-10T06:20:40.006 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +1102us[+1102us] +/- 65ms 2024-02-10T06:20:40.006 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:20:40.007 INFO:teuthology.orchestra.run.smithi060.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T06:20:40.007 INFO:teuthology.orchestra.run.smithi060.stdout:=============================================================================== 2024-02-10T06:20:40.007 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 49 +454us[ +454us] +/- 97ms 2024-02-10T06:20:40.007 INFO:teuthology.orchestra.run.smithi060.stdout:^* hv02.front.sepia.ceph.com 3 6 377 49 -1390us[-1409us] +/- 64ms 2024-02-10T06:20:40.007 INFO:teuthology.orchestra.run.smithi060.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 49 +1105us[+1105us] +/- 65ms 2024-02-10T06:20:40.007 INFO:teuthology.orchestra.run.smithi060.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T06:20:40.007 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T06:20:40.017 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T06:20:40.017 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T06:20:40.068 DEBUG:teuthology.orchestra.run.smithi008:> 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 2024-02-10T06:20:40.146 DEBUG:teuthology.orchestra.run.smithi029:> 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 2024-02-10T06:20:40.221 DEBUG:teuthology.orchestra.run.smithi060:> 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 2024-02-10T06:20:40.290 DEBUG:teuthology.orchestra.run.smithi008:> 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 2024-02-10T06:20:40.321 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:20:40.321 DEBUG:teuthology.orchestra.run.smithi029:> 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 2024-02-10T06:20:40.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:20:40.353 DEBUG:teuthology.orchestra.run.smithi060:> 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 2024-02-10T06:20:40.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:20:40.382 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T06:20:40.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T06:20:40.423 INFO:teuthology.task.internal:Duration was 1226.885694 seconds 2024-02-10T06:20:40.424 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T06:20:40.477 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T06:20:40.477 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T06:20:40.480 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T06:20:40.483 DEBUG:teuthology.orchestra.run.smithi060:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T06:20:40.523 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T06:20:40.525 INFO:teuthology.orchestra.run.smithi060.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T06:20:40.527 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T06:20:41.031 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T06:20:41.031 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2024-02-10T06:20:41.031 DEBUG:teuthology.orchestra.run.smithi008:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T06:20:41.052 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2024-02-10T06:20:41.052 DEBUG:teuthology.orchestra.run.smithi029:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T06:20:41.076 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi060.front.sepia.ceph.com 2024-02-10T06:20:41.077 DEBUG:teuthology.orchestra.run.smithi060:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-10T06:20:41.106 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T06:20:41.106 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T06:20:41.108 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T06:20:41.120 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T06:20:41.175 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T06:20:41.175 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T06:20:41.177 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T06:20:41.191 DEBUG:teuthology.orchestra.run.smithi060:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T06:20:41.382 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T06:20:41.393 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T06:20:41.393 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T06:20:41.419 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T06:20:41.446 DEBUG:teuthology.orchestra.run.smithi060:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T06:20:41.473 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T06:20:41.483 DEBUG:teuthology.orchestra.run.smithi008:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T06:20:41.485 DEBUG:teuthology.orchestra.run.smithi029:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T06:20:41.489 DEBUG:teuthology.orchestra.run.smithi060:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-10T06:20:41.508 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2024-02-10T06:20:41.511 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2024-02-10T06:20:41.538 INFO:teuthology.orchestra.run.smithi060.stdout:kernel.core_pattern = core 2024-02-10T06:20:41.565 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T06:20:41.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:20:41.584 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T06:20:41.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:20:41.598 DEBUG:teuthology.orchestra.run.smithi060:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T06:20:41.618 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T06:20:41.619 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T06:20:41.629 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T06:20:41.630 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi008 2024-02-10T06:20:41.630 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T06:20:41.668 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi029 2024-02-10T06:20:41.668 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T06:20:41.704 DEBUG:teuthology.misc:Transferring archived files from smithi060:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116/remote/smithi060 2024-02-10T06:20:41.704 DEBUG:teuthology.orchestra.run.smithi060:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T06:20:41.742 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T06:20:41.742 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T06:20:41.744 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T06:20:41.746 DEBUG:teuthology.orchestra.run.smithi060:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T06:20:41.790 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T06:20:41.802 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T06:20:41.802 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T06:20:41.835 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T06:20:41.835 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T06:20:41.838 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T06:20:41.840 DEBUG:teuthology.orchestra.run.smithi060:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T06:20:41.849 INFO:teuthology.orchestra.run.smithi008.stdout: 265806 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 06:20 /home/ubuntu/cephtest 2024-02-10T06:20:41.851 INFO:teuthology.orchestra.run.smithi029.stdout: 265696 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 06:20 /home/ubuntu/cephtest 2024-02-10T06:20:41.853 INFO:teuthology.orchestra.run.smithi060.stdout: 265293 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 06:20 /home/ubuntu/cephtest 2024-02-10T06:20:41.854 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T06:20:41.886 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T06:20:41.983 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T06:20:42.009 DEBUG:teuthology.nuke:shortname: smithi008 2024-02-10T06:20:42.009 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T06:20:42.029 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 05:51:38.374268', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBR3kqBJWjPLt4afIU3qzvEsty9lvkUqbakOFNYS1yV0miyQDn3ItlKrI1m4GDzlG19ayl8PJTUF6XW1xMRNJM4='} 2024-02-10T06:20:42.033 DEBUG:teuthology.nuke:shortname: smithi029 2024-02-10T06:20:42.033 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T06:20:42.053 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 05:51:38.375418', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIxfCXvMV0LHY8rlh9al8y1mbdUEVV3Z3S3ygNXoC4c0x/JVNzlBMlKJgtDBx4zyQKCTDdvHUB9qBifOue6vbFI='} 2024-02-10T06:20:42.056 DEBUG:teuthology.nuke:shortname: smithi060 2024-02-10T06:20:42.057 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T06:20:42.073 INFO:teuthology.orchestra.console.smithi008:Power off 2024-02-10T06:20:42.074 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T06:20:42.084 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi060.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_19:44:16-orch-main-distro-default-smithi/7555116', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 05:51:38.373100', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFonbJ73/uetFyPHfD3VhaIZHXLOkosOBCEKQvGwkrvG/aqel4abZm+5OFJOslOuV4dAoE+8wTSggESgOfrn8Qw='} 2024-02-10T06:20:42.096 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2024-02-10T06:20:42.096 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:42.112 INFO:teuthology.orchestra.console.smithi029:Power off 2024-02-10T06:20:42.112 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T06:20:42.126 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-02-10T06:20:42.136 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2024-02-10T06:20:42.136 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:42.153 INFO:teuthology.orchestra.console.smithi060:Power off 2024-02-10T06:20:42.153 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T06:20:42.163 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-02-10T06:20:42.175 DEBUG:teuthology.orchestra.console.smithi060:power off output: Chassis Power Control: Down/Off 2024-02-10T06:20:42.175 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:42.200 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-02-10T06:20:46.127 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:46.164 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:46.204 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:46.238 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2024-02-10T06:20:46.273 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2024-02-10T06:20:46.313 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is on 2024-02-10T06:20:50.243 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:50.274 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:50.314 DEBUG:teuthology.orchestra.console.smithi060:pexpect command: ipmitool -H smithi060.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T06:20:50.354 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2024-02-10T06:20:50.384 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2024-02-10T06:20:50.424 DEBUG:teuthology.orchestra.console.smithi060:check power output: Chassis Power is off 2024-02-10T06:20:50.455 INFO:teuthology.orchestra.console.smithi008:Power off completed 2024-02-10T06:20:50.485 INFO:teuthology.orchestra.console.smithi029:Power off completed 2024-02-10T06:20:50.525 INFO:teuthology.orchestra.console.smithi060:Power off completed 2024-02-10T06:20:50.629 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1226.8856937885284 failure_reason: '"2024-02-10T06:11:35.725296+0000 mon.a (mon.0) 247 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-02-10T06:20:50.629 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T06:20:50.716 INFO:teuthology.run:FAIL